From da0fbb8278a272165e8491d47adb2934ab57780c Mon Sep 17 00:00:00 2001 From: nasriyasoftware Date: Sat, 17 Aug 2024 21:36:28 +0300 Subject: [PATCH] Added funding --- .gitignore | 3 ++- README.md | 9 +++++++++ package.json | 6 +++++- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a232b7a..a5b2778 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ # Ignore node_modules folder node_modules/ .vscode/ -dist \ No newline at end of file +dist +.history \ No newline at end of file diff --git a/README.md b/README.md index c8e3955..052c4c8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,16 @@ ##### Visit us at [www.nasriya.net](https://nasriya.net). NasriyaDNS is a DNS manager for your domains. + Made with ❤️ in **Palestine** 🇵🇸 + +> [!IMPORTANT] +> 🌟 **Support Our Open-Source Development!** 🌟 +> We need your support to keep our projects going! If you find our > work valuable, please consider contributing. Your support helps us > continue to develop and maintain these tools. +> +> **[Click here to support us!](https://fund.nasriya.net/)** +> +> Every contribution, big or small, makes a difference. Thank you for > your generosity and support! ___ If your server is running behind a dynamic IP address you can make use of **Nasriya DNS manager** to update the [DNS records](https://www.cloudflare.com/learning/dns/dns-records/) of your domain. diff --git a/package.json b/package.json index 1d14af6..0bbb767 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nasriya/dns", - "version": "1.0.5", + "version": "1.0.6", "description": "A DNS manager for your domains", "main": "./dist/cjs/nasriya-dns.js", "module": "./dist/esm/nasriya-dns.js", @@ -61,5 +61,9 @@ "ts-jest": "^29.1.2", "tsup": "^8.1.0", "typescript": "^5.4.5" + }, + "funding": { + "type": "individual", + "url": "https://fund.nasriya.net/" } }