- sudo nano /System/Library/LaunchDaemons/org.isc.named.plist
- change
<key>Disabled</key>
<true/>
to
<key>Disabled</key>
<false/>
- sudo launchctl load /System/Library/LaunchDaemons/org.isc.named.plist or reboot
- sudo rndc-confgen -a
- configure your network to use the nameserver 127.0.0.1
Thats it. But the drawback is, now you generate more dns-traffic and more requests over the dns-infrastructure. That's why it's better to use the dns-server from your provider unless he is NOT censored.
Tom
Disclaimer
No liability for the contents of this document can be accepted. Use the concepts, examples and information at your own risk. There may be errors and inaccuracies, that could be damage your system. Proceed with caution, and although this is highly unlikely, the author do not take any responsibility. All copyrights are held by their respective owners, unless specifically noted otherwise. Use of a term in this document should not be regarded as affecting the validity of any trademark or service mark. Naming of particular products or brands should not be seen as endorsements.