Show
Ignore:
Timestamp:
06/02/04 19:31:12 (5 years ago)
Author:
anonymous
Message:

- pleins de correctifs
- ajout du fichier bind included
- ca doit maintenant marcher ...

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/slavedns.conf

    r1293 r1298  
    33#  
    44# in this directory, you must put one file for each master dns server you wish to synchronize from. 
    5 # Each file contains some variables that specify the server to syncrhonize from
     5# Each file contains shell variables and shell syntax must be correct
    66 
    77# Hostname of the master dns server :  
     
    1212 
    1313# Password of the slave to connect to the server 
    14 PASS=mypass 
     14PASSWORD=mypass 
    1515 
    1616# SSL= set this variable if you want to use SSL-ecnrypted connection (https instead of http) 
     
    2020# That's all. at most one hour after you put a new file in this directory,  
    2121# 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" 
    2323