Skip to content

Instantly share code, notes, and snippets.

@mischief
Created August 5, 2018 18:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mischief/3293008ebe1588a3f9914e2f4487bac6 to your computer and use it in GitHub Desktop.
Save mischief/3293008ebe1588a3f9914e2f4487bac6 to your computer and use it in GitHub Desktop.
unbound forwarding to dnsmasq for lan zone
# 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