Ignore:
Timestamp:
06/23/06 18:43:51 (7 years ago)
Author:
anarcat
Message:

allow for arbitrary url

File:
1 edited

Legend:

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

    r1674 r1675  
    55# Each file contains shell variables and shell syntax must be correct. 
    66 
     7PROTOCOL=https 
     8HOST=10.0.0.1 
     9 
    710# Hostname http[s] of the master dns server :  
    8 HOST=primary.example.com 
     11#URL=${PROTOCOL}://${HOST}/admin/domlist.php 
    912 
    10 # IP Address of the master dns server :  
    11 MASTERIP=10.0.0.1 
     13# IP Address of the master dns server, defaults to the contacted host 
     14MASTERIP=${HOST} 
    1215 
    1316# Login of the slave to connect to the server (the primary dns administrator will give it to you.) 
     
    1619# Password of the slave to connect to the server 
    1720PASSWORD=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 
    2221 
    2322# That's all. at most one hour after you put a new file in this directory,  
Note: See TracChangeset for help on using the changeset viewer.