Merged some lines from the latest upstream configuration version
Especially the port for remote control is now 8953 Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
ec26998079
commit
ee4b516864
15
unbound.conf
15
unbound.conf
@ -1,5 +1,7 @@
|
||||
#
|
||||
# See unbound.conf(5) man page.
|
||||
# Example configuration file.
|
||||
#
|
||||
# See unbound.conf(5) man page, version 1.5.7.
|
||||
#
|
||||
# this is a comment.
|
||||
|
||||
@ -390,16 +392,13 @@ server:
|
||||
|
||||
# File with DLV trusted keys. Same format as trust-anchor-file.
|
||||
# There can be only one DLV configured, it is trusted from root down.
|
||||
# Downloaded from https://secure.isc.org/ops/dlv/dlv.isc.org.key
|
||||
#
|
||||
# ISC's DLV registry is being deprecated in the near future, therefore
|
||||
# it is not used in the default configuration. The use of ISC's DLV
|
||||
# registry is discouraged.
|
||||
# dlv-anchor-file: "/etc/unbound/dlv.isc.org.key"
|
||||
# DLV is going to be decommissioned. Please do not use it any more.
|
||||
# dlv-anchor-file: "dlv.isc.org.key"
|
||||
|
||||
# File with trusted keys for validation. Specify more than one file
|
||||
# with several entries, one file per entry.
|
||||
# Zone file format, with DS and DNSKEY entries.
|
||||
# Note this gets out of date, use auto-trust-anchor-file please.
|
||||
# trust-anchor-file: ""
|
||||
|
||||
# File with trusted keys, kept uptodate using RFC5011 probes,
|
||||
@ -647,7 +646,7 @@ remote-control:
|
||||
# control-interface: ::1
|
||||
|
||||
# port number for remote control operations.
|
||||
# control-port: 953
|
||||
# control-port: 8953
|
||||
|
||||
# unbound server key file.
|
||||
server-key-file: "/etc/unbound/unbound_server.key"
|
||||
|
Loading…
Reference in New Issue
Block a user