Skip to content

Commit

Permalink
Add SVCB, HTTPS rrtypes
Browse files Browse the repository at this point in the history
  • Loading branch information
simonvik committed Sep 16, 2020
1 parent 3bc20ff commit 37a8136
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ void Parse_dns::add_lookup_tables()
g_db.add_lut("qtype", 61, "OPENPGPKEY");
g_db.add_lut("qtype", 62, "CSYNC");
g_db.add_lut("qtype", 63, "ZONEMD");
g_db.add_lut("qtype", 64, "SVCB");
g_db.add_lut("qtype", 65, "HTTPS");
g_db.add_lut("qtype", 99, "SPF");
g_db.add_lut("qtype", 100, "UINFO");
g_db.add_lut("qtype", 101, "UID");
Expand Down

0 comments on commit 37a8136

Please sign in to comment.