Last active
March 13, 2016 21:59
-
-
Save miekg/5793381 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Makes
dnsmasq
to listen on port 54 on 127.0.1.1 (some default from Network-Manager). On Debian/Ubuntu