diff options
| author | Bob Halley <halley@dnspython.org> | 2020-08-06 20:02:24 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-08-07 19:13:36 -0700 |
| commit | 5891ac286ee4ba934738c94c7189ee2d868fcd3b (patch) | |
| tree | dc20ec11eac1042c8c87f20730e7e886de0c29db /tests/example | |
| parent | 3aa0379a50c75647320edc9db190b4f27fb3c269 (diff) | |
| download | dnspython-5891ac286ee4ba934738c94c7189ee2d868fcd3b.tar.gz | |
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 4a3829b..744030c 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" |
