Plugin Directory

Changeset 2797794


Ignore:
Timestamp:
10/12/2022 12:42:52 PM (3 years ago)
Author:
reader87
Message:

DomainAvailability functionality updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • dominion-domain-checker-wpbakery-addon/trunk/modules/domain_search/domain_search_6/DomainAvailability.php

    r2601066 r2797794  
    1515        $timeout = 10;
    1616
    17 
    18 
    1917        /**
    2018         * This array contains the list of WHOIS servers and the "domain not found" string
     
    2422         */
    2523         $whois_arr = array(
    26             "gob.es" => array("whois.crsnic.net","No match for"),
    27             "nom.es" => array("whois.crsnic.net","No match for"),
    28             "com.es" => array("whois.crsnic.net","No match for"),
    29             "es" => array("whois.crsnic.net","No match for"),
    30             "com" => array("whois.crsnic.net","No match for"),
    31             "net" => array("whois.crsnic.net","No match for"),
    32             "org" => array("whois.publicinterestregistry.net","NOT FOUND"),
    33             "ngo" => array("whois.publicinterestregistry.net","NOT FOUND"),
    34             "ong" => array("whois.publicinterestregistry.net","NOT FOUND"),
    35             "ru.com" =>  array("whois.verisign-grs.com", "No match for"),
    36             "eu.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    37             "uk.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    38             "br.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    39             "cn.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    40             "gb.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    41             "hu.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    42             "no.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    43             "qc.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    44             "sa.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    45             "se.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    46             "us.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    47             "uy.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    48             "za.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    49             "uk.net" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    50             "gb.net" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    51             "uk.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    52             "gb.com" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    53             "online" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    54             "site" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    55             "ink" => array("whois.centralnic.com", "DOMAIN NOT FOUND"),
    56             "com.au" => array("domaincheck.auda.org.au","---Available"),
    57             "edu.au" => array("domaincheck.auda.org.au","---Available"),
    58             "org.au" => array("domaincheck.auda.org.au","---Available"),
    59             "net.au" => array("domaincheck.auda.org.au","---Available"),
    60             "id.au" => array("domaincheck.auda.org.au","---Available"),
    61             "asn.au" => array("domaincheck.auda.org.au","---Available"),
    62             "uk" => array("whois.nic.uk", "No match"),
    63             "org.uk" => array("whois.nic.uk", "No match"),
    64             "co.uk" =>  array("whois.nic.uk", "No match"),
    65             "net.uk" =>  array("whois.nic.uk", "No match"),
    66             "ltd.uk" =>  array("whois.nic.uk", "No match"),
    67             "plc.uk" =>  array("whois.nic.uk", "No match"),
    68             "me.uk" =>  array("whois.nic.uk", "No match"),
    69             "org.au" => array("whois.auda.org.au", "NOT FOUND"),
    70             "co" =>  array("whois.nic.co", "No Data Found"),
    71             "net.co" =>  array("whois.nic.co", "No Data Found"),
    72             "com.co" =>  array("whois.nic.co", "No Data Found"),
    73             "nom.co" =>  array("whois.nic.co", "No Data Found"),
    74             "io" =>  array("whois.nic.io", "NOT FOUND"),
    75             "computer" => array( "whois.donuts.co", "Domain not found."),
    76             "ac" => array("whois.nic.ac","NOT FOUND"),
    77             "co.ac" => array("whois.nic.ac","NOT FOUND"),
    78             "academy" => array("whois.donuts.co","Domain not found."),
    79             "actor" => array("whois.nic.actor","Domain not found."),
    80             "ae" => array("whois.aeda.net.ae","No Data Found"),
    81             "aero" => array("whois.aero","NOT FOUND"),
    82             "af" => array("whois.nic.af","No matching result"),
    83             "ag" => array("whois.nic.ag","NOT FOUND"),
    84             "agency" => array("whois.donuts.co","Domain not found."),
    85             "ai" => array("whois.ai","If you would like to register this"),
    86             "am" => array("whois.amnic.net","No match"),
    87             "archi" => array("whois.ksregistry.net","not found..."),
    88             "arpa" => array("whois.iana.org","% This query returned 1 objects."),
    89             "as" => array("whois.nic.as","Domain Status: Available"),
    90             "asia" => array("whois.nic.asia","NOT FOUND"),
    91             "associates" => array("whois.donuts.co","Domain not found."),
    92             "at" => array("whois.nic.at","% nothing found"),
    93             "au" => array("whois.audns.net.au","NOT FOUND"),
    94             "aw" => array("whois.nic.aw"," is free"),
    95             "ax" => array("whois.ax","No records matching "),
    96             "az" => array("whois.az","does not exist"), // not responding
    97             "bar" => array("whois.nic.bar","DOMAIN NOT FOUND"),
    98             "bargains" => array("whois.donuts.co","Domain not found."),
    99             "be" => array("whois.dns.be","AVAILABLE"),
    100             "berlin" => array("whois.nic.berlin","The queried object does not exist"),
    101             "bg" => array("whois.register.bg","does not exist in database!"),
    102             "bi" => array("whois1.nic.bi","No matching result"),
    103             "bike" => array("whois.donuts.co","Domain not found."),
    104             "biz" => array("whois.biz","No Data Found"),
    105             "bj" => array("whois.nic.bj","No matching found"),
    106             "blackfriday" => array("whois.uniregistry.net","is available for registration"),
    107             "blog" => array("whois.nic.blog","This domain name has not been registered"),
    108             "bn" => array("whois.bn","No records matching"),
    109             "boutique" => array("whois.donuts.co","Domain not found."),
    110             "build" => array("whois.nic.build","No Data Found"),
    111             "builders" => array("whois.donuts.co","Domain not found."),
    112             "bw" => array("whois.nic.net.bw","Domain Status: No Object Found"),
    113             "by" => array("whois.cctld.by","No match"),
    114             "ca" => array("whois.cira.ca","is available"),
    115             "cab" => array("whois.donuts.co","Domain not found."),
    116             "camera" => array("whois.donuts.co","Domain not found."),
    117             "camp" => array("whois.donuts.co","Domain not found."),
    118             "captial" => array("whois.donuts.co","Domain not found."),
    119             "cards" => array("whois.donuts.co","Domain not found."),
    120             "careers" => array("whois.donuts.co","Domain not found."),
    121             "cat" => array("whois.cat","No results found."),
    122             "catering" => array("whois.donuts.co","Domain not found."),
    123             "cc" => array("whois.nic.cc","No match"),
    124             "center" => array("whois.donuts.co","Domain not found."),
    125             "ceo" => array("whois.nic.ceo","DOMAIN NOT FOUND"),
    126             "cf" => array("whois.dot.cf","Invalid query or domain name not known in Dot CF Domain Registry"),
    127             "ch" => array("whois.nic.ch","The domain name is not registered."),
    128             "cheap" => array("whois.donuts.co","Domain not found."),
    129             "christmas" => array("whois.uniregistry.net","is available for registration"),
    130             "ci" => array("whois.nic.ci","No Object Found"),
    131             "cl" => array("whois.nic.cl",": no existe"),
    132             "cleaning" => array("whois.donuts.co","Domain not found."),
    133             "clothing" => array("whois.donuts.co","Domain not found."),
    134             "club" => array("whois.nic.club","No Data Found:"),
    135             "cn" => array("whois.cnnic.cn","no matching record."),
    136             "co" => array("whois.nic.co","no records matching"),
    137             "codes" => array("whois.donuts.co","Domain not found."),
    138             "coffee" => array("whois.donuts.co","Domain not found."),
    139             "college" => array("whois.centralnic.com","DOMAIN NOT FOUND"),
    140             "cologne" => array("whois-fe1.pdt.cologne.tango.knipp.de","no matching objects found"),
    141             "community" => array("whois.donuts.co","Domain not found."),
    142             "company" => array("whois.donuts.co","Domain not found."),
    143             "construction" => array("whois.donuts.co","Domain not found."),
    144             "consulting" => array("whois.nic.consulting","Domain not found."),
    145             "dance" => array("whois.nic.dance","Domain not found."),
    146             "haus" => array("whois.nic.haus","Domain not found."),
    147             "forsale" => array("whois.nic.forsale","Domain not found."),
    148             "auction" => array("whois.nic.auction","Domain not found."),
    149             "contractors" => array("whois.donuts.co","Domain not found."),
    150             "cooking" => array("whois-dub.mm-registry.com","Status: Not Registered"),
    151             "cool" => array("whois.donuts.co","Domain not found."),
    152             "coop" => array("whois.nic.coop","DOMAIN NOT FOUND"),
    153             "country" => array("whois-dub.mm-registry.com","Status: Not Registered"),
    154             "cruises" => array("whois.donuts.co","Domain not found."),
    155             "cx" => array("whois.nic.cx","No matching result"),
    156             "cz" => array("whois.nic.cz","No entries found"),
    157             "dating" => array("whois.donuts.co","Domain not found."),
    158             "de" => array("whois.denic.de","Status: free"),
    159             "democrat" => array("whois.nic.democrat","Domain not found."),
    160             "desi" => array("whois.ksregistry.net","not found..."),
    161             "diamonds" => array("whois.donuts.co","Domain not found."),
    162             "directory" => array("whois.donuts.co","Domain not found."),
    163             "dk" => array("whois.dk-hostmaster.dk","No entries found"),
    164             "dm" => array("whois.nic.dm","domain not found"),
    165             "domains" => array("whois.donuts.co","Domain not found."),
    166             "download" => array("whois.nic.download","No Data Found"),
    167             "dz" => array("whois.nic.dz","NO OBJECT FOUND!"),
    168             "ec" => array("whois.nic.ec","Status: Not Registered"),
    169             "edu" => array("whois.internic.net","No match for"),
    170             "mil" => array("whois.internic.net","No match for"),
    171             "edu.au" => array("whois.audns.net.au","NOT FOUND"),
    172             "com.cn" => array("whois.cnnic.net.cn","No matching record"),
    173             "ac.cn" => array("whois.cnnic.net.cn","No matching record"),
    174             "gov.cn" => array("whois.cnnic.net.cn","No matching record"),
    175             "org.cn" => array("whois.cnnic.net.cn","No matching record"),
    176             "bj.cn" => array("whois.cnnic.net.cn","No matching record"),
    177             "sh.cn" => array("whois.cnnic.net.cn","No matching record"),
    178             "tj.cn" => array("whois.cnnic.net.cn","No matching record"),
    179             "edu.es" => array("whois.crsnic.net","No match for"),
    180             "education" => array("whois.donuts.co","Domain not found."),
    181             "ee" => array("whois.tld.ee","Domain not found."),
    182             "email" => array("whois.donuts.co","Domain not found."),
    183             "engineering" => array("whois.donuts.co","Domain not found."),
    184             "engineer" => array("whois.nic.engineer","Domain not found"),
    185             "enterprises" => array("whois.donuts.co","Domain not found."),
    186             "equipment" => array("whois.donuts.co","Domain not found."),
    187             "estate" => array("whois.donuts.co","Domain not found."),
    188             "eu" => array("whois.eu","Status: AVAILABLE"),
    189             "eus" => array("whois.eus.coreregistry.net","no matching objects found"),
    190             "events" => array("whois.donuts.co","Domain not found."),
    191             "expert" => array("whois.donuts.co","Domain not found."),
    192             "exposed" => array("whois.donuts.co","Domain not found."),
    193             "express" => array("whois.donuts.co","Domain not found"),
    194             "fans" => array("whois.nic.fans","DOMAIN NOT FOUND"),
    195             "farm" => array("whois.donuts.co","Domain not found."),
    196             "feedback" => array("whois.centralnic.com","DOMAIN NOT FOUND"),
    197             "fi" => array("whois.fi","Domain not found"),
    198             "fish" => array("whois.donuts.co","Domain not found."),
    199             "fishing" => array("whois-dub.mm-registry.com","Status: Not Registered"),
    200             "fitness" => array("whois.donuts.co","Domain not found"),
    201             "fit" => array("whois.nic.fit","queried object does not exist"),
    202             "flights" => array("whois.donuts.co","Domain not found."),
    203             "florist" => array("whois.donuts.co","Domain not found."),
    204             "fo" => array("whois.nic.fo","DOMAIN NOT FOUND."),
    205             "new" => array("whois.nic.google","Domain not found"),
    206             "football" => array("whois.donuts.co","Domain not found"),
    207             "foundation" => array("whois.donuts.co","Domain not found."),
    208             "fr" => array("whois.nic.fr","No entries found"),
    209             "frogans" => array("whois-frogans.nic.fr","Requested Domain cannot be found"),
    210             "fund" => array("whois.donuts.co","Domain not found"),
    211             "furniture" => array("whois.donuts.co","Domain not found"),
    212             "futbol" => array("whois.nic.futbol","Domain not found."),
    213             "ga" => array("whois.gal.coreregistry.net","no matching objects found"),
    214             "gal" => array("whois.donuts.co","Domain not found."),
    215             "gd" => array("whois.nic.gd","DOMAIN NOT FOUND"),
    216             "gg" => array("whois.gg","Domain Status: No Object Found"),
    217             "gi" => array("whois2.afilias-grs.net","NOT FOUND"),
    218             "gift" => array("whois.uniregistry.net","is available for registration"),
    219             "audio" => array("whois.uniregistry.net","is available for registration"),
    220             "click" => array("whois.uniregistry.net","is available for registration"),
    221             "flowers" => array("whois.uniregistry.net","is available for registration"),
    222             "help" => array("whois.uniregistry.net","is available for registration"),
    223             "hiphop" => array("whois.uniregistry.net","is available for registration"),
    224             "hosting" => array("whois.uniregistry.net","is available for registration"),
    225             "property" => array("whois.uniregistry.net","is available for registration"),
    226             "lol" => array("whois.uniregistry.net","is available for registration"),
    227             "gl" => array("whois.nic.gl", "No matching result"),
    228             "glass" => array("whois.donuts.co", "Domain not found."),
    229             "app" => array("whois.nic.google","Domain not found"),
    230             "gop" => array("whois-cl01.mm-registry.com", "Status: Not Registered"),
    231             "gov" => array("whois.nic.gov", "No match for"),
    232             "gov.br" => array("whois.nic.br", "No match for"),
    233             "gov.cn" => array("whois.cnnic.net.cn", "No matching record"),
    234             "gov.ec" => array("whois.lac.net", "No match found"),
    235             "gov.il" => array("whois.isoc.org.il", "No data was found"),
    236             "gov.mm" => array("whois.nic.mm", "No domains matched"),
    237             "gov.mx" => array("whois.nic.mx", "Object_Not_Found"),
    238             "gov.sg" => array("whois.nic.net.sg", "Domain Not Found"),
    239             "gov.za" => array("whois.co.za", "No information available"),
    240             "graphics" => array("whois.donuts.co","Domain not found."),
    241             "gripe" => array("whois.donuts.co","Domain not found."),
    242             "gs" => array("whois.nic.gs","No matching found"),
    243             "guitars" => array("whois.uniregistry.net","is available for registration"),
    244             "guru" => array("whois.donuts.co","Domain not found."),
    245             "gy" => array("whois.registry.gy","No matching result"),
    246             "hk" => array("whois.hkirc.hk","The domain has not been registered."),
    247             "hn" => array("whois.nic.hn","Domain Status: No Object Found"),
    248             "holiday" => array("whois.donuts.co","Domain not found."),
    249             "horse" => array("whois-dub.mm-registry.com","Status: Not Registered"),
    250             "house" => array("whois.donuts.co","Domain not found."),
    251             "hr" => array("whois.dns.hr","Domain is not registered"),
    252             "ht" => array("whois.nic.ht","No matching result"),
    253             "hu" => array("whois.nic.hu","No match"),
    254             "id" => array("whois.pandi.or.id","DOMAIN NOT FOUND"),
    255             "ie" => array("whois.domainregistry.ie","Not Registered"),
    256             "il" => array("whois.isoc.org.il","No data was found"),
    257             "im" => array("whois.nic.im","was not found."),
    258             "immobilien" => array("whois.nic.immobilien","Domain not found."),
    259             "ac.in" => array("whois.registry.in","No Data Found"),
    260             "co.in" => array("whois.registry.in","No Data Found"),
    261             "firm.in" => array("whois.registry.in","No Data Found"),
    262             "ind.in" => array("whois.registry.in","No Data Found"),
    263             "org.in" => array("whois.registry.in","No Data Found"),
    264             "ernet.in" => array("whois.registry.in","No Data Found"),
    265             "gov.in" => array("whois.registry.in","No Data Found"),
    266             "net.in" => array("whois.registry.in","No Data Found"),
    267             "res.in" => array("whois.registry.in","No Data Found"),
    268             "in" => array("whois.registry.in","No Data Found"),
    269             "industries" => array("whois.donuts.co","Domain not found."),
    270             "institute" => array("whois.donuts.co","Domain not found."),
    271             "int" => array("whois.iana.org","This query returned 0 objects."),
    272             "international" => array("whois.donuts.co","Domain not found."),
    273             "iq" => array("whois.cmc.iq","Domain Status: No Object Found"),
    274             "ir" => array("whois.nic.ir","No entries found in the selected source"),
    275             "is" => array("whois.isnic.is","No entries found for query"),
    276             "it" => array("whois.nic.it","AVAILABLE"),
    277             "je" => array("whois.je","Domain Status: No Object Found"),
    278             "jobs" => array("jobswhois.verisign-grs.com","No match for"),
    279             "jp" => array("whois.jprs.jp","There is no corresponding data!!"),
    280             "kaufen" => array("whois.nic.kaufen","Domain not found."),
    281             "ke" => array("whois.kenic.or.ke","Status: Not Registered"),
    282             "kg" => array("whois.domain.kg","Data not found. This domain is available for registration."),
    283             "ki" => array("whois.nic.ki","Domain Status: No Object Found"),
    284             "kitchen" => array("whois.donuts.co","Domain not found."),
    285             "kiwi" => array("whois.dot-kiwi.com","Status: Not Registered"),
    286             "koeln" => array("whois-fe1.pdt.koeln.tango.knipp.de","no matching objects found"),
    287             "kr" => array("whois.kr","domain was not found in the registry."),
    288             "kz" => array("whois.nic.kz","is not registered."),
    289             "la" => array("whois.nic.la","DOMAIN NOT FOUND"),
    290             "land" => array("whois.donuts.co","Domain not found."),
    291             "lease" => array("whois.donuts.co","Domain not found."),
    292             "li" => array("whois.nic.li","The domain name is not registered"),
    293             "lighting" => array("whois.donuts.co","Domain not found."),
    294             "limo" => array("whois.donuts.co","Domain not found."),
    295             "link" => array("whois.uniregistry.net","is available for registration"),
    296             "london" => array("whois-lon.mm-registry.com","Status: Not Registered"),
    297             "lt" => array("whois.domreg.lt","Laisvas"),
    298             "lu" => array("whois.dns.lu","No such domain"),
    299             "luxury" => array("whois.nic.luxury","No Data Found"),
    300             "lv" => array("whois.nic.lv","Status: free"),
    301             "ly" => array("whois.nic.ly","Not found"),
    302             "ma" => array("whois.iam.net.ma","No Objects Found"),
    303             "management" => array("whois.donuts.co","Domain not found."),
    304             "mango" => array("whois.mango.coreregistry.net","no matching objects found"),
    305             "marketing" => array("whois.donuts.co","Domain not found."),
    306             "md" => array("whois.nic.md","No match for"),
    307             "me" => array("whois.nic.me","NOT FOUND"),
    308             "media" => array("whois.donuts.co","Domain not found."),
    309             "menu" => array("whois.nic.menu","No Data Found"),
    310             "mg" => array("whois.nic.mg","Domain Status: Available"),
    311             "miami" => array("whois-dub.mm-registry.com","Status: Not Registered"),
    312             "mk" => array("whois.marnet.mk","is not registered"),
    313             "ml" => array("whois.dot.ml","domain name not known"),
    314             "mn" => array("whois.nic.mn","NOT FOUND"),
    315             "mo" => array("whois.monic.mo","No match for"),
    316             "mobi" => array("whois.dotmobiregistry.net","NOT FOUND"),
    317             "moda" => array("whois.nic.moda","Domain not found."),
    318             "monash" => array("whois.nic.monash","No Data Found"),
    319             "monash" => array("whois.nic.monash","No Data Found"),
    320             "mp" => array("whois.nic.mp","MATCH"), // not responding
    321             "ms" => array("whois.nic.ms","Domain Status: No matching result"),
    322             "mu" => array("whois.nic.mu","Domain Status: No matching result"),
    323             "museum" => array("whois.museum","NOT FOUND."),
    324             "mx" => array("whois.mx","Object_Not_Found"),
    325             "my" => array("whois.domainregistry.my","does not exist in database"),
    326             "na" => array("whois.na-nic.com.na","No matching result"),
    327             "name" => array("whois.nic.name","No match for domain"),
    328             "nc" => array("whois.nc","No entries found in the .nc database"),
    329             "nf" => array("whois.nic.nf","No matching result"),
    330             "ng" => array("whois.nic.net.ng","No Object Found"),
    331             "ninja" => array("whois.nic.ninja","Domain not found."),
    332             "nl" => array("whois.domain-registry.nl","is free"),
    333             "no" => array("whois.norid.no","% No match"),
    334             "nu" => array("whois.iis.nu","not found."),
    335             "co.nz" => array("whois.srs.net.nz","220 Available"),
    336             "org.nz" => array("whois.srs.net.nz","220 Available"),
    337             "net.nz" => array("whois.srs.net.nz","220 Available"),
    338             "ac.nz" => array("whois.srs.net.nz","220 Available"),
    339             "school.nz" => array("whois.srs.net.nz","220 Available"),
    340             "maori.nz" => array("whois.srs.net.nz","220 Available"),
    341             "iwi.nz" => array("whois.srs.net.nz","220 Available"),
    342             "ac.nz" => array("whois.srs.net.nz","220 Available"),
    343             "om" => array("whois.registry.om","No Data Found"),
    344             "onl" => array("whois.afilias-srs.net","NOT FOUND"),
    345             "paris" => array("whois-paris.nic.fr","did not return any results"),
    346             "partners" => array("whois.donuts.co","Domain not found."),
    347             "parts" => array("whois.donuts.co","Domain not found."),
    348             "pe" => array("kero.yachay.pe","Status: Not Registered"),
    349             "pf" => array("whois.registry.pf","No contact information for this domain."),
    350             "photo" => array("whois.uniregistry.net","is available for registration"),
    351             "photography" => array("whois.donuts.co","Domain not found."),
    352             "photos" => array("whois.donuts.co","Domain not found."),
    353             "pics" => array("whois.uniregistry.net","is available for registration"),
    354             "pictures" => array("whois.donuts.co","Domain not found."),
    355             "pl" => array("whois.dns.pl","No information available"),
    356             "plumbing" => array("whois.donuts.co","Domain not found."),
    357             "pm" => array("whois.nic.pm","No entries found"),
    358             "post" => array("whois.dotpostregistry.net","NOT FOUND"),
    359             "pr" => array("whois.nic.pr","NOT FOUND."),
    360             "pro" => array("whois.dotproregistry.net","NOT FOUND"),
    361             "productions" => array("whois.donuts.co","Domain not found."),
    362             "properties" => array("whois.donuts.co","Domain not found."),
    363             "pt" => array("whois.dns.pt","No results matched your search"),
    364             "pub" => array("whois.nic.pub","Domain not found."),
    365             "pw" => array("whois.nic.pw","DOMAIN NOT FOUND"),
    366             "qa" => array("whois.registry.qa","No Data Found"),
    367             "quebec" => array("whois.quebec.rs.corenic.net","no matching objects found"),
    368             "re" => array("whois.nic.re","No entries found"),
    369             "recipes" => array("whois.donuts.co","Domain not found."),
    370             "reisen" => array("whois.donuts.co","Domain not found."),
    371             "rentals" => array("whois.donuts.co","Domain not found."),
    372             "repair" => array("whois.donuts.co","Domain not found."),
    373             "report" => array("whois.donuts.co","Domain not found."),
    374             "rest" => array("whois.centralnic.com","DOMAIN NOT FOUND"),
    375             "reviews" => array("whois.nic.reviews","Domain not found."),
    376             "rich" => array("whois.afilias-srs.net","NOT FOUND"),
    377             "ro" => array("whois.rotld.ro","No entries found"),
    378             "com.ro" => array("whois.rotld.ro","No entries found"),
    379             "org.ro" => array("whois.rotld.ro","No entries found"),
    380             "store.ro" => array("whois.rotld.ro","No entries found"),
    381             "tm.ro" => array("whois.rotld.ro","No entries found"),
    382             "firm.ro" => array("whois.rotld.ro","No entries found"),
    383             "www.ro" => array("whois.rotld.ro","No entries found"),
    384             "arts.ro" => array("whois.rotld.ro","No entries found"),
    385             "rec.ro" => array("whois.rotld.ro","No entries found"),
    386             "info.ro" => array("whois.rotld.ro","No entries found"),
    387             "rocks" => array("whois.nic.rocks","Domain not found."),
    388             "rodeo" => array("whois-dub.mm-registry.com","Status: Not Registered"),
    389             "rs" => array("whois.rnids.rs","%ERROR:103"),
    390             "co.rs" => array("whois.rnids.rs","%ERROR:103"),
    391             "org.rs" => array("whois.rnids.rs","%ERROR:103"),
    392             "edu.rs" => array("whois.rnids.rs","%ERROR:103"),
    393             "in.rs" => array("whois.rnids.rs","%ERROR:103"),
    394             "pp.ru" => array("whois.ripn.net","No entries found"),
    395             "net.ru" => array("whois.ripn.net","No entries found"),
    396             "org.ru" => array("whois.ripn.net","No entries found"),
    397             "com.ru" => array("whois.ripn.net","No entries found"),
    398             "ru" => array("whois.ripn.net","No entries found"),
    399             "ruhr" => array("whois.nic.ruhr","No results found"),
    400             "sa" => array("whois.nic.net.sa","No Match for"),
    401             "saarland" => array("whois.ksregistry.net","not found..."),
    402             "sb" => array("whois.nic.net.sb","No matching result"),
    403             "sc" => array("whois2.afilias-grs.net","NOT FOUND"),
    404             "se" => array("whois.iis.se","not found."),
    405             "services" => array("whois.donuts.co","Domain not found."),
    406             "sexy" => array("whois.uniregistry.net","is available for registration"),
    407             "sg" => array("whois.sgnic.sg","Domain Not Found"),
    408             "sh" => array("whois.nic.sh","NOT FOUND"),
    409             "shoes" => array("whois.donuts.co","Domain not found."),
    410             "si" => array("whois.arnes.si","No entries found"),
    411             "singles" => array("whois.donuts.co","Domain not found."),
    412             "sk" => array("whois.sk-nic.sk","Domain not found."),
    413             "sm" => array("whois.nic.sm","No entries found."),
    414             "sn" => array("whois.nic.sn","did not return any results"),
    415             "so" => array("whois.nic.so","No matching result"),
    416             "social" => array("whois.nic.social","Domain not found."),
    417             "solar" => array("whois.donuts.co","Domain not found."),
    418             "solutions" => array("whois.donuts.co","Domain not found."),
    419             "soy" => array("whois.nic.google","Domain not found"),
    420             "st" => array("whois.nic.st","No entries found"),
    421             "su" => array("whois.ripn.net","No entries found"),
    422             "supplies" => array("whois.donuts.co","Domain not found."),
    423             "supply" => array("whois.donuts.co","Domain not found."),
    424             "support" => array("whois.donuts.co","Domain not found."),
    425             "sx" => array("whois.sx","Not found"),
    426             "sy" => array("whois.tld.sy","Domain Status: Available"),
    427             "systems" => array("whois.donuts.co","Domain not found."),
    428             "tattoo" => array("whois.uniregistry.net","is available for registration"),
    429             "tc" => array("whois.meridiantld.net","Domain Status: No Object Found"),
    430             "technology" => array("whois.donuts.co","Domain not found."),
    431             "tel" => array("whois.nic.tel","No Data Found"),
    432             "tf" => array("whois.nic.tf","No entries found"),
    433             "th" => array("whois.thnic.co.th","No match for"),
    434             "tienda" => array("whois.donuts.co","Domain not found."),
    435             "tips" => array("whois.donuts.co","Domain not found."),
    436             "tk" => array("whois.dot.tk","Invalid query or domain name not known"),
    437             "tl" => array("whois.nic.tl","No matching result"),
    438             "tm" => array("whois.nic.tm","is available for purchase"),
    439             "tn" => array("whois.ati.tn","is available"),
    440             "to" => array("whois.tonic.to","No match for"),
    441             "today" => array("whois.donuts.co","Domain not found."),
    442             "tools" => array("whois.donuts.co","Domain not found."),
    443             "town" => array("whois.donuts.co","Domain not found."),
    444             "toys" => array("whois.donuts.co","Domain not found."),
    445             "tr" => array("whois.nic.tr","No match found"),
    446             "bbs.tr" => array("whois.nic.tr","No match found"),
    447             "com.tr" => array("whois.nic.tr","No match found"),
    448             "gov.tr" => array("whois.nic.tr","No match found"),
    449             "edu.tr" => array("whois.nic.tr","No match found"),
    450             "org.tr" => array("whois.nic.tr","No match found"),
    451             "net.tr" => array("whois.nic.tr","No match found"),
    452             "biz.tr" => array("whois.nic.tr","No match found"),
    453             "info.tr" => array("whois.nic.tr","No match found"),
    454             "web.tr" => array("whois.nic.tr","No match found"),
    455             "training" => array("whois.donuts.co","Domain not found."),
    456             "travel" => array("whois.nic.travel","No Data found:"),
    457             "tv" => array("tvwhois.verisign-grs.com","No match for"),
    458             "tw" => array("whois.twnic.net.tw","No Found"),
    459             "tz" => array("whois.tznic.or.tz","No entries found."),
    460             "ua" => array("whois.ua","No entries found"),
    461             "ug" => array("whois.co.ug","No entries found for the selected source(s)."),
    462             "university" => array("whois.donuts.co","Domain not found."),
    463             "us" => array("whois.nic.us","No Data Found"),
    464             "uy" => array("whois.nic.org.uy","No match for"),
    465             "black" => array("whois.afilias.net","NOT FOUND"),
    466             "blue" => array("whois.afilias.net","NOT FOUND"),
    467             "info" => array("whois.afilias.net","NOT FOUND"),
    468             "kim" => array("whois.afilias.net","NOT FOUND"),
    469             "pink" => array("whois.afilias.net","NOT FOUND"),
    470             "red" => array("whois.afilias.net","NOT FOUND"),
    471             "shiksha" => array("whois.afilias.net","NOT FOUND"),
    472             "uz" => array("whois.cctld.uz","not found in database"),
    473             "vacations" => array("whois.donuts.co","Domain not found."),
    474             "vc" => array("whois2.afilias-grs.net","NOT FOUND"),
    475             "ve" => array("whois.nic.ve","No match for"),
    476             "vegas" => array("whois.afilias-srs.net","NOT FOUND"),
    477             "ventures" => array("whois.donuts.co","Domain not found."),
    478             "vg" => array("ccwhois.ksregistry.net","DOMAIN NOT FOUND"),
    479             "viajes" => array("whois.donuts.co","Domain not found."),
    480             "villas" => array("whois.donuts.co","Domain not found."),
    481             "vision" => array("whois.donuts.co","Domain not found."),
    482             "vodka" => array("whois-dub.mm-registry.com","Status: Not Registered"),
    483             "voting" => array("whois.voting.tld-box.at","No match"),
    484             "voyage" => array("whois.donuts.co","Domain not found."),
    485             "vu" => array("vunic.vu","is available"),
    486             "wang" => array("whois.gtld.knet.cn","No match"),
    487             "watch" => array("whois.donuts.co","Domain not found."),
    488             "wed" => array("whois.nic.wed","This domain name has not been registered"),
    489             "wf" => array("whois.nic.wf","No entries found in the AFNIC Database."),
    490             "wien" => array("whois.nic.wien","available"),
    491             "wiki" => array("whois.nic.wiki","DOMAIN NOT FOUND"),
    492             "work" => array("whois.nic.work","This domain name has not been registered."),
    493             "works" => array("whois.donuts.co","Domain not found."),
    494             "ws" => array("whois.website.ws","No match for"),
    495             "attorney" => array("whois.nic.attorney","Domain not found."),
    496             "lawyer" => array("whois.nic.lawyer","Domain not found."),
    497             "xxx" => array("whois.nic.xxx","NOT FOUND"),
    498             "xyz" => array("whois.nic.xyz","DOMAIN NOT FOUND"),
    499             "yoga" => array("whois.nic.yoga","queried object does not exist"),
    500             "page" => array("whois.nic.google","Domain not found"),
    501             "yt" => array("whois.nic.yt","No entries found"),
    502             "ryukyu" => array("whois.nic.ryukyu", "DOMAIN NOT FOUND"),
    503             "zm" => array("whois.nic.zm","No matching result"),
    504             "zone" => array( "whois.donuts.co","Domain not found."),
    505             "gmbh" => array("whois.donuts.co","Domain not found"),
    506             "com.ar" => array("whois.nic.ar","No entries found."),
    507             "com.ng" => array("whois.nic.net.ng","Domain Status: No Object Found"),
    508             "srl" => array("whois.afilias-srs.net","Domain Status: No Object Found"),
    509             "scot" => array("whois.nic.scot","no matching objects found"),
    510             "br" => array("whois.nic.br","Domain available for registration"),
    511             "engineer" => array("whois.nic.engineer","Domain not found"),
    512             "gifts" => array("whois.nic.gifts","Domain not found"),
    513             "quebec" => array("whois.nic.quebec","No results found"),
    514             "restaurant" => array("whois.nic.restaurant","Domain not found"),
    515             "sarl" => array("whois.nic.sarl","Domain not found"),
    516             "click" => array("whois.nic.click","is available for registration"),
    517             "host" => array("whois.nic.host","DOMAIN NOT FOUND"),
    518             "trade" => array("whois.nic.trade","No Data Found"),
    519             "career" => array("whois.nic.career","No match for domain"),
    520             "jobs" => array("jobswhois.verisign-grs.com","No match for"),
    521             "beer" => array("whois.nic.beer","has not been registered"),
    522             "direct" => array("whois.nic.direct","Domain not found"),
    523             "place" => array("whois.nic.place","Domain not found"),
    524             "surf" => array("whois.nic.surf","has not been registered."),
    525             "healthcare" => array("whois.donuts.co","Domain not found"),
    526             "army" => array("whois.nic.army","Domain not found"),
    527             "band" => array("whois.nic.band","Domain not found"),
    528             "degree" => array("whois.nic.degree","Domain not found"),
    529             "dentist" => array("whois.nic.dentist","Domain not found"),
    530             "doctor" => array("whois.nic.doctor","Domain not found"),
    531             "engineer" => array("whois.nic.engineer","Domain not found"),
    532             "family" => array("whois.nic.family","Domain not found"),
    533             "live" => array("whois.nic.live","Domain not found"),
    534             "market" => array("whois.nic.market","Domain not found"),
    535             "mortgage" => array("whois.nic.mortgage","Domain not found"),
    536             "news" => array("whois.nic.news","Domain not found"),
    537             "sale" => array("whois.nic.sale","Domain not found"),
    538             "software" => array("whois.nic.software","Domain not found"),
    539             "video" => array("whois.nic.video","Domain not found"),
    540             "film" => array("whois.nic.film","Domain not found"),
    541             "tube" => array("whois.nic.tube","Domain not found"),
    542             "store" => array("whois.nic.store","Domain not found"),
    543             "art" => array("whois.nic.art","Domain not found"),
    544             "vip" => array("whois.nic.vip","Domain not found"),
    545             "stream" => array("whois.nic.stream","Domain not found"),
    546             "shop" => array("whois.nic.shop","Domain not found"),
    547             "games" => array("whois.nic.games","Domain not found"),
    548             "blog" => array("whois.nic.blog","Domain not found"),
    549             "security" => array("whois.nic.security","Domain not found"),
    550             "theatre" => array("whois.nic.theatre","Domain not found"),
    551             "navy" => array("whois.nic.navy","Domain not found"),
    552             "airforce" => array("whois.nic.airforce","Domain not found"),
    553             "vet" => array("whois.nic.vet","Domain not found"),
    554             "dev" => array("whois.nic.google","Domain not found"),
    555             "how" => array("whois.nic.google","Domain not found"),
     24            'aarp' => array('whois.nic.aarp', 'no match'),
     25            'abarth' => array('whois.afilias-srs.net', 'not found'),
     26            'abbott' => array('whois.afilias-srs.net', 'not found'),
     27            'abbvie' => array('whois.afilias-srs.net', 'not found'),
     28            'abc' => array('whois.nic.abc', 'no match'),
     29            'abogado' => array('whois.nic.abogado', 'this domain name has not been registered'),
     30            'abudhabi' => array('whois.nic.abudhabi', 'No Data Found'),
     31            'ac' => array('whois.nic.ac', 'not found'),
     32            'co.ac' => array('whois.nic.ac', 'not found'),
     33            'gv.ac' => array('whois.nic.ac', 'not found'),
     34            'or.ac' => array('whois.nic.ac', 'not found'),
     35            'academy' => array('whois.donuts.co', 'domain not found'),
     36            'accountant' => array('whois.nic.accountant', 'No Data Found'),
     37            'accountants' => array('whois.donuts.co', 'domain not found.'),
     38            'aco' => array('whois.afilias-srs.net', 'not found'),
     39            'actor' => array('whois.donuts.co', 'domain not found.'),
     40            'ad' => array('whois.ripe.net', 'no entries found'),
     41            'ads' => array('whois.nic.google', 'domain not found'),
     42            'adult' => array('whois.afilias-srs.net', 'not found'),
     43            'ae' => array('whois-check.aeda.net.ae', 'available'),
     44            'aeg' => array('whois.nic.aeg', 'no match'),
     45            'aero' => array('whois.aero', 'not found'),
     46            'af' => array('whois.nic.af', 'no object found'),
     47            'afl' => array('whois.nic.afl', 'No Data Found'),
     48            'africa' => array('whois.nic.africa', 'available'),
     49            'ag' => array('whois.nic.ag', 'not found'),
     50            'agakhan' => array('whois.afilias-srs.net', 'not found'),
     51            'agency' => array('whois.donuts.co', 'domain not found.'),
     52            'ai' => array('whois.nic.ai', 'no object found'),
     53            'aigo' => array('whois.afilias-srs.net', 'not found'),
     54            'airbus' => array('whois.nic.airbus', 'no match'),
     55            'airforce' => array('whois.nic.airforce', 'domain not found.'),
     56            'airtel' => array('whois.nic.airtel', 'no match'),
     57            'akdn' => array('whois.afilias-srs.net', 'not found'),
     58            'alfaromeo' => array('whois.afilias-srs.net', 'not found'),
     59            'alibaba' => array('whois.afilias-srs.net', 'not found'),
     60            'alipay' => array('whois.afilias-srs.net', 'not found'),
     61            'allstate' => array('whois.afilias-srs.net', 'not found'),
     62            'ally' => array('whois.afilias-srs.net', 'not found'),
     63            'alsace' => array('whois.nic.alsace', 'not found'),
     64            'alstom' => array('whois.nic.alstom', 'no match'),
     65            'am' => array('whois.amnic.net', 'no match'),
     66            'americanfamily' => array('whois.nic.americanfamily', 'no match'),
     67            'amfam' => array('whois.nic.amfam', 'no match'),
     68            'amsterdam' => array('whois.nic.amsterdam', 'status: free'),
     69            'android' => array('whois.nic.google', 'domain not found.'),
     70            'anz' => array('whois.nic.anz', 'No Data Found'),
     71            'aol' => array('whois.nic.aol', 'no match'),
     72            'apartments' => array('whois.donuts.co', 'domain not found.'),
     73            'app' => array('whois.nic.google', 'not found'),
     74            'apple' => array('whois.afilias-srs.net', 'not found'),
     75            'aquarelle' => array('whois.nic.aquarelle', 'not found'),
     76            'ar' => array('whois.nic.ar', 'no se encuentra registrado'),
     77            'com.ar' => array('whois.nic.ar', 'no se encuentra registrado'),
     78            'archi' => array('whois.afilias.net', 'not found'),
     79            'army' => array('whois.nic.army', 'domain not found.'),
     80            'arpa' => array('whois.iana.org', 'but this server does not have'),
     81            'e164.arpa' => array('whois.ripe.net', 'no entries found'),
     82            'arte' => array('whois.nic.arte', 'no match'),
     83            'as' => array('whois.nic.as', 'not found'),
     84            'asda' => array('whois.nic.asda', 'no match'),
     85            'asia' => array('whois.nic.asia', 'not found'),
     86            'associates' => array('whois.donuts.co', 'domain not found.'),
     87            'at' => array('whois.nic.at', 'nothing found'),
     88            'ac.at' => array('whois.nic.at', 'nothing found'),
     89            'co.at' => array('whois.nic.at', 'nothing found'),
     90            'gv.at' => array('whois.nic.at', 'nothing found'),
     91            'or.at' => array('whois.nic.at', 'nothing found'),
     92            'priv.at' => array('whois.nic.priv.at', 'no entries found'),
     93            'attorney' => array('whois.nic.attorney', 'domain not found.'),
     94            'au' => array('whois.audns.net.au', 'not found'),
     95            'asn.au' => array('whois.audns.net.au', 'not found'),
     96            'com.au' => array('whois.audns.net.au', 'not found'),
     97            'csiro.au' => array('whois.audns.net.au', 'not found'),
     98            'edu.au' => array('whois.audns.net.au', 'not found'),
     99            'gov.au' => array('whois.audns.net.au', 'not found'),
     100            'id.au' => array('whois.audns.net.au', 'not found'),
     101            'net.au' => array('whois.audns.net.au', 'not found'),
     102            'org.au' => array('whois.audns.net.au', 'not found'),
     103            'conf.au' => array('whois.audns.net.au', 'not found'),
     104            'info.au' => array('whois.audns.net.au', 'not found'),
     105            'auction' => array('whois.donuts.co', 'domain not found.'),
     106            'audi' => array('whois.afilias-srs.net', 'not found'),
     107            'audio' => array('whois.uniregistry.net', 'is available for registration'),
     108            'auspost' => array('whois.nic.auspost', 'No Data Found'),
     109            'auto' => array('whois.uniregistry.net', 'is available for registration'),
     110            'autos' => array('whois.afilias-srs.net', 'not found'),
     111            'avianca' => array('whois.afilias-srs.net', 'not found'),
     112            'aw' => array('whois.nic.aw', 'is free'),
     113            'ax' => array('whois.ax', 'domain not found'),
     114            'baidu' => array('whois.gtld.knet.cn', 'the queried object does not exist'),
     115            'band' => array('whois.nic.band', 'domain not found.'),
     116            'bank' => array('whois.nic.bank', 'no match'),
     117            'barcelona' => array('whois.nic.barcelona', 'no match'),
     118            'barclaycard' => array('whois.nic.barclaycard', 'No Data Found'),
     119            'barclays' => array('whois.nic.barclays', 'No Data Found'),
     120            'barefoot' => array('whois.nic.barefoot', 'no match'),
     121            'bargains' => array('whois.donuts.co', 'domain not found.'),
     122            'bauhaus' => array('whois.nic.bauhaus', 'no match'),
     123            'bayern' => array('whois.nic.bayern', 'this domain name has not been registered.'),
     124            'bbc' => array('whois.nic.bbc', 'this domain name has not been registered'),
     125            'bbt' => array('whois.nic.bbt', 'no match'),
     126            'bbva' => array('whois.nic.bbva', 'no match'),
     127            'bcg' => array('whois.afilias-srs.net', 'not found'),
     128            'bcn' => array('whois.nic.bcn', 'no match'),
     129            'be' => array('whois.dns.be', 'status:\s+available'),
     130            'beats' => array('whois.afilias-srs.net', 'not found'),
     131            'beauty' => array('whois.nic.beauty', 'no match'),
     132            'beer' => array('whois.nic.beer', 'this domain name has not been registered'),
     133            'bentley' => array('whois.nic.bentley', 'this domain name has not been registered'),
     134            'berlin' => array('whois.nic.berlin', 'object does not exist'),
     135            'bestbuy' => array('whois.afilias-srs.net', 'not found'),
     136            'bet' => array('whois.afilias.net', 'not found'),
     137            'bg' => array('whois.register.bg', 'registration status: available'),
     138            'bi' => array('whois1.nic.bi', 'domain status: no object found'),
     139            'bible' => array('whois.nic.bible', 'No Data Found'),
     140            'bid' => array('whois.nic.bid', 'No Data Found'),
     141            'bike' => array('whois.donuts.co', 'domain not found'),
     142            'bingo' => array('whois.donuts.co', 'domain not found.'),
     143            'bio' => array('whois.afilias.net', 'not found'),
     144            'biz' => array('whois.biz', 'No Data Found'),
     145            'bj' => array('whois.nic.bj', 'no object found'),
     146            'black' => array('whois.afilias.net', 'not found'),
     147            'blackfriday' => array('whois.uniregistry.net', 'is available for registration'),
     148            'blockbuster' => array('whois.afilias-srs.net', 'not found'),
     149            'blue' => array('whois.afilias.net', 'not found'),
     150            'bm' => array('whois.bermudanic.bm', 'no match'),
     151            'com.bm' => array('whois.bermudanic.bm', 'no match'),
     152            'net.bm' => array('whois.bermudanic.bm', 'no match'),
     153            'org.bm' => array('whois.bermudanic.bm', 'no match'),
     154            'bms' => array('whois.nic.bms', 'no match'),
     155            'bn' => array('whois.bnnic.bn', 'not found'),
     156            'bnl' => array('whois.afilias-srs.net', 'not found'),
     157            'bnpparibas' => array('whois.afilias-srs.net', 'not found'),
     158            'boats' => array('whois.afilias-srs.net', 'not found'),
     159            'boehringer' => array('whois.afilias-srs.net', 'not found'),
     160            'bofa' => array('whois.nic.bofa', 'no match'),
     161            'bom' => array('whois.gtlds.nic.br', 'object does not exist'),
     162            'boo' => array('whois.nic.google', 'domain not found.'),
     163            'book' => array('whois.nic.book', 'this domain name has not been registered'),
     164            'bosch' => array('whois.nic.bosch', 'no match'),
     165            'bostik' => array('whois.nic.bostik', 'not found'),
     166            'boutique' => array('whois.donuts.co', 'domain not found.'),
     167            'boston' => array('whois.nic.boston', 'this domain name has not been registered'),
     168            'br' => array('whois.nic.br', 'no match for'),
     169            'app.br' => array('whois.nic.br', 'no match for'),
     170            'art.br' => array('whois.nic.br', 'no match for'),
     171            'com.br' => array('whois.nic.br', 'no match for'),
     172            'dev.br' => array('whois.nic.br', 'no match for'),
     173            'eco.br' => array('whois.nic.br', 'no match for'),
     174            'emp.br' => array('whois.nic.br', 'no match for'),
     175            'log.br' => array('whois.nic.br', 'no match for'),
     176            'net.br' => array('whois.nic.br', 'no match for'),
     177            'ong.br' => array('whois.nic.br', 'no match for'),
     178            'seg.br' => array('whois.nic.br', 'no match for'),
     179            'tec.br' => array('whois.nic.br', 'no match for'),
     180            'edu.br' => array('whois.nic.br', 'no match for'),
     181            'blog.br' => array('whois.nic.br', 'no match for'),
     182            'flog.br' => array('whois.nic.br', 'no match for'),
     183            'nom.br' => array('whois.nic.br', 'no match for'),
     184            'vlog.br' => array('whois.nic.br', 'no match for'),
     185            'wiki.br' => array('whois.nic.br', 'no match for'),
     186            'adm.br' => array('whois.nic.br', 'no match for'),
     187            'adv.br' => array('whois.nic.br', 'no match for'),
     188            'arq.br' => array('whois.nic.br', 'no match for'),
     189            'ato.br' => array('whois.nic.br', 'no match for'),
     190            'bib.br' => array('whois.nic.br', 'no match for'),
     191            'bio.br' => array('whois.nic.br', 'no match for'),
     192            'bmd.br' => array('whois.nic.br', 'no match for'),
     193            'cim.br' => array('whois.nic.br', 'no match for'),
     194            'cng.br' => array('whois.nic.br', 'no match for'),
     195            'cnt.br' => array('whois.nic.br', 'no match for'),
     196            'coz.br' => array('whois.nic.br', 'no match for'),
     197            'des.br' => array('whois.nic.br', 'no match for'),
     198            'det.br' => array('whois.nic.br', 'no match for'),
     199            'ecn.br' => array('whois.nic.br', 'no match for'),
     200            'enf.br' => array('whois.nic.br', 'no match for'),
     201            'eng.br' => array('whois.nic.br', 'no match for'),
     202            'eti.br' => array('whois.nic.br', 'no match for'),
     203            'fnd.br' => array('whois.nic.br', 'no match for'),
     204            'fot.br' => array('whois.nic.br', 'no match for'),
     205            'fst.br' => array('whois.nic.br', 'no match for'),
     206            'geo.br' => array('whois.nic.br', 'no match for'),
     207            'ggf.br' => array('whois.nic.br', 'no match for'),
     208            'jor.br' => array('whois.nic.br', 'no match for'),
     209            'lel.br' => array('whois.nic.br', 'no match for'),
     210            'mat.br' => array('whois.nic.br', 'no match for'),
     211            'med.br' => array('whois.nic.br', 'no match for'),
     212            'mus.br' => array('whois.nic.br', 'no match for'),
     213            'not.br' => array('whois.nic.br', 'no match for'),
     214            'ntr.br' => array('whois.nic.br', 'no match for'),
     215            'odo.br' => array('whois.nic.br', 'no match for'),
     216            'ppg.br' => array('whois.nic.br', 'no match for'),
     217            'pro.br' => array('whois.nic.br', 'no match for'),
     218            'psc.br' => array('whois.nic.br', 'no match for'),
     219            'qsl.br' => array('whois.nic.br', 'no match for'),
     220            'rep.br' => array('whois.nic.br', 'no match for'),
     221            'slg.br' => array('whois.nic.br', 'no match for'),
     222            'taxi.br' => array('whois.nic.br', 'no match for'),
     223            'teo.br' => array('whois.nic.br', 'no match for'),
     224            'trd.br' => array('whois.nic.br', 'no match for'),
     225            'vet.br' => array('whois.nic.br', 'no match for'),
     226            'zlg.br' => array('whois.nic.br', 'no match for'),
     227            '9guacu.br' => array('whois.nic.br', 'no match for'),
     228            'abc.br' => array('whois.nic.br', 'no match for'),
     229            'aju.br' => array('whois.nic.br', 'no match for'),
     230            'anani.br' => array('whois.nic.br', 'no match for'),
     231            'aparecida.br' => array('whois.nic.br', 'no match for'),
     232            'barueri.br' => array('whois.nic.br', 'no match for'),
     233            'belem.br' => array('whois.nic.br', 'no match for'),
     234            'bhz.br' => array('whois.nic.br', 'no match for'),
     235            'boavista.br' => array('whois.nic.br', 'no match for'),
     236            'bsb.br' => array('whois.nic.br', 'no match for'),
     237            'campinagrande.br' => array('whois.nic.br', 'no match for'),
     238            'campinas.br' => array('whois.nic.br', 'no match for'),
     239            'caxias.br' => array('whois.nic.br', 'no match for'),
     240            'contagem.br' => array('whois.nic.br', 'no match for'),
     241            'cuiaba.br' => array('whois.nic.br', 'no match for'),
     242            'curitiba.br' => array('whois.nic.br', 'no match for'),
     243            'feira.br' => array('whois.nic.br', 'no match for'),
     244            'floripa.br' => array('whois.nic.br', 'no match for'),
     245            'fortal.br' => array('whois.nic.br', 'no match for'),
     246            'foz.br' => array('whois.nic.br', 'no match for'),
     247            'goiania.br' => array('whois.nic.br', 'no match for'),
     248            'gru.br' => array('whois.nic.br', 'no match for'),
     249            'jab.br' => array('whois.nic.br', 'no match for'),
     250            'jampa.br' => array('whois.nic.br', 'no match for'),
     251            'jdf.br' => array('whois.nic.br', 'no match for'),
     252            'joinville.br' => array('whois.nic.br', 'no match for'),
     253            'londrina.br' => array('whois.nic.br', 'no match for'),
     254            'macapa.br' => array('whois.nic.br', 'no match for'),
     255            'maceio.br' => array('whois.nic.br', 'no match for'),
     256            'manaus.br' => array('whois.nic.br', 'no match for'),
     257            'maringa.br' => array('whois.nic.br', 'no match for'),
     258            'morena.br' => array('whois.nic.br', 'no match for'),
     259            'natal.br' => array('whois.nic.br', 'no match for'),
     260            'niteroi.br' => array('whois.nic.br', 'no match for'),
     261            'osasco.br' => array('whois.nic.br', 'no match for'),
     262            'palmas.br' => array('whois.nic.br', 'no match for'),
     263            'poa.br' => array('whois.nic.br', 'no match for'),
     264            'pvh.br' => array('whois.nic.br', 'no match for'),
     265            'recife.br' => array('whois.nic.br', 'no match for'),
     266            'ribeirao.br' => array('whois.nic.br', 'no match for'),
     267            'rio.br' => array('whois.nic.br', 'no match for'),
     268            'riobranco.br' => array('whois.nic.br', 'no match for'),
     269            'riopreto.br' => array('whois.nic.br', 'no match for'),
     270            'salvador.br' => array('whois.nic.br', 'no match for'),
     271            'sampa.br' => array('whois.nic.br', 'no match for'),
     272            'santamaria.br' => array('whois.nic.br', 'no match for'),
     273            'santoandre.br' => array('whois.nic.br', 'no match for'),
     274            'saobernardo.br' => array('whois.nic.br', 'no match for'),
     275            'saogonca.br' => array('whois.nic.br', 'no match for'),
     276            'sjc.br' => array('whois.nic.br', 'no match for'),
     277            'slz.br' => array('whois.nic.br', 'no match for'),
     278            'sorocaba.br' => array('whois.nic.br', 'no match for'),
     279            'the.br' => array('whois.nic.br', 'no match for'),
     280            'udi.br' => array('whois.nic.br', 'no match for'),
     281            'vix.br' => array('whois.nic.br', 'no match for'),
     282            'agr.br' => array('whois.nic.br', 'no match for'),
     283            'esp.br' => array('whois.nic.br', 'no match for'),
     284            'etc.br' => array('whois.nic.br', 'no match for'),
     285            'far.br' => array('whois.nic.br', 'no match for'),
     286            'imb.br' => array('whois.nic.br', 'no match for'),
     287            'ind.br' => array('whois.nic.br', 'no match for'),
     288            'inf.br' => array('whois.nic.br', 'no match for'),
     289            'radio.br' => array('whois.nic.br', 'no match for'),
     290            'rec.br' => array('whois.nic.br', 'no match for'),
     291            'srv.br' => array('whois.nic.br', 'no match for'),
     292            'tmp.br' => array('whois.nic.br', 'no match for'),
     293            'tur.br' => array('whois.nic.br', 'no match for'),
     294            'tv.br' => array('whois.nic.br', 'no match for'),
     295            'am.br' => array('whois.nic.br', 'no match for'),
     296            'coop.br' => array('whois.nic.br', 'no match for'),
     297            'fm.br' => array('whois.nic.br', 'no match for'),
     298            'g12.br' => array('whois.nic.br', 'no match for'),
     299            'gov.br' => array('whois.nic.br', 'no match for'),
     300            'mil.br' => array('whois.nic.br', 'no match for'),
     301            'org.br' => array('whois.nic.br', 'no match for'),
     302            'psi.br' => array('whois.nic.br', 'no match for'),
     303            'b.br' => array('whois.nic.br', 'no match for'),
     304            'def.br' => array('whois.nic.br', 'no match for'),
     305            'jus.br' => array('whois.nic.br', 'no match for'),
     306            'leg.br' => array('whois.nic.br', 'no match for'),
     307            'mp.br' => array('whois.nic.br', 'no match for'),
     308            'tc.br' => array('whois.nic.br', 'no match for'),
     309            'bradesco' => array('whois.nic.bradesco', 'this domain name has not been registered'),
     310            'bridgestone' => array('whois.nic.bridgestone', 'not found'),
     311            'broadway' => array('whois.nic.broadway', 'this domain name has not been registered'),
     312            'broker' => array('whois.nic.broker', 'no match'),
     313            'brother' => array('whois.nic.brother', 'not found'),
     314            'brussels' => array('whois.nic.brussels', 'domain not found.'),
     315            'budapest' => array('whois.nic.budapest', 'this domain name has not been registered.'),
     316            'bugatti' => array('whois.afilias-srs.net', 'not found'),
     317            'build' => array('whois.nic.build', 'No Data Found'),
     318            'builders' => array('whois.donuts.co', 'domain not found'),
     319            'business' => array('whois.donuts.co', 'domain not found.'),
     320            'buy' => array('whois.afilias-srs.net', 'not found'),
     321            'buzz' => array('whois.nic.buzz', 'No Data Found'),
     322            'bw' => array('whois.nic.net.bw', 'no object found'),
     323            'by' => array('whois.cctld.by', 'object does not exist'),
     324            'bz' => array('whois.afilias-grs.info', 'not found'),
     325            'za.bz' => array('whois.afilias-grs.info', 'not found'),
     326            'bzh' => array('whois.nic.bzh', 'not found'),
     327            'ca' => array('whois.cira.ca', 'not found'),
     328            'co.ca' => array('whois.co.ca', 'is available.'),
     329            'cab' => array('whois.donuts.co', 'domain not found'),
     330            'cafe' => array('whois.donuts.co', 'not found'),
     331            'cal' => array('whois.nic.google', 'domain not found.'),
     332            'camera' => array('whois.donuts.co', 'domain not found'),
     333            'camp' => array('whois.donuts.co', 'domain not found'),
     334            'cancerresearch' => array('whois.nic.cancerresearch', 'No Data Found'),
     335            'canon' => array('whois.nic.canon', 'not found'),
     336            'capetown' => array('whois.nic.capetown', 'available'),
     337            'capital' => array('whois.donuts.co', 'domain not found.'),
     338            'capitalone' => array('whois.nic.capitalone', 'no match'),
     339            'car' => array('whois.uniregistry.net', 'is available for registration'),
     340            'cards' => array('whois.donuts.co', 'domain not found.'),
     341            'care' => array('whois.donuts.co', 'domain not found.'),
     342            'career' => array('whois.nic.career', 'no match for'),
     343            'careers' => array('whois.donuts.co', 'domain not found'),
     344            'cars' => array('whois.uniregistry.net', 'is available for registration'),
     345            'casa' => array('whois.nic.casa', 'this domain name has not been registered'),
     346            'case' => array('whois.afilias-srs.net', 'not found'),
     347            'caseih' => array('whois.afilias-srs.net', 'not found'),
     348            'cash' => array('whois.donuts.co', 'domain not found.'),
     349            'casino' => array('whois.donuts.co', 'domain not found.'),
     350            'cat' => array('whois.nic.cat', 'no matching objects found'),
     351            'catering' => array('whois.donuts.co', 'domain not found.'),
     352            'cba' => array('whois.nic.cba', 'No Data Found'),
     353            'cbs' => array('whois.afilias-srs.net', 'not found'),
     354            'cc' => array('ccwhois.verisign-grs.com', 'no match for'),
     355            'cd' => array('whois.nic.cd', 'no object found'),
     356            'ceb' => array('whois.afilias-srs.net', 'not found'),
     357            'center' => array('whois.donuts.co', 'domain not found'),
     358            'cern' => array('whois.afilias-srs.net', 'not found'),
     359            'cf' => array('whois.freenom.com', 'domain name not known'),
     360            'cfa' => array('whois.nic.cfa', 'no match'),
     361            'cfd' => array('whois.nic.cfd', 'no match'),
     362            'ch' => array('whois.nic.ch', 'rdap' => 'rdap.nic.ch', 'domain name can be registered'),
     363            'chanel' => array('whois.nic.chanel', 'no match'),
     364            'channel' => array('whois.nic.google', 'domain not found.'),
     365            'charity' => array('whois.nic.charity', 'domain not found.'),
     366            'chat' => array('whois.donuts.co', 'domain not found.'),
     367            'cheap' => array('whois.donuts.co', 'domain not found.'),
     368            'chintai' => array('whois.nic.chintai', 'No Data Found'),
     369            'christmas' => array('whois.uniregistry.net', 'is available for registration'),
     370            'chrome' => array('whois.nic.google', 'domain not found.'),
     371            'chrysler' => array('whois.afilias-srs.net', 'not found'),
     372            'church' => array('whois.donuts.co', 'domain not found.'),
     373            'ci' => array('whois.nic.ci', 'no object found'),
     374            'cipriani' => array('whois.afilias-srs.net', 'not found'),
     375            'city' => array('whois.donuts.co', 'domain not found.'),
     376            'cityeats' => array('whois.nic.cityeats', 'no match'),
     377            'cl' => array('whois.nic.cl', 'no entries found'),
     378            'claims' => array('whois.donuts.co', 'domain not found.'),
     379            'cleaning' => array('whois.donuts.co', 'domain not found.'),
     380            'click' => array('whois.uniregistry.net', 'is available for registration'),
     381            'clinic' => array('whois.donuts.co', 'domain not found.'),
     382            'clinique' => array('whois.afilias-srs.net', 'not found'),
     383            'clothing' => array('whois.donuts.co', 'domain not found'),
     384            'cloud' => array('whois.nic.cloud', 'No Data Found'),
     385            'club' => array('whois.nic.club', 'No Data Found'),
     386            'clubmed' => array('whois.nic.clubmed', 'no match'),
     387            'cm' => array('whois.netcom.cm', 'status: not registered'),
     388            'cn' => array('whois.cnnic.cn', 'no match'),
     389            'ac.cn' => array('whois.cnnic.cn', 'no matching record'),
     390            'ah.cn' => array('whois.cnnic.cn', 'no matching record'),
     391            'bj.cn' => array('whois.cnnic.cn', 'no matching record'),
     392            'com.cn' => array('whois.cnnic.cn', 'no matching record'),
     393            'cq.cn' => array('whois.cnnic.cn', 'no matching record'),
     394            'gd.cn' => array('whois.cnnic.cn', 'no matching record'),
     395            'gov.cn' => array('whois.cnnic.cn', 'no matching record'),
     396            'gs.cn' => array('whois.cnnic.cn', 'no matching record'),
     397            'gx.cn' => array('whois.cnnic.cn', 'no matching record'),
     398            'gz.cn' => array('whois.cnnic.cn', 'no matching record'),
     399            'hb.cn' => array('whois.cnnic.cn', 'no matching record'),
     400            'he.cn' => array('whois.cnnic.cn', 'no matching record'),
     401            'hi.cn' => array('whois.cnnic.cn', 'no matching record'),
     402            'hk.cn' => array('whois.cnnic.cn', 'no matching record'),
     403            'hl.cn' => array('whois.cnnic.cn', 'no matching record'),
     404            'hn.cn' => array('whois.cnnic.cn', 'no matching record'),
     405            'jl.cn' => array('whois.cnnic.cn', 'no matching record'),
     406            'js.cn' => array('whois.cnnic.cn', 'no matching record'),
     407            'ln.cn' => array('whois.cnnic.cn', 'no matching record'),
     408            'mo.cn' => array('whois.cnnic.cn', 'no matching record'),
     409            'net.cn' => array('whois.cnnic.cn', 'no matching record'),
     410            'nm.cn' => array('whois.cnnic.cn', 'no matching record'),
     411            'nx.cn' => array('whois.cnnic.cn', 'no matching record'),
     412            'org.cn' => array('whois.cnnic.cn', 'no matching record'),
     413            'qh.cn' => array('whois.cnnic.cn', 'no matching record'),
     414            'sc.cn' => array('whois.cnnic.cn', 'no matching record'),
     415            'sh.cn' => array('whois.cnnic.cn', 'no matching record'),
     416            'sn.cn' => array('whois.cnnic.cn', 'no matching record'),
     417            'tj.cn' => array('whois.cnnic.cn', 'no matching record'),
     418            'tw.cn' => array('whois.cnnic.cn', 'no matching record'),
     419            'xj.cn' => array('whois.cnnic.cn', 'no matching record'),
     420            'xz.cn' => array('whois.cnnic.cn', 'no matching record'),
     421            'yn.cn' => array('whois.cnnic.cn', 'no matching record'),
     422            'zj.cn' => array('whois.cnnic.cn', 'no matching record'),
     423            'co' => array('whois.nic.co', 'No Data Found'),
     424            'com.co' => array('whois.nic.co', 'No Data Found'),
     425            'net.co' => array('whois.nic.co', 'No Data Found'),
     426            'nom.co' => array('whois.nic.co', 'No Data Found'),
     427            'coach' => array('whois.donuts.co', 'domain not found.'),
     428            'codes' => array('whois.donuts.co', 'domain not found.'),
     429            'coffee' => array('whois.donuts.co', 'domain not found'),
     430            'cologne' => array('whois.nic.koeln', 'no information was found'),
     431            'com' => array('whois.crsnic.net', 'No match for'),
     432            'ae.com' => array('whois.verisign-grs.com', 'no match for'),
     433            'africa.com' => array('srs-whois.dns.net.za', 'no information was found'),
     434            'ar.com' => array('whois.verisign-grs.com', 'no match for'),
     435            'br.com' => array('whois.verisign-grs.com', 'no match for'),
     436            'cn.com' => array('whois.verisign-grs.com', 'no match for'),
     437            'co.com' => array('whois.verisign-grs.com', 'no match for'),
     438            'de.com' => array('whois.verisign-grs.com', 'no match for'),
     439            'eu.com' => array('whois.verisign-grs.com', 'no match for'),
     440            'gb.com' => array('whois.verisign-grs.com', 'no match for'),
     441            'gr.com' => array('whois.verisign-grs.com', 'no match for'),
     442            'hu.com' => array('whois.verisign-grs.com', 'no match for'),
     443            'jpn.com' => array('whois.verisign-grs.com', 'no match for'),
     444            'kr.com' => array('whois.verisign-grs.com', 'no match for'),
     445            'lovesnaija.com' => array('srs-whois.dns.net.za', 'no information was found'),
     446            'no.com' => array('whois.verisign-grs.com', 'no match for'),
     447            'qc.com' => array('whois.verisign-grs.com', 'no match for'),
     448            'ru.com' => array('whois.verisign-grs.com', 'no match for'),
     449            'sa.com' => array('whois.verisign-grs.com', 'no match for'),
     450            'se.com' => array('whois.verisign-grs.com', 'no match for'),
     451            'uk.com' => array('whois.verisign-grs.com', 'no match for'),
     452            'us.com' => array('whois.verisign-grs.com', 'no match for'),
     453            'uy.com' => array('whois.verisign-grs.com', 'no match for'),
     454            'web.com' => array('whois.verisign-grs.com', 'no match for'),
     455            'za.com' => array('whois.verisign-grs.com', 'no match for'),
     456            'comcast' => array('whois.nic.comcast', 'this domain name has not been registered.'),
     457            'commbank' => array('whois.nic.commbank', 'No Data Found'),
     458            'community' => array('whois.donuts.co', 'domain not found.'),
     459            'company' => array('whois.donuts.co', 'domain not found'),
     460            'compare' => array('whois.nic.compare', 'No Data Found'),
     461            'computer' => array('whois.donuts.co', 'domain not found'),
     462            'comsec' => array('whois.nic.comsec', 'no match'),
     463            'condos' => array('whois.donuts.co', 'domain not found.'),
     464            'construction' => array('whois.donuts.co', 'domain not found'),
     465            'consulting' => array('whois.donuts.co', 'domain not found.'),
     466            'contact' => array('whois.nic.contact', 'domain not found.'),
     467            'contractors' => array('whois.donuts.co', 'domain not found'),
     468            'cooking' => array('whois.nic.cooking', 'this domain name has not been registered'),
     469            'cookingchannel' => array('whois.nic.cookingchannel', 'no match'),
     470            'cool' => array('whois.donuts.co', 'domain not found.'),
     471            'corsica' => array('whois.nic.corsica', 'not found'),
     472            'country' => array('whois.uniregistry.net', 'is available for registration'),
     473            'coupon' => array('whois.nic.coupon', 'No Data Found'),
     474            'coupons' => array('whois.donuts.co', 'not found'),
     475            'courses' => array('whois.nic.courses', 'No Data Found'),
     476            'cpa' => array('whois.nic.cpa', 'No Data Found'),
     477            'cr' => array('whois.nic.cr', 'no entries found'),
     478            'credit' => array('whois.donuts.co', 'domain not found.'),
     479            'creditcard' => array('whois.donuts.co', 'domain not found.'),
     480            'creditunion' => array('whois.afilias-srs.net', 'not found'),
     481            'cricket' => array('whois.nic.cricket', 'No Data Found'),
     482            'cruises' => array('whois.donuts.co', 'domain not found.'),
     483            'cuisinella' => array('whois.nic.cuisinella', 'No Data Found'),
     484            'cx' => array('whois.nic.cx', 'no object found'),
     485            'cymru' => array('whois.nic.cymru', 'this domain name has not been registered'),
     486            'cz' => array('whois.nic.cz', 'no entries found'),
     487            'dabur' => array('whois.afilias-srs.net', 'not found'),
     488            'dad' => array('whois.nic.google', 'domain not found.'),
     489            'dance' => array('whois.nic.dance', 'domain not found.'),
     490            'data' => array('whois.nic.data', 'not found'),
     491            'date' => array('whois.nic.date', 'No Data Found'),
     492            'dating' => array('whois.donuts.co', 'domain not found.'),
     493            'datsun' => array('whois.nic.gmo', 'not found'),
     494            'day' => array('whois.nic.google', 'domain not found.'),
     495            'dclk' => array('whois.nic.google', 'domain not found.'),
     496            'dds' => array('whois.nic.dds', 'this domain name has not been registered'),
     497            'de' => array('whois.denic.de', 'status: free'),
     498            'deal' => array('whois.nic.deal', 'this domain name has not been registered'),
     499            'dealer' => array('whois.nic.dealer', 'is available for registration'),
     500            'deals' => array('whois.donuts.co', 'domain not found.'),
     501            'degree' => array('whois.nic.degree', 'domain not found.'),
     502            'delivery' => array('whois.donuts.co', 'domain not found.'),
     503            'delta' => array('whois.afilias-srs.net', 'not found'),
     504            'democrat' => array('whois.nic.democrat', 'domain not found.'),
     505            'dental' => array('whois.donuts.co', 'domain not found.'),
     506            'dentist' => array('whois.nic.dentist', 'domain not found.'),
     507            'dev' => array('whois.nic.google', 'domain not found.'),
     508            'diamonds' => array('whois.donuts.co', 'domain not found'),
     509            'diet' => array('whois.uniregistry.net', 'is available for registration'),
     510            'digital' => array('whois.donuts.co', 'domain not found.'),
     511            'direct' => array('whois.donuts.co', 'domain not found.'),
     512            'directory' => array('whois.donuts.co', 'domain not found'),
     513            'discount' => array('whois.donuts.co', 'domain not found.'),
     514            'dish' => array('whois.afilias-srs.net', 'not found'),
     515            'diy' => array('whois.nic.diy', 'no match'),
     516            'dk' => array('whois.dk-hostmaster.dk', 'no entries found'),
     517            'dm' => array('whois.nic.dm', 'not found'),
     518            'do' => array('whois.nic.do', 'no object found'),
     519            'docs' => array('whois.nic.google', 'domain not found.'),
     520            'doctor' => array('whois.donuts.co', 'not found'),
     521            'dodge' => array('whois.afilias-srs.net', 'not found'),
     522            'dog' => array('whois.donuts.co', 'not found'),
     523            'domains' => array('whois.donuts.co', 'domain not found'),
     524            'dot' => array('whois.afilias-srs.net', 'not found'),
     525            'download' => array('whois.nic.download', 'No Data Found'),
     526            'drive' => array('whois.nic.google', 'not found'),
     527            'dtv' => array('whois.afilias-srs.net', 'not found'),
     528            'dubai' => array('whois.nic.dubai', 'no match'),
     529            'dunlop' => array('whois.afilias-srs.net', 'not found'),
     530            'durban' => array('whois.nic.durban', 'available'),
     531            'dvr' => array('whois.afilias-srs.net', 'not found'),
     532            'dz' => array('whois.nic.dz', 'no object found!'),
     533            'earth' => array('whois.nic.earth', 'No Data Found'),
     534            'eat' => array('whois.nic.google', 'domain not found.'),
     535            'eco' => array('whois.afilias-srs.net', 'not found'),
     536            'edeka' => array('whois.afilias-srs.net', 'not found'),
     537            'edu' => array('whois.educause.edu', 'no match'),
     538            'education' => array('whois.donuts.co', 'domain not found'),
     539            'ee' => array('whois.eenet.ee', 'not found'),
     540            'email' => array('whois.donuts.co', 'domain not found'),
     541            'emerck' => array('whois.afilias-srs.net', 'not found'),
     542            'energy' => array('whois.donuts.co', 'domain not found.'),
     543            'engineer' => array('whois.nic.engineer', 'domain not found.'),
     544            'engineering' => array('whois.donuts.co', 'domain not found.'),
     545            'enterprises' => array('whois.donuts.co', 'domain not found'),
     546            'equipment' => array('whois.donuts.co', 'domain not found'),
     547            'ericsson' => array('whois.nic.ericsson', 'no match'),
     548            'erni' => array('whois.nic.erni', 'no match'),
     549            'esq' => array('whois.nic.google', 'domain not found.'),
     550            'estate' => array('whois.donuts.co', 'domain not found'),
     551            'esurance' => array('whois.afilias-srs.net', 'not found'),
     552            'et' => array('whois.ethiotelecom.et', 'the queried object does not exist'),
     553            'eu' => array('whois.eu', 'Status: AVAILABLE'),
     554            'eurovision' => array('whois.nic.eurovision', 'no match'),
     555            'eus' => array('whois.nic.eus', 'no matching objects found'),
     556            'events' => array('whois.donuts.co', 'domain not found.'),
     557            'exchange' => array('whois.donuts.co', 'domain not found.'),
     558            'expert' => array('whois.donuts.co', 'domain not found'),
     559            'exposed' => array('whois.donuts.co', 'domain not found'),
     560            'express' => array('whois.donuts.co', 'not found'),
     561            'extraspace' => array('whois.afilias-srs.net', 'not found'),
     562            'fage' => array('whois.afilias-srs.net', 'not found'),
     563            'fail' => array('whois.donuts.co', 'domain not found.'),
     564            'fairwinds' => array('whois.nic.fairwinds', 'no match'),
     565            'faith' => array('whois.nic.faith', 'No Data Found'),
     566            'family' => array('whois.nic.family', 'domain not found.'),
     567            'fan' => array('whois.nic.fan', 'not found'),
     568            'farm' => array('whois.donuts.co', 'domain not found'),
     569            'fashion' => array('whois.nic.fashion', 'this domain name has not been registered'),
     570            'fedex' => array('whois.afilias-srs.net', 'not found'),
     571            'ferrari' => array('whois.afilias-srs.net', 'not found'),
     572            'fi' => array('whois.fi', 'not found'),
     573            'fiat' => array('whois.afilias-srs.net', 'not found'),
     574            'fidelity' => array('whois.nic.fidelity', 'no match'),
     575            'fido' => array('whois.afilias-srs.net', 'not found'),
     576            'film' => array('whois.nic.film', 'no match'),
     577            'final' => array('whois.gtlds.nic.br', 'object does not exist'),
     578            'finance' => array('whois.donuts.co', 'domain not found.'),
     579            'financial' => array('whois.donuts.co', 'domain not found.'),
     580            'firestone' => array('whois.nic.firestone', 'not found'),
     581            'firmdale' => array('whois.nic.firmdale', 'not found'),
     582            'fish' => array('whois.donuts.co', 'domain not found.'),
     583            'fishing' => array('whois.nic.fishing', 'this domain name has not been registered'),
     584            'fit' => array('whois.nic.fit', 'this domain name has not been registered'),
     585            'fitness' => array('whois.donuts.co', 'domain not found.'),
     586            'fj' => array('whois.usp.ac.fj', 'not found'),
     587            'flights' => array('whois.donuts.co', 'domain not found'),
     588            'florist' => array('whois.donuts.co', 'domain not found'),
     589            'flowers' => array('whois.uniregistry.net', 'is available for registration'),
     590            'fly' => array('whois.nic.google', 'domain not found.'),
     591            'foo' => array('whois.nic.google', 'domain not found.'),
     592            'foodnetwork' => array('whois.nic.foodnetwork', 'no match'),
     593            'football' => array('whois.donuts.co', 'domain not found.'),
     594            'forex' => array('whois.nic.forex', 'no match'),
     595            'forsale' => array('whois.nic.forsale', 'domain not found.'),
     596            'foundation' => array('whois.donuts.co', 'domain not found.'),
     597            'fr' => array('whois.nic.fr', 'no entries found'),
     598            'free' => array('whois.nic.free', 'this domain name has not been registered'),
     599            'aeroport.fr' => array('whois.smallregistry.net', 'object not found'),
     600            'asso.fr' => array('whois.nic.fr', 'no entries found'),
     601            'avocat.fr' => array('whois.smallregistry.net', 'object not found'),
     602            'chambagri.fr' => array('whois.smallregistry.net', 'object not found'),
     603            'chirurgiens-dentistes.fr' => array('whois.smallregistry.net', 'object not found'),
     604            'com.fr' => array('whois.nic.fr', 'no entries found'),
     605            'experts-comptables.fr' => array('whois.smallregistry.net', 'object not found'),
     606            'geometre-expert.fr' => array('whois.smallregistry.net', 'object not found'),
     607            'medecin.fr' => array('whois.smallregistry.net', 'object not found'),
     608            'notaires.fr' => array('whois.smallregistry.net', 'object not found'),
     609            'pharmacien.fr' => array('whois.smallregistry.net', 'object not found'),
     610            'port.fr' => array('whois.smallregistry.net', 'object not found'),
     611            'presse.fr' => array('whois.nic.fr', 'no entries found'),
     612            'tm.fr' => array('whois.nic.fr', 'no entries found'),
     613            'veterinaire.fr' => array('whois.smallregistry.net', 'object not found'),
     614            'frogans' => array('whois.nic.frogans', 'not found'),
     615            'frontdoor' => array('whois.nic.frontdoor', 'no match'),
     616            'fujitsu' => array('whois.nic.gmo', 'not found'),
     617            'fund' => array('whois.donuts.co', 'domain not found.'),
     618            'furniture' => array('whois.donuts.co', 'domain not found.'),
     619            'futbol' => array('whois.nic.futbol', 'domain not found.'),
     620            'fyi' => array('whois.donuts.co', 'not found'),
     621            'ga' => array('whois.freenom.com', 'domain name not known'),
     622            'gal' => array('whois.nic.gal', 'no matching objects found'),
     623            'gallery' => array('whois.donuts.co', 'domain not found'),
     624            'gallo' => array('whois.nic.gallo', 'no match'),
     625            'gallup' => array('whois.afilias-srs.net', 'not found'),
     626            'game' => array('whois.uniregistry.net', 'is available for registration'),
     627            'games' => array('whois.nic.games', 'domain not found.'),
     628            'garden' => array('whois.nic.garden', 'this domain name has not been registered'),
     629            'gbiz' => array('whois.nic.google', 'domain not found.'),
     630            'gdn' => array('whois.nic.gdn', 'not found'),
     631            'ge' => array('whois.nic.ge', 'no match'),
     632            'com.ge' => array('whois.nic.ge', 'no match'),
     633            'edu.ge' => array('whois.nic.ge', 'no match'),
     634            'net.ge' => array('whois.nic.ge', 'no match'),
     635            'org.ge' => array('whois.nic.ge', 'no match'),
     636            'pvt.ge' => array('whois.nic.ge', 'no match'),
     637            'gea' => array('whois.afilias-srs.net', 'not found'),
     638            'genting' => array('whois.nic.genting', 'no match'),
     639            'george' => array('whois.nic.george', 'no match'),
     640            'gf' => array('whois.mediaserv.net', 'no object found'),
     641            'gg' => array('whois.channelisles.net', 'not found'),
     642            'ggee' => array('whois.nic.ggee', 'not found'),
     643            'gi' => array('whois.afilias-grs.info', 'not found'),
     644            'gift' => array('whois.uniregistry.net', 'is available for registration'),
     645            'gifts' => array('whois.donuts.co', 'domain not found.'),
     646            'gives' => array('whois.nic.gives', 'domain not found.'),
     647            'giving' => array('whois.nic.giving', 'No Data Found'),
     648            'gl' => array('whois.nic.gl', 'no object found'),
     649            'glass' => array('whois.donuts.co', 'domain not found'),
     650            'gle' => array('whois.nic.google', 'domain not found.'),
     651            'global' => array('whois.afilias-srs.net', 'not found'),
     652            'globo' => array('whois.gtlds.nic.br', 'object does not exist'),
     653            'gmail' => array('whois.nic.google', 'domain not found.'),
     654            'gmbh' => array('whois.donuts.co', 'not found'),
     655            'gmx' => array('whois-fe1.gmx.tango.knipp.de', 'no match'),
     656            'godaddy' => array('whois.afilias-srs.net', 'not found'),
     657            'gold' => array('whois.donuts.co', 'not found'),
     658            'goldpoint' => array('whois.nic.goldpoint', 'not found'),
     659            'golf' => array('whois.donuts.co', 'not found'),
     660            'goo' => array('whois.nic.gmo', 'not found'),
     661            'goodyear' => array('whois.afilias-srs.net', 'not found'),
     662            'goog' => array('whois.nic.google', 'domain not found.'),
     663            'google' => array('whois.nic.google', 'domain not found.'),
     664            'gop' => array('whois.nic.gop', 'this domain name has not been registered'),
     665            'gov' => array('whois.dotgov.gov', 'no match for'),
     666            'gp' => array('whois.nic.gp', 'no record found'),
     667            'com.gp' => array('whois.nic.gp', 'no record found'),
     668            'mobi.gp' => array('whois.nic.gp', 'no record found'),
     669            'net.gp' => array('whois.nic.gp', 'no record found'),
     670            'gq' => array('whois.freenom.com', 'domain name not known'),
     671            'graphics' => array('whois.donuts.co', 'domain not found'),
     672            'gratis' => array('whois.donuts.co', 'domain not found.'),
     673            'green' => array('whois.afilias.net', 'not found'),
     674            'gripe' => array('whois.donuts.co', 'domain not found.'),
     675            'group' => array('whois.donuts.co', 'not found'),
     676            'gs' => array('whois.nic.gs', 'no object found'),
     677            'guge' => array('whois.nic.google', 'not found'),
     678            'guide' => array('whois.donuts.co', 'domain not found.'),
     679            'guitars' => array('whois.uniregistry.net', 'is available for registration'),
     680            'guru' => array('whois.donuts.co', 'domain not found'),
     681            'gy' => array('whois.registry.gy', 'domain status: no object found'),
     682            'hamburg' => array('whois.nic.hamburg', 'object does not exist'),
     683            'hangout' => array('whois.nic.google', 'domain not found.'),
     684            'haus' => array('whois.nic.haus', 'domain not found.'),
     685            'hdfc' => array('whois.afilias-srs.net', 'not found'),
     686            'hdfcbank' => array('whois.afilias-srs.net', 'not found'),
     687            'health' => array('whois.nic.health', 'No Data Found'),
     688            'healthcare' => array('whois.donuts.co', 'domain not found.'),
     689            'help' => array('whois.uniregistry.net', 'is available for registration'),
     690            'helsinki' => array('whois.afilias-srs.net', 'not found'),
     691            'here' => array('whois.nic.google', 'domain not found.'),
     692            'hermes' => array('whois.afilias-srs.net', 'not found'),
     693            'hgtv' => array('whois.nic.hgtv', 'no match'),
     694            'hiphop' => array('whois.uniregistry.net', 'is available for registration'),
     695            'hisamitsu' => array('whois.nic.gmo', 'not found'),
     696            'hitachi' => array('whois.nic.gmo', 'not found'),
     697            'hiv' => array('whois.afilias-srs.net', 'not found'),
     698            'hk' => array('whois.hkirc.hk', 'the domain has not been registered'),
     699            'com.hk' => array('whois.hkdnr.net.hk', 'the domain has not been registered'),
     700            'edu.hk' => array('whois.hkdnr.net.hk', 'the domain has not been registered'),
     701            'net.hk' => array('whois.hkdnr.net.hk', 'the domain has not been registered'),
     702            'org.hk' => array('whois.hkdnr.net.hk', 'the domain has not been registered'),
     703            'hkt' => array('whois.afilias-srs.net', 'not found'),
     704            'hn' => array('whois.nic.hn', 'no object found'),
     705            'hockey' => array('whois.donuts.co', 'not found'),
     706            'holdings' => array('whois.donuts.co', 'domain not found'),
     707            'holiday' => array('whois.donuts.co', 'domain not found'),
     708            'homedepot' => array('whois.afilias-srs.net', 'not found'),
     709            'homes' => array('whois.afilias-srs.net', 'not found'),
     710            'honda' => array('whois.nic.honda', 'not found'),
     711            'hospital' => array('whois.nic.hospital', 'domain not found.'),
     712            'horse' => array('whois.nic.horse', 'this domain name has not been registered'),
     713            'hosting' => array('whois.nic.hosting', 'is available for registration'),
     714            'hot' => array('whois.nic.hot', 'this domain name has not been registered'),
     715            'hotels' => array('whois.nic.hotels', 'No Data Found'),
     716            'house' => array('whois.donuts.co', 'domain not found'),
     717            'how' => array('whois.nic.google', 'domain not found.'),
     718            'hr' => array('whois.dns.hr', 'no entries found'),
     719            'ht' => array('whois.nic.ht', 'no object found'),
     720            'hu' => array('whois.nic.hu', 'no match'),
     721            'hughes' => array('whois.afilias-srs.net', 'not found'),
     722            'hyundai' => array('whois.nic.hyundai', 'not found'),
     723            'ibm' => array('whois.nic.ibm', 'No Data Found'),
     724            'icbc' => array('whois.afilias-srs.net', 'not found'),
     725            'ice' => array('whois.nic.ice', 'no match'),
     726            'id' => array('whois.id', 'domain not found'),
     727            'ac.id' => array('whois.id', 'domain not found'),
     728            'biz.id' => array('whois.id', 'domain not found'),
     729            'co.id' => array('whois.id', 'domain not found'),
     730            'desa.id' => array('whois.id', 'domain not found'),
     731            'go.id' => array('whois.id', 'domain not found'),
     732            'mil.id' => array('whois.id', 'domain not found'),
     733            'my.id' => array('whois.id', 'domain not found'),
     734            'net.id' => array('whois.id', 'domain not found'),
     735            'or.id' => array('whois.id', 'domain not found'),
     736            'ponpes.id' => array('whois.id', 'domain not found'),
     737            'sch.id' => array('whois.id', 'domain not found'),
     738            'web.id' => array('whois.id', 'domain not found'),
     739            'ie' => array('whois.weare.ie', 'not found'),
     740            'ifm' => array('whois.nic.ifm', 'no match'),
     741            'ikano' => array('whois.ikano.tld-box.at', 'object does not exist'),
     742            'co.il' => array('whois.isoc.org.il', 'no data was found'),
     743            'org.il' => array('whois.isoc.org.il', 'no data was found'),
     744            'im' => array('whois.nic.im', 'not found'),
     745            'imamat' => array('whois.afilias-srs.net', 'not found'),
     746            'immo' => array('whois.donuts.co', 'domain not found.'),
     747            'immobilien' => array('whois.nic.immobilien', 'domain not found.'),
     748            'in' => array('whois.registry.in', 'No Data Found'),
     749            'co.in' => array('whois.registry.in', 'No Data Found'),
     750            'firm.in' => array('whois.registry.in', 'No Data Found'),
     751            'gen.in' => array('whois.registry.in', 'No Data Found'),
     752            'ind.in' => array('whois.registry.in', 'No Data Found'),
     753            'net.in' => array('whois.registry.in', 'No Data Found'),
     754            'org.in' => array('whois.registry.in', 'No Data Found'),
     755            'inc' => array('whois.nic.inc', 'available for registration'),
     756            'industries' => array('whois.donuts.co', 'domain not found.'),
     757            'infiniti' => array('whois.nic.gmo', 'not found'),
     758            'info' => array('whois.afilias.info', 'not found'),
     759            'ing' => array('whois.nic.google', 'domain not found.'),
     760            'institute' => array('whois.donuts.co', 'domain not found'),
     761            'insurance' => array('whois.nic.insurance', 'no match'),
     762            'insure' => array('whois.donuts.co', 'domain not found.'),
     763            'int' => array('whois.iana.org', 'but this server does not have'),
     764            'international' => array('whois.donuts.co', 'domain not found'),
     765            'investments' => array('whois.donuts.co', 'domain not found.'),
     766            'io' => array('whois.nic.io', 'not found'),
     767            'ir' => array('whois.nic.ir', 'no entries found'),
     768            'irish' => array('whois.nic.irish', 'domain not found.'),
     769            'is' => array('whois.isnic.is', 'no entries found'),
     770            'ismaili' => array('whois.afilias-srs.net', 'not found'),
     771            'ist' => array('whois.afilias-srs.net', 'not found'),
     772            'istanbul' => array('whois.afilias-srs.net', 'not found'),
     773            'it' => array('whois.nic.it', 'status: available'),
     774            'itv' => array('whois.afilias-srs.net', 'not found'),
     775            'iveco' => array('whois.afilias-srs.net', 'not found'),
     776            'jaguar' => array('whois.nic.jaguar', 'no match'),
     777            'java' => array('whois.nic.java', 'no match'),
     778            'jcb' => array('whois.nic.gmo', 'not found'),
     779            'jcp' => array('whois.afilias-srs.net', 'not found'),
     780            'je' => array('whois.channelisles.net', 'not found'),
     781            'jeep' => array('whois.afilias-srs.net', 'not found'),
     782            'jetzt' => array('whois.nic.jetzt', 'not found'),
     783            'jewelry' => array('whois.donuts.co', 'not found'),
     784            'jll' => array('whois.afilias-srs.net', 'not found'),
     785            'jobs' => array('whois.nic.jobs', 'no match'),
     786            'joburg' => array('whois.nic.joburg', 'available'),
     787            'joy' => array('whois.nic.joy', 'this domain name has not been registered'),
     788            'jp' => array('whois.jprs.jp', 'no match'),
     789            'ac.jp' => array('whois.jprs.jp', 'no match'),
     790            'juegos' => array('whois.uniregistry.net', 'is available for registration'),
     791            'juniper' => array('whois.nic.juniper', 'no match'),
     792            'kaufen' => array('whois.nic.kaufen', 'domain not found.'),
     793            'kddi' => array('whois.nic.kddi', 'not found'),
     794            'ke' => array('whois.kenic.or.ke', 'no object found'),
     795            'ac.ke' => array('whois.kenic.or.ke', 'no object found'),
     796            'co.ke' => array('whois.kenic.or.ke', 'no object found'),
     797            'kerryhotels' => array('whois.nic.kerryhotels', 'no match'),
     798            'kerrylogistics' => array('whois.nic.kerrylogistics', 'no match'),
     799            'kerryproperties' => array('whois.nic.kerryproperties', 'no match'),
     800            'kg' => array('whois.kg', 'data not found'),
     801            'com.kg' => array('whois.kg', 'data not found'),
     802            'net.kg' => array('whois.kg', 'data not found'),
     803            'org.kg' => array('whois.kg', 'data not found'),
     804            'kia' => array('whois.nic.kia', 'not found'),
     805            'kim' => array('whois.afilias.net', 'not found'),
     806            'kitchen' => array('whois.donuts.co', 'domain not found'),
     807            'kiwi' => array('whois.nic.kiwi', 'not found'),
     808            'kn' => array('whois.nic.kn', 'no object found'),
     809            'koeln' => array('whois.nic.koeln', 'no information was found'),
     810            'komatsu' => array('whois.nic.komatsu', 'not found'),
     811            'kosher' => array('whois.afilias-srs.net', 'not found'),
     812            'kr' => array('whois.kr', 'the requested domain was not found'),
     813            'ac.kr' => array('whois.nic.or.kr', 'domain was not found'),
     814            'co.kr' => array('whois.nic.or.kr', 'domain was not found'),
     815            'go.kr' => array('whois.nic.or.kr', 'domain was not found'),
     816            'ne.kr' => array('whois.nic.or.kr', 'domain was not found'),
     817            'nm.kr' => array('whois.nic.or.kr', 'domain was not found'),
     818            'or.kr' => array('whois.nic.or.kr', 'domain was not found'),
     819            're.kr' => array('whois.nic.or.kr', 'domain was not found'),
     820            'krd' => array('whois.nic.krd', 'No Data Found'),
     821            'kuokgroup' => array('whois.nic.kuokgroup', 'no match'),
     822            'ky' => array('whois.kyregistry.ky', 'is available for registration'),
     823            'kyoto' => array('whois.nic.kyoto', 'not found'),
     824            'kz' => array('whois.nic.kz', 'nothing found'),
     825            'la' => array('whois.nic.la', 'not found'),
     826            'lacaixa' => array('whois.nic.lacaixa', 'no match'),
     827            'lamborghini' => array('whois.afilias-srs.net', 'not found'),
     828            'lamer' => array('whois.afilias-srs.net', 'not found'),
     829            'lancaster' => array('whois.nic.lancaster', 'not found'),
     830            'lancia' => array('whois.afilias-srs.net', 'not found'),
     831            'land' => array('whois.donuts.co', 'domain not found'),
     832            'landrover' => array('whois.nic.landrover', 'no match'),
     833            'lasalle' => array('whois.afilias-srs.net', 'not found'),
     834            'latino' => array('whois.afilias-srs.net', 'not found'),
     835            'latrobe' => array('whois.nic.latrobe', 'No Data Found'),
     836            'law' => array('whois.nic.law', 'this domain name has not been registered'),
     837            'lawyer' => array('whois.nic.lawyer', 'domain not found.'),
     838            'lc' => array('whois.afilias-grs.info', 'not found'),
     839            'lds' => array('whois.afilias-srs.net', 'not found'),
     840            'lease' => array('whois.donuts.co', 'domain not found.'),
     841            'leclerc' => array('whois.nic.leclerc', 'not found'),
     842            'lefrak' => array('whois.nic.lefrak', 'no match'),
     843            'legal' => array('whois.donuts.co', 'domain not found.'),
     844            'lego' => array('whois.nic.lego', 'no match'),
     845            'lexus' => array('whois.nic.lexus', 'not found'),
     846            'lgbt' => array('whois.afilias.net', 'not found'),
     847            'li' => array('whois.nic.li', 'not have an entry'),
     848            'life' => array('whois.donuts.co', 'domain not found.'),
     849            'lifestyle' => array('whois.nic.lifestyle', 'no match'),
     850            'lighting' => array('whois.donuts.co', 'domain not found'),
     851            'like' => array('whois.nic.like', 'this domain name has not been registered'),
     852            'limited' => array('whois.donuts.co', 'domain not found.'),
     853            'limo' => array('whois.donuts.co', 'domain not found'),
     854            'linde' => array('whois.nic.linde', 'no match'),
     855            'link' => array('whois.uniregistry.net', 'is available for registration'),
     856            'lipsy' => array('whois.nic.lipsy', 'no match'),
     857            'live' => array('whois.nic.live', 'domain not found.'),
     858            'living' => array('whois.nic.living', 'no match for'),
     859            'llc' => array('whois.nic.llc', 'not found'),
     860            'loan' => array('whois.nic.loan', 'No Data Found'),
     861            'loans' => array('whois.donuts.co', 'domain not found.'),
     862            'locker' => array('whois.afilias-srs.net', 'not found'),
     863            'locus' => array('whois.nic.locus', 'this domain name has not been registered'),
     864            'lol' => array('whois.uniregistry.net', 'is available for registration'),
     865            'london' => array('whois.nic.london', 'this domain name has not been registered'),
     866            'lotte' => array('whois.nic.lotte', 'not found'),
     867            'lotto' => array('whois.afilias.net', 'not found'),
     868            'ls' => array('whois.nic.ls', 'no entries found'),
     869            'lt' => array('whois.domreg.lt', 'status:\s+available'),
     870            'ltd' => array('whois.donuts.co', 'not found'),
     871            'ltda' => array('whois.afilias-srs.net', 'not found'),
     872            'lu' => array('whois.dns.lu', '% no such domain'),
     873            'lundbeck' => array('whois.nic.lundbeck', 'no match'),
     874            'luxe' => array('whois.nic.luxe', 'this domain name has not been registered'),
     875            'luxury' => array('whois.nic.luxury', 'No Data Found'),
     876            'lv' => array('whois.nic.lv', 'status: free'),
     877            'eu.lv' => array('whois.biz', 'No Data Found'),
     878            'ly' => array('whois.nic.ly', 'not found'),
     879            'ma' => array('whois.iam.net.ma', 'no object found'),
     880            'macys' => array('whois.nic.macys', 'no match'),
     881            'madrid' => array('whois.madrid.rs.corenic.net', 'no match'),
     882            'maison' => array('whois.donuts.co', 'domain not found'),
     883            'makeup' => array('whois.nic.makeup', 'no match'),
     884            'man' => array('whois.nic.man', 'no match'),
     885            'management' => array('whois.donuts.co', 'domain not found'),
     886            'mango' => array('whois.nic.mango', 'no matching objects found'),
     887            'map' => array('whois.nic.google', 'domain not found'),
     888            'market' => array('whois.nic.market', 'domain not found.'),
     889            'marketing' => array('whois.donuts.co', 'domain not found'),
     890            'markets' => array('whois.nic.markets', 'no match'),
     891            'marriott' => array('whois.afilias-srs.net', 'not found'),
     892            'maserati' => array('whois.afilias-srs.net', 'not found'),
     893            'mba' => array('whois.donuts.co', 'not found'),
     894            'mckinsey' => array('whois.afilias-srs.net', 'not found'),
     895            'md' => array('whois.nic.md', 'no match for'),
     896            'me' => array('whois.nic.me', 'not found'),
     897            'med' => array('whois.nic.med', 'no match'),
     898            'media' => array('whois.donuts.co', 'domain not found.'),
     899            'meet' => array('whois.afilias.net', 'not found'),
     900            'melbourne' => array('whois.nic.melbourne', 'No Data Found'),
     901            'meme' => array('whois.nic.google', 'domain not found.'),
     902            'memorial' => array('whois.donuts.co', 'domain not found.'),
     903            'men' => array('whois.nic.men', 'No Data Found'),
     904            'menu' => array('whois.nic.menu', 'No Data Found'),
     905            'metlife' => array('whois.afilias-srs.net', 'not found'),
     906            'mg' => array('whois.nic.mg', 'no object found'),
     907            'miami' => array('whois.nic.miami', 'this domain name has not been registered'),
     908            'mil' => array('whois.internic.net', 'no match for'),
     909            'mit' => array('whois.afilias-srs.net', 'not found'),
     910            'mitsubishi' => array('whois.nic.gmo', 'not found'),
     911            'mk' => array('whois.marnet.mk', '% no entries found.'),
     912            'ml' => array('whois.freenom.com', 'domain name not known'),
     913            'mls' => array('whois.nic.mls', 'not found'),
     914            'mma' => array('whois.nic.mma', 'not found'),
     915            'mn' => array('whois.afilias-grs.info', 'not found'),
     916            'mo' => array('whois.monic.mo', 'no match for'),
     917            'mobi' => array('whois.afilias.net', 'not found'),
     918            'mobile' => array('whois.nic.mobile', 'not found'),
     919            'moda' => array('whois.nic.moda', 'domain not found.'),
     920            'moe' => array('whois.nic.moe', 'No Data Found'),
     921            'mom' => array('whois.uniregistry.net', 'is available for registration'),
     922            'monash' => array('whois.nic.monash', 'No Data Found'),
     923            'money' => array('whois.donuts.co', 'domain not found.'),
     924            'mopar' => array('whois.afilias-srs.net', 'not found'),
     925            'mormon' => array('whois.afilias-srs.net', 'not found'),
     926            'mortgage' => array('whois.nic.mortgage', 'domain not found.'),
     927            'moscow' => array('whois.nic.moscow', 'domain not found.'),
     928            'motorcycles' => array('whois.afilias-srs.net', 'not found'),
     929            'mov' => array('whois.nic.google', 'domain not found.'),
     930            'movie' => array('whois.donuts.co', 'not found'),
     931            'mq' => array('whois.mediaserv.net', 'no object found'),
     932            'mr' => array('whois.nic.mr', 'no object found'),
     933            'ms' => array('whois.nic.ms', 'no object found'),
     934            'mt' => array('whois.nic.org.mt', 'domain is not registered'),
     935            'mtn' => array('whois.nic.mtn', 'No Data Found'),
     936            'mtpc' => array('whois.nic.gmo', 'not found'),
     937            'mtr' => array('whois.nic.mtr', 'the domain has not been registered'),
     938            'mu' => array('whois.nic.mu', 'no object found'),
     939            'museum' => array('whois.museum', 'object does not exist'),
     940            'mw' => array('whois.nic.mw', 'no entries found'),
     941            'mz' => array('whois.nic.mz', 'no object found'),
     942            'na' => array('whois.na-nic.com.na', 'no object found'),
     943            'nab' => array('whois.nic.nab', 'no match'),
     944            'nagoya' => array('whois.gmoregistry.net', 'not found'),
     945            'name' => array('whois.nic.name', 'no match'),
     946            'natura' => array('whois.gtlds.nic.br', 'object does not exist'),
     947            'navy' => array('whois.nic.navy', 'domain not found.'),
     948            'nc' => array('whois.nc', 'no entries found'),
     949            'nec' => array('whois.nic.nec', 'not found'),
     950            'net' => array('whois.crsnic.net', 'No match for'),
     951            'netbank' => array('whois.nic.netbank', 'No Data Found'),
     952            'network' => array('whois.donuts.co', 'domain not found.'),
     953            'new' => array('whois.nic.google', 'domain not found.'),
     954            'newholland' => array('whois.afilias-srs.net', 'not found'),
     955            'news' => array('whois.nic.news', 'domain not found.'),
     956            'next' => array('whois.nic.next', 'no match'),
     957            'nextdirect' => array('whois.nic.nextdirect', 'no match'),
     958            'nexus' => array('whois.nic.google', 'domain not found.'),
     959            'nf' => array('whois.nic.nf', 'no object found'),
     960            'ng' => array('whois.nic.net.ng', 'no object found'),
     961            'ngo' => array('whois.publicinterestregistry.net', 'not found'),
     962            'nico' => array('whois.nic.nico', 'not found'),
     963            'nikon' => array('whois.nic.nikon', 'no match'),
     964            'ninja' => array('whois.donuts.co', 'domain not found.'),
     965            'nissan' => array('whois.nic.gmo', 'not found'),
     966            'nissay' => array('whois.nic.nissay', 'no match'),
     967            'nl' => array('whois.domain-registry.nl', 'is free'),
     968            'no' => array('whois.norid.no', 'no match'),
     969            'nokia' => array('whois.afilias-srs.net', 'not found'),
     970            'norton' => array('whois.nic.norton', 'no match'),
     971            'now' => array('whois.nic.now', 'this domain name has not been registered'),
     972            'nowruz' => array('whois.agitsys.net', 'no object found'),
     973            'nowtv' => array('whois.afilias-srs.net', 'not found'),
     974            'nra' => array('whois.afilias-srs.net', 'not found'),
     975            'nrw' => array('whois.nic.nrw', 'no match'),
     976            'nu' => array('whois.iis.nu', 'not found'),
     977            'nyc' => array('whois.nic.nyc', 'No Data Found'),
     978            'nz' => array('whois.srs.net.nz', '220 available'),
     979            'ac.nz' => array('whois.srs.net.nz', '220 available'),
     980            'co.nz' => array('whois.srs.net.nz', '220 available'),
     981            'cri.nz' => array('whois.srs.net.nz', '220 available'),
     982            'geek.nz' => array('whois.srs.net.nz', '220 available'),
     983            'gen.nz' => array('whois.srs.net.nz', '220 available'),
     984            'govt.nz' => array('whois.srs.net.nz', '220 available'),
     985            'iwi.nz' => array('whois.srs.net.nz', '220 available'),
     986            'health.nz' => array('whois.srs.net.nz', '220 available'),
     987            'kiwi.nz' => array('whois.srs.net.nz', '220 available'),
     988            'maori.nz' => array('whois.srs.net.nz', '220 available'),
     989            'mil.nz' => array('whois.srs.net.nz', '220 available'),
     990            'net.nz' => array('whois.srs.net.nz', '220 available'),
     991            'org.nz' => array('whois.srs.net.nz', '220 available'),
     992            'parliament.nz' => array('whois.srs.net.nz', '220 available'),
     993            'school.nz' => array('whois.srs.net.nz', '220 available'),
     994            'obi' => array('whois.nic.obi', 'no match'),
     995            'okinawa' => array('whois.nic.okinawa', 'domain not found'),
     996            'olayan' => array('whois.nic.olayan', 'No Data Found'),
     997            'olayangroup' => array('whois.nic.olayangroup', 'No Data Found'),
     998            'ollo' => array('whois.afilias-srs.net', 'not found'),
     999            'om' => array('whois.registry.om', 'No Data Found'),
     1000            'omega' => array('whois.nic.omega', 'no match'),
     1001            'one' => array('whois.nic.one', 'No Data Found'),
     1002            'ong' => array('whois.publicinterestregistry.net', 'not found'),
     1003            'onl' => array('whois.afilias-srs.net', 'not found'),
     1004            'oracle' => array('whois.nic.oracle', 'no match'),
     1005            'orange' => array('whois.nic.orange', 'no match'),
     1006            'org' => array('whois.pir.org', 'not found'),
     1007            'organic' => array('whois.afilias.net', 'not found'),
     1008            'origins' => array('whois.afilias-srs.net', 'not found'),
     1009            'osaka' => array('whois.nic.osaka', 'No Data Found'),
     1010            'ott' => array('whois.afilias-srs.net', 'not found'),
     1011            'ovh' => array('whois.nic.ovh', 'not found'),
     1012            'page' => array('whois.nic.google', 'not found'),
     1013            'panasonic' => array('whois.nic.gmo', 'not found'),
     1014            'paris' => array('whois.nic.paris', 'not found'),
     1015            'pars' => array('whois.agitsys.net', 'no object found'),
     1016            'partners' => array('whois.donuts.co', 'domain not found.'),
     1017            'parts' => array('whois.donuts.co', 'domain not found.'),
     1018            'party' => array('whois.nic.party', 'No Data Found'),
     1019            'pccw' => array('whois.afilias-srs.net', 'not found'),
     1020            'pe' => array('kero.yachay.pe', 'no object found'),
     1021            'pet' => array('whois.afilias.net', 'not found'),
     1022            'pf' => array('whois.registry.pf', 'domain unknown'),
     1023            'philips' => array('whois.nic.philips', 'No Data Found'),
     1024            'phone' => array('whois.nic.phone', 'not found'),
     1025            'photo' => array('whois.uniregistry.net', 'is available for registration'),
     1026            'photography' => array('whois.donuts.co', 'domain not found'),
     1027            'photos' => array('whois.donuts.co', 'domain not found'),
     1028            'physio' => array('whois.nic.physio', 'No Data Found'),
     1029            'pics' => array('whois.uniregistry.net', 'is available for registration'),
     1030            'pictures' => array('whois.donuts.co', 'domain not found.'),
     1031            'ping' => array('whois.nic.ping', 'No Data Found'),
     1032            'pink' => array('whois.afilias.net', 'not found'),
     1033            'pioneer' => array('whois.nic.gmo', 'not found'),
     1034            'pizza' => array('whois.donuts.co', 'domain not found.'),
     1035            'pl' => array('whois.dns.pl', 'no information available'),
     1036            'agro.pl' => array('whois.dns.pl', 'no information available'),
     1037            'aid.pl' => array('whois.dns.pl', 'no information available'),
     1038            'atm.pl' => array('whois.dns.pl', 'no information available'),
     1039            'auto.pl' => array('whois.dns.pl', 'no information available'),
     1040            'biz.pl' => array('whois.dns.pl', 'no information available'),
     1041            'co.pl' => array('whois.co.pl', 'not found'),
     1042            'com.pl' => array('whois.dns.pl', 'no information available'),
     1043            'edu.pl' => array('whois.dns.pl', 'no information available'),
     1044            'gmina.pl' => array('whois.dns.pl', 'no information available'),
     1045            'gsm.pl' => array('whois.dns.pl', 'no information available'),
     1046            'info.pl' => array('whois.dns.pl', 'no information available'),
     1047            'mail.pl' => array('whois.dns.pl', 'no information available'),
     1048            'media.pl' => array('whois.dns.pl', 'no information available'),
     1049            'miasta.pl' => array('whois.dns.pl', 'no information available'),
     1050            'mil.pl' => array('whois.dns.pl', 'no information available'),
     1051            'net.pl' => array('whois.dns.pl', 'no information available'),
     1052            'nom.pl' => array('whois.dns.pl', 'no information available'),
     1053            'org.pl' => array('whois.dns.pl', 'no information available'),
     1054            'pc.pl' => array('whois.dns.pl', 'no information available'),
     1055            'priv.pl' => array('whois.dns.pl', 'no information available'),
     1056            'realestate.pl' => array('whois.dns.pl', 'no information available'),
     1057            'rel.pl' => array('whois.dns.pl', 'no information available'),
     1058            'shop.pl' => array('whois.dns.pl', 'no information available'),
     1059            'sklep.pl' => array('whois.dns.pl', 'no information available'),
     1060            'sos.pl' => array('whois.dns.pl', 'no information available'),
     1061            'targi.pl' => array('whois.dns.pl', 'no information available'),
     1062            'tm.pl' => array('whois.dns.pl', 'no information available'),
     1063            'tourism.pl' => array('whois.dns.pl', 'no information available'),
     1064            'travel.pl' => array('whois.dns.pl', 'no information available'),
     1065            'turystyka.pl' => array('whois.dns.pl', 'no information available'),
     1066            'place' => array('whois.donuts.co', 'domain not found.'),
     1067            'play' => array('whois.nic.google', 'not found'),
     1068            'playstation' => array('whois.nic.playstation', 'not found'),
     1069            'plumbing' => array('whois.donuts.co', 'domain not found'),
     1070            'plus' => array('whois.donuts.co', 'not found'),
     1071            'pm' => array('whois.nic.fr', 'no entries found'),
     1072            'pnc' => array('whois.afilias-srs.net', 'not found'),
     1073            'poker' => array('whois.afilias.net', 'not found'),
     1074            'politie' => array('whois.nic.politie', 'status: free'),
     1075            'porn' => array('whois.afilias-srs.net', 'not found'),
     1076            'post' => array('whois.dotpostregistry.net', 'not found'),
     1077            'pr' => array('whois.nic.pr', 'not found'),
     1078            'pro' => array('whois.afilias.net', 'not found'),
     1079            'prod' => array('whois.nic.google', 'domain not found.'),
     1080            'productions' => array('whois.donuts.co', 'domain not found.'),
     1081            'prof' => array('whois.nic.google', 'domain not found.'),
     1082            'progressive' => array('whois.afilias-srs.net', 'not found'),
     1083            'promo' => array('whois.afilias.net', 'not found'),
     1084            'properties' => array('whois.donuts.co', 'domain not found.'),
     1085            'property' => array('whois.uniregistry.net', 'is available for registration'),
     1086            'ps' => array('whois.pnina.ps', 'no object found'),
     1087            'pt' => array('whois.dns.pt', 'no match'),
     1088            'com.pt' => array('whois.dns.pt', 'no match'),
     1089            'edu.pt' => array('whois.dns.pt', 'no match'),
     1090            'pub' => array('whois.nic.pub', 'domain not found.'),
     1091            'pwc' => array('whois.afilias-srs.net', 'not found'),
     1092            'qa' => array('whois.registry.qa', 'No Data Found'),
     1093            'qpon' => array('whois.nic.qpon', 'No Data Found'),
     1094            'quebec' => array('whois.nic.quebec', 'no match'),
     1095            'quest' => array('whois.nic.quest', 'No Data Found'),
     1096            'racing' => array('whois.nic.racing', 'No Data Found'),
     1097            'radio' => array('whois.nic.radio', 'no match'),
     1098            're' => array('whois.nic.fr', 'no entries found'),
     1099            'realestate' => array('whois.nic.realestate', 'no match'),
     1100            'recipes' => array('whois.donuts.co', 'domain not found'),
     1101            'red' => array('whois.afilias.net', 'not found'),
     1102            'redstone' => array('whois.afilias-srs.net', 'not found'),
     1103            'redumbrella' => array('whois.afilias-srs.net', 'not found'),
     1104            'rehab' => array('whois.nic.rehab', 'domain not found.'),
     1105            'reise' => array('whois.nic.reise', 'not found'),
     1106            'reisen' => array('whois.donuts.co', 'domain not found.'),
     1107            'rentals' => array('whois.donuts.co', 'domain not found.'),
     1108            'repair' => array('whois.donuts.co', 'domain not found'),
     1109            'report' => array('whois.donuts.co', 'domain not found.'),
     1110            'republican' => array('whois.nic.republican', 'domain not found.'),
     1111            'restaurant' => array('whois.donuts.co', 'domain not found.'),
     1112            'review' => array('whois.nic.review', 'No Data Found'),
     1113            'reviews' => array('whois.nic.reviews', 'domain not found.'),
     1114            'rexroth' => array('whois.nic.rexroth', 'no match'),
     1115            'rich' => array('whois.afilias-srs.net', 'not found'),
     1116            'richardli' => array('whois.afilias-srs.net', 'not found'),
     1117            'ricoh' => array('whois.nic.ricoh', 'not found'),
     1118            'rio' => array('whois.gtlds.nic.br', 'object does not exist'),
     1119            'rip' => array('whois.nic.rip', 'domain not found.'),
     1120            'ro' => array('whois.rotld.ro', 'no entries found'),
     1121            'arts.ro' => array('whois.rotld.ro', 'no entries found'),
     1122            'com.ro' => array('whois.rotld.ro', 'no entries found'),
     1123            'firm.ro' => array('whois.rotld.ro', 'no entries found'),
     1124            'info.ro' => array('whois.rotld.ro', 'no entries found'),
     1125            'nom.ro' => array('whois.rotld.ro', 'no entries found'),
     1126            'nt.ro' => array('whois.rotld.ro', 'no entries found'),
     1127            'org.ro' => array('whois.rotld.ro', 'no entries found'),
     1128            'rec.ro' => array('whois.rotld.ro', 'no entries found'),
     1129            'store.ro' => array('whois.rotld.ro', 'no entries found'),
     1130            'tm.ro' => array('whois.rotld.ro', 'no entries found'),
     1131            'www.ro' => array('whois.rotld.ro', 'no entries found'),
     1132            'rocks' => array('whois.nic.rocks', 'domain not found.'),
     1133            'rodeo' => array('whois.nic.rodeo', 'this domain name has not been registered'),
     1134            'rogers' => array('whois.afilias-srs.net', 'not found'),
     1135            'room' => array('whois.nic.room', 'this domain name has not been registered'),
     1136            'rs' => array('whois.rnids.rs', 'is not registered'),
     1137            'co.rs' => array('whois.rnids.rs', '%error:103'),
     1138            'edu.rs' => array('whois.rnids.rs', '%error:103'),
     1139            'in.rs' => array('whois.rnids.rs', '%error:103'),
     1140            'org.rs' => array('whois.rnids.rs', '%error:103'),
     1141            'rsvp' => array('whois.nic.google', 'domain not found.'),
     1142            'ru' => array('whois.ripn.net', 'no entries found'),
     1143            'com.ru' => array('whois.ripn.net', 'no entries found'),
     1144            'edu.ru' => array('whois.informika.ru', 'is free.'),
     1145            'msk.ru' => array('whois.nic.ru', 'no entries found'),
     1146            'net.ru' => array('whois.ripn.net', 'no entries found'),
     1147            'org.ru' => array('whois.nic.ru', 'no entries found'),
     1148            'pp.ru' => array('whois.nic.ru', 'no entries found'),
     1149            'spb.ru' => array('whois.nic.ru', 'no entries found'),
     1150            'ruhr' => array('whois.nic.ruhr', 'no match'),
     1151            'run' => array('whois.donuts.co', 'not found'),
     1152            'rw' => array('whois.ricta.org.rw', 'no object found'),
     1153            'rwe' => array('whois.nic.rwe', 'no match'),
     1154            'ryukyu' => array('whois.nic.ryukyu', 'domain not found'),
     1155            'sa' => array('whois.nic.net.sa', 'no match for'),
     1156            'sale' => array('whois.nic.sale', 'domain not found.'),
     1157            'salon' => array('whois.donuts.co', 'not found'),
     1158            'samsclub' => array('whois.nic.samsclub', 'no match'),
     1159            'samsung' => array('whois.nic.samsung', 'domain not found'),
     1160            'sandvik' => array('whois.nic.sandvik', 'No Data Found'),
     1161            'sandvikcoromant' => array('whois.nic.sandvikcoromant', 'No Data Found'),
     1162            'sanofi' => array('whois.nic.sanofi', 'no match'),
     1163            'sap' => array('whois.nic.sap', 'no match'),
     1164            'sarl' => array('whois.donuts.co', 'domain not found.'),
     1165            'saxo' => array('whois.nic.saxo', 'No Data Found'),
     1166            'sb' => array('whois.nic.net.sb', 'no object found'),
     1167            'sbi' => array('whois.afilias-srs.net', 'not found'),
     1168            'sbs' => array('whois.nic.sbs', 'no match'),
     1169            'sc' => array('whois.afilias-grs.info', 'not found'),
     1170            'sca' => array('whois.nic.sca', 'no match for'),
     1171            'scb' => array('whois.nic.scb', 'not found'),
     1172            'schaeffler' => array('whois.afilias-srs.net', 'not found'),
     1173            'schmidt' => array('whois.nic.schmidt', 'No Data Found'),
     1174            'scholarships' => array('whois.afilias-srs.net', 'not found'),
     1175            'school' => array('whois.donuts.co', 'domain not found.'),
     1176            'schule' => array('whois.donuts.co', 'domain not found.'),
     1177            'science' => array('whois.nic.science', 'No Data Found'),
     1178            'scot' => array('whois.nic.scot', 'no matching objects found'),
     1179            'se' => array('whois.iis.se', 'not found'),
     1180            'search' => array('whois.nic.google', 'domain not found'),
     1181            'seat' => array('whois.nic.seat', 'no match'),
     1182            'secure' => array('whois.nic.secure', 'this domain name has not been registered'),
     1183            'seek' => array('whois.nic.seek', 'No Data Found'),
     1184            'select' => array('whois.nic.select', 'No Data Found'),
     1185            'services' => array('whois.donuts.co', 'domain not found.'),
     1186            'ses' => array('whois.nic.ses', 'no match'),
     1187            'seven' => array('whois.nic.seven', 'No Data Found'),
     1188            'sew' => array('whois.afilias-srs.net', 'not found'),
     1189            'sex' => array('whois.afilias-srs.net', 'not found'),
     1190            'sexy' => array('whois.uniregistry.net', 'is available for registration'),
     1191            'sg' => array('whois.sgnic.sg', 'not found'),
     1192            'com.sg' => array('whois.sgnic.sg', 'domain not found'),
     1193            'edu.sg' => array('whois.sgnic.sg', 'domain not found'),
     1194            'gov.sg' => array('whois.sgnic.sg', 'domain not found'),
     1195            'net.sg' => array('whois.sgnic.sg', 'domain not found'),
     1196            'org.sg' => array('whois.sgnic.sg', 'domain not found'),
     1197            'sh' => array('whois.nic.sh', 'not found'),
     1198            'shangrila' => array('whois.nic.shangrila', 'no match'),
     1199            'sharp' => array('whois.nic.gmo', 'not found'),
     1200            'shaw' => array('whois.afilias-srs.net', 'not found'),
     1201            'shell' => array('whois.nic.shell', 'no match'),
     1202            'shia' => array('whois.agitsys.net', 'no object found'),
     1203            'shiksha' => array('whois.afilias.net', 'not found'),
     1204            'shoes' => array('whois.donuts.co', 'domain not found'),
     1205            'shop' => array('whois.nic.shop', 'domain not found'),
     1206            'shopping' => array('whois.donuts.co', 'not found'),
     1207            'show' => array('whois.donuts.co', 'not found'),
     1208            'showtime' => array('whois.afilias-srs.net', 'not found'),
     1209            'shriram' => array('whois.afilias-srs.net', 'not found'),
     1210            'si' => array('whois.arnes.si', 'no entries found'),
     1211            'sina' => array('whois.afilias-srs.net', 'not found'),
     1212            'singles' => array('whois.donuts.co', 'domain not found'),
     1213            'sk' => array('whois.sk-nic.sk', 'not found'),
     1214            'ski' => array('whois.nic.ski', 'not found'),
     1215            'skin' => array('whois.nic.skin', 'no match'),
     1216            'sky' => array('whois.nic.sky', 'no match'),
     1217            'sl' => array('whois.nic.sl', 'no object found'),
     1218            'sling' => array('whois.afilias-srs.net', 'not found'),
     1219            'sm' => array('whois.nic.sm', 'no entries found'),
     1220            'sn' => array('whois.nic.sn', 'no object found'),
     1221            'sncf' => array('whois.nic.sncf', 'not found'),
     1222            'so' => array('whois.nic.so', 'no object found'),
     1223            'soccer' => array('whois.donuts.co', 'not found'),
     1224            'social' => array('whois.nic.social', 'domain not found.'),
     1225            'softbank' => array('whois.nic.softbank', 'not found'),
     1226            'software' => array('whois.nic.software', 'domain not found.'),
     1227            'sohu' => array('whois.gtld.knet.cn', 'object does not exist'),
     1228            'solar' => array('whois.donuts.co', 'domain not found'),
     1229            'solutions' => array('whois.donuts.co', 'domain not found'),
     1230            'sony' => array('whois.nic.sony', 'not found'),
     1231            'soy' => array('whois.nic.google', 'domain not found.'),
     1232            'spa' => array('whois.afilias-srs.net', 'not found'),
     1233            'sport' => array('whois.nic.sport', 'no matching objects found'),
     1234            'srl' => array('whois.afilias-srs.net', 'not found'),
     1235            'srt' => array('whois.afilias-srs.net', 'not found'),
     1236            'st' => array('whois.nic.st', 'no entries found'),
     1237            'stada' => array('whois.afilias-srs.net', 'not found'),
     1238            'star' => array('whois.afilias-srs.net', 'not found'),
     1239            'statebank' => array('whois.afilias-srs.net', 'not found'),
     1240            'stockholm' => array('whois.afilias-srs.net', 'not found'),
     1241            'su' => array('whois.tcinet.ru', 'no entries found'),
     1242            'ss' => array('whois.nic.ss', 'no object found'),
     1243            'biz.ss' => array('whois.nic.ss', 'no object found'),
     1244            'com.ss' => array('whois.nic.ss', 'no object found'),
     1245            'me.ss' => array('whois.nic.ss', 'no object found'),
     1246            'net.ss' => array('whois.nic.ss', 'no object found'),
     1247            'studio' => array('whois.nic.studio', 'domain not found.'),
     1248            'study' => array('whois.nic.study', 'No Data Found'),
     1249            'stream' => array('whois.nic.stream', 'No Data Found'),
     1250            'style' => array('whois.donuts.co', 'domain not found.'),
     1251            'su' => array('whois.ripn.net', 'no entries found'),
     1252            'sochi.su' => array('whois.nic.ru', 'no entries found'),
     1253            'sucks' => array('whois.nic.sucks', 'No Data Found'),
     1254            'supplies' => array('whois.donuts.co', 'domain not found.'),
     1255            'supply' => array('whois.donuts.co', 'domain not found.'),
     1256            'support' => array('whois.donuts.co', 'domain not found'),
     1257            'surf' => array('whois.nic.surf', 'this domain name has not been registered'),
     1258            'surgery' => array('whois.donuts.co', 'domain not found.'),
     1259            'swatch' => array('whois.nic.swatch', 'no match'),
     1260            'swiss' => array('whois.nic.swiss', 'no match'),
     1261            'sx' => array('whois.sx', 'no match for'),
     1262            'sy' => array('whois.tld.sy', 'no object found'),
     1263            'sydney' => array('whois.nic.sydney', 'No Data Found'),
     1264            'systems' => array('whois.donuts.co', 'domain not found'),
     1265            'tab' => array('whois.nic.tab', 'No Data Found'),
     1266            'talk' => array('whois.nic.talk', 'this domain name has not been registered'),
     1267            'taipei' => array('whois.nic.taipei', 'No Data Found'),
     1268            'tatamotors' => array('whois.nic.tatamotors', 'no match'),
     1269            'tatar' => array('whois.nic.tatar', 'object does not exist'),
     1270            'tattoo' => array('whois.uniregistry.net', 'is available for registration'),
     1271            'tax' => array('whois.donuts.co', 'domain not found.'),
     1272            'taxi' => array('whois.donuts.co', 'not found'),
     1273            'tc' => array('whois.nic.tc', 'no object found'),
     1274            'tci' => array('whois.agitsys.net', 'no object found'),
     1275            'td' => array('whois.nic.td', 'no object found'),
     1276            'tdk' => array('whois.nic.tdk', 'No Data Found'),
     1277            'team' => array('whois.donuts.co', 'not found'),
     1278            'technology' => array('whois.donuts.co', 'domain not found'),
     1279            'tel' => array('whois.nic.tel', 'No Data Found'),
     1280            'temasek' => array('whois.afilias-srs.net', 'not found'),
     1281            'tennis' => array('whois.donuts.co', 'domain not found.'),
     1282            'teva' => array('whois.nic.teva', 'No Data Found'),
     1283            'tf' => array('whois.nic.tf', 'no entries found'),
     1284            'tg' => array('whois.nic.tg', 'no object found'),
     1285            'th' => array('whois.thnic.co.th', 'no match for'),
     1286            'ac.th' => array('whois.thnic.net', 'no match for'),
     1287            'co.th' => array('whois.thnic.net', 'no match for'),
     1288            'go.th' => array('whois.thnic.net', 'no match for'),
     1289            'in.th' => array('whois.thnic.net', 'no match for'),
     1290            'mi.th' => array('whois.thnic.net', 'no match for'),
     1291            'net.th' => array('whois.thnic.net', 'no match for'),
     1292            'or.th' => array('whois.thnic.net', 'no match for'),
     1293            'thd' => array('whois.afilias-srs.net', 'not found'),
     1294            'theater' => array('whois.donuts.co', 'not found'),
     1295            'tiaa' => array('whois.nic.tiaa', 'no match'),
     1296            'tienda' => array('whois.donuts.co', 'domain not found.'),
     1297            'tiffany' => array('whois.nic.tiffany', 'no match'),
     1298            'tiffay' => array('whois.nic.tiffany', 'no match'),
     1299            'tips' => array('whois.donuts.co', 'domain not found'),
     1300            'tires' => array('whois.donuts.co', 'domain not found.'),
     1301            'tirol' => array('whois.nic.tirol', 'no information was found'),
     1302            'tk' => array('whois.freenom.com', 'domain name not known'),
     1303            'tl' => array('whois.nic.tl', 'no object found'),
     1304            'tm' => array('whois.nic.tm', 'is available'),
     1305            'tn' => array('whois.ati.tn', 'no object found!'),
     1306            'to' => array('whois.tonic.to', 'no match for'),
     1307            'today' => array('whois.donuts.co', 'domain not found'),
     1308            'tokyo' => array('whois.nic.tokyo', 'not found'),
     1309            'tools' => array('whois.donuts.co', 'domain not found.'),
     1310            'top' => array('whois.nic.top', 'object does not exist'),
     1311            'toray' => array('whois.nic.toray', 'not found'),
     1312            'toshiba' => array('whois.nic.toshiba', 'not found'),
     1313            'total' => array('whois.nic.total', 'not found'),
     1314            'tours' => array('whois.donuts.co', 'not found'),
     1315            'town' => array('whois.donuts.co', 'domain not found.'),
     1316            'toyota' => array('whois.nic.toyota', 'not found'),
     1317            'toys' => array('whois.donuts.co', 'domain not found.'),
     1318            'trade' => array('whois.nic.trade', 'No Data Found'),
     1319            'trading' => array('whois.nic.trading', 'no match'),
     1320            'training' => array('whois.donuts.co', 'domain not found'),
     1321            'travel' => array('whois.nic.travel', 'No Data Found'),
     1322            'travelchannel' => array('whois.nic.travelchannel', 'no match'),
     1323            'travelers' => array('whois.afilias-srs.net', 'not found'),
     1324            'travelersinsurance' => array('whois.afilias-srs.net', 'not found'),
     1325            'trust' => array('whois.nic.trust', 'No Data Found'),
     1326            'trv' => array('whois.afilias-srs.net', 'not found'),
     1327            'tube' => array('whois.nic.tube', 'No Data Found'),
     1328            'tv' => array('tvwhois.verisign-grs.com', 'no match for'),
     1329            'tvs' => array('whois.afilias-srs.net', 'not found'),
     1330            'tw' => array('whois.twnic.net', 'no found'),
     1331            'com.tw' => array('whois.twnic.net', 'no found'),
     1332            'net.tw' => array('whois.twnic.net', 'no found'),
     1333            'org.tw' => array('whois.twnic.net', 'no found'),
     1334            'tz' => array('whois.tznic.or.tz', '% no entries found.'),
     1335            'ua' => array('whois.ua', 'no entries found'),
     1336            'biz.ua' => array('whois.biz.ua', 'no entries found'),
     1337            'co.ua' => array('whois.co.ua', 'no entries found'),
     1338            'com.ua' => array('whois.com.ua', 'no entries found for'),
     1339            'dn.ua' => array('whois.dn.ua', 'no entries found'),
     1340            'in.ua' => array('whois.in.ua', 'domain name does not exist'),
     1341            'kh.ua' => array('whois.net.ua', 'no entries found'),
     1342            'kiev.ua' => array('whois.kiev.ua', 'no entries found'),
     1343            'lg.ua' => array('whois.net.ua', 'no entries found'),
     1344            'lviv.ua' => array('whois.lviv.ua', 'no object found'),
     1345            'net.ua' => array('whois.net.ua', 'no entries found'),
     1346            'pp.ua' => array('whois.pp.ua', 'no entries found'),
     1347            'ubank' => array('whois.nic.ubank', 'no match'),
     1348            'ubs' => array('whois.nic.ubs', 'no match'),
     1349            'uconnect' => array('whois.afilias-srs.net', 'not found'),
     1350            'ug' => array('whois.co.ug', 'no entries found'),
     1351            'uk' => array('whois.nic.uk', 'No match'),
     1352            'ac.uk' => array('whois.ja.net', 'no such domain'),
     1353            'co.uk' => array('whois.nic.uk', 'No match'),
     1354            'gov.uk' => array('whois.ja.net', 'No such domain'),
     1355            'ltd.uk' => array('whois.nic.uk', 'No match'),
     1356            'me.uk' => array('whois.nic.uk', 'No match'),
     1357            'net.uk' => array('whois.nic.uk', 'No match'),
     1358            'org.uk' => array('whois.nic.uk', 'No match'),
     1359            'plc.uk' => array('whois.nic.uk', 'No match'),
     1360            'university' => array('whois.donuts.co', 'domain not found.'),
     1361            'uno' => array('whois.nic.uno', 'No Data Found'),
     1362            'uol' => array('whois.gtlds.nic.br', 'object does not exist'),
     1363            'ups' => array('whois.afilias-srs.net', 'not found'),
     1364            'us' => array('whois.nic.us', 'No Data Found'),
     1365            'fed.us' => array('whois.nic.gov', 'no match for'),
     1366            'uy' => array('whois.nic.org.uy', 'no match for'),
     1367            'uz' => array('whois.cctld.uz', 'not found'),
     1368            'vacations' => array('whois.donuts.co', 'domain not found.'),
     1369            'vana' => array('whois.nic.vana', 'no match'),
     1370            'vanguard' => array('whois.nic.vanguard', 'no match'),
     1371            'vc' => array('whois2.afilias-grs.net', 'not found'),
     1372            'vegas' => array('whois.afilias-srs.net', 'not found'),
     1373            'ventures' => array('whois.donuts.co', 'not found'),
     1374            'verisign' => array('whois.nic.verisign', 'no match'),
     1375            'versicherung' => array('whois.nic.versicherung', 'object does not exist'),
     1376            'vet' => array('whois.nic.vet', 'domain not found.'),
     1377            'viajes' => array('whois.donuts.co', 'domain not found'),
     1378            'video' => array('whois.nic.video', 'domain not found.'),
     1379            'vig' => array('whois.afilias-srs.net', 'not found'),
     1380            'viking' => array('whois.afilias-srs.net', 'not found'),
     1381            'villas' => array('whois.donuts.co', 'domain not found.'),
     1382            'vin' => array('whois.donuts.co', 'not found'),
     1383            'vip' => array('whois.nic.vip', 'this domain name has not been registered'),
     1384            'virgin' => array('whois.nic.virgin', 'No Data Found'),
     1385            'visa' => array('whois.nic.visa', 'no match'),
     1386            'vision' => array('whois.donuts.co', 'domain not found.'),
     1387            'vlaanderen' => array('whois.nic.vlaanderen', 'domain not found.'),
     1388            'vodka' => array('whois.nic.vodka', 'this domain name has not been registered'),
     1389            'volkswagen' => array('whois.afilias-srs.net', 'not found'),
     1390            'volvo' => array('whois.nic.volvo', 'no match'),
     1391            'vote' => array('whois.afilias.net', 'not found'),
     1392            'voting' => array('whois.nic.voting', 'No Data Found'),
     1393            'voto' => array('whois.afilias.net', 'not found'),
     1394            'voyage' => array('whois.donuts.co', 'domain not found'),
     1395            'vu' => array('whois.dnrs.vu', 'No Data Found'),
     1396            'wales' => array('whois.nic.wales', 'this domain name has not been registered'),
     1397            'walmart' => array('whois.nic.walmart', 'no match'),
     1398            'walter' => array('whois.nic.walter', 'No Data Found'),
     1399            'wang' => array('whois.gtld.knet.cn', 'object does not exist'),
     1400            'watch' => array('whois.donuts.co', 'domain not found.'),
     1401            'webcam' => array('whois.nic.webcam', 'No Data Found'),
     1402            'weber' => array('whois.nic.weber', 'no match'),
     1403            'wed' => array('whois.nic.wed', 'this domain name has not been registered'),
     1404            'wedding' => array('whois.nic.wedding', 'this domain name has not been registered'),
     1405            'weibo' => array('whois.nic.weibo', 'not found'),
     1406            'wf' => array('whois.nic.fr', 'no entries found'),
     1407            'whoswho' => array('whois.nic.whoswho', 'No Data Found'),
     1408            'wien' => array('whois.nic.wien', 'available'),
     1409            'win' => array('whois.nic.win', 'No Data Found'),
     1410            'wine' => array('whois.donuts.co', 'not found'),
     1411            'wolterskluwer' => array('whois.afilias-srs.net', 'not found'),
     1412            'woodside' => array('whois.nic.woodside', 'No Data Found'),
     1413            'work' => array('whois.nic.work', 'this domain name has not been registered'),
     1414            'works' => array('whois.donuts.co', 'domain not found.'),
     1415            'world' => array('whois.donuts.co', 'domain not found.'),
     1416            'ws' => array('whois.website.ws', 'object does not exist'),
     1417            'wtc' => array('whois.nic.wtc', 'No Data Found'),
     1418            'wtf' => array('whois.donuts.co', 'domain not found.'),
     1419            'xerox' => array('whois.nic.xerox', 'no match'),
     1420            'xfinity' => array('whois.nic.xfinity', 'this domain name has not been registered'),
     1421            'xin' => array('whois.nic.xin', 'not found'),
     1422            'xxx' => array('whois.nic.xxx', 'not found'),
     1423            'yachts' => array('whois.afilias-srs.net', 'not found'),
     1424            'yodobashi' => array('whois.nic.gmo', 'not found'),
     1425            'yoga' => array('whois.nic.yoga', 'this domain name has not been registered'),
     1426            'yokohama' => array('whois.nic.yokohama', 'domain not found'),
     1427            'you' => array('whois.nic.you', 'this domain name has not been registered'),
     1428            'youtube' => array('whois.nic.google', 'domain not found.'),
     1429            'yt' => array('whois.nic.fr', 'no entries found'),
     1430            'co.za' => array('co-whois.registry.net.za', 'available'),
     1431            'net.za' => array('net-whois.registry.net.za', 'available'),
     1432            'org.za' => array('org-whois.registry.net.za', 'available'),
     1433            'web.za' => array('web-whois.registry.net.za', 'available'),
     1434            'zara' => array('whois.afilias-srs.net', 'not found'),
     1435            'zip' => array('whois.nic.google', 'domain not found.'),
     1436            'zm' => array('whois.nic.zm', 'domain status: no object found'),
     1437            'zone' => array('whois.donuts.co', 'domain not found.'),
    5561438        );
    5571439   
Note: See TracChangeset for help on using the changeset viewer.