diff options
| author | Bob Halley <halley@play-bow.org> | 2015-11-02 06:03:18 -0800 |
|---|---|---|
| committer | Bob Halley <halley@play-bow.org> | 2015-11-02 06:03:18 -0800 |
| commit | 2f815a32a43fb09e206dd53aeb64beac6ce6b543 (patch) | |
| tree | f7b652697ac03d034eeced646cc7de69770a7911 /tests/example | |
| parent | 7bba8158b88271d245a6eb45387af888a0413014 (diff) | |
| parent | 32e41e41bf3957f565da9aaea133703a7ee80372 (diff) | |
| download | dnspython-2f815a32a43fb09e206dd53aeb64beac6ce6b543.tar.gz | |
Merge pull request #127 from fcelda/python3
CDS/CDNSKEY support
Diffstat (limited to 'tests/example')
| -rw-r--r-- | tests/example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/example b/tests/example index 07394ae..a4eb615 100644 --- a/tests/example +++ b/tests/example @@ -194,6 +194,7 @@ wks03 WKS 10.0.0.2 6 ( 65535 ) x2501 X25 "123456789" dlv01 DLV 12345 3 1 123456789abcdef67890123456789abcdef67890 ds01 DS 12345 3 1 123456789abcdef67890123456789abcdef67890 +cds01 CDS 12345 3 1 123456789abcdef67890123456789abcdef67890 apl01 APL 1:192.168.32.0/21 !1:192.168.38.0/28 apl02 APL 1:224.0.0.0/4 2:FF00:0:0:0:0:0:0:0/8 unknown2 TYPE999 \# 8 0a0000010a000001 @@ -211,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 ; |
