DevDNS
Simple domains for development
DevDNS is a public DNS Server which can be used, if you need a domain while developping. No more editing the hosts file.
How it works
Response with custom IP
You can provide in the DNS Name a IP address which should be used for the answer:
1.2.3.4.devdns.icu
resolves to 1.2.3.4
You can also use any subdomain:
my.subdomain.1.2.3.4.devdns.icu
resolves to 1.2.3.4
Response with 127.0.0.1
If you don't provide a IP Address in the domain like in the example above the DNS Server will respond with 127.0.0.1
This is a OpenSource Project by Jonas Leder. The sourcecode is public accessible here: https://jonasled.dev/jonasled/devdns