diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2024-07-10 22:21:49 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2024-07-11 09:21:46 +0200 |
commit | 2e52cfd3b3d42d58d08bdffffea230d735b6339b (patch) | |
tree | ac83011da0ba25879fa049d7c40dc604832960c0 /tests-extra/tests | |
parent | libknot: add support for 'dohpath' and 'ohttp' SVCB parameters (diff) | |
download | knot-2e52cfd3b3d42d58d08bdffffea230d735b6339b.tar.xz knot-2e52cfd3b3d42d58d08bdffffea230d735b6339b.zip |
libzscanner: add support for 'dohpath' and 'ohttp' SVCB parameters
Diffstat (limited to 'tests-extra/tests')
-rw-r--r-- | tests-extra/tests/records/load/data/svcb.zone | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests-extra/tests/records/load/data/svcb.zone b/tests-extra/tests/records/load/data/svcb.zone index 4e3f6e618..06670fa20 100644 --- a/tests-extra/tests/records/load/data/svcb.zone +++ b/tests-extra/tests/records/load/data/svcb.zone @@ -92,3 +92,9 @@ example12 SVCB 1 . alpn=foo\\\092,bar example20 SVCB 1 . alpn=\ example21 SVCB 1 . alpn=a\ b + +example30 SVCB 1 . dohpath=/q{?dns} +example31 SVCB 1 . dohpath="/dns-query{?dns}" + +;example40 SVCB 1 . ohttp +example40 SVCB 1 . key8 |