File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change 7
7
CommunityDomain=" ffslfl.community"
8
8
CommunityExternPrefix=" extern"
9
9
CommunitySubnets=" 10.24.32.0/19 fd07:96ae:572e::/48"
10
- RemoteLocation=" https://github. com/ffslfl/dns/raw/branch /main/"
11
- DNSSECPolicy=" herpf "
10
+ RemoteLocation=" https://raw.githubusercontent. com/ffslfl/dns/main/"
11
+ DNSSECPolicy=" "
12
12
13
13
# Serverconfig
14
- export DNSSCRIPT_CONTACT_EMAIL=info.freifunk-herpf.de .
14
+ export DNSSCRIPT_CONTACT_EMAIL=info.schleswig-flensburg.frefiunk.net .
15
15
# DNSSCRIPT_SERVER_NAME must be the server given in community zone files NS entry (Full Hostname, w/o trailing dot)
16
- export DNSSCRIPT_SERVER_NAME=dns.herpf.fff .community
16
+ export DNSSCRIPT_SERVER_NAME=dnsprim.ffslfl .community
17
17
UpdateScriptsFolder=" /usr/lib/ffslfldns/"
18
18
ZoneFilesFolder=" /etc/bind/ffslfl/"
19
19
BindIncludeFileFolder=" /etc/bind/"
20
20
DNSSECKeyFolder=" /etc/bind/keys/"
21
21
TempFolder=" /tmp/dnsscripts/"
22
22
# specify the bird/babel or other routing table[s]
23
23
# if RoutingTables is empty, the ICVPN-ACL-List will be fetched remotely (for servers that are no gateway)
24
- RoutingTables=" 10"
24
+ # RoutingTables="10"
25
+ RoutingTables=" "
25
26
26
27
# -1 -> disable bind [restart|reload]
27
28
# 0 -> Debian (and like) systemctl [reload|restart] bind9
@@ -254,7 +255,7 @@ for Hood in $Hoods; do
254
255
fi
255
256
done
256
257
257
- ./update-public-acl.sh " $BindIcvpnAclTmp " " $RemoteLocation " " $RoutingTables "
258
+ # ./update-public-acl.sh "$BindIcvpnAclTmp" "$RemoteLocation" "$RoutingTables"
258
259
259
260
ReConfigBind=0
260
261
UpdateBindConfig () {
You can’t perform that action at this time.
0 commit comments