unbound-control not working?
Add the remote-control section at the bottom of your conf file
Add the remote-control section at the bottom of your conf file
Google seem determined to break local name resolution on your home network on your Android phone, redirecting DNS lookups to their servers. Presumably this is partly to prevent solutions like pi-hole making a dent in their ad revenue and tracking. Easiest way round this is to install DNSChanger and specify your local DNS servers – …
By setting a minimum TTL on DNS records: echo min-cache-ttl=300 | \ sudo tee /etc/dnsmasq.d/99-min-cache-ttl.conf # restart your pi-hole service From https://news.ycombinator.com/item?id=21439212
I’ve used free Dynamic DNS services to give my home machine a “static” address in the past but they either start charging or have poor performance. As I run my own external nameserver, why not use RFC 2136 to dynamically update the address based on the IP from ipify? So with some python scripting, that’s …
Continue reading ‘Dynamic DNS updating in python with ipify’ »
I hope IPv6 never catches on via apenwarr – Business is Programming. Interesting article on how to use SRV DNS records to extend the IPv4 space.