Skip to content

Instantly share code, notes, and snippets.

@miekg
Last active March 13, 2016 21:59
Show Gist options
  • Save miekg/5793381 to your computer and use it in GitHub Desktop.
Save miekg/5793381 to your computer and use it in GitHub Desktop.
#
# See /usr/share/doc/unbound/examples/unbound.conf for a commented
# reference config file.
server:
# The following line will configure unbound to perform cryptographic
# DNSSEC validation using the root trust anchor.
auto-trust-anchor-file: "/var/lib/unbound/root.key"
do-not-query-localhost: no
local-zone: "168.192.in-addr.arpa" transparent
domain-insecure: "home"
domain-insecure: "168.192.in-addr.arpa"
forward-zone:
name: "home"
forward-addr: 127.0.1.1@54
forward-zone:
name: "168.192.in-addr.arpa"
forward-addr: 127.0.1.1@54
@miekg
Copy link
Author

miekg commented Jun 16, 2013

% cat /etc/NetworkManager/dnsmasq.d/port
port=54

Makes dnsmasq to listen on port 54 on 127.0.1.1 (some default from Network-Manager). On Debian/Ubuntu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment