Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions etc/policy.template.toml
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,10 @@ mode = "off"
# Cascade TSIG key store and will be used to authenticate communication with
# the nameserver.
#
# PORT defaults to 53.
#
# If not specified, no NOTIFY messages will be sent.
send-notify-to = []
#send-notify-to = ["127.0.0.1", "127.0.0.1:53", "127.0.0.1^my-tsig-key"]

# The set of nameservers to provide zone transfers to.
#
Expand All @@ -475,4 +477,4 @@ send-notify-to = []
# request from one of the specified IP addresses.
#
# If not specified, zone transfers will be provided to any nameserver.
provide-xfr-to = []
#provide-xfr-to = ["127.0.0.1", "127.0.0.1^my-tsig-key"]
Loading