diff options
Diffstat (limited to 'net-misc/mDNSResponder/files/dnsextd.conf.d')
-rw-r--r-- | net-misc/mDNSResponder/files/dnsextd.conf.d | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net-misc/mDNSResponder/files/dnsextd.conf.d b/net-misc/mDNSResponder/files/dnsextd.conf.d new file mode 100644 index 000000000000..815075084289 --- /dev/null +++ b/net-misc/mDNSResponder/files/dnsextd.conf.d @@ -0,0 +1,12 @@ +# Set the address of the BIND server that dnsextd will +# contact and the zone that it will administer. +# Make sure you have read the instructions at +# http://www.dns-sd.org/ServerSetup.html +# on how to configure the BIND server before +# starting dnsextd. +#DNSEXTD_NAMESERVER="127.0.0.1" +#DNSEXTD_ZONE="zone.example.com." + +# Add extra arguments to dnsextd here. +# See dnsextd -h for options. +#DNSEXTD_ARGS="-k 'TSIG auth key'" |