### 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="" ### specify the internal local ServerIP used as Source ### when fetching the other Servers DNSSEC-Entries (IPv6 preferred) InternalUpstreamIP="" ZoneFilesFolder="/etc/bind/fff/" TempFolder="/tmp/ffdns/" GeneratedIncludeFileFolder="/etc/bind/" ### 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" ### If you are a root for $CommunityDomain or a first level Hood: do not specify ### If serving a subsequent subdomain, specify Remote and all Subdomains excluding the own ### For example if you are serving ... then specify . ### master file in remote needs to be named: db... #RemoteLocation="https://gw01.herpf.fff.community/ffdns/" #SubCommunityDomain="herpf" #DNSSEC ### DNSSECPolicy and Folder specified in named.conf; if no DNSSEC is used leave empty #DNSSECPolicy="herpf" DNSSECPolicy="" #DNSSECKeyFolder="/etc/bind/keys/" DNSSECKeyFolder=""