Skip to content

Instantly share code, notes, and snippets.

@optman
Last active December 2, 2019 06:49
Show Gist options
  • Save optman/78abe5c1077d99db0ae761da25be5bcc to your computer and use it in GitHub Desktop.
Save optman/78abe5c1077d99db0ae761da25be5bcc to your computer and use it in GitHub Desktop.
unbound + chinadns
server:
interface: 0.0.0.0
access-control: 0.0.0.0/0 allow
verbosity: 1
do-tcp: yes #enable tcp listening
tcp-upstream: no #chinadns not support tcp
module-config: "iterator" #disable dnssec validator
do-not-query-localhost: no #enable forward to localhost
forward-zone:
name: "."
forward-addr: 127.0.0.1@1053
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment