Errors from https://mxtoolbox.com/SuperTool.aspx -> DNS check
Error message:
ns1.cweiske.de reported Expire 1048576 : Expire is recommended to be between 1209600 and 2419200.
RFC 1912 says:
2.2 SOA records
Expire: 2-4 weeks are suggested values.
Test:
$ dig @ns1.cweiske.de +short SOA cweiske.de ns1.cweiske.de. hostmaster.cweiske.de. 1589436247 16384 2048 1048576 2560 | | | | +minimum | | | +expire | | +retry | +refresh +-serial
Links:
tinydns seems to set the expire time automatically to 1048576 (12.x days)
Error was:
ns1.cweiske.de reported Serial 1589436247 : Suggested serial format year was 1589 which is before 1970.
Reason: tinydns uses the unix timestamp as serial, not the YYYYMMMDDHHIISS format
This is a warning, not an error.
Output was:
1589436247<br/>1589423702
Reason: I updated the zone file on my server, and the secondary name server had not yet copied the new zone data to itself via AXFR.
Hosteurope syncs DNS zones once a day, at ~5:30
Manual sync:
$ ./dnsnotify.pl cweiske.de 80.237.128.10
IP taken from /etc/axfrdns/axfrdns4/tcp
Links:
Reading axfrdns logs:
$ tai64nlocal < /etc/axfrdns/axfrdns4/log/main/current | less