mkg20001 / give-me-dns

Temporary DNS names for IPv6 addresses

Home Page:https://give-me-dns.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

give-me-dns

You have IPv6, want to connect to some device and your router can't do mDNS or local domains?

Or, for whatever other reason, you want to be spared the pain of typing out an IPv6 address?

Then give-me-dns(.net) is just right for you!

Simply connect via a TCP client of your liking (like nc give-me-dns.net 9999) and you'll get a temporary DNS subdomain

Development

Start the server: cd cmd/give-me-dns && go run ../../config.yaml

Get a name: nc localhost 9999

Query the DNS: dig -p5354 @localhost 1234.give-me-dns.net AAAA

About

Temporary DNS names for IPv6 addresses

https://give-me-dns.net


Languages

Language:Go 84.5%Language:Nix 8.0%Language:HTML 6.4%Language:Shell 1.0%