Ignore:
Timestamp:
06/23/06 18:59:36 (7 years ago)
Author:
anarcat
Message:

cosmetic: indicate what is optional and use a more generic tool for bind

File:
1 edited

Legend:

Unmodified
Added
Removed
  • alternc-slavedns/trunk/slavedns.conf

    r1675 r1680  
    55# Each file contains shell variables and shell syntax must be correct. 
    66 
     7# you must set this or the full URL below 
    78PROTOCOL=https 
    89HOST=10.0.0.1 
    910 
    10 # Hostname http[s] of the master dns server :  
     11# Hostname http[s] of the master dns server, notice how it defaults to alternc setup 
    1112#URL=${PROTOCOL}://${HOST}/admin/domlist.php 
    1213 
     
    1516 
    1617# Login of the slave to connect to the server (the primary dns administrator will give it to you.) 
     18# optional 
    1719LOGIN=myaccount 
    1820 
    1921# Password of the slave to connect to the server 
     22# optional 
    2023PASSWORD=mypass 
    2124 
     
    3235#NAMED="/usr/pkg/etc/rc.d/named9 restart" # BIND9 on NetBSD 
    3336#NAMED="/etc/rc.d/named restart" # BIND8 on NetBSD/OpenBSD 
    34 #NAMED="killall -HUP named" # generic 
     37#NAMED="ndc restart" # generic 
    3538#NAMED="/etc/init.d/named restart" # BIND8 on some Linux 
    3639#NAMED="/etc/init.d/named9 restart" # BIND9 on some Linux 
Note: See TracChangeset for help on using the changeset viewer.