diff options
| author | Bob Halley <halley@dnspython.org> | 2020-08-07 19:20:30 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-07 19:20:30 -0700 |
| commit | 330ddd8fecbe583d71fb9c1033eb12c60f5f6bec (patch) | |
| tree | 2d8e802a01b2851e8fcf2d27cecf361e896c6248 /tests/example | |
| parent | 157e4e907333fae7fb4c5888949258aa7927f6e9 (diff) | |
| parent | 5891ac286ee4ba934738c94c7189ee2d868fcd3b (diff) | |
| download | dnspython-330ddd8fecbe583d71fb9c1033eb12c60f5f6bec.tar.gz | |
Merge pull request #568 from rthalley/svcb
SVCB and HTTPS support
Diffstat (limited to 'tests/example')
| -rw-r--r-- | tests/example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/example b/tests/example index 29dcb26..b077248 100644 --- a/tests/example +++ b/tests/example @@ -232,3 +232,9 @@ amtrelay04 AMTRELAY 10 0 2 2001:db8::15 amtrelay05 AMTRELAY 128 1 3 amtrelays.example.com. csync0 CSYNC 12345 0 A MX RRSIG NSEC TYPE1234 avc01 AVC "app-name:WOLFGANG|app-class:OAM|business=yes" +svcb01 SVCB ( +100 foo.com. mandatory="alpn,port" alpn="h2,h3" no-default-alpn port="12345" +echconfig="abcd" ipv4hint=1.2.3.4,4.3.2.1 ipv6hint=1::2,3::4 key12345="foo" +) +https01 HTTPS 0 svc +https02 HTTPS 1 . port=8002 echconfig="abcd" |
