Files
coredns/.gitattributes
Ville Vesilehto 077774e0cd ci: run plugin tests on Windows (#8314)
Plugin package tests previously ran only on Linux, so Windows-
specific failures were never caught. Run them in CI and make the
affected tests portable across platforms.

Signed-off-by: Ville Vesilehto <ville@vesilehto.fi>
2026-07-19 03:52:23 -07:00

4 lines
119 B
Plaintext

# DNSSEC key material must keep LF; CRLF breaks miekg/dns private-key parsing.
*.private text eol=lf
*.key text eol=lf