RiiConnect24 / DNS-Server

This server will allow you to connect to RiiConnect24 Servers when your Internet Service Provider does not work allow using Custom DNS.
MIT License
47 stars 22 forks source link

Create dns_zones.ps1 #22

Closed robcmo closed 3 years ago

robcmo commented 4 years ago

Since 'dns_zones.json' is updated more often than 'dns_zones-hosts.txt' with server changes, I wrote this PowerShell script to convert the json format to hosts. Additionally, it queries the domains against the RC24 DNS server for current IP addresses from there. There are a few discrepancies between the two so if the RiiConnect24 DNS server is gold, then the following domains need to be reviewed.

Peter0x44 commented 4 years ago

Why did you remove some of the urls?

robcmo commented 4 years ago

The domains wc24.wii.com and naswii.dev.wiimmfi.de do not resolve using RiiConnect24 DNS server. The other three resolve with a different IP address. Edit: Oh, I see what happened. There are some domains in the hosts file that are not in the json file. So both files were previously updated separately and do not have the same domains.

robcmo commented 4 years ago

The following hosts are invalid. I will submit an updated json and hosts file. wc24.wii.com dls2.wiimmfi.de dls1.riiconnect24.net dls2.riiconnect24.net naswii.dev.wiimmfi.de

robcmo commented 4 years ago

Please consider merging all three files. I didn't realize previously that the original master 'dns_zones.json' and 'dns_zones-hosts.txt' each had unique domains. The new 'dns_zones.json' and 'dns_zones-hosts.txt' now have all domains from each other. The invalid domains are left in as well.

robcmo commented 4 years ago

@urmum-69, do you know who has access to rc24 DNS server 164.132.44.106? It would be great to get the actual list of domains it inserts to DNS.

Peter0x44 commented 4 years ago

I personally don't have access TBH, this repo doesn't serve that much purpose anymore, now that we distribute url patched wads by default (much better than using the DNS server here) it might be worth just putting the file on wii.guide for people to figure it out on their own

larsenv commented 3 years ago

So, this didn't work out?