Explorar o código

Remove known qtypes from unknown qtypes list

Benjamin Sago %!s(int64=4) %!d(string=hai) anos
pai
achega
68a0d1e732
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      dns/src/record/others.rs

+ 0 - 2
dns/src/record/others.rs

@@ -56,7 +56,6 @@ static TYPES: &[(&str, u16)] = &[
     ("IXFR",      251),
     ("KEY",        25),
     ("KX",         36),
-    ("NAPTR",      35),
     ("NSEC",       47),
     ("NSEC3",      50),
     ("NSEC3PARAM", 51),
@@ -67,7 +66,6 @@ static TYPES: &[(&str, u16)] = &[
     ("SMIMEA",     53),
     ("TA",      32768),
     ("TKEY",      249),
-    ("TLSA",       52),
     ("TSIG",      250),
     ("URI",       256),
 ];