Update array of recognised TLDs
authorRicardo Mones <ricardo@mones.org>
Sat, 14 Nov 2015 01:49:27 +0000 (02:49 +0100)
committerRicardo Mones <ricardo@mones.org>
Sat, 14 Nov 2015 01:49:27 +0000 (02:49 +0100)
src/common/tlds.h

index c37f1b94b45af4439866a3cd6ccce4f9660b44b2..6d2e94908d6034245a84b2d6bc47cbc5bcafe177 100644 (file)
@@ -6,7 +6,7 @@
 #define __TLDS_H__
 
 static const gchar *toplvl_domains [] = {
-       /* Version 2015111201, Last Updated Thu Nov 12 07:07:01 2015 UTC */
+       /* Version 2015111300, Last Updated Fri Nov 13 07:07:01 2015 UTC */
        "aaa", "aarp", "abb", "abbott", "abogado",
        "ac", "academy", "accenture", "accountant", "accountants",
        "aco", "active", "actor", "ad", "ads",
@@ -206,7 +206,20 @@ static const gchar *toplvl_domains [] = {
        "xyz", "yachts", "yamaxun", "yandex", "ye",
        "yodobashi", "yoga", "yokohama", "youtube", "yt",
        "za", "zara", "zip", "zm", "zone",
-       "zuerich", "zw"
+       "zuerich", "zw", /* NameCoin */
+       "bit", /* EmerCoin */
+       "bazar", "coin",
+       "emc", "lib", /* Name.Space */
+       "art", "books", "inc",
+       "music", "radio", "shop", "talk", "union",
+       /* OpenNIC */
+       "bbs", "dyn", "free", "fur", "geek",
+       "gopher", "indy", "micro", "neo", "null",
+       "oss", "oz", "parody", "pirate", /* Tor Project */
+       "onion",
+       /* GNU Name System */
+       "gnu", /* Invisible Internet Project */
+       "i2p"
 };
 
 #endif