Wildcard DNS that points back to your own machine.
What it is: any hostname under *.local.frz.sh resolves to 127.0.0.1.
This lets you use “real” hostnames in local configs (routing, vhosts, service discovery) without touching
/etc/hosts.
Running Kafka locally? Set its advertised hostname to
kafka.local.frz.sh and it will resolve to localhost.
$ dig +short kafka.local.frz.sh
127.0.0.1
Why it's useful:
/etc/hosts entries to remember (or forget).