mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-10 14:23:07 -05:00
7 lines
121 B
Awk
7 lines
121 B
Awk
# expected-changes -1 +1
|
|
|
|
# NSEC: signer name
|
|
$1 == "example." && $3 == "NSEC" { $4 = toupper($4); }
|
|
|
|
# output
|
|
{ print }
|