]> git.pld-linux.org Git - packages/autodns.git/blame - autodns.conf
- small fix
[packages/autodns.git] / autodns.conf
CommitLineData
9408dcf9
PG
1# Who I should reply as.
2$mailfrom="autodns\@earth.li";
3
4# Who replies should be CCed to.
5$ccreply="noodles\@earth.li";
6
7# Where to look for zones we're already hosting.
8# It has to be one line!! (temporary) -- blues
9#@cfgfiles=("/etc/named.conf", "/etc/bind/named.secondary.conf");
10@cfgfiles=("/etc/named.conf");
11
12# The file we should add/delete domains from.
13$conffile="/etc/named.secondary.conf";
14
15# The file that contains details of the authorized users.
16$usersfile="/etc/autodns/autodns.users";
17
18# Base file name to for list of users domains.
19$domainlistroot="/etc/autodns/domains.";
20
21# The lockfile we use to ensure we have exclusive access to the
22# $domainlistroot$user files and $conffile.
23b2bece 23$lockfile="/var/lib/autodns/autodns.lock";
9408dcf9
PG
24
25# The command to reload the nameserver domains list.
26$reload_command="sudo ndc reconfig 2>&1";
27
This page took 0.069812 seconds and 4 git commands to generate.