dns-scripts/etc/ffdns/local.conf

39 lines
1.3 KiB
Plaintext

### DNSSCRIPT_CONTACT_EMAIL the responsible person can be contacted there; needs zone-file format
#DNSSCRIPT_CONTACT_EMAIL="info.freifunk-herpf.de."
DNSSCRIPT_CONTACT_EMAIL=""
### DNSSCRIPT_SERVER_NAME must be this server given in community zone files NS entry and/or subdomain entries
### Full Hostname, w/o trailing dot
#DNSSCRIPT_SERVER_NAME="dns.herpf.fff.community"
DNSSCRIPT_SERVER_NAME=""
ZoneFilesFolder="/etc/bind/fff/"
BindIncludeFileFolder="/etc/bind/"
TempFolder="/tmp/ffdns/"
### specify the bird/babel or other routing table[s]
### if RoutingTables is empty, the ICVPN-ACL-List will be fetched remotely (for servers that are no gateway)
RoutingTables="10"
### -1 -> disable bind [restart|reload]
### 0 -> Debian (and like) systemctl [reload|restart] bind9
### 1 -> use rndc to [reload zone|reconfig] (recommended; rndc needs setup first)
### 2 -> OpenWRT /etc/init.d/named [reload|restart]
DNSSCRIPT_BIND_RELOAD_VER=0
# the views specified in named.conf
### must have at least one entry
InternalViews="icvpn-internal-view icvpn-internal-dns64-view"
### can be empty
ExternalView="external-view"
#DNSSEC
### DNSSECPolicy and Folder specified in named.conf; if no DNSSEC is used leave empty
#DNSSECPolicy="herpf"
DNSSECPolicy=""
#DNSSECKeyFolder="/etc/bind/keys/"
DNSSECKeyFolder=""