Skip to content

Commit

Permalink
Update country-by-domain-tld.json
Browse files Browse the repository at this point in the history
Updated tlds for several countries with null values. 
Info taken from : https://www.worldstandards.eu/other/tlds/
  • Loading branch information
danwyry authored Jan 24, 2019
1 parent 3547915 commit 854a1ab
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions src/country-by-domain-tld.json
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
},
{
"country": "China",
"tld": null
"tld": ".cn"
},
{
"country": "Christmas Island",
Expand All @@ -188,11 +188,11 @@
},
{
"country": "Comoros",
"tld": null
"tld": ".km"
},
{
"country": "Congo",
"tld": null
"tld": ".cg"
},
{
"country": "Cook Islands",
Expand Down Expand Up @@ -280,7 +280,7 @@
},
{
"country": "Fiji Islands",
"tld": null
"tld": ".fj"
},
{
"country": "Finland",
Expand All @@ -300,15 +300,15 @@
},
{
"country": "French Southern territories",
"tld": null
"tld": ".tf"
},
{
"country": "Gabon",
"tld": ".ga"
},
{
"country": "Gambia",
"tld": null
"tld": ".gm"
},
{
"country": "Georgia",
Expand Down Expand Up @@ -356,7 +356,7 @@
},
{
"country": "Guinea-Bissau",
"tld": null
"tld": ".gw"
},
{
"country": "Guyana",
Expand All @@ -372,7 +372,7 @@
},
{
"country": "Holy See (Vatican City State)",
"tld": null
"tld": ".va"
},
{
"country": "Honduras",
Expand Down Expand Up @@ -436,7 +436,7 @@
},
{
"country": "Kazakstan",
"tld": null
"tld": ".kz"
},
{
"country": "Kenya",
Expand Down Expand Up @@ -476,7 +476,7 @@
},
{
"country": "Libyan Arab Jamahiriya",
"tld": null
"tld": ".ly"
},
{
"country": "Liechtenstein",
Expand All @@ -492,7 +492,7 @@
},
{
"country": "Macao",
"tld": null
"tld": ".mo"
},
{
"country": "Macedonia",
Expand Down Expand Up @@ -628,7 +628,7 @@
},
{
"country": "North Korea",
"tld": null
"tld": ".kp"
},
{
"country": "Northern Ireland",
Expand All @@ -652,11 +652,11 @@
},
{
"country": "Palau",
"tld": null
"tld": ".pw"
},
{
"country": "Palestine",
"tld": null
"tld": ".ps"
},
{
"country": "Panama",
Expand All @@ -680,7 +680,7 @@
},
{
"country": "Pitcairn",
"tld": null
"tld": ".pn"
},
{
"country": "Poland",
Expand Down Expand Up @@ -708,7 +708,7 @@
},
{
"country": "Russian Federation",
"tld": null
"tld": ".ru"
},
{
"country": "Rwanda",
Expand All @@ -728,7 +728,7 @@
},
{
"country": "Saint Pierre and Miquelon",
"tld": null
"tld": ".pm"
},
{
"country": "Saint Vincent and the Grenadines",
Expand Down Expand Up @@ -792,11 +792,11 @@
},
{
"country": "South Georgia and the South Sandwich Islands",
"tld": null
"tld": ".gs"
},
{
"country": "South Korea",
"tld": null
"tld": ".kr"
},
{
"country": "South Sudan",
Expand All @@ -808,7 +808,7 @@
},
{
"country": "SriLanka",
"tld": null
"tld": ".lk"
},
{
"country": "Sudan",
Expand All @@ -820,7 +820,7 @@
},
{
"country": "Svalbard and Jan Mayen",
"tld": null
"tld": ".sj"
},
{
"country": "Swaziland",
Expand Down Expand Up @@ -852,7 +852,7 @@
},
{
"country": "The Democratic Republic of Congo",
"tld": null
"tld": ".cd"
},
{
"country": "Togo",
Expand Down Expand Up @@ -908,7 +908,7 @@
},
{
"country": "United States",
"tld": null
"tld": ".us"
},
{
"country": "United States Minor Outlying Islands",
Expand Down Expand Up @@ -936,11 +936,11 @@
},
{
"country": "Virgin Islands, British",
"tld": null
"tld": ".vg"
},
{
"country": "Virgin Islands, U.S.",
"tld": null
"tld": ".vi"
},
{
"country": "Wales",
Expand Down

1 comment on commit 854a1ab

@samayo
Copy link
Owner

@samayo samayo commented on 854a1ab Jan 24, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, this is awesome.

Please sign in to comment.