root/alternc-slavedns/tags/debian_version_0_9_3_1/slavedns.conf

Revision 1303, 1.0 kB (checked in by anonymous, 4 years ago)

Correction d'un bug dans slavedns.conf

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 # Configuration file __SAMPLE__ for slavedns
2 # this file (called slavedns.conf) WILL ALWAYS BE IGNORED by the cron task.
3 #
4 # in this directory, you must put one file for each master dns server you wish to synchronize from.
5 # Each file contains shell variables and shell syntax must be correct.
6
7 # Hostname http[s] of the master dns server :
8 HOST=primary.example.com
9
10 # IP Address of the master dns server :
11 MASTERIP=10.0.0.1
12
13 # Login of the slave to connect to the server (the primary dns administrator will give it to you.)
14 LOGIN=myaccount
15
16 # Password of the slave to connect to the server
17 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=yes
22
23 # That's all. at most one hour after you put a new file in this directory,
24 # slavedns will try to synchronize it's domain list
25 # you may launch manually the synchronization with "/usr/sbin/slavedns"
26
Note: See TracBrowser for help on using the browser.