diff --git a/source/net/yacy/kelondro/util/Domains.java b/source/net/yacy/kelondro/util/Domains.java index b279ab611..1487e8e8a 100644 --- a/source/net/yacy/kelondro/util/Domains.java +++ b/source/net/yacy/kelondro/util/Domains.java @@ -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 TLDID = new ConcurrentHashMap(32);