diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-03 02:12:07 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-03 02:12:58 +0700 |
| commit | 8118f95cbbc91c43c786ac239303d42cbb0b3769 (patch) | |
| tree | 2735cf5a8b5033febef6669453701e28a0bf7707 /lib/dns/testdata/message/UnpackMessage_SVCB_test.txt | |
| parent | f21ec39131b5fdaf5d9ff5e2921b6b2cf368f1e0 (diff) | |
| download | pakakeh.go-8118f95cbbc91c43c786ac239303d42cbb0b3769.tar.xz | |
lib/dns: fix unpacking ipv4hint on SVCB record
Somehow the test passed on my main machine, but failed on my laptop.
Weird.
Diffstat (limited to 'lib/dns/testdata/message/UnpackMessage_SVCB_test.txt')
| -rw-r--r-- | lib/dns/testdata/message/UnpackMessage_SVCB_test.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dns/testdata/message/UnpackMessage_SVCB_test.txt b/lib/dns/testdata/message/UnpackMessage_SVCB_test.txt index e3237f7a..8454905f 100644 --- a/lib/dns/testdata/message/UnpackMessage_SVCB_test.txt +++ b/lib/dns/testdata/message/UnpackMessage_SVCB_test.txt @@ -356,6 +356,9 @@ The test input taken from output of parsing SVCB record from zone file. "1": [ "h2", "h3-19" + ], + "4": [ + "192.0.2.1" ] }, "TargetName": "foo.example.org", |
