Category: DNS
-
Dynamic DNS Update API
Looks to me, as I cannot use IPv6 that way. I am not sure, how to move forward.
-
macOS AKA OSX domain-specific DNS servers (/etc/resolver)
If you VPN to work from home (or even VPN to home from work, you may have issues resolving hostnames. It’s trivial to solve in macOS AKA OSX. E.g.: $ cat /etc/resolver/fritz.boxnameserver 10.0.4.1 The server 10.0.4.1 (e.g. my fritz.box) will do the nameserving for the domain fritz.box, as soon as macOS can see the file.…