Browse Source

Fix syntax error in commented out local-zone entry. OK sthen@

OPENBSD_5_6
millert 10 years ago
parent
commit
0d52db320e
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      src/etc/unbound.conf

+ 3
- 4
src/etc/unbound.conf View File

@ -1,4 +1,4 @@
# $OpenBSD: unbound.conf,v 1.3 2014/03/23 12:25:26 sthen Exp $
# $OpenBSD: unbound.conf,v 1.4 2014/04/02 21:43:30 millert Exp $
server:
interface: 127.0.0.1
@ -19,12 +19,11 @@ server:
#auto-trust-anchor-file: "/var/unbound/db/root.key"
# Serve zones authoritatively from Unbound to resolver clients.
# Not for external service. Note use of "nodefault" for AS112 zones,
# i.e. reverse lookup zones for RFC1918 and similar addresses.
# Not for external service.
#
#local-zone: "local." static
#local-data: "mycomputer.local. IN A 192.0.2.51"
#local-zone: "2.0.192.in-addr.arpa." static nodefault
#local-zone: "2.0.192.in-addr.arpa." static
#local-data-ptr: "192.0.2.51 mycomputer.local"
# UDP EDNS reassembly buffer advertised to peers. Default 4096.


Loading…
Cancel
Save