Created
August 5, 2018 18:37
-
-
Save mischief/3293008ebe1588a3f9914e2f4487bac6 to your computer and use it in GitHub Desktop.
unbound forwarding to dnsmasq for lan zone
This file contains 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
# local DNS fuckery | |
do-not-query-localhost: no | |
private-domain: "home.arpa" | |
local-zone: "0.0.10.in-addr.arpa." nodefault | |
domain-insecure: "home.arpa" | |
domain-insecure: "0.0.10.in-addr.arpa" | |
private-address: 10.0.0.0/8 | |
stub-zone: | |
name: "home.arpa" | |
stub-addr: 127.0.0.1@5353 | |
stub-zone: | |
name: "0.0.10.in-addr.arpa" | |
stub-addr: 127.0.0.1@5353 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment