Skip to content

Commit

Permalink
update IANA database Mon Jun 19 15:30:50 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
gh0stwizard committed Jun 19, 2023
1 parent 5c87fa8 commit 2c99d16
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 deletions data/punycode.csv
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
"contact","generic","Dog Beach, LLC"
"contractors","generic","Binky Moon, LLC"
"cooking","generic","Registry Services, LLC"
"cookingchannel","generic","Lifestyle Domain Holdings, Inc."
"cookingchannel","generic","Not assigned"
"cool","generic","Binky Moon, LLC"
"coop","sponsored","DotCooperation LLC"
"corsica","generic","Collectivité de Corse"
Expand Down Expand Up @@ -465,7 +465,7 @@
"fo","country-code","FO Council"
"foo","generic","Charleston Road Registry Inc."
"food","generic","Lifestyle Domain Holdings, Inc."
"foodnetwork","generic","Lifestyle Domain Holdings, Inc."
"foodnetwork","generic","Not assigned"
"football","generic","Binky Moon, LLC"
"ford","generic","Ford Motor Company"
"forex","generic","Dog Beach, LLC"
Expand Down Expand Up @@ -574,7 +574,7 @@
"helsinki","generic","City of Helsinki"
"here","generic","Charleston Road Registry Inc."
"hermes","generic","Hermes International"
"hgtv","generic","Lifestyle Domain Holdings, Inc."
"hgtv","generic","Not assigned"
"hiphop","generic","Dot Hip Hop, LLC"
"hisamitsu","generic","Hisamitsu Pharmaceutical Co.,Inc."
"hitachi","generic","Hitachi, Ltd."
Expand Down Expand Up @@ -1288,7 +1288,7 @@
"trading","generic","Dog Beach, LLC"
"training","generic","Binky Moon, LLC"
"travel","sponsored","Dog Beach, LLC"
"travelchannel","generic","Lifestyle Domain Holdings, Inc."
"travelchannel","generic","Not assigned"
"travelers","generic","Travelers TLD, LLC"
"travelersinsurance","generic","Travelers TLD, LLC"
"trust","generic","Internet Naming Co."
Expand Down
8 changes: 4 additions & 4 deletions data/raw.csv
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
"contact","generic","Dog Beach, LLC"
"contractors","generic","Binky Moon, LLC"
"cooking","generic","Registry Services, LLC"
"cookingchannel","generic","Lifestyle Domain Holdings, Inc."
"cookingchannel","generic","Not assigned"
"cool","generic","Binky Moon, LLC"
"coop","sponsored","DotCooperation LLC"
"corsica","generic","Collectivité de Corse"
Expand Down Expand Up @@ -465,7 +465,7 @@
"fo","country-code","FO Council"
"foo","generic","Charleston Road Registry Inc."
"food","generic","Lifestyle Domain Holdings, Inc."
"foodnetwork","generic","Lifestyle Domain Holdings, Inc."
"foodnetwork","generic","Not assigned"
"football","generic","Binky Moon, LLC"
"ford","generic","Ford Motor Company"
"forex","generic","Dog Beach, LLC"
Expand Down Expand Up @@ -574,7 +574,7 @@
"helsinki","generic","City of Helsinki"
"here","generic","Charleston Road Registry Inc."
"hermes","generic","Hermes International"
"hgtv","generic","Lifestyle Domain Holdings, Inc."
"hgtv","generic","Not assigned"
"hiphop","generic","Dot Hip Hop, LLC"
"hisamitsu","generic","Hisamitsu Pharmaceutical Co.,Inc."
"hitachi","generic","Hitachi, Ltd."
Expand Down Expand Up @@ -1288,7 +1288,7 @@
"trading","generic","Dog Beach, LLC"
"training","generic","Binky Moon, LLC"
"travel","sponsored","Dog Beach, LLC"
"travelchannel","generic","Lifestyle Domain Holdings, Inc."
"travelchannel","generic","Not assigned"
"travelers","generic","Travelers TLD, LLC"
"travelersinsurance","generic","Travelers TLD, LLC"
"trust","generic","Internet Naming Co."
Expand Down
10 changes: 5 additions & 5 deletions src/auto_tld.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* this file was auto-generated at 2023-06-06 13:36:25 */
/* this file was auto-generated at 2023-06-19 15:29:04 */

#include <stdio.h> /* NULL */
#include "include/eav/auto_tld.h"
Expand Down Expand Up @@ -301,7 +301,7 @@ const tld_t tld_list[] = {
{ "contact", 8, TLD_TYPE_GENERIC },
{ "contractors", 12, TLD_TYPE_GENERIC },
{ "cooking", 8, TLD_TYPE_GENERIC },
{ "cookingchannel", 15, TLD_TYPE_GENERIC },
{ "cookingchannel", 15, TLD_TYPE_NOT_ASSIGNED },
{ "cool", 5, TLD_TYPE_GENERIC },
{ "coop", 5, TLD_TYPE_SPONSORED },
{ "corsica", 8, TLD_TYPE_GENERIC },
Expand Down Expand Up @@ -470,7 +470,7 @@ const tld_t tld_list[] = {
{ "fo", 3, TLD_TYPE_COUNTRY_CODE },
{ "foo", 4, TLD_TYPE_GENERIC },
{ "food", 5, TLD_TYPE_GENERIC },
{ "foodnetwork", 12, TLD_TYPE_GENERIC },
{ "foodnetwork", 12, TLD_TYPE_NOT_ASSIGNED },
{ "football", 9, TLD_TYPE_GENERIC },
{ "ford", 5, TLD_TYPE_GENERIC },
{ "forex", 6, TLD_TYPE_GENERIC },
Expand Down Expand Up @@ -579,7 +579,7 @@ const tld_t tld_list[] = {
{ "helsinki", 9, TLD_TYPE_GENERIC },
{ "here", 5, TLD_TYPE_GENERIC },
{ "hermes", 7, TLD_TYPE_GENERIC },
{ "hgtv", 5, TLD_TYPE_GENERIC },
{ "hgtv", 5, TLD_TYPE_NOT_ASSIGNED },
{ "hiphop", 7, TLD_TYPE_GENERIC },
{ "hisamitsu", 10, TLD_TYPE_GENERIC },
{ "hitachi", 8, TLD_TYPE_GENERIC },
Expand Down Expand Up @@ -1293,7 +1293,7 @@ const tld_t tld_list[] = {
{ "trading", 8, TLD_TYPE_GENERIC },
{ "training", 9, TLD_TYPE_GENERIC },
{ "travel", 7, TLD_TYPE_SPONSORED },
{ "travelchannel", 14, TLD_TYPE_GENERIC },
{ "travelchannel", 14, TLD_TYPE_NOT_ASSIGNED },
{ "travelers", 10, TLD_TYPE_GENERIC },
{ "travelersinsurance", 19, TLD_TYPE_GENERIC },
{ "trust", 6, TLD_TYPE_GENERIC },
Expand Down

0 comments on commit 2c99d16

Please sign in to comment.