Last active
December 2, 2019 06:49
-
-
Save optman/78abe5c1077d99db0ae761da25be5bcc to your computer and use it in GitHub Desktop.
unbound + chinadns
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
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