guix/gnu
Felix Lechner 882112b581
services: knot: Default zone-file-refresh to 12h.
The Knot DNS service in Guix uses two days, or 48 hours, for the SOA
refresh interval but that is outside the range of RFC 1912, which is
entitled "Common DNS Operational and Configuration Errors." [1]

Section 2.2 of RFC 1912 recommends a maximum of 12 hours for the SOA
refresh rate: "You can keep it short (20 mins to 2 hours) if you
aren't worried about a small increase in bandwidth used, or longer
(2-12 hours) if your Internet connection is slow or is started on
demand."

This commit sets the default refresh interval at the nearest value
recommended by the standard, which is 12 hours.

Due to the widespread adoption of NOTIFY messages between primary and
secondary DNS servers, the SOA refresh interval has arguably lost some
importance, but the Guix default should still be in line with the
standards.

Values outside the recommended range can provoke warning messages from
services commonly used to find bugs in DNS configurations, such as the
MX Toolbox Super Tool. [2]

[1] https://datatracker.ietf.org/doc/rfc1912/
[2] https://mxtoolbox.com/SuperTool.aspx

* gnu/services/dns.scm (<zone-file>)[refresh]: Default to (* 12 3600).

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-03-06 16:10:27 +08:00
..
bootloader
build file-systems: Validate 'no-diratime flag. 2023-02-26 01:00:07 +01:00
home home: services: Add 'pulseaudio-rtp-sink' and 'pulseaudio-rtp-source'. 2023-03-05 23:06:55 +01:00
installer
machine
packages gnu: emacs-org-modern: Update to 0.8. 2023-03-06 11:22:17 +04:00
services services: knot: Default zone-file-refresh to 12h. 2023-03-06 16:10:27 +08:00
system file-systems: Remove deprecated 'title' field helper procedures. 2023-03-05 23:06:55 +01:00
tests services: dbus: Deprecate 'dbus-service' procedure. 2023-03-03 17:55:35 +01:00
artwork.scm
bootloader.scm
ci.scm
compression.scm
home.scm
image.scm
installer.scm
local.mk home: services: Add 'pulseaudio-rtp-sink' and 'pulseaudio-rtp-source'. 2023-03-05 23:06:55 +01:00
machine.scm
packages.scm
services.scm
system.scm services: base: Deprecate 'host-name-service' procedure. 2023-03-03 17:55:31 +01:00
tests.scm