mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-05-28 04:02:31 -04:00
7 lines
98 B
Awk
7 lines
98 B
Awk
# expected-changes -1 +1
|
|
|
|
# DSYNC: target
|
|
$3 == "DSYNC" { $7 = toupper($7); }
|
|
|
|
# output
|
|
{ print }
|