Skip to content

Commit 4910cab

Browse files
authored
Update update-dns.sh
1 parent a2ebab1 commit 4910cab

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

update-dns.sh

+7-6
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,22 @@ set -e
77
CommunityDomain="ffslfl.community"
88
CommunityExternPrefix="extern"
99
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=""
1212

1313
# Serverconfig
14-
export DNSSCRIPT_CONTACT_EMAIL=info.freifunk-herpf.de.
14+
export DNSSCRIPT_CONTACT_EMAIL=info.schleswig-flensburg.frefiunk.net.
1515
# 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
1717
UpdateScriptsFolder="/usr/lib/ffslfldns/"
1818
ZoneFilesFolder="/etc/bind/ffslfl/"
1919
BindIncludeFileFolder="/etc/bind/"
2020
DNSSECKeyFolder="/etc/bind/keys/"
2121
TempFolder="/tmp/dnsscripts/"
2222
# specify the bird/babel or other routing table[s]
2323
# 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=""
2526

2627
# -1 -> disable bind [restart|reload]
2728
# 0 -> Debian (and like) systemctl [reload|restart] bind9
@@ -254,7 +255,7 @@ for Hood in $Hoods; do
254255
fi
255256
done
256257

257-
./update-public-acl.sh "$BindIcvpnAclTmp" "$RemoteLocation" "$RoutingTables"
258+
#./update-public-acl.sh "$BindIcvpnAclTmp" "$RemoteLocation" "$RoutingTables"
258259

259260
ReConfigBind=0
260261
UpdateBindConfig() {

0 commit comments

Comments
 (0)