diff options
| author | Leo Kettmeir <crowlkats@toaxl.com> | 2023-01-11 21:31:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-11 21:31:14 +0100 |
| commit | b0e0e4f24b91c9be6a9bb005dc1f683d3b563bd6 (patch) | |
| tree | 196043a170306869daccb85363c248580bc5b695 /cli/tests/testdata/run/resolve_dns.zone.in | |
| parent | 6ee5563f6860758a18f35cee412d5fe3e139cf7c (diff) | |
fix: don't panic on resolveDns if unsupported record type is specified (#17336)
Fixes #14373
Diffstat (limited to 'cli/tests/testdata/run/resolve_dns.zone.in')
| -rw-r--r-- | cli/tests/testdata/run/resolve_dns.zone.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/resolve_dns.zone.in b/cli/tests/testdata/run/resolve_dns.zone.in index c351a1de9..94d5b9fc3 100644 --- a/cli/tests/testdata/run/resolve_dns.zone.in +++ b/cli/tests/testdata/run/resolve_dns.zone.in @@ -28,4 +28,5 @@ alias CNAME cname PTR alias _service._tcp SRV 0 100 1234 srv @ IN NAPTR 10 0 "s" "SIPS+D2T" "" _sips._tcp.example.com. -@ IN NAPTR 10 0 "s" RELAY:turn.udp "" _turn._udp.example.com.
\ No newline at end of file +@ IN NAPTR 10 0 "s" RELAY:turn.udp "" _turn._udp.example.com. +@ IN SSHFP 1 1 436C6F7564666C |
