Commit a669f012 authored by Giovanni Bajo's avatar Giovanni Bajo Committed by Simon Kelley

Add dnssec RR types

parent 237724c0
...@@ -50,6 +50,10 @@ ...@@ -50,6 +50,10 @@
#define T_SRV 33 #define T_SRV 33
#define T_NAPTR 35 #define T_NAPTR 35
#define T_OPT 41 #define T_OPT 41
#define T_DS 43
#define T_RRSIG 46
#define T_NSEC 47
#define T_DNSKEY 48
#define T_TKEY 249 #define T_TKEY 249
#define T_TSIG 250 #define T_TSIG 250
#define T_AXFR 252 #define T_AXFR 252
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment