mirror of
https://github.com/uklans/cache-domains
synced 2025-06-19 07:52:56 +02:00
Update create-rpz.sh
changed times to match current lanacache_dns
This commit is contained in:
parent
fd62eed0f8
commit
8ce8c4c77d
@ -35,9 +35,9 @@ cat > $outputfile << EOF
|
|||||||
@ SOA ns1.$basedomain. admin.$basedomain. (
|
@ SOA ns1.$basedomain. admin.$basedomain. (
|
||||||
$(date +%Y%m%d01) ; serial
|
$(date +%Y%m%d01) ; serial
|
||||||
604800 ; refresh (1 week)
|
604800 ; refresh (1 week)
|
||||||
86400 ; retry (1 day)
|
600 ; retry (1 day)
|
||||||
2419200 ; expire (4 weeks)
|
600 ; expire (4 weeks)
|
||||||
86400 ; minimum (1 day)
|
600 ; minimum (1 day)
|
||||||
)
|
)
|
||||||
NS ns1.$basedomain.
|
NS ns1.$basedomain.
|
||||||
NS ns2.$basedomain.
|
NS ns2.$basedomain.
|
||||||
|
Loading…
Reference in New Issue
Block a user