malmond / rpms / unbound

Forked from rpms/unbound 3 years ago
Clone

Blame SOURCES/example.com.conf

59cea9
# Example of an override of the "public DNS tree" with an "internal view"
59cea9
# override, for example to add an internal-only corporate DNS zone.
59cea9
#
59cea9
# The stub-zone/stub-addr must point to AUTHORITATIVE servers. If you want to
59cea9
# point to an internal RECURSIVE server, use forward-zone/forward-addr instead.
59cea9
59cea9
#stub-zone:
59cea9
#	name: example.com
59cea9
#	stub-prime: no
59cea9
#	# if you could trust a lookup, use:
59cea9
#	stub-host: a.iana-servers.net.
59cea9
#	stub-host: b.iana-servers.net.
59cea9
#	# else specify the IP's using:
59cea9
#	stub-addr: 199.43.132.53
59cea9
#	stub-addr: 2001:500:8c::53
59cea9
#	stub-addr: 199.43.133.53
59cea9
#	stub-addr: 2001:500:8d::53