Deleted Added
full compact
example.conf (292206) example.conf (295535)
1#
2# Example configuration file.
3#
4# See unbound.conf(5) man page, version 1.5.7.
5#
6# this is a comment.
7
8#Use this to include other text into the file.

--- 494 unchanged lines hidden (view full) ---

503 # local-zone: "d.f.ip6.arpa." nodefault
504 # local-zone: "8.e.f.ip6.arpa." nodefault
505 # local-zone: "9.e.f.ip6.arpa." nodefault
506 # local-zone: "a.e.f.ip6.arpa." nodefault
507 # local-zone: "b.e.f.ip6.arpa." nodefault
508 # local-zone: "8.b.d.0.1.0.0.2.ip6.arpa." nodefault
509 # And for 64.100.in-addr.arpa. to 127.100.in-addr.arpa.
510
1#
2# Example configuration file.
3#
4# See unbound.conf(5) man page, version 1.5.7.
5#
6# this is a comment.
7
8#Use this to include other text into the file.

--- 494 unchanged lines hidden (view full) ---

503 # local-zone: "d.f.ip6.arpa." nodefault
504 # local-zone: "8.e.f.ip6.arpa." nodefault
505 # local-zone: "9.e.f.ip6.arpa." nodefault
506 # local-zone: "a.e.f.ip6.arpa." nodefault
507 # local-zone: "b.e.f.ip6.arpa." nodefault
508 # local-zone: "8.b.d.0.1.0.0.2.ip6.arpa." nodefault
509 # And for 64.100.in-addr.arpa. to 127.100.in-addr.arpa.
510
511 # if unbound is running service for the local host then it is useful
511 # If unbound is running service for the local host then it is useful
512 # to perform lan-wide lookups to the upstream, and unblock the
513 # long list of local-zones above. If this unbound is a dns server
514 # for a network of computers, disabled is better and stops information
515 # leakage of local lan information.
516 # unblock-lan-zones: no
517
512 # to perform lan-wide lookups to the upstream, and unblock the
513 # long list of local-zones above. If this unbound is a dns server
514 # for a network of computers, disabled is better and stops information
515 # leakage of local lan information.
516 # unblock-lan-zones: no
517
518 # The insecure-lan-zones option disables validation for
519 # these zones, as if they were all listed as domain-insecure.
520 # insecure-lan-zones: no
521
518 # a number of locally served zones can be configured.
519 # local-zone: <zone> <type>
520 # local-data: "<resource record string>"
521 # o deny serves local data (if any), else, drops queries.
522 # o refuse serves local data (if any), else, replies with error.
523 # o static serves local data, else, nxdomain or nodata answer.
524 # o transparent gives local data, but resolves normally for other names
525 # o redirect serves the zone data for any subdomain in the zone.

--- 134 unchanged lines hidden ---
522 # a number of locally served zones can be configured.
523 # local-zone: <zone> <type>
524 # local-data: "<resource record string>"
525 # o deny serves local data (if any), else, drops queries.
526 # o refuse serves local data (if any), else, replies with error.
527 # o static serves local data, else, nxdomain or nodata answer.
528 # o transparent gives local data, but resolves normally for other names
529 # o redirect serves the zone data for any subdomain in the zone.

--- 134 unchanged lines hidden ---