Skip to content

Commit 854a1ab

Browse files
authored
Update country-by-domain-tld.json
Updated tlds for several countries with null values. Info taken from : https://www.worldstandards.eu/other/tlds/
1 parent 3547915 commit 854a1ab

File tree

1 file changed

+25
-25
lines changed

1 file changed

+25
-25
lines changed

src/country-by-domain-tld.json

+25-25
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172
},
173173
{
174174
"country": "China",
175-
"tld": null
175+
"tld": ".cn"
176176
},
177177
{
178178
"country": "Christmas Island",
@@ -188,11 +188,11 @@
188188
},
189189
{
190190
"country": "Comoros",
191-
"tld": null
191+
"tld": ".km"
192192
},
193193
{
194194
"country": "Congo",
195-
"tld": null
195+
"tld": ".cg"
196196
},
197197
{
198198
"country": "Cook Islands",
@@ -280,7 +280,7 @@
280280
},
281281
{
282282
"country": "Fiji Islands",
283-
"tld": null
283+
"tld": ".fj"
284284
},
285285
{
286286
"country": "Finland",
@@ -300,15 +300,15 @@
300300
},
301301
{
302302
"country": "French Southern territories",
303-
"tld": null
303+
"tld": ".tf"
304304
},
305305
{
306306
"country": "Gabon",
307307
"tld": ".ga"
308308
},
309309
{
310310
"country": "Gambia",
311-
"tld": null
311+
"tld": ".gm"
312312
},
313313
{
314314
"country": "Georgia",
@@ -356,7 +356,7 @@
356356
},
357357
{
358358
"country": "Guinea-Bissau",
359-
"tld": null
359+
"tld": ".gw"
360360
},
361361
{
362362
"country": "Guyana",
@@ -372,7 +372,7 @@
372372
},
373373
{
374374
"country": "Holy See (Vatican City State)",
375-
"tld": null
375+
"tld": ".va"
376376
},
377377
{
378378
"country": "Honduras",
@@ -436,7 +436,7 @@
436436
},
437437
{
438438
"country": "Kazakstan",
439-
"tld": null
439+
"tld": ".kz"
440440
},
441441
{
442442
"country": "Kenya",
@@ -476,7 +476,7 @@
476476
},
477477
{
478478
"country": "Libyan Arab Jamahiriya",
479-
"tld": null
479+
"tld": ".ly"
480480
},
481481
{
482482
"country": "Liechtenstein",
@@ -492,7 +492,7 @@
492492
},
493493
{
494494
"country": "Macao",
495-
"tld": null
495+
"tld": ".mo"
496496
},
497497
{
498498
"country": "Macedonia",
@@ -628,7 +628,7 @@
628628
},
629629
{
630630
"country": "North Korea",
631-
"tld": null
631+
"tld": ".kp"
632632
},
633633
{
634634
"country": "Northern Ireland",
@@ -652,11 +652,11 @@
652652
},
653653
{
654654
"country": "Palau",
655-
"tld": null
655+
"tld": ".pw"
656656
},
657657
{
658658
"country": "Palestine",
659-
"tld": null
659+
"tld": ".ps"
660660
},
661661
{
662662
"country": "Panama",
@@ -680,7 +680,7 @@
680680
},
681681
{
682682
"country": "Pitcairn",
683-
"tld": null
683+
"tld": ".pn"
684684
},
685685
{
686686
"country": "Poland",
@@ -708,7 +708,7 @@
708708
},
709709
{
710710
"country": "Russian Federation",
711-
"tld": null
711+
"tld": ".ru"
712712
},
713713
{
714714
"country": "Rwanda",
@@ -728,7 +728,7 @@
728728
},
729729
{
730730
"country": "Saint Pierre and Miquelon",
731-
"tld": null
731+
"tld": ".pm"
732732
},
733733
{
734734
"country": "Saint Vincent and the Grenadines",
@@ -792,11 +792,11 @@
792792
},
793793
{
794794
"country": "South Georgia and the South Sandwich Islands",
795-
"tld": null
795+
"tld": ".gs"
796796
},
797797
{
798798
"country": "South Korea",
799-
"tld": null
799+
"tld": ".kr"
800800
},
801801
{
802802
"country": "South Sudan",
@@ -808,7 +808,7 @@
808808
},
809809
{
810810
"country": "SriLanka",
811-
"tld": null
811+
"tld": ".lk"
812812
},
813813
{
814814
"country": "Sudan",
@@ -820,7 +820,7 @@
820820
},
821821
{
822822
"country": "Svalbard and Jan Mayen",
823-
"tld": null
823+
"tld": ".sj"
824824
},
825825
{
826826
"country": "Swaziland",
@@ -852,7 +852,7 @@
852852
},
853853
{
854854
"country": "The Democratic Republic of Congo",
855-
"tld": null
855+
"tld": ".cd"
856856
},
857857
{
858858
"country": "Togo",
@@ -908,7 +908,7 @@
908908
},
909909
{
910910
"country": "United States",
911-
"tld": null
911+
"tld": ".us"
912912
},
913913
{
914914
"country": "United States Minor Outlying Islands",
@@ -936,11 +936,11 @@
936936
},
937937
{
938938
"country": "Virgin Islands, British",
939-
"tld": null
939+
"tld": ".vg"
940940
},
941941
{
942942
"country": "Virgin Islands, U.S.",
943-
"tld": null
943+
"tld": ".vi"
944944
},
945945
{
946946
"country": "Wales",

0 commit comments

Comments
 (0)