Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
larsenv committed Mar 13, 2022
1 parent 1d87bae commit 10b48a8
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://transfer.archivete.am/g3Xdo/dns_zones.json")
get_zones = requests.get("https://raw.githubusercontent.com/RiiConnect24/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 10b48a8

Please sign in to comment.