We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d87bae commit 10b48a8Copy full SHA for 10b48a8
RiiConnect24-DNS-Server.py
@@ -155,7 +155,7 @@ def __str__(self):
155
ZONES = {}
156
157
try:
158
- 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")
159
except requests.exceptions.Timeout:
160
print("[ERROR] Couldn't load DNS data: connection to GitHub timed out.")
161
print("[ERROR] Are you connected to the Internet?")
0 commit comments