trust-dns: fix SOA
This commit is contained in:
@@ -4,13 +4,15 @@ $TTL 900
|
|||||||
; Refresh = how frequently secondary NS should query master
|
; Refresh = how frequently secondary NS should query master
|
||||||
; Retry = how long secondary NS should wait until re-querying master after a failure (must be < Refresh)
|
; Retry = how long secondary NS should wait until re-querying master after a failure (must be < Refresh)
|
||||||
; Expire = how long secondary NS should continue to reply to queries after master fails (> Refresh + Retry)
|
; Expire = how long secondary NS should continue to reply to queries after master fails (> Refresh + Retry)
|
||||||
@ IN SOA uninsane.org. admin-dns.uninsane.org. (
|
@ IN SOA ns1.uninsane.org. admin-dns.uninsane.org. (
|
||||||
2022120701 ; Serial
|
2022120801 ; Serial
|
||||||
4h ; Refresh
|
4h ; Refresh
|
||||||
30m ; Retry
|
30m ; Retry
|
||||||
7d ; Expire
|
7d ; Expire
|
||||||
5m) ; Negative response TTL
|
5m) ; Negative response TTL
|
||||||
|
|
||||||
|
rev TXT "2022120801"
|
||||||
|
|
||||||
@ A 97.126.41.123
|
@ A 97.126.41.123
|
||||||
; XXX: RFC's specify that the MX record CANNOT BE A CNAME
|
; XXX: RFC's specify that the MX record CANNOT BE A CNAME
|
||||||
mx A 185.157.162.178
|
mx A 185.157.162.178
|
||||||
|
Reference in New Issue
Block a user