summaryrefslogtreecommitdiffstats
path: root/raddb/mods-available/unbound
blob: 43fbce5c116c457ea9de7b5111907377621524c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
unbound dns {
	# Configuration for libunbound
	# filename = "${raddbdir}/mods-config/unbound/default.conf"

	# File to load resolver details from.
	# Without this set unbound will query root servers
	# resolvconf = "/etc/resolv.conf"

	# Hosts entries to load
	# hosts = "/etc/hosts"

	# timeout = 3000
}