Skip to content

Commit

Permalink
⚡ update(dns): Adding RadarGame DNS for gaming
Browse files Browse the repository at this point in the history
  • Loading branch information
smb-h committed Mar 26, 2023
1 parent fa48b0e commit 445ace3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Here is a list of providers that are currently supported:
- [OpenDNS](https://www.opendns.com/)
- [AdGuard](https://adguard-dns.io/en/public-dns.html)
- [403 (unsafe, Iranian gov based)](https://403.online/download)
- [Radar game(unsafe, Iranian gov based)](https://radar.game/#/dns)
- ...

Feel free to add more providers by creating a pull request. :)
Expand All @@ -34,7 +35,7 @@ sudo dnsmod -s 1.2.3.4 5.6.7.8
```
options:
-h, --help show this help message and exit
-p {Shecan,Cloudflare,Google,OpenDNS,AdGuard,403}, --provider {Shecan,Cloudflare,Google,OpenDNS,AdGuard,403}
-p {Shecan, Cloudflare, Google, OpenDNS, AdGuard, 403, RadarGame}, --provider {Shecan, Cloudflare, Google, OpenDNS, AdGuard, 403, RadarGame}
Choose a DNS provider from Shecan, Cloudflare, Google, OpenDNS, AdGuard, 403
-s DNS1 DNS2, --set DNS1 DNS2
Set custom DNS
Expand Down
1 change: 1 addition & 0 deletions dnsmod.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ def dns_providers():
"OpenDNS": ["208.67.222.222", "208.67.220.220"],
"AdGuard": ["94.140.14.14", "94.140.15.15"],
"403": ["10.202.10.202", "10.202.10.102"],
"RadarGame": ["10.202.10.10", "10.202.10.11"],
}
return dns

Expand Down

0 comments on commit 445ace3

Please sign in to comment.