git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7047 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
orbiter 15 years ago
parent f616cdfce4
commit 054c22e2c6

@ -359,7 +359,21 @@ public class Domains {
"PRO=Credentialed professionals",
"TEL=Published contact data",
"TRAVEL=The travel industry",
"INT=International"
"INT=International",
// domains from the OpenNIC project, http://www.opennicproject.org, see also http://wiki.opennic.glue/OpenNICNamespaces
"GLUE=OpenNIC Internal Architectural use",
"BBS=OpenNIC Bulletin Board System servers",
"FREE=OpenNIC NAMESPACE, CERT AUTH",
"FUR=OpenNIC Furries, Furry Fandom and other Anthropormorphic interest",
"GEEK=OpenNIC Geek-oriented sites",
"INDY=OpenNIC independent media and arts",
"NULL=OpenNIC the DNS version of Usenet's alt. hierarchy",
"OSS=OpenNIC reserved exclusively for Open Source Software projects",
"PARODY=OpenNIC non-commercial parody work",
"DNY=OpenNIC",
"ING=OpenNIC",
"GOPHER=OpenNIC",
"MICRO=OpenNIC"
};
private static Map<String, Integer> TLDID = new ConcurrentHashMap<String, Integer>(32);

Loading…
Cancel
Save