trust-dns: fix SOA

This commit is contained in:
2022-12-08 00:46:32 +00:00
parent edea64a41c
commit 0450b4d9a6

View File

@@ -4,13 +4,15 @@ $TTL 900
; 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)
; Expire = how long secondary NS should continue to reply to queries after master fails (> Refresh + Retry)
@ IN SOA uninsane.org. admin-dns.uninsane.org. (
2022120701 ; Serial
@ IN SOA ns1.uninsane.org. admin-dns.uninsane.org. (
2022120801 ; Serial
4h ; Refresh
30m ; Retry
7d ; Expire
5m) ; Negative response TTL
rev TXT "2022120801"
@ A 97.126.41.123
; XXX: RFC's specify that the MX record CANNOT BE A CNAME
mx A 185.157.162.178