about summary refs log tree commit diff stats
path: root/modules
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-04 18:46:54 +0100
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-03-09 13:44:22 +0100
commit2f86b23fa1f147f39254b508c85a59eacb955854 (patch)
treeaca5ab6664ec7e7ee9ca1f7d73beab34748e27c3 /modules
parent.envrc: Add ./scripts to PATH (diff)
downloadnixos-server-2f86b23fa1f147f39254b508c85a59eacb955854.zip
modules/dns/dns/types/records/DMARC.nix: Reference the correct RFC
RFC 7208 is titled “Sender Policy Framework (SPF) for Authorizing Use of Domains in Email, Version 1”, whilst
RFC 7489 is titled “Domain-based Message Authentication, Reporting, and Conformance (DMARC)”
Diffstat (limited to 'modules')
-rw-r--r--modules/by-name/dn/dns/dns/types/records/DMARC.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/by-name/dn/dns/dns/types/records/DMARC.nix b/modules/by-name/dn/dns/dns/types/records/DMARC.nix
index e67dd12..0f10f2c 100644
--- a/modules/by-name/dn/dns/dns/types/records/DMARC.nix
+++ b/modules/by-name/dn/dns/dns/types/records/DMARC.nix
@@ -5,7 +5,7 @@
 #
 # This is a “fake” record type, not actually part of DNS.
 # It gets compiled down to a TXT record.
-# RFC 7208
+# RFC 7489
 {
   lib,
   util,