Skip to content

Commit

Permalink
Merge pull request #85 from simonvik/addsvcb
Browse files Browse the repository at this point in the history
Add SVCB, HTTPS rrtypes
  • Loading branch information
jelu authored Sep 16, 2020
2 parents 3bc20ff + 37a8136 commit 593fee7
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 593fee7

Please sign in to comment.