Changeset 1680 for alternc-slavedns/trunk/slavedns.conf
- Timestamp:
- 06/23/06 18:59:36 (7 years ago)
- File:
-
- 1 edited
-
alternc-slavedns/trunk/slavedns.conf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc-slavedns/trunk/slavedns.conf
r1675 r1680 5 5 # Each file contains shell variables and shell syntax must be correct. 6 6 7 # you must set this or the full URL below 7 8 PROTOCOL=https 8 9 HOST=10.0.0.1 9 10 10 # Hostname http[s] of the master dns server :11 # Hostname http[s] of the master dns server, notice how it defaults to alternc setup 11 12 #URL=${PROTOCOL}://${HOST}/admin/domlist.php 12 13 … … 15 16 16 17 # Login of the slave to connect to the server (the primary dns administrator will give it to you.) 18 # optional 17 19 LOGIN=myaccount 18 20 19 21 # Password of the slave to connect to the server 22 # optional 20 23 PASSWORD=mypass 21 24 … … 32 35 #NAMED="/usr/pkg/etc/rc.d/named9 restart" # BIND9 on NetBSD 33 36 #NAMED="/etc/rc.d/named restart" # BIND8 on NetBSD/OpenBSD 34 #NAMED=" killall -HUP named" # generic37 #NAMED="ndc restart" # generic 35 38 #NAMED="/etc/init.d/named restart" # BIND8 on some Linux 36 39 #NAMED="/etc/init.d/named9 restart" # BIND9 on some Linux
Note: See TracChangeset
for help on using the changeset viewer.
