aboutsummaryrefslogtreecommitdiffstats
path: root/modules/by-name/dn (unfollow)
Commit message (Collapse)Author
2025-03-09modules/dns: Add service dependenciesBenedikt Peetz
2025-03-09modules/dns: Set a reasonable verbosity levelBenedikt Peetz
The default is way too quiet.
2025-03-09modules/dns: Provide the option to open the required firewall portsBenedikt Peetz
2025-03-09modules/dns: Remove `lib.debug` callsBenedikt Peetz
2025-03-09modules/dns/dns/types/records/PTR.nix: Special case for reverse IP lookupsBenedikt Peetz
This makes implementing a DNS server in tests easier.
2025-03-09modules/dns/dns/types/records/MTA-STS.nix: InitBenedikt Peetz
2025-03-09modules/dns/dns/types/records/DMARC.nix: Reference the correct RFCBenedikt Peetz
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)”
2025-03-09{modules,tests}/dns: InitBenedikt Peetz
Most of the dns module was taken from: <https://github.com/nix-community/dns.nix>