Changeset 1675 for alternc-slavedns/trunk/slavedns.conf
- Timestamp:
- 06/23/06 18:43:51 (7 years ago)
- File:
-
- 1 edited
-
alternc-slavedns/trunk/slavedns.conf (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
alternc-slavedns/trunk/slavedns.conf
r1674 r1675 5 5 # Each file contains shell variables and shell syntax must be correct. 6 6 7 PROTOCOL=https 8 HOST=10.0.0.1 9 7 10 # Hostname http[s] of the master dns server : 8 HOST=primary.example.com 11 #URL=${PROTOCOL}://${HOST}/admin/domlist.php 9 12 10 # IP Address of the master dns server :11 MASTERIP= 10.0.0.113 # IP Address of the master dns server, defaults to the contacted host 14 MASTERIP=${HOST} 12 15 13 16 # Login of the slave to connect to the server (the primary dns administrator will give it to you.) … … 16 19 # Password of the slave to connect to the server 17 20 PASSWORD=mypass 18 19 # SSL= set this variable if you want to use SSL-ecnrypted connection (https instead of http)20 # If you don't want to use SSL, __comment out this line__ (don't put a no, it won't work ;) )21 SSL=yes22 21 23 22 # That's all. at most one hour after you put a new file in this directory,
Note: See TracChangeset
for help on using the changeset viewer.
