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
#Use this to include other text into the file. | |
include: "/usr/local/etc/unbound/conf.d/*.conf" | |
forward-zone: | |
name: "." | |
forward-addr: 8.8.8.8 | |
# The server clause sets the main parameters. | |
server: | |
# number of threads to create. 1 disables threading. | |
num-threads: 1 |