Benjamin Sago 4 tahun lalu
induk
melakukan
a5e0413bc1
1 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 2 0
      dns/src/wire.rs

+ 2 - 0
dns/src/wire.rs

@@ -180,6 +180,7 @@ impl Record {
         try_record!(CAA);
         try_record!(CNAME);
         try_record!(EUI48);
+        try_record!(EUI64);
         try_record!(HINFO);
         try_record!(LOC);
         try_record!(MX);
@@ -246,6 +247,7 @@ pub fn find_qtype_number(record_type: &str) -> Option<TypeInt> {
     try_record!(CAA);
     try_record!(CNAME);
     try_record!(EUI48);
+    try_record!(EUI64);
     try_record!(HINFO);
     try_record!(LOC);
     try_record!(MX);