diff options
| author | Jan Vcelak <jv@fcelda.cz> | 2015-10-31 12:19:06 +0100 |
|---|---|---|
| committer | Jan Vcelak <jv@fcelda.cz> | 2015-10-31 12:45:30 +0100 |
| commit | 084516e17261a21cea4871d0b5a8bc544f6beb8d (patch) | |
| tree | 7cdcedf62d9022f0c1259950f34a21780fe3c052 /tests/example | |
| parent | 8cf9c8c9e6fe963e144882af3f89f72e92288655 (diff) | |
| download | dnspython-084516e17261a21cea4871d0b5a8bc544f6beb8d.tar.gz | |
Add support for CDNSKEY record type
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 6f264ea..b4ad606 100644 --- a/tests/example +++ b/tests/example @@ -212,6 +212,12 @@ dnskey02 DNSKEY 257 3 RSAMD5 ( yzWZriO6i2odGWWQVucZqKVsENW91IOW4vqudngPZsY3 GvQ/xVA8/7pyFj6b7Esga60zyGW6LFe9r8n6paHrlG5o jqf0BaqHT+8= ) +cdnskey01 CDNSKEY 256 3 8 ( + AwEAAbmiLgh411Pz3v3XCSBrvYf52A/Gv55ItN1NbOLH + Cqt3Ec3p+VB/kQ87VjjMrycanZFnZT4l9uCFuYh21Ccy + xVpcxExbM0UuhX5rJoDyeFSXoQlkHrB01osPl5Vri5Ym + KtcmqGxZ9An0VSunohkyiX1SrNRZSdQnk9/pIHDe/c8D + ) ; ; test known type using unknown RR syntax ; |
