Skip to content

Commit

Permalink
update dns link
Browse files Browse the repository at this point in the history
  • Loading branch information
xdefine1x authored May 21, 2024
1 parent 8a1e1e9 commit b46d614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RiiConnect24-DNS-Server.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def __str__(self):
ZONES = {}

try:
get_zones = requests.get("https://raw.githubusercontent.com/RiiConnect24/DNS-Server/master/dns_zones.json")
get_zones = requests.get("https://raw.githubusercontent.com/xdefine1x/DNS-Server/master/dns_zones.json")
except requests.exceptions.Timeout:
print("[ERROR] Couldn't load DNS data: connection to GitHub timed out.")
print("[ERROR] Are you connected to the Internet?")
Expand Down

0 comments on commit b46d614

Please sign in to comment.