Scripte überarbeitet #1

Merged
Blackyfff merged 56 commits from :master into master 2021-07-27 02:05:09 +02:00
1 changed files with 5 additions and 3 deletions
Showing only changes of commit de89546087 - Show all commits

8
10-50-reverse.sh Executable file → Normal file
View File

@ -1,10 +1,12 @@
#!/bin/sh
DomainZone="50.10.in-addr.arpa."
ForwardZoneFiles="/srv/fff-dns/db.fff.community"
ReverseZoneFile="/var/lib/bind/db.50.10"
#ForwardZoneFiles="/srv/fff-dns/db.fff.community"
#ReverseZoneFile="/var/lib/bind/db.50.10"
ForwardZoneFiles="/etc/bind/db.herpf.fff.community"
ReverseZoneFile="/etc/bind/db.250.50.10"
#Temporäres Verzeichnis - muss pro Zone exclusiv sein!
TempDir="/tmp/50.10.in-addr.arpa"
TempDir="/tmp/250.50.10.in-addr.arpa"
TTL=3600
refresh=2000
retry=6400