Skip to content

Commit 10b48a8

Browse files
committed
Fix link
1 parent 1d87bae commit 10b48a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RiiConnect24-DNS-Server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def __str__(self):
155155
ZONES = {}
156156

157157
try:
158-
get_zones = requests.get("https://transfer.archivete.am/g3Xdo/dns_zones.json")
158+
get_zones = requests.get("https://raw.githubusercontent.com/RiiConnect24/DNS-Server/master/dns_zones.json")
159159
except requests.exceptions.Timeout:
160160
print("[ERROR] Couldn't load DNS data: connection to GitHub timed out.")
161161
print("[ERROR] Are you connected to the Internet?")

0 commit comments

Comments
 (0)