Changeset 1298 for trunk/slavedns.conf
- Timestamp:
- 06/02/04 19:31:12 (5 years ago)
- Files:
-
- trunk/slavedns.conf (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/slavedns.conf
r1293 r1298 3 3 # 4 4 # in this directory, you must put one file for each master dns server you wish to synchronize from. 5 # Each file contains s ome variables that specify the server to syncrhonize from.5 # Each file contains shell variables and shell syntax must be correct. 6 6 7 7 # Hostname of the master dns server : … … 12 12 13 13 # Password of the slave to connect to the server 14 PASS =mypass14 PASSWORD=mypass 15 15 16 16 # SSL= set this variable if you want to use SSL-ecnrypted connection (https instead of http) … … 20 20 # That's all. at most one hour after you put a new file in this directory, 21 21 # slavedns will try to synchronize it's domain list 22 # you may launch manually with "/usr/sbin/slavedns"22 # you may launch manually the synchronization with "/usr/sbin/slavedns" 23 23
