Skip to content
Snippets Groups Projects
Commit ad2fbe8c authored by nimrod's avatar nimrod
Browse files

Router: Implement recommendations from zonemaster.

Per https://zonemaster.net/en/result/472d8d42df31e2d8, implement _some_
of the recommendations:
- Limit AXFR availability.
- Raise some of the SOA values.
parent 0a02966a
No related branches found
No related tags found
No related merge requests found
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
$TTL 1h $TTL 1h
$ORIGIN shore.co.il. $ORIGIN shore.co.il.
@ IN SOA ns1 hostmaster ( @ IN SOA ns1 hostmaster (
2022041003 2023040801
4h
1h 1h
5m
4w 4w
3h ) 3h )
......
...@@ -2,4 +2,4 @@ zone: ...@@ -2,4 +2,4 @@ zone:
name: "shore.co.il" name: "shore.co.il"
zonefile: "shore.co.il" zonefile: "shore.co.il"
notify: 163.172.74.36 NOKEY #ns4.shore.co.il notify: 163.172.74.36 NOKEY #ns4.shore.co.il
provide-xfr: 0.0.0.0/0 NOKEY provide-xfr: 163.172.74.36/32 NOKEY #ns4.shore.co.il
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment