temporary use OpenWRT Files

This commit is contained in:
Blackyfff 2021-01-04 20:53:39 +01:00
parent 5fd536d939
commit de89546087
1 changed files with 5 additions and 3 deletions

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