diff --git a/RiiConnect24-DNS-Server.py b/RiiConnect24-DNS-Server.py index af03081..468adcf 100644 --- a/RiiConnect24-DNS-Server.py +++ b/RiiConnect24-DNS-Server.py @@ -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?")