|
Revision 1293, 0.9 kB
(checked in by anonymous, 4 years ago)
|
Initial revision
|
- 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 some variables that specify the server to syncrhonize from. |
|---|
| 6 |
|
|---|
| 7 |
# Hostname of the master dns server : |
|---|
| 8 |
HOST=primary.example.com |
|---|
| 9 |
|
|---|
| 10 |
# Login of the slave to connect to the server (the primary dns administrator will give it to you.) |
|---|
| 11 |
LOGIN=myaccount |
|---|
| 12 |
|
|---|
| 13 |
# Password of the slave to connect to the server |
|---|
| 14 |
PASS=mypass |
|---|
| 15 |
|
|---|
| 16 |
# SSL= set this variable if you want to use SSL-ecnrypted connection (https instead of http) |
|---|
| 17 |
# If you don't want to use SSL, __comment out this line__ (don't put a no, it won't work ;) ) |
|---|
| 18 |
SSL=yes |
|---|
| 19 |
|
|---|
| 20 |
# That's all. at most one hour after you put a new file in this directory, |
|---|
| 21 |
# slavedns will try to synchronize it's domain list |
|---|
| 22 |
# you may launch manually with "/usr/sbin/slavedns" |
|---|
| 23 |
|
|---|