_______
< dns ?! >
-------
\
¯\_(ツ)_/¯
Self-hosted wildcard DNS for local networks — like nip.io or traefik.me but on your own infra. Pairs with dnsmasq to give every device on your lab a clean, resolvable hostname automatically.
$ dig 192.168.0.137.local.lan
192.168.0.137
$ dig -x 192.168.0.137
192.168.0.137.local.lan.
- Any prefix labels are ignored —
app1.192.168.0.137.local.lanandapp2.192.168.0.137.local.lanboth resolve to the same IP. - Unknown return
127.0.0.1. - Reverse DNS (
-x) is supported.
make
make build-arm64./golan --port 15353 --zone local.lanserver=/local.lan/127.0.0.1#15353
server=/0.168.192.in-addr.arpa/127.0.0.1#15353