Skip to content

Commit

Permalink
Added funding
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnasriya committed Aug 17, 2024
1 parent 5829248 commit da0fbb8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Ignore node_modules folder
node_modules/
.vscode/
dist
dist
.history
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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/"
}
}

0 comments on commit da0fbb8

Please sign in to comment.