From f07f12c9c56a81b8283a255e32b318de7b5a992c Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Mon, 4 Dec 2017 13:56:31 -0800 Subject: [PATCH 001/113] project init --- .gitignore | 7 + GPLv3 | 679 ++++++++++++++++++++++++++++++++++++++++++++++ LICENSE | 21 ++ README.md | 25 +- bin/tlds2enums.sh | 3 + composer.json | 17 ++ 6 files changed, 748 insertions(+), 4 deletions(-) create mode 100644 .gitignore create mode 100644 GPLv3 create mode 100644 LICENSE create mode 100755 bin/tlds2enums.sh create mode 100644 composer.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b47d7c8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.* +!/.gitignore +/vendor/ +/web/alive.html +composer.lock +*.log +!**.gitkeep diff --git a/GPLv3 b/GPLv3 new file mode 100644 index 0000000..6b26750 --- /dev/null +++ b/GPLv3 @@ -0,0 +1,679 @@ +THIS DOCUMENT APPLIES TO ALL SOURCE FILES IN THE PROJECT: +"the flat framework" AS FOUND IN https://github.com/katmore/flat +UNLESS SOURCE FILE CONTAINS TEXT EXPLICITLY STATING OTHERWISE. + + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + The flat framework. https://github.com/katmore/flat + Copyright (C) 2012-2015 Doug Bird. All Rights Reserved. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + The flat framework. https://github.com/katmore/flat + Copyright (C) 2012-2015 Doug Bird. All Rights Reserved. + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..19015bc --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2017 Katmore Software + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/README.md b/README.md index b171eb7..2b3603a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,23 @@ -list-of-top-level-domains -========================= +# TLD Enumerations -A (almost complete) list of top level domains (TLDs) in CSV-format. +Lists of every [ICANN TLD](https://www.icann.org/resources/pages/tlds-2012-02-25-en) in formats that can be natively compiled in various language targets. -Missing IDN-TLDs. +Forked from [list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains). + +## Language Targets + * PHP + * JavaScript + +## Legal +The source code in this project is based on a fork of certain source code originally from the (incognico/list-of-top-level-domains)[https://github.com/incognico/list-of-top-level-domains] project, as retrieved on 2017-12-04, which was published to the public domain. + +### Copyright +TLD Enumerations - https://github.com/katmore/tld-enum + +Copyright (c) 2017 Doug Bird. All Rights Reserved. + +### License +TLD Enumerations is copyrighted free software. +You may redistribute and modify it under either the terms and conditions of the +"The MIT License (MIT)"; or the terms and conditions of the "GPL v3 License". +See [LICENSE](https://github.com/katmore/tld-enum/blob/master/LICENSE) and [GPLv3](https://github.com/katmore/tld-enum/blob/master/GPLv3). diff --git a/bin/tlds2enums.sh b/bin/tlds2enums.sh new file mode 100755 index 0000000..f3c649d --- /dev/null +++ b/bin/tlds2enums.sh @@ -0,0 +1,3 @@ +#!/bin/bash +echo "NOT COMPLETED..." +echo "This is a placeholder for a script that will read the 'tlds.csv' file and generate the various enumerations in the target languages (js, php, etc.)" diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..3a1c382 --- /dev/null +++ b/composer.json @@ -0,0 +1,17 @@ +{ + "name": "TLD Enumerations", + "description" : "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", + "homepage":"https://github.com/katmore/tld-enum", + "autoload": { + "psr-4": { + "TldEnum\\": "src/target/php/TldEnum" + } + }, + "license": [ + "MIT", + "GPL-3.0+" + ], + "require": { + "php" : ">=7.1.1" + } +} From b2d86c518882bf6265634ae1b4e296c187463094 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Mon, 4 Dec 2017 14:17:37 -0800 Subject: [PATCH 002/113] project init --- README.md | 7 +- bin/tlds2enums.sh | 0 src/formats/csv/tlds-name-only.csv | 285 +++++++++++++++++++++++++++ src/formats/json/.gitkeep | 0 src/formats/php/TldEnum/TldEnum.php | 291 ++++++++++++++++++++++++++++ 5 files changed, 580 insertions(+), 3 deletions(-) mode change 100755 => 100644 bin/tlds2enums.sh create mode 100644 src/formats/csv/tlds-name-only.csv create mode 100644 src/formats/json/.gitkeep create mode 100644 src/formats/php/TldEnum/TldEnum.php diff --git a/README.md b/README.md index 2b3603a..aef407b 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ Lists of every [ICANN TLD](https://www.icann.org/resources/pages/tlds-2012-02-25 Forked from [list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains). -## Language Targets - * PHP - * JavaScript +## List Formats + * **PHP**: [php/TldEnum/TldEnum.php](src/formats/php/TldEnum/TldEnum.php) + * **JSON**: [json/tld-list.json](src/formats/json/tld-list.json) + * **CSV**: [csv/tlds-name-only.csv](src/formats/csv/tlds-name-only.csv) ## Legal The source code in this project is based on a fork of certain source code originally from the (incognico/list-of-top-level-domains)[https://github.com/incognico/list-of-top-level-domains] project, as retrieved on 2017-12-04, which was published to the public domain. diff --git a/bin/tlds2enums.sh b/bin/tlds2enums.sh old mode 100755 new mode 100644 diff --git a/src/formats/csv/tlds-name-only.csv b/src/formats/csv/tlds-name-only.csv new file mode 100644 index 0000000..3392016 --- /dev/null +++ b/src/formats/csv/tlds-name-only.csv @@ -0,0 +1,285 @@ +ac +ad +ae +aero +af +ag +ai +al +am +an +ao +aq +ar +arpa +as +asia +at +au +aw +ax +az +ba +bb +bd +be +bf +bg +bh +bi +biz +bj +bl +bm +bn +bo +bq +br +bs +bt +bv +bw +by +bz +ca +cat +cc +cd +cf +cg +ch +ci +ck +cl +cm +cn +co +com +coop +cr +cs +cu +cv +cw +cx +cy +cz +dd +de +dj +dk +dm +do +dz +ec +edu +ee +eg +eh +er +es +et +eu +fi +fj +fk +fm +fo +fr +ga +gb +gd +ge +gf +gg +gh +gi +gl +gm +gn +gov +gp +gq +gr +gs +gt +gu +gw +gy +hk +hm +hn +hr +ht +hu +id +ie +il +im +in +info +int +io +iq +ir +is +it +je +jm +jo +jobs +jp +ke +kg +kh +ki +km +kn +kp +kr +kw +ky +kz +la +lb +lc +li +lk +local +lr +ls +lt +lu +lv +ly +ma +mc +md +me +mf +mg +mh +mil +mk +ml +mm +mn +mo +mobi +mp +mq +mr +ms +mt +mu +museum +mv +mw +mx +my +mz +na +name +nato +nc +ne +net +nf +ng +ni +nl +no +np +nr +nu +nz +om +onion +org +pa +pe +pf +pg +ph +pk +pl +pm +pn +pr +pro +ps +pt +pw +py +qa +re +ro +rs +ru +rw +sa +sb +sc +sd +se +sg +sh +si +sj +sk +sl +sm +sn +so +sr +ss +st +su +sv +sx +sy +sz +tc +td +tel +tf +tg +th +tj +tk +tl +tm +tn +to +tp +tr +travel +tt +tv +tw +tz +ua +ug +uk +um +us +uy +uz +va +vc +ve +vg +vi +vn +vu +wf +ws +xxx +ye +yt +yu +za +zm +zr +zw + diff --git a/src/formats/json/.gitkeep b/src/formats/json/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/formats/php/TldEnum/TldEnum.php b/src/formats/php/TldEnum/TldEnum.php new file mode 100644 index 0000000..21bc44b --- /dev/null +++ b/src/formats/php/TldEnum/TldEnum.php @@ -0,0 +1,291 @@ + Date: Mon, 4 Dec 2017 14:26:47 -0800 Subject: [PATCH 003/113] project init --- README.md | 6 +- src/formats/json/.gitkeep | 0 src/formats/json/tld-list.json | 286 ++++++++++++++ src/formats/php/TldEnum/TldEnum.php | 568 ++++++++++++++-------------- 4 files changed, 573 insertions(+), 287 deletions(-) delete mode 100644 src/formats/json/.gitkeep create mode 100644 src/formats/json/tld-list.json diff --git a/README.md b/README.md index aef407b..2f15a49 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ Lists of every [ICANN TLD](https://www.icann.org/resources/pages/tlds-2012-02-25 Forked from [list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains). ## List Formats - * **PHP**: [php/TldEnum/TldEnum.php](src/formats/php/TldEnum/TldEnum.php) - * **JSON**: [json/tld-list.json](src/formats/json/tld-list.json) - * **CSV**: [csv/tlds-name-only.csv](src/formats/csv/tlds-name-only.csv) + * **PHP**: [TldEnum.php](src/formats/php/TldEnum/TldEnum.php) + * **JSON**: [tld-list.json](src/formats/json/tld-list.json) + * **CSV**: [tlds-name-only.csv](src/formats/csv/tlds-name-only.csv) ## Legal The source code in this project is based on a fork of certain source code originally from the (incognico/list-of-top-level-domains)[https://github.com/incognico/list-of-top-level-domains] project, as retrieved on 2017-12-04, which was published to the public domain. diff --git a/src/formats/json/.gitkeep b/src/formats/json/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/src/formats/json/tld-list.json b/src/formats/json/tld-list.json new file mode 100644 index 0000000..8f69700 --- /dev/null +++ b/src/formats/json/tld-list.json @@ -0,0 +1,286 @@ +[ + "ac", + "ad", + "ae", + "aero", + "af", + "ag", + "ai", + "al", + "am", + "an", + "ao", + "aq", + "ar", + "arpa", + "as", + "asia", + "at", + "au", + "aw", + "ax", + "az", + "ba", + "bb", + "bd", + "be", + "bf", + "bg", + "bh", + "bi", + "biz", + "bj", + "bl", + "bm", + "bn", + "bo", + "bq", + "br", + "bs", + "bt", + "bv", + "bw", + "by", + "bz", + "ca", + "cat", + "cc", + "cd", + "cf", + "cg", + "ch", + "ci", + "ck", + "cl", + "cm", + "cn", + "co", + "com", + "coop", + "cr", + "cs", + "cu", + "cv", + "cw", + "cx", + "cy", + "cz", + "dd", + "de", + "dj", + "dk", + "dm", + "do", + "dz", + "ec", + "edu", + "ee", + "eg", + "eh", + "er", + "es", + "et", + "eu", + "fi", + "fj", + "fk", + "fm", + "fo", + "fr", + "ga", + "gb", + "gd", + "ge", + "gf", + "gg", + "gh", + "gi", + "gl", + "gm", + "gn", + "gov", + "gp", + "gq", + "gr", + "gs", + "gt", + "gu", + "gw", + "gy", + "hk", + "hm", + "hn", + "hr", + "ht", + "hu", + "id", + "ie", + "il", + "im", + "in", + "info", + "int", + "io", + "iq", + "ir", + "is", + "it", + "je", + "jm", + "jo", + "jobs", + "jp", + "ke", + "kg", + "kh", + "ki", + "km", + "kn", + "kp", + "kr", + "kw", + "ky", + "kz", + "la", + "lb", + "lc", + "li", + "lk", + "local", + "lr", + "ls", + "lt", + "lu", + "lv", + "ly", + "ma", + "mc", + "md", + "me", + "mf", + "mg", + "mh", + "mil", + "mk", + "ml", + "mm", + "mn", + "mo", + "mobi", + "mp", + "mq", + "mr", + "ms", + "mt", + "mu", + "museum", + "mv", + "mw", + "mx", + "my", + "mz", + "na", + "name", + "nato", + "nc", + "ne", + "net", + "nf", + "ng", + "ni", + "nl", + "no", + "np", + "nr", + "nu", + "nz", + "om", + "onion", + "org", + "pa", + "pe", + "pf", + "pg", + "ph", + "pk", + "pl", + "pm", + "pn", + "pr", + "pro", + "ps", + "pt", + "pw", + "py", + "qa", + "re", + "ro", + "rs", + "ru", + "rw", + "sa", + "sb", + "sc", + "sd", + "se", + "sg", + "sh", + "si", + "sj", + "sk", + "sl", + "sm", + "sn", + "so", + "sr", + "ss", + "st", + "su", + "sv", + "sx", + "sy", + "sz", + "tc", + "td", + "tel", + "tf", + "tg", + "th", + "tj", + "tk", + "tl", + "tm", + "tn", + "to", + "tp", + "tr", + "travel", + "tt", + "tv", + "tw", + "tz", + "ua", + "ug", + "uk", + "um", + "us", + "uy", + "uz", + "va", + "vc", + "ve", + "vg", + "vi", + "vn", + "vu", + "wf", + "ws", + "xxx", + "ye", + "yt", + "yu", + "za", + "zm", + "zr", + "zw" +] \ No newline at end of file diff --git a/src/formats/php/TldEnum/TldEnum.php b/src/formats/php/TldEnum/TldEnum.php index 21bc44b..44eaec9 100644 --- a/src/formats/php/TldEnum/TldEnum.php +++ b/src/formats/php/TldEnum/TldEnum.php @@ -3,289 +3,289 @@ namespace TldEnum; class TldEnum { const TLD_ENUM = [ - 'ac', - 'ad', - 'ae', - 'aero', - 'af', - 'ag', - 'ai', - 'al', - 'am', - 'an', - 'ao', - 'aq', - 'ar', - 'arpa', - 'as', - 'asia', - 'at', - 'au', - 'aw', - 'ax', - 'az', - 'ba', - 'bb', - 'bd', - 'be', - 'bf', - 'bg', - 'bh', - 'bi', - 'biz', - 'bj', - 'bl', - 'bm', - 'bn', - 'bo', - 'bq', - 'br', - 'bs', - 'bt', - 'bv', - 'bw', - 'by', - 'bz', - 'ca', - 'cat', - 'cc', - 'cd', - 'cf', - 'cg', - 'ch', - 'ci', - 'ck', - 'cl', - 'cm', - 'cn', - 'co', - 'com', - 'coop', - 'cr', - 'cs', - 'cu', - 'cv', - 'cw', - 'cx', - 'cy', - 'cz', - 'dd', - 'de', - 'dj', - 'dk', - 'dm', - 'do', - 'dz', - 'ec', - 'edu', - 'ee', - 'eg', - 'eh', - 'er', - 'es', - 'et', - 'eu', - 'fi', - 'fj', - 'fk', - 'fm', - 'fo', - 'fr', - 'ga', - 'gb', - 'gd', - 'ge', - 'gf', - 'gg', - 'gh', - 'gi', - 'gl', - 'gm', - 'gn', - 'gov', - 'gp', - 'gq', - 'gr', - 'gs', - 'gt', - 'gu', - 'gw', - 'gy', - 'hk', - 'hm', - 'hn', - 'hr', - 'ht', - 'hu', - 'id', - 'ie', - 'il', - 'im', - 'in', - 'info', - 'int', - 'io', - 'iq', - 'ir', - 'is', - 'it', - 'je', - 'jm', - 'jo', - 'jobs', - 'jp', - 'ke', - 'kg', - 'kh', - 'ki', - 'km', - 'kn', - 'kp', - 'kr', - 'kw', - 'ky', - 'kz', - 'la', - 'lb', - 'lc', - 'li', - 'lk', - 'local', - 'lr', - 'ls', - 'lt', - 'lu', - 'lv', - 'ly', - 'ma', - 'mc', - 'md', - 'me', - 'mf', - 'mg', - 'mh', - 'mil', - 'mk', - 'ml', - 'mm', - 'mn', - 'mo', - 'mobi', - 'mp', - 'mq', - 'mr', - 'ms', - 'mt', - 'mu', - 'museum', - 'mv', - 'mw', - 'mx', - 'my', - 'mz', - 'na', - 'name', - 'nato', - 'nc', - 'ne', - 'net', - 'nf', - 'ng', - 'ni', - 'nl', - 'no', - 'np', - 'nr', - 'nu', - 'nz', - 'om', - 'onion', - 'org', - 'pa', - 'pe', - 'pf', - 'pg', - 'ph', - 'pk', - 'pl', - 'pm', - 'pn', - 'pr', - 'pro', - 'ps', - 'pt', - 'pw', - 'py', - 'qa', - 're', - 'ro', - 'rs', - 'ru', - 'rw', - 'sa', - 'sb', - 'sc', - 'sd', - 'se', - 'sg', - 'sh', - 'si', - 'sj', - 'sk', - 'sl', - 'sm', - 'sn', - 'so', - 'sr', - 'ss', - 'st', - 'su', - 'sv', - 'sx', - 'sy', - 'sz', - 'tc', - 'td', - 'tel', - 'tf', - 'tg', - 'th', - 'tj', - 'tk', - 'tl', - 'tm', - 'tn', - 'to', - 'tp', - 'tr', - 'travel', - 'tt', - 'tv', - 'tw', - 'tz', - 'ua', - 'ug', - 'uk', - 'um', - 'us', - 'uy', - 'uz', - 'va', - 'vc', - 've', - 'vg', - 'vi', - 'vn', - 'vu', - 'wf', - 'ws', - 'xxx', - 'ye', - 'yt', - 'yu', - 'za', - 'zm', - 'zr', - 'zw', + 'ac', + 'ad', + 'ae', + 'aero', + 'af', + 'ag', + 'ai', + 'al', + 'am', + 'an', + 'ao', + 'aq', + 'ar', + 'arpa', + 'as', + 'asia', + 'at', + 'au', + 'aw', + 'ax', + 'az', + 'ba', + 'bb', + 'bd', + 'be', + 'bf', + 'bg', + 'bh', + 'bi', + 'biz', + 'bj', + 'bl', + 'bm', + 'bn', + 'bo', + 'bq', + 'br', + 'bs', + 'bt', + 'bv', + 'bw', + 'by', + 'bz', + 'ca', + 'cat', + 'cc', + 'cd', + 'cf', + 'cg', + 'ch', + 'ci', + 'ck', + 'cl', + 'cm', + 'cn', + 'co', + 'com', + 'coop', + 'cr', + 'cs', + 'cu', + 'cv', + 'cw', + 'cx', + 'cy', + 'cz', + 'dd', + 'de', + 'dj', + 'dk', + 'dm', + 'do', + 'dz', + 'ec', + 'edu', + 'ee', + 'eg', + 'eh', + 'er', + 'es', + 'et', + 'eu', + 'fi', + 'fj', + 'fk', + 'fm', + 'fo', + 'fr', + 'ga', + 'gb', + 'gd', + 'ge', + 'gf', + 'gg', + 'gh', + 'gi', + 'gl', + 'gm', + 'gn', + 'gov', + 'gp', + 'gq', + 'gr', + 'gs', + 'gt', + 'gu', + 'gw', + 'gy', + 'hk', + 'hm', + 'hn', + 'hr', + 'ht', + 'hu', + 'id', + 'ie', + 'il', + 'im', + 'in', + 'info', + 'int', + 'io', + 'iq', + 'ir', + 'is', + 'it', + 'je', + 'jm', + 'jo', + 'jobs', + 'jp', + 'ke', + 'kg', + 'kh', + 'ki', + 'km', + 'kn', + 'kp', + 'kr', + 'kw', + 'ky', + 'kz', + 'la', + 'lb', + 'lc', + 'li', + 'lk', + 'local', + 'lr', + 'ls', + 'lt', + 'lu', + 'lv', + 'ly', + 'ma', + 'mc', + 'md', + 'me', + 'mf', + 'mg', + 'mh', + 'mil', + 'mk', + 'ml', + 'mm', + 'mn', + 'mo', + 'mobi', + 'mp', + 'mq', + 'mr', + 'ms', + 'mt', + 'mu', + 'museum', + 'mv', + 'mw', + 'mx', + 'my', + 'mz', + 'na', + 'name', + 'nato', + 'nc', + 'ne', + 'net', + 'nf', + 'ng', + 'ni', + 'nl', + 'no', + 'np', + 'nr', + 'nu', + 'nz', + 'om', + 'onion', + 'org', + 'pa', + 'pe', + 'pf', + 'pg', + 'ph', + 'pk', + 'pl', + 'pm', + 'pn', + 'pr', + 'pro', + 'ps', + 'pt', + 'pw', + 'py', + 'qa', + 're', + 'ro', + 'rs', + 'ru', + 'rw', + 'sa', + 'sb', + 'sc', + 'sd', + 'se', + 'sg', + 'sh', + 'si', + 'sj', + 'sk', + 'sl', + 'sm', + 'sn', + 'so', + 'sr', + 'ss', + 'st', + 'su', + 'sv', + 'sx', + 'sy', + 'sz', + 'tc', + 'td', + 'tel', + 'tf', + 'tg', + 'th', + 'tj', + 'tk', + 'tl', + 'tm', + 'tn', + 'to', + 'tp', + 'tr', + 'travel', + 'tt', + 'tv', + 'tw', + 'tz', + 'ua', + 'ug', + 'uk', + 'um', + 'us', + 'uy', + 'uz', + 'va', + 'vc', + 've', + 'vg', + 'vi', + 'vn', + 'vu', + 'wf', + 'ws', + 'xxx', + 'ye', + 'yt', + 'yu', + 'za', + 'zm', + 'zr', + 'zw', ]; } From 2c8a2c320f2e0d898b8c591f5175140e7d4c43a0 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Mon, 4 Dec 2017 14:40:06 -0800 Subject: [PATCH 004/113] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f15a49..cd17606 100644 --- a/README.md +++ b/README.md @@ -2,15 +2,23 @@ Lists of every [ICANN TLD](https://www.icann.org/resources/pages/tlds-2012-02-25-en) in formats that can be natively compiled in various language targets. -Forked from [list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains). +The [canonical TLD list in CSV format](tlds.csv) used to generate the various formats in this project is a fork from [incognico/list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains) project. ## List Formats * **PHP**: [TldEnum.php](src/formats/php/TldEnum/TldEnum.php) + + A PHP source file providing a class with constant having an array value comprised of every ICANN TLD. + * **JSON**: [tld-list.json](src/formats/json/tld-list.json) + + A JSON formatted array comprised of every ICANN TLD. + * **CSV**: [tlds-name-only.csv](src/formats/csv/tlds-name-only.csv) + + A csv text file comprised of every ICANN TLD; the TLD name only, each separated by a newline character. ## Legal -The source code in this project is based on a fork of certain source code originally from the (incognico/list-of-top-level-domains)[https://github.com/incognico/list-of-top-level-domains] project, as retrieved on 2017-12-04, which was published to the public domain. +The source code in this project is based on a fork of certain source code originally from the [incognico/list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains) project, as retrieved on 2017-12-04, which was published to the public domain. ### Copyright TLD Enumerations - https://github.com/katmore/tld-enum From 830689b274a59278c181191aeee4fe55037cde93 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Mon, 4 Dec 2017 14:40:36 -0800 Subject: [PATCH 005/113] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3a1c382..a45493d 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "homepage":"https://github.com/katmore/tld-enum", "autoload": { "psr-4": { - "TldEnum\\": "src/target/php/TldEnum" + "TldEnum\\": "src/targets/php/TldEnum" } }, "license": [ From 24b5e6507f5c5b6f75de5b1195d2ac0403b975b8 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Mon, 4 Dec 2017 15:14:09 -0800 Subject: [PATCH 006/113] placeholders of format generation scripts --- bin/{tlds2enums.sh => generate-all.sh} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename bin/{tlds2enums.sh => generate-all.sh} (100%) diff --git a/bin/tlds2enums.sh b/bin/generate-all.sh similarity index 100% rename from bin/tlds2enums.sh rename to bin/generate-all.sh From 94243b34bfeabaffb6408d8e5f2306187dfb8382 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Mon, 4 Dec 2017 15:18:02 -0800 Subject: [PATCH 007/113] Update composer.json --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a45493d..c7f5e60 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "homepage":"https://github.com/katmore/tld-enum", "autoload": { "psr-4": { - "TldEnum\\": "src/targets/php/TldEnum" + "TldEnum\\": "src/formats/php/TldEnum/" } }, "license": [ From d16b352077be0bc86c9c6ae5a9839bdd1b4600d2 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Mon, 4 Dec 2017 15:24:26 -0800 Subject: [PATCH 008/113] fix name --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c7f5e60..96df3f5 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "TLD Enumerations", + "name": "katmore/tld-enum", "description" : "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", "homepage":"https://github.com/katmore/tld-enum", "autoload": { From e803a7fa120c328b6a2e9e4158be8e550e05dcb7 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Mon, 4 Dec 2017 15:33:08 -0800 Subject: [PATCH 009/113] placeholders of format generation scripts --- bin/generate-all.sh | 97 ++++++++++++++++++++++++++++++++++- bin/generate-csv-tld-enum.js | 4 ++ bin/generate-json-tld-enum.js | 4 ++ bin/generate-php-tld-enum.php | 17 ++++++ 4 files changed, 120 insertions(+), 2 deletions(-) create mode 100644 bin/generate-csv-tld-enum.js create mode 100644 bin/generate-json-tld-enum.js create mode 100644 bin/generate-php-tld-enum.php diff --git a/bin/generate-all.sh b/bin/generate-all.sh index f3c649d..01ba868 100644 --- a/bin/generate-all.sh +++ b/bin/generate-all.sh @@ -1,3 +1,96 @@ #!/bin/bash -echo "NOT COMPLETED..." -echo "This is a placeholder for a script that will read the 'tlds.csv' file and generate the various enumerations in the target languages (js, php, etc.)" +################################################################################ +## "generate-all.sh" +## (Re)generates all TLD Enumeration format files using the current +## contents of the 'tlds.csv' file. +################################################################################ +################################################################################ +## this script does not have any configuration variables +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +## convenience variable for referring to this script +################################################################################ +ME_NAME='generate-all.sh' +################################################################################ +## +## introduction +## +################################################################################ +echo "$ME_NAME" +echo -e " (re)generates all TLD format files using the current contents of the 'tlds.csv' file\n" +################################################################################ +## +## generate PHP format +## +################################################################################ +echo "generating PHP format..." +generate-php-tld-enum.php +GEN_STATUS=$? +################################################################################ +## +## enforce that PHP format generation was a reported success before proceeding +## +################################################################################ +if [ "$GEN_STATUS" -ne "0" ]; then + >&2 echo -e "$ME_NAME: cannot continue; PHP generator script failed (exit status $GEN_STATUS)" + exit $GEN_STATUS +fi +################################################################################ +## +## generate JSON format +## +################################################################################ +echo "generating JSON format..." +generate-json-tld-enum.js +GEN_STATUS=$? +################################################################################ +## +## enforce that JSON format generation was a reported success before proceeding +## +################################################################################ +if [ "$GEN_STATUS" -ne "0" ]; then + >&2 echo -e "$ME_NAME: cannot continue; JSON generator script failed (exit status $GEN_STATUS)" + exit $GEN_STATUS +fi +################################################################################ +## +## generate CSV (text) format +## +################################################################################ +echo "generating CSV (text) format..." +generate-csv-tld-enum.js +GEN_STATUS=$? +################################################################################ +## +## enforce that CSV format generation was a reported success before proceeding +## +################################################################################ +if [ "$GEN_STATUS" -ne "0" ]; then + >&2 echo -e "$ME_NAME: cannot continue; CSV (text) generator script failed (exit status $GEN_STATUS)" + exit $GEN_STATUS +fi + +################################################################################ +## +## indicate success with message +## +################################################################################ +echo "successfully (re)generated all TLS format files" \ No newline at end of file diff --git a/bin/generate-csv-tld-enum.js b/bin/generate-csv-tld-enum.js new file mode 100644 index 0000000..a5bfed3 --- /dev/null +++ b/bin/generate-csv-tld-enum.js @@ -0,0 +1,4 @@ +#!/usr/bin/env node +console.log("generates the 'tlds-name-only.csv' CSV text file from the 'tlds.csv' csv file"); +console.log("---this script is currently a 'to-do' placeholder!---"); +console.error("terminating... the development for the 'CSV' (text) format generator has not yet been completed"); \ No newline at end of file diff --git a/bin/generate-json-tld-enum.js b/bin/generate-json-tld-enum.js new file mode 100644 index 0000000..8789afd --- /dev/null +++ b/bin/generate-json-tld-enum.js @@ -0,0 +1,4 @@ +#!/usr/bin/env node +console.log("generates the 'tld-list.json' JSON array file from the 'tlds.csv' csv file"); +console.log("---this script is currently a 'to-do' placeholder!---"); +console.error("terminating... the development for the 'JSON' format generator has not yet been completed"); \ No newline at end of file diff --git a/bin/generate-php-tld-enum.php b/bin/generate-php-tld-enum.php new file mode 100644 index 0000000..bc7e644 --- /dev/null +++ b/bin/generate-php-tld-enum.php @@ -0,0 +1,17 @@ +#!/usr/bin/env php + Date: Wed, 13 Dec 2017 12:01:28 -0800 Subject: [PATCH 010/113] npm package and path refactoring moved around paths to facilitate node project development and npm package --- .gitignore | 1 - bin/generate-all.sh | 96 ------ bin/generate-csv-tld-enum.js | 4 - bin/update-tlds | 4 + composer.json | 20 +- formats/.gitkeep | 0 formats/js/tld-enum.js | 288 ++++++++++++++++++ {src/formats => formats}/json/tld-list.json | 0 .../php/TldEnum/TldEnum.php | 0 package.json | 22 ++ src/.gitkeep | 0 src/formats/csv/tlds-name-only.csv | 285 ----------------- src/helpers/generate-js-tld-enum.js | 5 + .../helpers}/generate-json-tld-enum.js | 0 .../helpers}/generate-php-tld-enum.php | 0 15 files changed, 329 insertions(+), 396 deletions(-) delete mode 100644 bin/generate-all.sh delete mode 100644 bin/generate-csv-tld-enum.js create mode 100644 bin/update-tlds create mode 100644 formats/.gitkeep create mode 100644 formats/js/tld-enum.js rename {src/formats => formats}/json/tld-list.json (100%) rename {src/formats => formats}/php/TldEnum/TldEnum.php (100%) create mode 100644 package.json create mode 100644 src/.gitkeep delete mode 100644 src/formats/csv/tlds-name-only.csv create mode 100644 src/helpers/generate-js-tld-enum.js rename {bin => src/helpers}/generate-json-tld-enum.js (100%) rename {bin => src/helpers}/generate-php-tld-enum.php (100%) diff --git a/.gitignore b/.gitignore index b47d7c8..e71e79f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .* !/.gitignore /vendor/ -/web/alive.html composer.lock *.log !**.gitkeep diff --git a/bin/generate-all.sh b/bin/generate-all.sh deleted file mode 100644 index 01ba868..0000000 --- a/bin/generate-all.sh +++ /dev/null @@ -1,96 +0,0 @@ -#!/bin/bash -################################################################################ -## "generate-all.sh" -## (Re)generates all TLD Enumeration format files using the current -## contents of the 'tlds.csv' file. -################################################################################ -################################################################################ -## this script does not have any configuration variables -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -## convenience variable for referring to this script -################################################################################ -ME_NAME='generate-all.sh' -################################################################################ -## -## introduction -## -################################################################################ -echo "$ME_NAME" -echo -e " (re)generates all TLD format files using the current contents of the 'tlds.csv' file\n" -################################################################################ -## -## generate PHP format -## -################################################################################ -echo "generating PHP format..." -generate-php-tld-enum.php -GEN_STATUS=$? -################################################################################ -## -## enforce that PHP format generation was a reported success before proceeding -## -################################################################################ -if [ "$GEN_STATUS" -ne "0" ]; then - >&2 echo -e "$ME_NAME: cannot continue; PHP generator script failed (exit status $GEN_STATUS)" - exit $GEN_STATUS -fi -################################################################################ -## -## generate JSON format -## -################################################################################ -echo "generating JSON format..." -generate-json-tld-enum.js -GEN_STATUS=$? -################################################################################ -## -## enforce that JSON format generation was a reported success before proceeding -## -################################################################################ -if [ "$GEN_STATUS" -ne "0" ]; then - >&2 echo -e "$ME_NAME: cannot continue; JSON generator script failed (exit status $GEN_STATUS)" - exit $GEN_STATUS -fi -################################################################################ -## -## generate CSV (text) format -## -################################################################################ -echo "generating CSV (text) format..." -generate-csv-tld-enum.js -GEN_STATUS=$? -################################################################################ -## -## enforce that CSV format generation was a reported success before proceeding -## -################################################################################ -if [ "$GEN_STATUS" -ne "0" ]; then - >&2 echo -e "$ME_NAME: cannot continue; CSV (text) generator script failed (exit status $GEN_STATUS)" - exit $GEN_STATUS -fi - -################################################################################ -## -## indicate success with message -## -################################################################################ -echo "successfully (re)generated all TLS format files" \ No newline at end of file diff --git a/bin/generate-csv-tld-enum.js b/bin/generate-csv-tld-enum.js deleted file mode 100644 index a5bfed3..0000000 --- a/bin/generate-csv-tld-enum.js +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env node -console.log("generates the 'tlds-name-only.csv' CSV text file from the 'tlds.csv' csv file"); -console.log("---this script is currently a 'to-do' placeholder!---"); -console.error("terminating... the development for the 'CSV' (text) format generator has not yet been completed"); \ No newline at end of file diff --git a/bin/update-tlds b/bin/update-tlds new file mode 100644 index 0000000..b4d89c6 --- /dev/null +++ b/bin/update-tlds @@ -0,0 +1,4 @@ +#!/usr/bin/env node + +console.log("updates the 'tlds.csv' file from iana.org and re-generates the native format files in the 'format/' directory"); +console.log("---this script is currently a 'to-do' placeholder!---"); \ No newline at end of file diff --git a/composer.json b/composer.json index 96df3f5..fa9da65 100644 --- a/composer.json +++ b/composer.json @@ -1,17 +1,17 @@ { - "name": "katmore/tld-enum", - "description" : "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", - "homepage":"https://github.com/katmore/tld-enum", + "name": "katmore/tld-enum", + "description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", + "homepage": "https://github.com/katmore/tld-enum", "autoload": { "psr-4": { - "TldEnum\\": "src/formats/php/TldEnum/" + "TldEnum\\": "formats/php/TldEnum/" } }, - "license": [ - "MIT", - "GPL-3.0+" + "license": [ + "MIT", + "GPL-3.0+" ], "require": { - "php" : ">=7.1.1" - } -} + "php": ">=7.1.1" + } +} \ No newline at end of file diff --git a/formats/.gitkeep b/formats/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/formats/js/tld-enum.js b/formats/js/tld-enum.js new file mode 100644 index 0000000..72d0163 --- /dev/null +++ b/formats/js/tld-enum.js @@ -0,0 +1,288 @@ +exports.tldList = () => { + return [ + "ac", + "ad", + "ae", + "aero", + "af", + "ag", + "ai", + "al", + "am", + "an", + "ao", + "aq", + "ar", + "arpa", + "as", + "asia", + "at", + "au", + "aw", + "ax", + "az", + "ba", + "bb", + "bd", + "be", + "bf", + "bg", + "bh", + "bi", + "biz", + "bj", + "bl", + "bm", + "bn", + "bo", + "bq", + "br", + "bs", + "bt", + "bv", + "bw", + "by", + "bz", + "ca", + "cat", + "cc", + "cd", + "cf", + "cg", + "ch", + "ci", + "ck", + "cl", + "cm", + "cn", + "co", + "com", + "coop", + "cr", + "cs", + "cu", + "cv", + "cw", + "cx", + "cy", + "cz", + "dd", + "de", + "dj", + "dk", + "dm", + "do", + "dz", + "ec", + "edu", + "ee", + "eg", + "eh", + "er", + "es", + "et", + "eu", + "fi", + "fj", + "fk", + "fm", + "fo", + "fr", + "ga", + "gb", + "gd", + "ge", + "gf", + "gg", + "gh", + "gi", + "gl", + "gm", + "gn", + "gov", + "gp", + "gq", + "gr", + "gs", + "gt", + "gu", + "gw", + "gy", + "hk", + "hm", + "hn", + "hr", + "ht", + "hu", + "id", + "ie", + "il", + "im", + "in", + "info", + "int", + "io", + "iq", + "ir", + "is", + "it", + "je", + "jm", + "jo", + "jobs", + "jp", + "ke", + "kg", + "kh", + "ki", + "km", + "kn", + "kp", + "kr", + "kw", + "ky", + "kz", + "la", + "lb", + "lc", + "li", + "lk", + "local", + "lr", + "ls", + "lt", + "lu", + "lv", + "ly", + "ma", + "mc", + "md", + "me", + "mf", + "mg", + "mh", + "mil", + "mk", + "ml", + "mm", + "mn", + "mo", + "mobi", + "mp", + "mq", + "mr", + "ms", + "mt", + "mu", + "museum", + "mv", + "mw", + "mx", + "my", + "mz", + "na", + "name", + "nato", + "nc", + "ne", + "net", + "nf", + "ng", + "ni", + "nl", + "no", + "np", + "nr", + "nu", + "nz", + "om", + "onion", + "org", + "pa", + "pe", + "pf", + "pg", + "ph", + "pk", + "pl", + "pm", + "pn", + "pr", + "pro", + "ps", + "pt", + "pw", + "py", + "qa", + "re", + "ro", + "rs", + "ru", + "rw", + "sa", + "sb", + "sc", + "sd", + "se", + "sg", + "sh", + "si", + "sj", + "sk", + "sl", + "sm", + "sn", + "so", + "sr", + "ss", + "st", + "su", + "sv", + "sx", + "sy", + "sz", + "tc", + "td", + "tel", + "tf", + "tg", + "th", + "tj", + "tk", + "tl", + "tm", + "tn", + "to", + "tp", + "tr", + "travel", + "tt", + "tv", + "tw", + "tz", + "ua", + "ug", + "uk", + "um", + "us", + "uy", + "uz", + "va", + "vc", + "ve", + "vg", + "vi", + "vn", + "vu", + "wf", + "ws", + "xxx", + "ye", + "yt", + "yu", + "za", + "zm", + "zr", + "zw" + ]; +} \ No newline at end of file diff --git a/src/formats/json/tld-list.json b/formats/json/tld-list.json similarity index 100% rename from src/formats/json/tld-list.json rename to formats/json/tld-list.json diff --git a/src/formats/php/TldEnum/TldEnum.php b/formats/php/TldEnum/TldEnum.php similarity index 100% rename from src/formats/php/TldEnum/TldEnum.php rename to formats/php/TldEnum/TldEnum.php diff --git a/package.json b/package.json new file mode 100644 index 0000000..7c7bce5 --- /dev/null +++ b/package.json @@ -0,0 +1,22 @@ +{ + "name": "tld-enum", + "version": "1.0.0", + "description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", + "main": "formats/js/tld-enum.js", + "bin": { + "tld-enum": "generate-json-tld-enum.js" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/katmore/tld-enum.git" + }, + "author": "", + "license": "MIT", + "bugs": { + "url": "https://github.com/katmore/tld-enum/issues" + }, + "homepage": "https://github.com/katmore/tld-enum#readme" +} diff --git a/src/.gitkeep b/src/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/src/formats/csv/tlds-name-only.csv b/src/formats/csv/tlds-name-only.csv deleted file mode 100644 index 3392016..0000000 --- a/src/formats/csv/tlds-name-only.csv +++ /dev/null @@ -1,285 +0,0 @@ -ac -ad -ae -aero -af -ag -ai -al -am -an -ao -aq -ar -arpa -as -asia -at -au -aw -ax -az -ba -bb -bd -be -bf -bg -bh -bi -biz -bj -bl -bm -bn -bo -bq -br -bs -bt -bv -bw -by -bz -ca -cat -cc -cd -cf -cg -ch -ci -ck -cl -cm -cn -co -com -coop -cr -cs -cu -cv -cw -cx -cy -cz -dd -de -dj -dk -dm -do -dz -ec -edu -ee -eg -eh -er -es -et -eu -fi -fj -fk -fm -fo -fr -ga -gb -gd -ge -gf -gg -gh -gi -gl -gm -gn -gov -gp -gq -gr -gs -gt -gu -gw -gy -hk -hm -hn -hr -ht -hu -id -ie -il -im -in -info -int -io -iq -ir -is -it -je -jm -jo -jobs -jp -ke -kg -kh -ki -km -kn -kp -kr -kw -ky -kz -la -lb -lc -li -lk -local -lr -ls -lt -lu -lv -ly -ma -mc -md -me -mf -mg -mh -mil -mk -ml -mm -mn -mo -mobi -mp -mq -mr -ms -mt -mu -museum -mv -mw -mx -my -mz -na -name -nato -nc -ne -net -nf -ng -ni -nl -no -np -nr -nu -nz -om -onion -org -pa -pe -pf -pg -ph -pk -pl -pm -pn -pr -pro -ps -pt -pw -py -qa -re -ro -rs -ru -rw -sa -sb -sc -sd -se -sg -sh -si -sj -sk -sl -sm -sn -so -sr -ss -st -su -sv -sx -sy -sz -tc -td -tel -tf -tg -th -tj -tk -tl -tm -tn -to -tp -tr -travel -tt -tv -tw -tz -ua -ug -uk -um -us -uy -uz -va -vc -ve -vg -vi -vn -vu -wf -ws -xxx -ye -yt -yu -za -zm -zr -zw - diff --git a/src/helpers/generate-js-tld-enum.js b/src/helpers/generate-js-tld-enum.js new file mode 100644 index 0000000..5d52554 --- /dev/null +++ b/src/helpers/generate-js-tld-enum.js @@ -0,0 +1,5 @@ +#!/usr/bin/env node + +console.log("generates the 'tld-enum.js' node source file from the 'tlds.csv' csv file"); +console.log("---this script is currently a 'to-do' placeholder!---"); +console.error("terminating... the development for the 'JSON' format generator has not yet been completed"); \ No newline at end of file diff --git a/bin/generate-json-tld-enum.js b/src/helpers/generate-json-tld-enum.js similarity index 100% rename from bin/generate-json-tld-enum.js rename to src/helpers/generate-json-tld-enum.js diff --git a/bin/generate-php-tld-enum.php b/src/helpers/generate-php-tld-enum.php similarity index 100% rename from bin/generate-php-tld-enum.php rename to src/helpers/generate-php-tld-enum.php From 979ec6686d1ed583862898d718559cca56033172 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 12:14:36 -0800 Subject: [PATCH 011/113] Update README.md noted which files are in public domain due to their origin from IANA/ICANN --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cd17606..094b6bc 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,21 @@ The source code in this project is based on a fork of certain source code origin ### Copyright TLD Enumerations - https://github.com/katmore/tld-enum -Copyright (c) 2017 Doug Bird. All Rights Reserved. +The following copyright notice applies to all resources in this project unless specifically noted otherwise: + +Copyright (c) 2017 Doug Bird, All Rights Reserved. + +The following resources of this project are published in the public domain: + * [/tlds.csv](/tlds.csv) + * [/formats/js/tld-enum.js](/formats/js/tld-enum.js) + * [/formats/json/tld-list.json](/formats/json/tld-list.json) + * [/formats/php/TldEnum/TldEnum.php](/formats/php/TldEnum/TldEnum.php) ### License -TLD Enumerations is copyrighted free software. +All resources in the 'TLD Enumerations' project are copyrighted free software unless specifically noted otherwise. + You may redistribute and modify it under either the terms and conditions of the "The MIT License (MIT)"; or the terms and conditions of the "GPL v3 License". -See [LICENSE](https://github.com/katmore/tld-enum/blob/master/LICENSE) and [GPLv3](https://github.com/katmore/tld-enum/blob/master/GPLv3). +See [LICENSE](/LICENSE) and [GPLv3](/GPLv3). + +This licensing condition does not apply to any resources in the 'TLD Enumerations' project that are published in the public domain. These resources are listed in the **"Copyright"** section of this document. From 415edc066a0624c8299122fdc877649d6b621808 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 12:16:20 -0800 Subject: [PATCH 012/113] Update README.md clarify the point that the author is releasing the listed resources into the public domain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 094b6bc..918544e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The following copyright notice applies to all resources in this project unless s Copyright (c) 2017 Doug Bird, All Rights Reserved. -The following resources of this project are published in the public domain: +The following resources of this project are hereby published in the public domain: * [/tlds.csv](/tlds.csv) * [/formats/js/tld-enum.js](/formats/js/tld-enum.js) * [/formats/json/tld-list.json](/formats/json/tld-list.json) From 69e99949ab9501a8d17c6eff74461455ed201874 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 12:22:57 -0800 Subject: [PATCH 013/113] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 918544e..c814955 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ The following copyright notice applies to all resources in this project unless s Copyright (c) 2017 Doug Bird, All Rights Reserved. -The following resources of this project are hereby published in the public domain: +### Public Domain Resources +The following resources of this project are hereby released into the public domain: * [/tlds.csv](/tlds.csv) * [/formats/js/tld-enum.js](/formats/js/tld-enum.js) * [/formats/json/tld-list.json](/formats/json/tld-list.json) @@ -40,4 +41,4 @@ You may redistribute and modify it under either the terms and conditions of the "The MIT License (MIT)"; or the terms and conditions of the "GPL v3 License". See [LICENSE](/LICENSE) and [GPLv3](/GPLv3). -This licensing condition does not apply to any resources in the 'TLD Enumerations' project that are published in the public domain. These resources are listed in the **"Copyright"** section of this document. +These licensing conditions do not apply to any resources that have been released into the public domain; which are listed in the [**"Public Domain Resources"**](/README.md) section of the 'TLD Enumerations' project's [README](/README.md) document. From acbec8a1e7e3e55df766a63869dd1e811625db38 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 12:23:20 -0800 Subject: [PATCH 014/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c814955..22408bb 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,4 @@ You may redistribute and modify it under either the terms and conditions of the "The MIT License (MIT)"; or the terms and conditions of the "GPL v3 License". See [LICENSE](/LICENSE) and [GPLv3](/GPLv3). -These licensing conditions do not apply to any resources that have been released into the public domain; which are listed in the [**"Public Domain Resources"**](/README.md) section of the 'TLD Enumerations' project's [README](/README.md) document. +These licensing conditions do not apply to any resources that have been released into the public domain; which are listed in the [**"Public Domain Resources"**](/README.md##public-domain-resources) section of the 'TLD Enumerations' project's [README](/README.md) document. From 9177f6eec3f764073a54471afc24c1229ed890a8 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 12:23:47 -0800 Subject: [PATCH 015/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22408bb..50220b9 100644 --- a/README.md +++ b/README.md @@ -41,4 +41,4 @@ You may redistribute and modify it under either the terms and conditions of the "The MIT License (MIT)"; or the terms and conditions of the "GPL v3 License". See [LICENSE](/LICENSE) and [GPLv3](/GPLv3). -These licensing conditions do not apply to any resources that have been released into the public domain; which are listed in the [**"Public Domain Resources"**](/README.md##public-domain-resources) section of the 'TLD Enumerations' project's [README](/README.md) document. +These licensing conditions do not apply to any resources that have been released into the public domain; which are listed in the [**"Public Domain Resources"**](/README.md#public-domain-resources) section of the 'TLD Enumerations' project's [README](/README.md) document. From 16159bb6cb37d0ef426a442aa27d112dd273a545 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 12:29:47 -0800 Subject: [PATCH 016/113] refactor / simplify --- {src => bin}/helpers/generate-js-tld-enum.js | 0 {src => bin}/helpers/generate-json-tld-enum.js | 0 {src => bin}/helpers/generate-php-tld-enum.php | 0 bin/helpers/generate-tlds-csv.js | 5 +++++ bin/{update-tlds => update-formats} | 0 src/.gitkeep | 0 6 files changed, 5 insertions(+) rename {src => bin}/helpers/generate-js-tld-enum.js (100%) rename {src => bin}/helpers/generate-json-tld-enum.js (100%) rename {src => bin}/helpers/generate-php-tld-enum.php (100%) create mode 100644 bin/helpers/generate-tlds-csv.js rename bin/{update-tlds => update-formats} (100%) delete mode 100644 src/.gitkeep diff --git a/src/helpers/generate-js-tld-enum.js b/bin/helpers/generate-js-tld-enum.js similarity index 100% rename from src/helpers/generate-js-tld-enum.js rename to bin/helpers/generate-js-tld-enum.js diff --git a/src/helpers/generate-json-tld-enum.js b/bin/helpers/generate-json-tld-enum.js similarity index 100% rename from src/helpers/generate-json-tld-enum.js rename to bin/helpers/generate-json-tld-enum.js diff --git a/src/helpers/generate-php-tld-enum.php b/bin/helpers/generate-php-tld-enum.php similarity index 100% rename from src/helpers/generate-php-tld-enum.php rename to bin/helpers/generate-php-tld-enum.php diff --git a/bin/helpers/generate-tlds-csv.js b/bin/helpers/generate-tlds-csv.js new file mode 100644 index 0000000..4f385af --- /dev/null +++ b/bin/helpers/generate-tlds-csv.js @@ -0,0 +1,5 @@ +#!/usr/bin/env node + +console.log("downloads the 'http://data.iana.org/TLD/tlds-alpha-by-domain.txt' file and cross references it with https://www.iana.org/domains/root/db to re-generate the 'tlds.csv' csv file"); +console.log("---this script is currently a 'to-do' placeholder!---"); +console.error("terminating... the development for the 'JSON' format generator has not yet been completed"); \ No newline at end of file diff --git a/bin/update-tlds b/bin/update-formats similarity index 100% rename from bin/update-tlds rename to bin/update-formats diff --git a/src/.gitkeep b/src/.gitkeep deleted file mode 100644 index e69de29..0000000 From 72dc5cd01c71d05610b50f96837c5de1a6e7fc4f Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 12:30:54 -0800 Subject: [PATCH 017/113] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c7bce5..e843b89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "1.0.0", + "version": "1.0", "description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", "main": "formats/js/tld-enum.js", "bin": { From fcce28f75f390d32df8e5386b45ff0e39595844a Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 12:33:46 -0800 Subject: [PATCH 018/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 50220b9..853ff6f 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Lists of every [ICANN TLD](https://www.icann.org/resources/pages/tlds-2012-02-25-en) in formats that can be natively compiled in various language targets. -The [canonical TLD list in CSV format](tlds.csv) used to generate the various formats in this project is a fork from [incognico/list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains) project. +A [canonical TLD list in CSV format](tlds.csv) was used to generate the various formats. ## List Formats * **PHP**: [TldEnum.php](src/formats/php/TldEnum/TldEnum.php) From b61de69364beb982ba8318b5c3c391f6db7c2894 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 12:37:50 -0800 Subject: [PATCH 019/113] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 853ff6f..958043f 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,20 @@ Lists of every [ICANN TLD](https://www.icann.org/resources/pages/tlds-2012-02-25-en) in formats that can be natively compiled in various language targets. -A [canonical TLD list in CSV format](tlds.csv) was used to generate the various formats. +A [canonical TLD list in CSV format](/tlds.csv) was used to generate the various formats. ## List Formats - * **PHP**: [TldEnum.php](src/formats/php/TldEnum/TldEnum.php) + * **PHP**: [TldEnum.php](/formats/php/TldEnum/TldEnum.php) A PHP source file providing a class with constant having an array value comprised of every ICANN TLD. - * **JSON**: [tld-list.json](src/formats/json/tld-list.json) + * **JSON**: [tld-list.json](/formats/json/tld-list.json) A JSON formatted array comprised of every ICANN TLD. - * **CSV**: [tlds-name-only.csv](src/formats/csv/tlds-name-only.csv) + * **Node / JavaScript**: [tld-enum.js](/formats/js/tld-enum.js) - A csv text file comprised of every ICANN TLD; the TLD name only, each separated by a newline character. + A node export module with constant having an array value comprised of every ICANN TLD. ## Legal The source code in this project is based on a fork of certain source code originally from the [incognico/list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains) project, as retrieved on 2017-12-04, which was published to the public domain. From b440b1de3293d20ca211c3a6ddbb17016a128d93 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 12:41:43 -0800 Subject: [PATCH 020/113] make .tldList simply an array value --- formats/js/tld-enum.js | 574 ++++++++++++++++++++--------------------- 1 file changed, 286 insertions(+), 288 deletions(-) diff --git a/formats/js/tld-enum.js b/formats/js/tld-enum.js index 72d0163..a2df568 100644 --- a/formats/js/tld-enum.js +++ b/formats/js/tld-enum.js @@ -1,288 +1,286 @@ -exports.tldList = () => { - return [ - "ac", - "ad", - "ae", - "aero", - "af", - "ag", - "ai", - "al", - "am", - "an", - "ao", - "aq", - "ar", - "arpa", - "as", - "asia", - "at", - "au", - "aw", - "ax", - "az", - "ba", - "bb", - "bd", - "be", - "bf", - "bg", - "bh", - "bi", - "biz", - "bj", - "bl", - "bm", - "bn", - "bo", - "bq", - "br", - "bs", - "bt", - "bv", - "bw", - "by", - "bz", - "ca", - "cat", - "cc", - "cd", - "cf", - "cg", - "ch", - "ci", - "ck", - "cl", - "cm", - "cn", - "co", - "com", - "coop", - "cr", - "cs", - "cu", - "cv", - "cw", - "cx", - "cy", - "cz", - "dd", - "de", - "dj", - "dk", - "dm", - "do", - "dz", - "ec", - "edu", - "ee", - "eg", - "eh", - "er", - "es", - "et", - "eu", - "fi", - "fj", - "fk", - "fm", - "fo", - "fr", - "ga", - "gb", - "gd", - "ge", - "gf", - "gg", - "gh", - "gi", - "gl", - "gm", - "gn", - "gov", - "gp", - "gq", - "gr", - "gs", - "gt", - "gu", - "gw", - "gy", - "hk", - "hm", - "hn", - "hr", - "ht", - "hu", - "id", - "ie", - "il", - "im", - "in", - "info", - "int", - "io", - "iq", - "ir", - "is", - "it", - "je", - "jm", - "jo", - "jobs", - "jp", - "ke", - "kg", - "kh", - "ki", - "km", - "kn", - "kp", - "kr", - "kw", - "ky", - "kz", - "la", - "lb", - "lc", - "li", - "lk", - "local", - "lr", - "ls", - "lt", - "lu", - "lv", - "ly", - "ma", - "mc", - "md", - "me", - "mf", - "mg", - "mh", - "mil", - "mk", - "ml", - "mm", - "mn", - "mo", - "mobi", - "mp", - "mq", - "mr", - "ms", - "mt", - "mu", - "museum", - "mv", - "mw", - "mx", - "my", - "mz", - "na", - "name", - "nato", - "nc", - "ne", - "net", - "nf", - "ng", - "ni", - "nl", - "no", - "np", - "nr", - "nu", - "nz", - "om", - "onion", - "org", - "pa", - "pe", - "pf", - "pg", - "ph", - "pk", - "pl", - "pm", - "pn", - "pr", - "pro", - "ps", - "pt", - "pw", - "py", - "qa", - "re", - "ro", - "rs", - "ru", - "rw", - "sa", - "sb", - "sc", - "sd", - "se", - "sg", - "sh", - "si", - "sj", - "sk", - "sl", - "sm", - "sn", - "so", - "sr", - "ss", - "st", - "su", - "sv", - "sx", - "sy", - "sz", - "tc", - "td", - "tel", - "tf", - "tg", - "th", - "tj", - "tk", - "tl", - "tm", - "tn", - "to", - "tp", - "tr", - "travel", - "tt", - "tv", - "tw", - "tz", - "ua", - "ug", - "uk", - "um", - "us", - "uy", - "uz", - "va", - "vc", - "ve", - "vg", - "vi", - "vn", - "vu", - "wf", - "ws", - "xxx", - "ye", - "yt", - "yu", - "za", - "zm", - "zr", - "zw" - ]; -} \ No newline at end of file +exports.tldList = [ + "ac", + "ad", + "ae", + "aero", + "af", + "ag", + "ai", + "al", + "am", + "an", + "ao", + "aq", + "ar", + "arpa", + "as", + "asia", + "at", + "au", + "aw", + "ax", + "az", + "ba", + "bb", + "bd", + "be", + "bf", + "bg", + "bh", + "bi", + "biz", + "bj", + "bl", + "bm", + "bn", + "bo", + "bq", + "br", + "bs", + "bt", + "bv", + "bw", + "by", + "bz", + "ca", + "cat", + "cc", + "cd", + "cf", + "cg", + "ch", + "ci", + "ck", + "cl", + "cm", + "cn", + "co", + "com", + "coop", + "cr", + "cs", + "cu", + "cv", + "cw", + "cx", + "cy", + "cz", + "dd", + "de", + "dj", + "dk", + "dm", + "do", + "dz", + "ec", + "edu", + "ee", + "eg", + "eh", + "er", + "es", + "et", + "eu", + "fi", + "fj", + "fk", + "fm", + "fo", + "fr", + "ga", + "gb", + "gd", + "ge", + "gf", + "gg", + "gh", + "gi", + "gl", + "gm", + "gn", + "gov", + "gp", + "gq", + "gr", + "gs", + "gt", + "gu", + "gw", + "gy", + "hk", + "hm", + "hn", + "hr", + "ht", + "hu", + "id", + "ie", + "il", + "im", + "in", + "info", + "int", + "io", + "iq", + "ir", + "is", + "it", + "je", + "jm", + "jo", + "jobs", + "jp", + "ke", + "kg", + "kh", + "ki", + "km", + "kn", + "kp", + "kr", + "kw", + "ky", + "kz", + "la", + "lb", + "lc", + "li", + "lk", + "local", + "lr", + "ls", + "lt", + "lu", + "lv", + "ly", + "ma", + "mc", + "md", + "me", + "mf", + "mg", + "mh", + "mil", + "mk", + "ml", + "mm", + "mn", + "mo", + "mobi", + "mp", + "mq", + "mr", + "ms", + "mt", + "mu", + "museum", + "mv", + "mw", + "mx", + "my", + "mz", + "na", + "name", + "nato", + "nc", + "ne", + "net", + "nf", + "ng", + "ni", + "nl", + "no", + "np", + "nr", + "nu", + "nz", + "om", + "onion", + "org", + "pa", + "pe", + "pf", + "pg", + "ph", + "pk", + "pl", + "pm", + "pn", + "pr", + "pro", + "ps", + "pt", + "pw", + "py", + "qa", + "re", + "ro", + "rs", + "ru", + "rw", + "sa", + "sb", + "sc", + "sd", + "se", + "sg", + "sh", + "si", + "sj", + "sk", + "sl", + "sm", + "sn", + "so", + "sr", + "ss", + "st", + "su", + "sv", + "sx", + "sy", + "sz", + "tc", + "td", + "tel", + "tf", + "tg", + "th", + "tj", + "tk", + "tl", + "tm", + "tn", + "to", + "tp", + "tr", + "travel", + "tt", + "tv", + "tw", + "tz", + "ua", + "ug", + "uk", + "um", + "us", + "uy", + "uz", + "va", + "vc", + "ve", + "vg", + "vi", + "vn", + "vu", + "wf", + "ws", + "xxx", + "ye", + "yt", + "yu", + "za", + "zm", + "zr", + "zw" +]; \ No newline at end of file From 150b8682b827274ab655c166a1da211e062d8f5b Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 13:19:58 -0800 Subject: [PATCH 021/113] error status for helpers --- .gitignore | 1 + bin/helpers/generate-js-tld-enum.js | 4 +++- bin/helpers/generate-json-tld-enum.js | 5 ++++- bin/helpers/generate-tlds-csv.js | 6 +++++- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e71e79f..625b226 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ .* !/.gitignore /vendor/ +/node_modules/ composer.lock *.log !**.gitkeep diff --git a/bin/helpers/generate-js-tld-enum.js b/bin/helpers/generate-js-tld-enum.js index 5d52554..f62717e 100644 --- a/bin/helpers/generate-js-tld-enum.js +++ b/bin/helpers/generate-js-tld-enum.js @@ -2,4 +2,6 @@ console.log("generates the 'tld-enum.js' node source file from the 'tlds.csv' csv file"); console.log("---this script is currently a 'to-do' placeholder!---"); -console.error("terminating... the development for the 'JSON' format generator has not yet been completed"); \ No newline at end of file +console.error("terminating... the development for the 'JSON' format generator has not yet been completed"); + +process.exit(1); \ No newline at end of file diff --git a/bin/helpers/generate-json-tld-enum.js b/bin/helpers/generate-json-tld-enum.js index 8789afd..9512af4 100644 --- a/bin/helpers/generate-json-tld-enum.js +++ b/bin/helpers/generate-json-tld-enum.js @@ -1,4 +1,7 @@ #!/usr/bin/env node + console.log("generates the 'tld-list.json' JSON array file from the 'tlds.csv' csv file"); console.log("---this script is currently a 'to-do' placeholder!---"); -console.error("terminating... the development for the 'JSON' format generator has not yet been completed"); \ No newline at end of file +console.error("terminating... the development for the 'JSON' format generator has not yet been completed"); + +process.exit(1); \ No newline at end of file diff --git a/bin/helpers/generate-tlds-csv.js b/bin/helpers/generate-tlds-csv.js index 4f385af..0426e7d 100644 --- a/bin/helpers/generate-tlds-csv.js +++ b/bin/helpers/generate-tlds-csv.js @@ -1,5 +1,9 @@ #!/usr/bin/env node +console.log("generates the canonical 'tlds.csv' csv file"); console.log("downloads the 'http://data.iana.org/TLD/tlds-alpha-by-domain.txt' file and cross references it with https://www.iana.org/domains/root/db to re-generate the 'tlds.csv' csv file"); + console.log("---this script is currently a 'to-do' placeholder!---"); -console.error("terminating... the development for the 'JSON' format generator has not yet been completed"); \ No newline at end of file +console.error("terminating... the development for the canonical 'tlds.csv' generator has not yet been completed"); + +process.exit(1); \ No newline at end of file From ba9c44847ee44a18ac828b6457f31b5df47ca433 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 13:23:52 -0800 Subject: [PATCH 022/113] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 958043f..c9a64bc 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ A [canonical TLD list in CSV format](/tlds.csv) was used to generate the various ## List Formats * **PHP**: [TldEnum.php](/formats/php/TldEnum/TldEnum.php) - A PHP source file providing a class with constant having an array value comprised of every ICANN TLD. + A PHP source file providing a class with a constant having an array value comprised of every ICANN TLD. * **JSON**: [tld-list.json](/formats/json/tld-list.json) A JSON formatted array comprised of every ICANN TLD. - * **Node / JavaScript**: [tld-enum.js](/formats/js/tld-enum.js) + * **JavaScript**: [tld-enum.js](/formats/js/tld-enum.js) - A node export module with constant having an array value comprised of every ICANN TLD. + An export module with a constant having an array value comprised of every ICANN TLD. ## Legal The source code in this project is based on a fork of certain source code originally from the [incognico/list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains) project, as retrieved on 2017-12-04, which was published to the public domain. From 646e864e6f59a0b349d68a2496efa9fe84743894 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 13:36:06 -0800 Subject: [PATCH 023/113] fix CRs and filemode --- bin/helpers/generate-js-tld-enum.js | 12 ++++++------ bin/helpers/generate-tlds-csv.js | 13 +++++-------- 2 files changed, 11 insertions(+), 14 deletions(-) mode change 100644 => 100755 bin/helpers/generate-tlds-csv.js diff --git a/bin/helpers/generate-js-tld-enum.js b/bin/helpers/generate-js-tld-enum.js index f62717e..36c686e 100644 --- a/bin/helpers/generate-js-tld-enum.js +++ b/bin/helpers/generate-js-tld-enum.js @@ -1,7 +1,7 @@ -#!/usr/bin/env node - -console.log("generates the 'tld-enum.js' node source file from the 'tlds.csv' csv file"); -console.log("---this script is currently a 'to-do' placeholder!---"); -console.error("terminating... the development for the 'JSON' format generator has not yet been completed"); - +#!/usr/bin/env node + +console.log("generates the 'tld-enum.js' node source file from the 'tlds.csv' csv file"); +console.log("---this script is currently a 'to-do' placeholder!---"); +console.error("terminating... the development for the 'JSON' format generator has not yet been completed"); + process.exit(1); \ No newline at end of file diff --git a/bin/helpers/generate-tlds-csv.js b/bin/helpers/generate-tlds-csv.js old mode 100644 new mode 100755 index 0426e7d..a4ea022 --- a/bin/helpers/generate-tlds-csv.js +++ b/bin/helpers/generate-tlds-csv.js @@ -1,9 +1,6 @@ -#!/usr/bin/env node - -console.log("generates the canonical 'tlds.csv' csv file"); -console.log("downloads the 'http://data.iana.org/TLD/tlds-alpha-by-domain.txt' file and cross references it with https://www.iana.org/domains/root/db to re-generate the 'tlds.csv' csv file"); - -console.log("---this script is currently a 'to-do' placeholder!---"); -console.error("terminating... the development for the canonical 'tlds.csv' generator has not yet been completed"); - +#!/usr/bin/env node + +console.log("generates the canonical 'tlds.csv' csv file"); +console.log("downloads the 'http://data.iana.org/TLD/tlds-alpha-by-domain.txt' file and cross references it with https://www.iana.org/domains/root/db to re-generate the 'tlds.csv' csv file"); + process.exit(1); \ No newline at end of file From f09062c0ccd297e8b55974e3b26a36a9ac618c74 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 13:36:57 -0800 Subject: [PATCH 024/113] iterate version --- package.json | 47 ++++++++++++++++++++++++++--------------------- 1 file changed, 26 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index e843b89..89a027f 100644 --- a/package.json +++ b/package.json @@ -1,22 +1,27 @@ { - "name": "tld-enum", - "version": "1.0", - "description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", - "main": "formats/js/tld-enum.js", - "bin": { - "tld-enum": "generate-json-tld-enum.js" - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/katmore/tld-enum.git" - }, - "author": "", - "license": "MIT", - "bugs": { - "url": "https://github.com/katmore/tld-enum/issues" - }, - "homepage": "https://github.com/katmore/tld-enum#readme" -} + "name": "tld-enum", + "version": "1.0.4", + "description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", + "main": "formats/js/tld-enum.js", + "bin": { + "tld-enum": "generate-json-tld-enum.js" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/katmore/tld-enum.git" + }, + "author": "Doug Bird", + "license": "MIT", + "bugs": { + "url": "https://github.com/katmore/tld-enum/issues" + }, + "homepage": "https://github.com/katmore/tld-enum#readme", + "dependencies": { + "async-request": "^1.2.0", + "cheerio": "^1.0.0-rc.2", + "request": "^2.83.0" + } +} \ No newline at end of file From 17424095da9051c7e894e09b71aeec9271846b09 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 20:49:59 -0800 Subject: [PATCH 025/113] automated format generation --- .gitignore | 4 + assets/tld-desc.csv | 284 ++++++++++++++++++++++++++ bin/helpers/generate-js-tld-enum.js | 107 +++++++++- bin/helpers/generate-json-tld-enum.js | 98 ++++++++- bin/helpers/generate-php-tld-enum.php | 192 +++++++++++++++-- bin/helpers/generate-tlds-csv.js | 227 +++++++++++++++++++- bin/update-formats | 165 ++++++++++++++- package.json | 63 +++--- 8 files changed, 1084 insertions(+), 56 deletions(-) create mode 100644 assets/tld-desc.csv mode change 100644 => 100755 bin/helpers/generate-js-tld-enum.js mode change 100644 => 100755 bin/helpers/generate-json-tld-enum.js mode change 100644 => 100755 bin/helpers/generate-php-tld-enum.php mode change 100644 => 100755 bin/update-formats diff --git a/.gitignore b/.gitignore index 625b226..0a3d62d 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,7 @@ composer.lock *.log !**.gitkeep +/*-backup.csv +/formats/php/TldEnum/*-backup.php +/formats/json/*-backup.json +/formats/js/*-backup.js \ No newline at end of file diff --git a/assets/tld-desc.csv b/assets/tld-desc.csv new file mode 100644 index 0000000..b0ecec6 --- /dev/null +++ b/assets/tld-desc.csv @@ -0,0 +1,284 @@ +ac,Ascension Island +ad,Andorra (Principality of) +ae,United Arab Emirates +aero,Air-transport industry +af,Afghanistan (Islamic Republic of) +ag,Antigua and Barbuda +ai,Anguilla +al,Albania (Republic of) +am,Armenia (Republic of) +an,Netherlands Antilles +ao,Angola (Republic of) +aq,Antarctica +ar,Argentina (Argentine Republic) +arpa,Address and Routing Parameter Area +as,American Samoa +asia,Organisations and individuals in the Asia-Pacific region +at,Austria (Republic of) +au,Australia (Commonwealth of) +aw,Aruba +ax,Åland Islands +az,Azerbaijan (Republic of) +ba,Bosnia and Herzegovina +bb,Barbados +bd,Bangladesh (People's Republic of) +be,Belgium (Kingdom of) +bf,Burkina Faso +bg,Bulgaria (Republic of) +bh,Bahrain (Kingdom of) +bi,Burundi (Republic of) +biz,Business +bj,Benin (Republic of) +bl,Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr} +bm,Bermuda +bn,Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam] +bo,Bolivia (Plurinational State of) +bq,Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl} +br,Brazil (Federative Republic of) +bs,Bahamas (Commonwealth of the) +bt,Bhutan (Kingdom of) +bv,Bouvet Island +bw,Botswana (Republic of) +by,Belarus (Republic of) +bz,Belize +ca,Canada +cat,Catalan +cc,Cocos (Keeling) Islands (Territory of the) +cd,Congo (Democratic Republic of the) [Congo-Kinshasa] +cf,Central African Republic +cg,Congo (Republic of) [Congo-Brazzaville] +ch,Switzerland (Swiss Confederation) +ci,Ivory Coast (Republic of Côte d'Ivoire) +ck,Cook Islands +cl,Chile (Republic of) +cm,Cameroon (Republic of) +cn,China (People's Republic of) +co,Colombia (Republic of) +com,Commercial organizations +coop,Cooperatives +cr,Costa Rica (Republic of) +cs,Czechoslovakia {formerly - retired 1995 - see also: .cz and .sk} +cu,Cuba (Republic of) +cv,Cape Verde (Republic of) +cw,Curaçao (Country of) +cx,Christmas Island (Territory of) +cy,Cyprus (Republic of) +cz,Czech Republic +dd,German Democratic Republic [East Germany] {formerly - retired} +de,Germany (Federal Republic of) +dj,Djibouti (Republic of) +dk,Denmark (Kingdom of) +dm,Dominica (Commonwealth of) +do,Dominican Republic +dz,Algeria (People's Democratic Republic of) +ec,Ecuador (Republic of) +edu,Educational establishments +ee,Estonia (Republic of) +eg,Egypt (Arab Republic of) +eh,Western Sahara {reserved} +er,Eritrea (State of) +es,Spain (Kingdom of) +et,Ethiopia (Federal Democratic Republic of) +eu,European Union +fi,Finland (Republic of) +fj,Fiji (Republic of) +fk,Falkland Islands (Malvinas) +fm,Micronesia (Federated States of) +fo,Faroe Islands +fr,France (French Republic) +ga,Gabon (Gabonese Republic) +gb,United Kingdom (United Kingdom of Great Britain and Northern Ireland) +gd,Grenada +ge,Georgia +gf,French Guiana +gg,Guernsey (Bailiwick of) +gh,Ghana (Republic of) +gi,Gibraltar +gl,Greenland +gm,Gambia (Republic of The) +gn,Guinea (Republic of) +gov,US government +gp,Guadeloupe +gq,Equatorial Guinea (Republic of) +gr,Greece (Hellenic Republic) +gs,South Georgia and the South Sandwich Islands +gt,Guatemala (Republic of) +gu,Guam +gw,Guinea-Bissau (Republic of) +gy,Guyana (Co-operative Republic of) +hk,Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China) +hm,Heard Island and McDonald Islands +hn,Honduras (Republic of) +hr,Croatia (Republic of) +ht,Haiti (Republic of) +hu,Hungary +id,Indonesia (Republic of) +ie,Ireland (Republic of) +il,Israel (State of) +im,Isle of Man +in,India (Republic of) +info,Informational sites +int,International treaty-based organizations +io,British Indian Ocean Territory +iq,Iraq (Republic of) +ir,Iran (Islamic Republic of) +is,Iceland +it,Italy (Italian Republic) +je,Jersey (Bailiwick of) +jm,Jamaica (Commonwealth of) +jo,Jordan (Hashemite Kingdom of) +jobs,Employment-related sites +jp,Japan +ke,Kenya (Republic of) +kg,Kyrgyzstan (Kyrgyz Republic) +kh,Cambodia (Kingdom of) +ki,Kiribati (Republic of) +km,Comoros (Union of the) +kn,Saint Kitts and Nevis (Federation of) +kp,Korea (Democratic People's Republic of) [North Korea] +kr,Korea (Republic of) [South Korea] +kw,Kuwait (State of Kuwait) +ky,Cayman Islands +kz,Kazakhstan (Republic of) +la,Laos (Lao People's Democratic Republic) +lb,Lebanon (Lebanese Republic) +lc,Saint Lucia +li,Liechtenstein (Principality of) +lk,Sri Lanka (Democratic Socialist Republic of) +local,Pseudo-Domain for Multicast DNS +lr,Liberia (Republic of) +ls,Lesotho (Kingdom of) +lt,Lithuania (Republic of) +lu,Luxembourg (Grand Duchy of) +lv,Latvia (Republic of) +ly,Libya +ma,Morocco +mc,Monaco (Principality of) +md,Moldova (Republic of) +me,Montenegro +mf,Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr} +mg,Madagascar (Republic of) +mh,Marshall Islands (Republic of the) +mil,US military +mk,Macedonia (Republic of) +ml,Mali (Republic of) +mm,Myanmar (Republic of the Union of) [Burma] +mn,Mongolia +mo,Macau (Macau Special Administrative Region of the People's Republic of China) [Macao] +mobi,Mobile +mp,Northern Mariana Islands (Commonwealth of the) +mq,Martinique +mr,Mauritania (Islamic Republic of) +ms,Montserrat +mt,Malta (Republic of) +mu,Mauritius (Republic of) +museum,Museums +mv,Maldives (Republic of) +mw,Malawi (Republic of) +mx,Mexico (United Mexican States) +my,Malaysia +mz,Mozambique (Republic of) +na,Namibia (Republic of) +name,Individuals +nato,NATO sites and operations {formerly - retired 1996 - never used} +nc,New Caledonia +ne,Niger (Republic of) +net,Network +nf,Norfolk Island (Territory of) +ng,Nigeria (Federal Republic of) +ni,Nicaragua (Republic of) +nl,Netherlands +no,Norway (Kingdom of) +np,Nepal (Federal Democratic Republic of) +nr,Nauru (Republic of) +nu,Niue +nz,New Zealand +om,Oman (Sultanate of) +onion,Pseudo-Domain for TOR (The Onion Router) +org,Non-profit organizations +pa,Panama (Republic of) +pe,Peru (Republic of) +pf,French Polynesia and Clipperton Island +pg,Papua New Guinea (Independent State of) +ph,Philippines (Republic of the) +pk,Pakistan (Islamic Republic of) +pl,Poland (Republic of) +pm,Saint Pierre and Miquelon +pn,Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands) +pr,Puerto Rico (Commonwealth of) +pro,Profession +ps,Palestine (State of) +pt,Portugal (Portuguese Republic) +pw,Palau (Republic of) +py,Paraguay (Republic of) +qa,Qatar (State of) +re,Réunion +ro,Romania +rs,Serbia (Republic of) +ru,Russia (Russian Federation) +rw,Rwanda (Republic of) +sa,Saudi Arabia (Kingdom of) +sb,Solomon Islands +sc,Seychelles (Republic of) +sd,Sudan (Republic of) +se,Sweden (Kingdom of) +sg,Singapore (Republic of) +sh,Saint Helena +si,Slovenia (Republic of) +sj,Svalbard and Jan Mayen {not in use - see also: .no} +sk,Slovakia (Slovak Republic) +sl,Sierra Leone (Republic of) +sm,San Marino (Republic of) +sn,Senegal (Republic of) +so,Somalia (Federal Republic of) +sr,Suriname (Republic of) +ss,South Sudan (Republic of) +st,São Tomé and Príncipe (Democratic Republic of) +su,Soviet Union (Union of Soviet Socialist Republics) +sv,El Salvador (Republic of) +sx,Sint Maarten +sy,Syria (Syrian Arab Republic) +sz,Swaziland (Kingdom of) +tc,Turks and Caicos Islands +td,Chad (Republic of) +tel,Telephone +tf,French Southern and Antarctic Lands (Territory of the) +tg,Togo (Togolese Republic) +th,Thailand (Kingdom of) +tj,Tajikistan (Republic of) +tk,Tokelau +tl,Timor-Leste (Democratic Republic of) [East Timor] +tm,Turkmenistan +tn,Tunisia (Republic of) +to,Tonga (Kingdom of) +tp,Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl} +tr,Turkey (Republic of) +travel,Travel +tt,Trinidad and Tobago (Republic of) +tv,Tuvalu +tw,Taiwan (Republic of China) +tz,Tanzania (United Republic of) +ua,Ukraine +ug,Uganda (Republic of) +uk,United Kingdom (United Kingdom of Great Britain and Northern Ireland) +um,United States Minor Outlying Islands {formerly - retired 2010 - see also: .us} +us,United States of America and United States Minor Outlying Islands +uy,Uruguay (Oriental Republic of) +uz,Uzbekistan (Republic of) +va,Vatican City (Vatican City State) +vc,Saint Vincent and the Grenadines +ve,Venezuela (Bolivarian Republic of) +vg,British Virgin Islands (Virgin Islands) +vi,United States Virgin Islands (United States Virgin Islands) +vn,Vietnam (Socialist Republic of) +vu,Vanuatu (Republic of) +wf,Wallis and Futuna (Territory of the Wallis and Futuna Islands) +ws,Samoa (Independent State of) +xxx,Adult entertainment +ye,Yemen (Republic of) +yt,Mayotte (Department of) +yu,Yugoslavia and Serbia and Montenegro {formerly - retired 2010 - see also: .me and .rs} +za,South Africa (Republic of) +zm,Zambia (Republic of) +zr,Zaire (Republic of) {formerly - retired 2001 - see also: .cd} +zw,Zimbabwe (Republic of) diff --git a/bin/helpers/generate-js-tld-enum.js b/bin/helpers/generate-js-tld-enum.js old mode 100644 new mode 100755 index 36c686e..c1ae8f6 --- a/bin/helpers/generate-js-tld-enum.js +++ b/bin/helpers/generate-js-tld-enum.js @@ -1,7 +1,106 @@ #!/usr/bin/env node -console.log("generates the 'tld-enum.js' node source file from the 'tlds.csv' csv file"); -console.log("---this script is currently a 'to-do' placeholder!---"); -console.error("terminating... the development for the 'JSON' format generator has not yet been completed"); +const meName = 'generate-js-tld-enum.js'; -process.exit(1); \ No newline at end of file +process.on('unhandledRejection', error => { + console.error(meName + ": (FATAL)", error); + process.exit(1); +}); + +const countries = require('country-data').countries; +const country = require('countryjs'); +const parse = require('csv-parse'); +const fs = require('fs-extra'); +const path = require('path'); +const md5File = require('md5-file/promise'); +const pathinfo = require('pathinfo'); +const program = require('commander'); +const tmp = require('tmp'); + +//tmp.setGracefulCleanup(); + +const fileTldListJs = path.dirname(require.main.filename) + '/../../formats/js/tld-enum.js'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; + +program + .option('-q, --quiet', 'Quiet Mode') + .parse(process.argv); + +if (!program.quiet) { + console.log(meName); + console.log(" (c) 2017 Doug Bird, All Rights Reserved."); + console.log(" see README.md for licensing and other information"); + console.log(" https://github.com/katmore/tld-enum#readme"); + console.log(""); + console.log(" Generates new javascript format files from the 'tlds.csv' file"); + console.log(""); +} + +(async() => { + + const tldEnumStartTldList = 'exports.tldList = '; + const tldEnumEndTldList = ';'; + + //const tmpDir = tmp.dirSync({ unsafeCleanup: true }); + const tmpDir = tmp.dirSync(); + + const fileNewTldListJs = tmpDir.name + '/tld-enum.js'; + + let existingMd5 = null; + + if (fs.existsSync(fileTldListJs)) { + existingMd5 = await md5File(fileTldListJs); + const pathinfoTlds = pathinfo(fileTldListJs); + const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; + if (!fs.existsSync(fileBackupTlds)) { + fs.copySync(fileTldListJs, fileBackupTlds); + } + } + + process.stdout.write("reading 'tlds.csv'..."); + + let parser = parse({ delimiter: ',' }); + + let tldEnum = []; + + parser.on('readable', function() { + let i = 0; + let row; + while (row = parser.read()) { + if (!row.length) { + console.error(meName + ": (FATAL) invalid 'tlds.csv' row #" + i + ": " + fileTldsCsv); + process.exit(1); + } + tldEnum.push(row[0]); + i++; + } + }); + + parser.write(fs.readFileSync(fileTldsCsv)); + + parser.end(); + + console.log("done"); + + process.stdout.write("generating new 'tld-enum.js' file..."); + + fs.writeFileSync(fileNewTldListJs, tldEnumStartTldList); + + fs.appendFileSync(fileNewTldListJs, JSON.stringify(tldEnum, null, 2)); + + fs.appendFileSync(fileNewTldListJs, tldEnumEndTldList); + + console.log("done"); + + if (existingMd5) { + const newMd5 = await md5File(fileNewTldListJs); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'tld-enum.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldListJs + ")"); + return; + } + } + fs.copySync(fileNewTldListJs, fileTldListJs); + + console.log("saved new 'tld-enum.js' file"); + +})(); \ No newline at end of file diff --git a/bin/helpers/generate-json-tld-enum.js b/bin/helpers/generate-json-tld-enum.js old mode 100644 new mode 100755 index 9512af4..71ca7e9 --- a/bin/helpers/generate-json-tld-enum.js +++ b/bin/helpers/generate-json-tld-enum.js @@ -1,7 +1,97 @@ #!/usr/bin/env node -console.log("generates the 'tld-list.json' JSON array file from the 'tlds.csv' csv file"); -console.log("---this script is currently a 'to-do' placeholder!---"); -console.error("terminating... the development for the 'JSON' format generator has not yet been completed"); +const meName = 'generate-json-tld-enum.js'; -process.exit(1); \ No newline at end of file +process.on('unhandledRejection', error => { + console.error(meName + ": (FATAL)", error); + process.exit(1); +}); + +const countries = require('country-data').countries; +const country = require('countryjs'); +const parse = require('csv-parse'); +const fs = require('fs-extra'); +const path = require('path'); +const md5File = require('md5-file/promise'); +const pathinfo = require('pathinfo'); +const program = require('commander'); +const tmp = require('tmp'); + +tmp.setGracefulCleanup(); + +const fileTldListJson = path.dirname(require.main.filename) + '/../../formats/json/tld-list.json'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; + +program + .option('-q, --quiet', 'Quiet Mode') + .parse(process.argv); + +if (!program.quiet) { + console.log(meName); + console.log(" (c) 2017 Doug Bird, All Rights Reserved."); + console.log(" see README.md for licensing and other information"); + console.log(" https://github.com/katmore/tld-enum#readme"); + console.log(""); + console.log(" Generates new JSON format files from the 'tlds.csv' file"); + console.log(""); +} + +(async() => { + + const tmpDir = tmp.dirSync({ unsafeCleanup: true }); + + const fileNewTldListJson = tmpDir.name + '/tld-list.json'; + + let existingMd5 = null; + + if (fs.existsSync(fileTldListJson)) { + existingMd5 = await md5File(fileTldListJson); + const pathinfoTlds = pathinfo(fileTldListJson); + const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.json'; + if (!fs.existsSync(fileBackupTlds)) { + fs.copySync(fileTldListJson, fileBackupTlds); + } + } + + process.stdout.write("reading 'tlds.csv'..."); + + let parser = parse({ delimiter: ',' }); + + let tldEnum = []; + + parser.on('readable', function() { + let i = 0; + let row; + while (row = parser.read()) { + if (!row.length) { + console.error(meName + ": (FATAL) invalid 'tlds.csv' row #" + i + ": " + fileTldsCsv); + process.exit(1); + } + tldEnum.push(row[0]); + i++; + } + }); + + parser.write(fs.readFileSync(fileTldsCsv)); + + parser.end(); + + console.log("done"); + + process.stdout.write("generating new 'tld-list.json' file..."); + + fs.writeFileSync(fileNewTldListJson, JSON.stringify(tldEnum, null, 2)); + + console.log("done"); + + if (existingMd5) { + const newMd5 = await md5File(fileNewTldListJson); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'tld-list.json' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldListJson + ")"); + return; + } + } + fs.copySync(fileNewTldListJson, fileTldListJson); + console.log("saved new 'tld-list.json' file"); + +})(); \ No newline at end of file diff --git a/bin/helpers/generate-php-tld-enum.php b/bin/helpers/generate-php-tld-enum.php old mode 100644 new mode 100755 index bc7e644..ab5ddd7 --- a/bin/helpers/generate-php-tld-enum.php +++ b/bin/helpers/generate-php-tld-enum.php @@ -1,17 +1,179 @@ #!/usr/bin/env php ','',$tldEnumExport); + $tldEnumExport = preg_replace('/[0-9]+/', '', $tldEnumExport); + + //$tldEnumExport = json_encode($tldEnum,\JSON_PRETTY_PRINT); + + if (false === file_put_contents($newTldEnumFile, $tldEnumExport,\FILE_APPEND)) { + static::_echo_error("(FATAL) failed to write to new 'TldEnum.php' file",1); + } + + if (false === file_put_contents($newTldEnumFile,static::TLD_ENUM_SOURCE_END_TLD_ENUM_CONST,\FILE_APPEND)) { + static::_echo_error("(FATAL) failed to write to new 'TldEnum.php' file",1); + } + + if (false === file_put_contents($newTldEnumFile,static::TLD_ENUM_SOURCE_END_CLASS,\FILE_APPEND)) { + static::_echo_error("(FATAL) failed to write to new 'TldEnum.php' file",1); + } + + echo "done\n"; + + if ($existingMd5!==null) { + $newTldEnumMd5 = md5_file($newTldEnumFile); + if ($existingMd5 == $newTldEnumMd5) { + static::_echo_error("(NOTICE) ignoring newly generated 'TldEnum.php' file that is identical to the existing file (md5: $existingMd5, path: $tldEnumFile)"); + return; + } + if (!unlink($tldEnumFile)) { + static::_echo_error("(FATAL) failed to remove stale 'TldEnum.php': $tldEnumFile",1); + } + } + + if (!copy($newTldEnumFile,$tldEnumFile)) { + static::_echo_error("(FATAL) failed to save new 'TldEnum.php': $tldEnumFile",1); + } + + echo "saved new 'TldEnum.php' file\n"; + + + } + + private static function _echo_error(string $str, int $fatal_exit_status=null) : void { + if (substr($str,0,1)!=="\n") { + $str .= "\n"; + } + $str = static::ME_NAME . ": ".$str; + if (\PHP_SAPI=='cli') { + fwrite(\STDERR,$str); + } else { + echo $str ; + } + if (is_int($fatal_exit_status)) { + exit($fatal_exit_status); + } + } + + const TLD_ENUM_SOURCE_START_CLASS = << { + console.error(meName + ": (FATAL)", error); + process.exit(1); +}); + +const request = require('async-request'); +const cheerio = require('cheerio'); +const countries = require('country-data').countries; +const country = require('countryjs'); +const stringify = require('csv-stringify'); +const parse = require('csv-parse'); +const fs = require('fs-extra'); +const path = require('path'); +const md5File = require('md5-file/promise'); +const pathinfo = require('pathinfo'); +const program = require('commander'); +const tmp = require('tmp'); + +tmp.setGracefulCleanup(); + +const fileTldDescCsv = path.dirname(require.main.filename) + '/../../assets/tld-desc.csv'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; +const urlTldsAlpha = 'http://data.iana.org/TLD/tlds-alpha-by-domain.txt'; +const urlDomainsDb = 'https://www.iana.org/domains/root/db'; + +program + .option('-q, --quiet', 'Quiet Mode') + .parse(process.argv); + +if (!program.quiet) { + console.log(meName); + console.log(" (c) 2017 Doug Bird, All Rights Reserved."); + console.log(" see README.md for licensing and other information"); + console.log(" https://github.com/katmore/tld-enum#readme"); + console.log(""); + console.log(" Generates the canonical 'tlds.csv' csv file by downloading resources from iana.org"); + console.log(""); +} + +(async() => { + + const tmpDir = tmp.dirSync({ unsafeCleanup: true }); + + process.stdout.write("downloading '" + urlTldsAlpha + "'..."); + + const responseTldsAlpha = await request(urlTldsAlpha); + if (responseTldsAlpha.statusCode != 200) { + console.log("error"); + console.error(meName + ": (FATAL) response status code " + responseTldsAlpha.statusCode + " from URL '" + urlTldsAlpha + "'"); + process.exit(1); + return; + } + if (!responseTldsAlpha.body) { + console.log("error"); + console.error(meName + ": (FATAL) empty response body " + responseTldsAlpha.statusCode + " from URL '" + urlTldsAlpha + "'"); + process.exit(1); + return; + } + + const fileTldsAlphaTxt = tmpDir.name + '/tlds-alpha-by-domain.txt'; + const fileNewTldsCsv = tmpDir.name + '/tlds.csv'; + + fs.writeFileSync(fileTldsAlphaTxt, responseTldsAlpha.body, 'utf8'); + fs.writeFileSync(fileNewTldsCsv, '', 'utf8'); + + console.log('success'); + + process.stdout.write("downloading '" + urlDomainsDb + "'..."); + const responseDomainsDb = await request(urlDomainsDb); + if (responseDomainsDb.statusCode != 200) { + console.log("error"); + console.error(meName + ": (FATAL) response status code " + responseDomainsDb.statusCode + " from URL '" + urlDomainsDb + "'"); + process.exit(1); + return; + } + if (!responseDomainsDb.body) { + console.log("error"); + console.error(meName + ": (FATAL) empty response body " + responseDomainsDb.statusCode + " from URL '" + urlDomainsDb + "'"); + process.exit(1); + return; + } + const htmlDomainsDb = responseDomainsDb.body; + var $ = cheerio.load(htmlDomainsDb); + console.log('success'); + + process.stdout.write("building country / TLD hashmap..."); + + let tld2CountryName = {}; + let missingTld = []; + + countries.all.forEach((c) => { + + let tld = country.tld(c.alpha3, 'ISO3'); + if (!tld) { + missingTld.push(c.alpha3); + return; + } + tld2CountryName[tld] = c.name; + }); + + console.log('done'); + //console.error('NOTICE: the following "countries" did not have an assigned top level domain: ' + missingTld.join(', ')); + + process.stdout.write("building description / TLD hashmap..."); + let tld2Desc = {}; + let parser = parse({ delimiter: ',' }); + const csvPosMap = { + domain: 0, + description: 1, + } + parser.on('readable', function() { + let tldData; + while (tldData = parser.read()) { + let tld = { + domain: null, + description: null, + }; + let prop; + for (prop in tld) { + if (typeof(tldData[csvPosMap[prop]]) !== 'undefined') { + tld[prop] = tldData[csvPosMap[prop]]; + } + } + if (tld.domain && tld.description) { + tld2Desc[tld.domain] = tld.description; + } + } + }); + + parser.write(fs.readFileSync(fileTldDescCsv)); + + parser.end(); + + console.log("done"); + + const tdPosMap = { + domain: 0, + type: 1, + manager: 2, + }; + + let tldSet = []; + + process.stdout.write("parsing IANA data..."); + $('#tld-table').find('tr').each((i, element) => { + let tld = { + domain: null, + type: null, + manager: null, + }; + let tldData = []; + // console.log('i ' + i); + // console.log(element); + $(element).find("td").each((iTd, elementTd) => { + // console.log('iTd...'); + // console.log(iTd); + tldData.push($(elementTd).text()); + }); + + for (var prop in tld) { + if (typeof(tldData[tdPosMap[prop]]) !== 'undefined') { + tld[prop] = tldData[tdPosMap[prop]]; + } + } + + if (!tld.domain) { + return; + } + + tld.domain = tld.domain.replace(/\s/g, '').replace(/\./g, ''); + + tldSet.push(tld); + + }); + console.log('done'); + + const stringifier = stringify({ delimiter: ',' }); + stringifier.on('readable', () => { + let row; + while (row = stringifier.read()) { + fs.appendFileSync(fileNewTldsCsv, row, 'utf8') + } + }); + + process.stdout.write("serializing new 'tlds.csv'..."); + for (var i = 0; i < tldSet.length; i++) { + let tld = tldSet[i]; + let csvRow = [tld.domain]; + if ((tld.type == 'country-code') && (typeof(tld2CountryName[tld.domain]) !== 'undefined')) { + csvRow.push(tld2CountryName[tld.domain]); + } else { + if (typeof(tld2Desc[tld.domain]) !== 'undefined') { + csvRow.push(tld2Desc[tld.domain]); + } else { + csvRow.push(tld.manager); + } + } + csvRow.push(tld.type); + stringifier.write(csvRow); + + } + stringifier.end(); + console.log('done'); + + if (fs.existsSync(fileTldsCsv)) { + const newMd5 = await md5File(fileNewTldsCsv); + const csvMd5 = await md5File(fileTldsCsv); + if (csvMd5 == newMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'tlds.csv' file that is identical to the existing file (md5: " + csvMd5 + ", path: " + fileTldsCsv + ")"); + return; + } + const pathinfoTldsCsv = pathinfo(fileTldsCsv); + const fileBackupTldsCsv = pathinfoTldsCsv.dirname + pathinfoTldsCsv.sep + pathinfoTldsCsv.basename + '-' + csvMd5 + '-backup.csv'; + if (!fs.existsSync(fileBackupTldsCsv)) { + fs.copySync(fileTldsCsv, fileBackupTldsCsv); + } + } + + process.stdout.write("saving new 'tlds.csv'..."); + fs.copySync(fileNewTldsCsv, fileTldsCsv); + console.log('done'); + +})(); \ No newline at end of file diff --git a/bin/update-formats b/bin/update-formats old mode 100644 new mode 100755 index b4d89c6..a3dc0fc --- a/bin/update-formats +++ b/bin/update-formats @@ -1,4 +1,161 @@ -#!/usr/bin/env node - -console.log("updates the 'tlds.csv' file from iana.org and re-generates the native format files in the 'format/' directory"); -console.log("---this script is currently a 'to-do' placeholder!---"); \ No newline at end of file +#!/bin/bash +################################################################################ +## "update-formats" +## Updates the 'tlds.csv' file from iana.org and re-generates the native +## format files +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +## script localization +################################################################################ +ME_NAME="update-formats" +ME_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +HELPER_DIR=$ME_DIR/helpers +################################################################################ +## enforce dependencies +################################################################################ +DEPENDENCY_SET=(node php) +DEPENDENCY_STATUS=0 +for DEP_CMD in "${DEPENDENCY_SET[@]}" +do + which $DEP_CMD > /dev/null 2>&1 + DEP_STATUS=$? + if [ "$DEP_STATUS" -ne "0" ]; then + >&2 echo -e "$ME_NAME: (NOTICE) failed dependency check for '$DEP_CMD', command is missing or inaccessible" + DEPENDENCY_STATUS=1 + fi +done +if [ "$DEPENDENCY_STATUS" -ne "0" ]; then + >&2 echo -e "$ME_NAME: (FATAL) one or more dependency checks failed" + exit 1 +fi +################################################################################ +## read options and flags +################################################################################ +QUIET_MODE=0 +typeset -A SCRIPT_OPTS_MAP +SCRIPT_OPTS_MAP=( + [quiet]=q +) +SCRIPT_OPTS="::-:q" +#== parse options ==# +while getopts ${SCRIPT_OPTS} OPTION ; do + #== translate long options to short ==# + OPTREF="-$OPTARG" + if [[ "x$OPTION" == "x-" ]]; then + LONG_OPTION=$OPTARG + LONG_OPTARG=$(echo $LONG_OPTION | grep "=" | cut -d'=' -f2) + LONG_OPTIND=-1 + [[ "x$LONG_OPTARG" = "x" ]] && LONG_OPTIND=$OPTIND || LONG_OPTION=$(echo $OPTARG | cut -d'=' -f1) + [[ $LONG_OPTIND -ne -1 ]] && eval LONG_OPTARG="\$$LONG_OPTIND" + OPTION=${SCRIPT_OPTS_MAP[$LONG_OPTION]} + [[ "x$OPTION" = "x" ]] && OPTION="?" OPTARG="-$LONG_OPTION" + OPTREF="--$LONG_OPTION" + if [[ $( echo "${SCRIPT_OPTS}" | grep -c "${OPTION}:" ) -eq 1 ]]; then + if [[ "x${LONG_OPTARG}" = "x" ]] || [[ "${LONG_OPTARG}" = -* ]]; then + OPTION=":" OPTARG="-$LONG_OPTION" + else + OPTARG="$LONG_OPTARG"; + if [[ $LONG_OPTIND -ne -1 ]]; then + [[ $OPTIND -le $Optnum ]] && OPTIND=$(( $OPTIND+1 )) + shift $OPTIND + OPTIND=1 + fi + fi + fi + fi + + #== options follow by another option instead of argument ==# + if [[ "x${OPTION}" != "x:" ]] && [[ "x${OPTION}" != "x?" ]] && [[ "${OPTARG}" = -* ]]; then + OPTARG="$OPTION" OPTION=":" + fi + + #== manage options ==# + case "$OPTION" in + q) + QUIET_MODE=1 + ;; + : ) >&2 echo "${ME_NAME}: (FATAL) $OPTREF option requires a value" && echo -e "$ME_USAGE" && exit 1 ;; + ? ) >&2 echo "${ME_NAME}: (FATAL) $OPTREF is an unknown option" && echo -e "$ME_USAGE" && exit 1 ;; + esac +done +shift $((${OPTIND} - 1)) +################################################################################ +## display welcome message +################################################################################ +if [ "$QUIET_MODE" -ne "1" ]; then + echo "update-formats" + echo " (c) 2017 Doug Bird, All Rights Reserved." + echo " see README.md for licensing and other information" + echo " https://github.com/katmore/tld-enum#readme" + echo "" + echo " Updates the 'tlds.csv' file from iana.org and re-generates the native format files" + echo "" +fi + +################################################################################ +## run the 'generate-tlds-csv.js' helper +################################################################################ +CUR_HELPER_LABEL="new 'tlds.csv'" +CUR_HELPER_CMD=generate-tlds-csv.js +echo -e "generate $CUR_HELPER_LABEL: started\n" +$HELPER_DIR/$CUR_HELPER_CMD -q +CMD_STATUS=$? +# terminate if helper failed +if [ "$CMD_STATUS" -ne "0" ]; then + >&2 echo "$ME_NAME: (FATAL) helper for $CUR_HELPER_LABEL failed ($CUR_HELPER_CMD exit status $CMD_STATUS)" + exit $CMD_STATUS +fi +echo -e "\ngenerate new $CUR_HELPER_LABEL: success" + +################################################################################ +## run the 'generate-php-tld-enum.php' helper +################################################################################ +CUR_HELPER_LABEL="new PHP format files" +CUR_HELPER_CMD=generate-php-tld-enum.php +echo -e "generate $CUR_HELPER_LABEL: started\n" +$HELPER_DIR/$CUR_HELPER_CMD -q +CMD_STATUS=$? +# terminate if helper failed +if [ "$CMD_STATUS" -ne "0" ]; then + >&2 echo "$ME_NAME: (FATAL) helper for $CUR_HELPER_LABEL failed ($CUR_HELPER_CMD exit status $CMD_STATUS)" + exit $CMD_STATUS +fi +echo -e "\ngenerate new $CUR_HELPER_LABEL: success" + +################################################################################ +## run the 'generate-js-tld-enum.js' helper +################################################################################ +CUR_HELPER_LABEL="new JavaScript format files" +CUR_HELPER_CMD=generate-js-tld-enum.js +echo -e "generate $CUR_HELPER_LABEL: started\n" +$HELPER_DIR/$CUR_HELPER_CMD -q +CMD_STATUS=$? +# terminate if helper failed +if [ "$CMD_STATUS" -ne "0" ]; then + >&2 echo "$ME_NAME: (FATAL) helper for $CUR_HELPER_LABEL failed ($CUR_HELPER_CMD exit status $CMD_STATUS)" + exit $CMD_STATUS +fi +echo -e "\ngenerate new $CUR_HELPER_LABEL: success" + +################################################################################ +## run the 'generate-json-tld-enum.js' helper +################################################################################ +CUR_HELPER_LABEL="new JSON format files" +CUR_HELPER_CMD=generate-json-tld-enum.js +echo -e "generate $CUR_HELPER_LABEL: started\n" +$HELPER_DIR/$CUR_HELPER_CMD -q +CMD_STATUS=$? +# terminate if helper failed +if [ "$CMD_STATUS" -ne "0" ]; then + >&2 echo "$ME_NAME: (FATAL) helper for $CUR_HELPER_LABEL failed ($CUR_HELPER_CMD exit status $CMD_STATUS)" + exit $CMD_STATUS +fi +echo -e "\ngenerate new $CUR_HELPER_LABEL: success" \ No newline at end of file diff --git a/package.json b/package.json index 89a027f..2fefe84 100644 --- a/package.json +++ b/package.json @@ -1,27 +1,38 @@ { - "name": "tld-enum", - "version": "1.0.4", - "description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", - "main": "formats/js/tld-enum.js", - "bin": { - "tld-enum": "generate-json-tld-enum.js" - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/katmore/tld-enum.git" - }, - "author": "Doug Bird", - "license": "MIT", - "bugs": { - "url": "https://github.com/katmore/tld-enum/issues" - }, - "homepage": "https://github.com/katmore/tld-enum#readme", - "dependencies": { - "async-request": "^1.2.0", - "cheerio": "^1.0.0-rc.2", - "request": "^2.83.0" - } -} \ No newline at end of file + "name": "tld-enum", + "version": "1.0.4", + "description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", + "main": "formats/js/tld-enum.js", + "bin": { + "tld-enum": "generate-json-tld-enum.js" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/katmore/tld-enum.git" + }, + "author": "Doug Bird", + "license": "MIT", + "bugs": { + "url": "https://github.com/katmore/tld-enum/issues" + }, + "homepage": "https://github.com/katmore/tld-enum#readme", + "dependencies": { + "async-request": "^1.2.0", + "cheerio": "^1.0.0-rc.2", + "commander": "^2.12.2", + "country-data": "0.0.31", + "countryjs": "^1.8.0", + "csv-parse": "^2.0.0", + "csv-stringify": "^2.0.0", + "es6-promisify": "^5.0.0", + "fs": "0.0.1-security", + "fs-extra": "^5.0.0", + "md5-file": "^3.2.3", + "pathinfo": "^0.1.0", + "request": "^2.83.0", + "tmp": "0.0.33" + } +} From 50390de7807e5f106348cd5bbec013c5636fcd9d Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 20:51:14 -0800 Subject: [PATCH 026/113] latest info from IANA --- formats/js/tld-enum.js | 1859 +++++++++++++++++++++++++----- formats/json/tld-list.json | 1857 +++++++++++++++++++++++++----- formats/php/TldEnum/TldEnum.php | 1864 ++++++++++++++++++++++++++----- tlds.csv | 1857 +++++++++++++++++++++++++----- 4 files changed, 6297 insertions(+), 1140 deletions(-) diff --git a/formats/js/tld-enum.js b/formats/js/tld-enum.js index a2df568..103e325 100644 --- a/formats/js/tld-enum.js +++ b/formats/js/tld-enum.js @@ -1,286 +1,1575 @@ -exports.tldList = [ - "ac", - "ad", - "ae", - "aero", - "af", - "ag", - "ai", - "al", - "am", - "an", - "ao", - "aq", - "ar", - "arpa", - "as", - "asia", - "at", - "au", - "aw", - "ax", - "az", - "ba", - "bb", - "bd", - "be", - "bf", - "bg", - "bh", - "bi", - "biz", - "bj", - "bl", - "bm", - "bn", - "bo", - "bq", - "br", - "bs", - "bt", - "bv", - "bw", - "by", - "bz", - "ca", - "cat", - "cc", - "cd", - "cf", - "cg", - "ch", - "ci", - "ck", - "cl", - "cm", - "cn", - "co", - "com", - "coop", - "cr", - "cs", - "cu", - "cv", - "cw", - "cx", - "cy", - "cz", - "dd", - "de", - "dj", - "dk", - "dm", - "do", - "dz", - "ec", - "edu", - "ee", - "eg", - "eh", - "er", - "es", - "et", - "eu", - "fi", - "fj", - "fk", - "fm", - "fo", - "fr", - "ga", - "gb", - "gd", - "ge", - "gf", - "gg", - "gh", - "gi", - "gl", - "gm", - "gn", - "gov", - "gp", - "gq", - "gr", - "gs", - "gt", - "gu", - "gw", - "gy", - "hk", - "hm", - "hn", - "hr", - "ht", - "hu", - "id", - "ie", - "il", - "im", - "in", - "info", - "int", - "io", - "iq", - "ir", - "is", - "it", - "je", - "jm", - "jo", - "jobs", - "jp", - "ke", - "kg", - "kh", - "ki", - "km", - "kn", - "kp", - "kr", - "kw", - "ky", - "kz", - "la", - "lb", - "lc", - "li", - "lk", - "local", - "lr", - "ls", - "lt", - "lu", - "lv", - "ly", - "ma", - "mc", - "md", - "me", - "mf", - "mg", - "mh", - "mil", - "mk", - "ml", - "mm", - "mn", - "mo", - "mobi", - "mp", - "mq", - "mr", - "ms", - "mt", - "mu", - "museum", - "mv", - "mw", - "mx", - "my", - "mz", - "na", - "name", - "nato", - "nc", - "ne", - "net", - "nf", - "ng", - "ni", - "nl", - "no", - "np", - "nr", - "nu", - "nz", - "om", - "onion", - "org", - "pa", - "pe", - "pf", - "pg", - "ph", - "pk", - "pl", - "pm", - "pn", - "pr", - "pro", - "ps", - "pt", - "pw", - "py", - "qa", - "re", - "ro", - "rs", - "ru", - "rw", - "sa", - "sb", - "sc", - "sd", - "se", - "sg", - "sh", - "si", - "sj", - "sk", - "sl", - "sm", - "sn", - "so", - "sr", - "ss", - "st", - "su", - "sv", - "sx", - "sy", - "sz", - "tc", - "td", - "tel", - "tf", - "tg", - "th", - "tj", - "tk", - "tl", - "tm", - "tn", - "to", - "tp", - "tr", - "travel", - "tt", - "tv", - "tw", - "tz", - "ua", - "ug", - "uk", - "um", - "us", - "uy", - "uz", - "va", - "vc", - "ve", - "vg", - "vi", - "vn", - "vu", - "wf", - "ws", - "xxx", - "ye", - "yt", - "yu", - "za", - "zm", - "zr", - "zw" +exports.tldList = [ + "aaa", + "aarp", + "abarth", + "abb", + "abbott", + "abbvie", + "abc", + "able", + "abogado", + "abudhabi", + "ac", + "academy", + "accenture", + "accountant", + "accountants", + "aco", + "active", + "actor", + "ad", + "adac", + "ads", + "adult", + "ae", + "aeg", + "aero", + "aetna", + "af", + "afamilycompany", + "afl", + "africa", + "ag", + "agakhan", + "agency", + "ai", + "aig", + "aigo", + "airbus", + "airforce", + "airtel", + "akdn", + "al", + "alfaromeo", + "alibaba", + "alipay", + "allfinanz", + "allstate", + "ally", + "alsace", + "alstom", + "am", + "americanexpress", + "americanfamily", + "amex", + "amfam", + "amica", + "amsterdam", + "an", + "analytics", + "android", + "anquan", + "anz", + "ao", + "aol", + "apartments", + "app", + "apple", + "aq", + "aquarelle", + "ar", + "arab", + "aramco", + "archi", + "army", + "arpa", + "art", + "arte", + "as", + "asda", + "asia", + "associates", + "at", + "athleta", + "attorney", + "au", + "auction", + "audi", + "audible", + "audio", + "auspost", + "author", + "auto", + "autos", + "avianca", + "aw", + "aws", + "ax", + "axa", + "az", + "azure", + "ba", + "baby", + "baidu", + "banamex", + "bananarepublic", + "band", + "bank", + "bar", + "barcelona", + "barclaycard", + "barclays", + "barefoot", + "bargains", + "baseball", + "basketball", + "bauhaus", + "bayern", + "bb", + "bbc", + "bbt", + "bbva", + "bcg", + "bcn", + "bd", + "be", + "beats", + "beauty", + "beer", + "bentley", + "berlin", + "best", + "bestbuy", + "bet", + "bf", + "bg", + "bh", + "bharti", + "bi", + "bible", + "bid", + "bike", + "bing", + "bingo", + "bio", + "biz", + "bj", + "bl", + "black", + "blackfriday", + "blanco", + "blockbuster", + "blog", + "bloomberg", + "blue", + "bm", + "bms", + "bmw", + "bn", + "bnl", + "bnpparibas", + "bo", + "boats", + "boehringer", + "bofa", + "bom", + "bond", + "boo", + "book", + "booking", + "boots", + "bosch", + "bostik", + "boston", + "bot", + "boutique", + "box", + "bq", + "br", + "bradesco", + "bridgestone", + "broadway", + "broker", + "brother", + "brussels", + "bs", + "bt", + "budapest", + "bugatti", + "build", + "builders", + "business", + "buy", + "buzz", + "bv", + "bw", + "by", + "bz", + "bzh", + "ca", + "cab", + "cafe", + "cal", + "call", + "calvinklein", + "cam", + "camera", + "camp", + "cancerresearch", + "canon", + "capetown", + "capital", + "capitalone", + "car", + "caravan", + "cards", + "care", + "career", + "careers", + "cars", + "cartier", + "casa", + "case", + "caseih", + "cash", + "casino", + "cat", + "catering", + "catholic", + "cba", + "cbn", + "cbre", + "cbs", + "cc", + "cd", + "ceb", + "center", + "ceo", + "cern", + "cf", + "cfa", + "cfd", + "cg", + "ch", + "chanel", + "channel", + "chase", + "chat", + "cheap", + "chintai", + "chloe", + "christmas", + "chrome", + "chrysler", + "church", + "ci", + "cipriani", + "circle", + "cisco", + "citadel", + "citi", + "citic", + "city", + "cityeats", + "ck", + "cl", + "claims", + "cleaning", + "click", + "clinic", + "clinique", + "clothing", + "cloud", + "club", + "clubmed", + "cm", + "cn", + "co", + "coach", + "codes", + "coffee", + "college", + "cologne", + "com", + "comcast", + "commbank", + "community", + "company", + "compare", + "computer", + "comsec", + "condos", + "construction", + "consulting", + "contact", + "contractors", + "cooking", + "cookingchannel", + "cool", + "coop", + "corsica", + "country", + "coupon", + "coupons", + "courses", + "cr", + "credit", + "creditcard", + "creditunion", + "cricket", + "crown", + "crs", + "cruise", + "cruises", + "csc", + "cu", + "cuisinella", + "cv", + "cw", + "cx", + "cy", + "cymru", + "cyou", + "cz", + "dabur", + "dad", + "dance", + "data", + "date", + "dating", + "datsun", + "day", + "dclk", + "dds", + "de", + "deal", + "dealer", + "deals", + "degree", + "delivery", + "dell", + "deloitte", + "delta", + "democrat", + "dental", + "dentist", + "desi", + "design", + "dev", + "dhl", + "diamonds", + "diet", + "digital", + "direct", + "directory", + "discount", + "discover", + "dish", + "diy", + "dj", + "dk", + "dm", + "dnp", + "do", + "docs", + "doctor", + "dodge", + "dog", + "doha", + "domains", + "doosan", + "dot", + "download", + "drive", + "dtv", + "dubai", + "duck", + "dunlop", + "duns", + "dupont", + "durban", + "dvag", + "dvr", + "dz", + "earth", + "eat", + "ec", + "eco", + "edeka", + "edu", + "education", + "ee", + "eg", + "eh", + "email", + "emerck", + "energy", + "engineer", + "engineering", + "enterprises", + "epost", + "epson", + "equipment", + "er", + "ericsson", + "erni", + "es", + "esq", + "estate", + "esurance", + "et", + "etisalat", + "eu", + "eurovision", + "eus", + "events", + "everbank", + "exchange", + "expert", + "exposed", + "express", + "extraspace", + "fage", + "fail", + "fairwinds", + "faith", + "family", + "fan", + "fans", + "farm", + "farmers", + "fashion", + "fast", + "fedex", + "feedback", + "ferrari", + "ferrero", + "fi", + "fiat", + "fidelity", + "fido", + "film", + "final", + "finance", + "financial", + "fire", + "firestone", + "firmdale", + "fish", + "fishing", + "fit", + "fitness", + "fj", + "fk", + "flickr", + "flights", + "flir", + "florist", + "flowers", + "flsmidth", + "fly", + "fm", + "fo", + "foo", + "food", + "foodnetwork", + "football", + "ford", + "forex", + "forsale", + "forum", + "foundation", + "fox", + "fr", + "free", + "fresenius", + "frl", + "frogans", + "frontdoor", + "frontier", + "ftr", + "fujitsu", + "fujixerox", + "fun", + "fund", + "furniture", + "futbol", + "fyi", + "ga", + "gal", + "gallery", + "gallo", + "gallup", + "game", + "games", + "gap", + "garden", + "gb", + "gbiz", + "gd", + "gdn", + "ge", + "gea", + "gent", + "genting", + "george", + "gf", + "gg", + "ggee", + "gh", + "gi", + "gift", + "gifts", + "gives", + "giving", + "gl", + "glade", + "glass", + "gle", + "global", + "globo", + "gm", + "gmail", + "gmbh", + "gmo", + "gmx", + "gn", + "godaddy", + "gold", + "goldpoint", + "golf", + "goo", + "goodhands", + "goodyear", + "goog", + "google", + "gop", + "got", + "gov", + "gp", + "gq", + "gr", + "grainger", + "graphics", + "gratis", + "green", + "gripe", + "grocery", + "group", + "gs", + "gt", + "gu", + "guardian", + "gucci", + "guge", + "guide", + "guitars", + "guru", + "gw", + "gy", + "hair", + "hamburg", + "hangout", + "haus", + "hbo", + "hdfc", + "hdfcbank", + "health", + "healthcare", + "help", + "helsinki", + "here", + "hermes", + "hgtv", + "hiphop", + "hisamitsu", + "hitachi", + "hiv", + "hk", + "hkt", + "hm", + "hn", + "hockey", + "holdings", + "holiday", + "homedepot", + "homegoods", + "homes", + "homesense", + "honda", + "honeywell", + "horse", + "hospital", + "host", + "hosting", + "hot", + "hoteles", + "hotels", + "hotmail", + "house", + "how", + "hr", + "hsbc", + "ht", + "htc", + "hu", + "hughes", + "hyatt", + "hyundai", + "ibm", + "icbc", + "ice", + "icu", + "id", + "ie", + "ieee", + "ifm", + "iinet", + "ikano", + "il", + "im", + "imamat", + "imdb", + "immo", + "immobilien", + "in", + "industries", + "infiniti", + "info", + "ing", + "ink", + "institute", + "insurance", + "insure", + "int", + "intel", + "international", + "intuit", + "investments", + "io", + "ipiranga", + "iq", + "ir", + "irish", + "is", + "iselect", + "ismaili", + "ist", + "istanbul", + "it", + "itau", + "itv", + "iveco", + "iwc", + "jaguar", + "java", + "jcb", + "jcp", + "je", + "jeep", + "jetzt", + "jewelry", + "jio", + "jlc", + "jll", + "jm", + "jmp", + "jnj", + "jo", + "jobs", + "joburg", + "jot", + "joy", + "jp", + "jpmorgan", + "jprs", + "juegos", + "juniper", + "kaufen", + "kddi", + "ke", + "kerryhotels", + "kerrylogistics", + "kerryproperties", + "kfh", + "kg", + "kh", + "ki", + "kia", + "kim", + "kinder", + "kindle", + "kitchen", + "kiwi", + "km", + "kn", + "koeln", + "komatsu", + "kosher", + "kp", + "kpmg", + "kpn", + "kr", + "krd", + "kred", + "kuokgroup", + "kw", + "ky", + "kyoto", + "kz", + "la", + "lacaixa", + "ladbrokes", + "lamborghini", + "lamer", + "lancaster", + "lancia", + "lancome", + "land", + "landrover", + "lanxess", + "lasalle", + "lat", + "latino", + "latrobe", + "law", + "lawyer", + "lb", + "lc", + "lds", + "lease", + "leclerc", + "lefrak", + "legal", + "lego", + "lexus", + "lgbt", + "li", + "liaison", + "lidl", + "life", + "lifeinsurance", + "lifestyle", + "lighting", + "like", + "lilly", + "limited", + "limo", + "lincoln", + "linde", + "link", + "lipsy", + "live", + "living", + "lixil", + "lk", + "loan", + "loans", + "locker", + "locus", + "loft", + "lol", + "london", + "lotte", + "lotto", + "love", + "lpl", + "lplfinancial", + "lr", + "ls", + "lt", + "ltd", + "ltda", + "lu", + "lundbeck", + "lupin", + "luxe", + "luxury", + "lv", + "ly", + "ma", + "macys", + "madrid", + "maif", + "maison", + "makeup", + "man", + "management", + "mango", + "map", + "market", + "marketing", + "markets", + "marriott", + "marshalls", + "maserati", + "mattel", + "mba", + "mc", + "mcd", + "mcdonalds", + "mckinsey", + "md", + "me", + "med", + "media", + "meet", + "melbourne", + "meme", + "memorial", + "men", + "menu", + "meo", + "merckmsd", + "metlife", + "mf", + "mg", + "mh", + "miami", + "microsoft", + "mil", + "mini", + "mint", + "mit", + "mitsubishi", + "mk", + "ml", + "mlb", + "mls", + "mm", + "mma", + "mn", + "mo", + "mobi", + "mobile", + "mobily", + "moda", + "moe", + "moi", + "mom", + "monash", + "money", + "monster", + "montblanc", + "mopar", + "mormon", + "mortgage", + "moscow", + "moto", + "motorcycles", + "mov", + "movie", + "movistar", + "mp", + "mq", + "mr", + "ms", + "msd", + "mt", + "mtn", + "mtpc", + "mtr", + "mu", + "museum", + "mutual", + "mutuelle", + "mv", + "mw", + "mx", + "my", + "mz", + "na", + "nab", + "nadex", + "nagoya", + "name", + "nationwide", + "natura", + "navy", + "nba", + "nc", + "ne", + "nec", + "net", + "netbank", + "netflix", + "network", + "neustar", + "new", + "newholland", + "news", + "next", + "nextdirect", + "nexus", + "nf", + "nfl", + "ng", + "ngo", + "nhk", + "ni", + "nico", + "nike", + "nikon", + "ninja", + "nissan", + "nissay", + "nl", + "no", + "nokia", + "northwesternmutual", + "norton", + "now", + "nowruz", + "nowtv", + "np", + "nr", + "nra", + "nrw", + "ntt", + "nu", + "nyc", + "nz", + "obi", + "observer", + "off", + "office", + "okinawa", + "olayan", + "olayangroup", + "oldnavy", + "ollo", + "om", + "omega", + "one", + "ong", + "onl", + "online", + "onyourside", + "ooo", + "open", + "oracle", + "orange", + "org", + "organic", + "orientexpress", + "origins", + "osaka", + "otsuka", + "ott", + "ovh", + "pa", + "page", + "pamperedchef", + "panasonic", + "panerai", + "paris", + "pars", + "partners", + "parts", + "party", + "passagens", + "pay", + "pccw", + "pe", + "pet", + "pf", + "pfizer", + "pg", + "ph", + "pharmacy", + "phd", + "philips", + "phone", + "photo", + "photography", + "photos", + "physio", + "piaget", + "pics", + "pictet", + "pictures", + "pid", + "pin", + "ping", + "pink", + "pioneer", + "pizza", + "pk", + "pl", + "place", + "play", + "playstation", + "plumbing", + "plus", + "pm", + "pn", + "pnc", + "pohl", + "poker", + "politie", + "porn", + "post", + "pr", + "pramerica", + "praxi", + "press", + "prime", + "pro", + "prod", + "productions", + "prof", + "progressive", + "promo", + "properties", + "property", + "protection", + "pru", + "prudential", + "ps", + "pt", + "pub", + "pw", + "pwc", + "py", + "qa", + "qpon", + "quebec", + "quest", + "qvc", + "racing", + "radio", + "raid", + "re", + "read", + "realestate", + "realtor", + "realty", + "recipes", + "red", + "redstone", + "redumbrella", + "rehab", + "reise", + "reisen", + "reit", + "reliance", + "ren", + "rent", + "rentals", + "repair", + "report", + "republican", + "rest", + "restaurant", + "review", + "reviews", + "rexroth", + "rich", + "richardli", + "ricoh", + "rightathome", + "ril", + "rio", + "rip", + "rmit", + "ro", + "rocher", + "rocks", + "rodeo", + "rogers", + "room", + "rs", + "rsvp", + "ru", + "rugby", + "ruhr", + "run", + "rw", + "rwe", + "ryukyu", + "sa", + "saarland", + "safe", + "safety", + "sakura", + "sale", + "salon", + "samsclub", + "samsung", + "sandvik", + "sandvikcoromant", + "sanofi", + "sap", + "sapo", + "sarl", + "sas", + "save", + "saxo", + "sb", + "sbi", + "sbs", + "sc", + "sca", + "scb", + "schaeffler", + "schmidt", + "scholarships", + "school", + "schule", + "schwarz", + "science", + "scjohnson", + "scor", + "scot", + "sd", + "se", + "search", + "seat", + "secure", + "security", + "seek", + "select", + "sener", + "services", + "ses", + "seven", + "sew", + "sex", + "sexy", + "sfr", + "sg", + "sh", + "shangrila", + "sharp", + "shaw", + "shell", + "shia", + "shiksha", + "shoes", + "shop", + "shopping", + "shouji", + "show", + "showtime", + "shriram", + "si", + "silk", + "sina", + "singles", + "site", + "sj", + "sk", + "ski", + "skin", + "sky", + "skype", + "sl", + "sling", + "sm", + "smart", + "smile", + "sn", + "sncf", + "so", + "soccer", + "social", + "softbank", + "software", + "sohu", + "solar", + "solutions", + "song", + "sony", + "soy", + "space", + "spiegel", + "spot", + "spreadbetting", + "sr", + "srl", + "srt", + "ss", + "st", + "stada", + "staples", + "star", + "starhub", + "statebank", + "statefarm", + "statoil", + "stc", + "stcgroup", + "stockholm", + "storage", + "store", + "stream", + "studio", + "study", + "style", + "su", + "sucks", + "supplies", + "supply", + "support", + "surf", + "surgery", + "suzuki", + "sv", + "swatch", + "swiftcover", + "swiss", + "sx", + "sy", + "sydney", + "symantec", + "systems", + "sz", + "tab", + "taipei", + "talk", + "taobao", + "target", + "tatamotors", + "tatar", + "tattoo", + "tax", + "taxi", + "tc", + "tci", + "td", + "tdk", + "team", + "tech", + "technology", + "tel", + "telecity", + "telefonica", + "temasek", + "tennis", + "teva", + "tf", + "tg", + "th", + "thd", + "theater", + "theatre", + "tiaa", + "tickets", + "tienda", + "tiffany", + "tips", + "tires", + "tirol", + "tj", + "tjmaxx", + "tjx", + "tk", + "tkmaxx", + "tl", + "tm", + "tmall", + "tn", + "to", + "today", + "tokyo", + "tools", + "top", + "toray", + "toshiba", + "total", + "tours", + "town", + "toyota", + "toys", + "tp", + "tr", + "trade", + "trading", + "training", + "travel", + "travelchannel", + "travelers", + "travelersinsurance", + "trust", + "trv", + "tt", + "tube", + "tui", + "tunes", + "tushu", + "tv", + "tvs", + "tw", + "tz", + "ua", + "ubank", + "ubs", + "uconnect", + "ug", + "uk", + "um", + "unicom", + "university", + "uno", + "uol", + "ups", + "us", + "uy", + "uz", + "va", + "vacations", + "vana", + "vanguard", + "vc", + "ve", + "vegas", + "ventures", + "verisign", + "versicherung", + "vet", + "vg", + "vi", + "viajes", + "video", + "vig", + "viking", + "villas", + "vin", + "vip", + "virgin", + "visa", + "vision", + "vista", + "vistaprint", + "viva", + "vivo", + "vlaanderen", + "vn", + "vodka", + "volkswagen", + "volvo", + "vote", + "voting", + "voto", + "voyage", + "vu", + "vuelos", + "wales", + "walmart", + "walter", + "wang", + "wanggou", + "warman", + "watch", + "watches", + "weather", + "weatherchannel", + "webcam", + "weber", + "website", + "wed", + "wedding", + "weibo", + "weir", + "wf", + "whoswho", + "wien", + "wiki", + "williamhill", + "win", + "windows", + "wine", + "winners", + "wme", + "wolterskluwer", + "woodside", + "work", + "works", + "world", + "wow", + "ws", + "wtc", + "wtf", + "xbox", + "xerox", + "xfinity", + "xihuan", + "xin", + "测试", + "कॉम", + "परीक्षा", + "セール", + "佛山", + "ಭಾರತ", + "慈善", + "集团", + "在线", + "한국", + "ଭାରତ", + "大众汽车", + "点看", + "คอม", + "ভাৰত", + "ভারত", + "八卦", + "‏موقع‎", + "বাংলা", + "公益", + "公司", + "香格里拉", + "网站", + "移动", + "我爱你", + "москва", + "испытание", + "қаз", + "католик", + "онлайн", + "сайт", + "联通", + "срб", + "бг", + "бел", + "‏קום‎", + "时尚", + "微博", + "테스트", + "淡马锡", + "ファッション", + "орг", + "नेट", + "ストア", + "삼성", + "சிங்கப்பூர்", + "商标", + "商店", + "商城", + "дети", + "мкд", + "‏טעסט‎", + "ею", + "ポイント", + "新闻", + "工行", + "家電", + "‏كوم‎", + "中文网", + "中信", + "中国", + "中國", + "娱乐", + "谷歌", + "భారత్", + "ලංකා", + "電訊盈科", + "购物", + "測試", + "クラウド", + "ભારત", + "通販", + "भारतम्", + "भारत", + "भारोत", + "‏آزمایشی‎", + "பரிட்சை", + "网店", + "संगठन", + "餐厅", + "网络", + "ком", + "укр", + "香港", + "诺基亚", + "食品", + "δοκιμή", + "飞利浦", + "‏إختبار‎", + "台湾", + "台灣", + "手表", + "手机", + "мон", + "‏الجزائر‎", + "‏عمان‎", + "‏ارامكو‎", + "‏ایران‎", + "‏العليان‎", + "‏اتصالات‎", + "‏امارات‎", + "‏بازار‎", + "‏موريتانيا‎", + "‏پاکستان‎", + "‏الاردن‎", + "‏موبايلي‎", + "‏بارت‎", + "‏بھارت‎", + "‏المغرب‎", + "‏ابوظبي‎", + "‏السعودية‎", + "‏ڀارت‎", + "‏كاثوليك‎", + "‏سودان‎", + "‏همراه‎", + "‏عراق‎", + "‏مليسيا‎", + "澳門", + "닷컴", + "政府", + "‏شبكة‎", + "‏بيتك‎", + "‏عرب‎", + "გე", + "机构", + "组织机构", + "健康", + "ไทย", + "‏سورية‎", + "рус", + "рф", + "珠宝", + "‏تونس‎", + "大拿", + "みんな", + "グーグル", + "ελ", + "世界", + "書籍", + "ഭാരതം", + "ਭਾਰਤ", + "网址", + "닷넷", + "コム", + "天主教", + "游戏", + "vermögensberater", + "vermögensberatung", + "企业", + "信息", + "嘉里大酒店", + "嘉里", + "‏مصر‎", + "‏قطر‎", + "广东", + "இலங்கை", + "இந்தியா", + "հայ", + "新加坡", + "‏فلسطين‎", + "テスト", + "政务", + "xperia", + "xxx", + "xyz", + "yachts", + "yahoo", + "yamaxun", + "yandex", + "ye", + "yodobashi", + "yoga", + "yokohama", + "you", + "youtube", + "yt", + "yun", + "za", + "zappos", + "zara", + "zero", + "zip", + "zippo", + "zm", + "zone", + "zuerich", + "zw" ]; \ No newline at end of file diff --git a/formats/json/tld-list.json b/formats/json/tld-list.json index 8f69700..c46de24 100644 --- a/formats/json/tld-list.json +++ b/formats/json/tld-list.json @@ -1,286 +1,1575 @@ [ - "ac", - "ad", - "ae", - "aero", - "af", - "ag", - "ai", - "al", - "am", - "an", - "ao", - "aq", - "ar", - "arpa", - "as", - "asia", - "at", - "au", - "aw", - "ax", - "az", - "ba", - "bb", - "bd", - "be", - "bf", - "bg", - "bh", - "bi", - "biz", - "bj", - "bl", - "bm", - "bn", - "bo", - "bq", - "br", - "bs", - "bt", - "bv", - "bw", - "by", - "bz", - "ca", - "cat", - "cc", - "cd", - "cf", - "cg", - "ch", - "ci", - "ck", - "cl", - "cm", - "cn", - "co", - "com", - "coop", - "cr", - "cs", - "cu", - "cv", - "cw", - "cx", - "cy", - "cz", - "dd", - "de", - "dj", - "dk", - "dm", - "do", - "dz", - "ec", - "edu", - "ee", - "eg", - "eh", - "er", - "es", - "et", - "eu", - "fi", - "fj", - "fk", - "fm", - "fo", - "fr", - "ga", - "gb", - "gd", - "ge", - "gf", - "gg", - "gh", - "gi", - "gl", - "gm", - "gn", - "gov", - "gp", - "gq", - "gr", - "gs", - "gt", - "gu", - "gw", - "gy", - "hk", - "hm", - "hn", - "hr", - "ht", - "hu", - "id", - "ie", - "il", - "im", - "in", - "info", - "int", - "io", - "iq", - "ir", - "is", - "it", - "je", - "jm", - "jo", - "jobs", - "jp", - "ke", - "kg", - "kh", - "ki", - "km", - "kn", - "kp", - "kr", - "kw", - "ky", - "kz", - "la", - "lb", - "lc", - "li", - "lk", - "local", - "lr", - "ls", - "lt", - "lu", - "lv", - "ly", - "ma", - "mc", - "md", - "me", - "mf", - "mg", - "mh", - "mil", - "mk", - "ml", - "mm", - "mn", - "mo", - "mobi", - "mp", - "mq", - "mr", - "ms", - "mt", - "mu", - "museum", - "mv", - "mw", - "mx", - "my", - "mz", - "na", - "name", - "nato", - "nc", - "ne", - "net", - "nf", - "ng", - "ni", - "nl", - "no", - "np", - "nr", - "nu", - "nz", - "om", - "onion", - "org", - "pa", - "pe", - "pf", - "pg", - "ph", - "pk", - "pl", - "pm", - "pn", - "pr", - "pro", - "ps", - "pt", - "pw", - "py", - "qa", - "re", - "ro", - "rs", - "ru", - "rw", - "sa", - "sb", - "sc", - "sd", - "se", - "sg", - "sh", - "si", - "sj", - "sk", - "sl", - "sm", - "sn", - "so", - "sr", - "ss", - "st", - "su", - "sv", - "sx", - "sy", - "sz", - "tc", - "td", - "tel", - "tf", - "tg", - "th", - "tj", - "tk", - "tl", - "tm", - "tn", - "to", - "tp", - "tr", - "travel", - "tt", - "tv", - "tw", - "tz", - "ua", - "ug", - "uk", - "um", - "us", - "uy", - "uz", - "va", - "vc", - "ve", - "vg", - "vi", - "vn", - "vu", - "wf", - "ws", - "xxx", - "ye", - "yt", - "yu", - "za", - "zm", - "zr", - "zw" + "aaa", + "aarp", + "abarth", + "abb", + "abbott", + "abbvie", + "abc", + "able", + "abogado", + "abudhabi", + "ac", + "academy", + "accenture", + "accountant", + "accountants", + "aco", + "active", + "actor", + "ad", + "adac", + "ads", + "adult", + "ae", + "aeg", + "aero", + "aetna", + "af", + "afamilycompany", + "afl", + "africa", + "ag", + "agakhan", + "agency", + "ai", + "aig", + "aigo", + "airbus", + "airforce", + "airtel", + "akdn", + "al", + "alfaromeo", + "alibaba", + "alipay", + "allfinanz", + "allstate", + "ally", + "alsace", + "alstom", + "am", + "americanexpress", + "americanfamily", + "amex", + "amfam", + "amica", + "amsterdam", + "an", + "analytics", + "android", + "anquan", + "anz", + "ao", + "aol", + "apartments", + "app", + "apple", + "aq", + "aquarelle", + "ar", + "arab", + "aramco", + "archi", + "army", + "arpa", + "art", + "arte", + "as", + "asda", + "asia", + "associates", + "at", + "athleta", + "attorney", + "au", + "auction", + "audi", + "audible", + "audio", + "auspost", + "author", + "auto", + "autos", + "avianca", + "aw", + "aws", + "ax", + "axa", + "az", + "azure", + "ba", + "baby", + "baidu", + "banamex", + "bananarepublic", + "band", + "bank", + "bar", + "barcelona", + "barclaycard", + "barclays", + "barefoot", + "bargains", + "baseball", + "basketball", + "bauhaus", + "bayern", + "bb", + "bbc", + "bbt", + "bbva", + "bcg", + "bcn", + "bd", + "be", + "beats", + "beauty", + "beer", + "bentley", + "berlin", + "best", + "bestbuy", + "bet", + "bf", + "bg", + "bh", + "bharti", + "bi", + "bible", + "bid", + "bike", + "bing", + "bingo", + "bio", + "biz", + "bj", + "bl", + "black", + "blackfriday", + "blanco", + "blockbuster", + "blog", + "bloomberg", + "blue", + "bm", + "bms", + "bmw", + "bn", + "bnl", + "bnpparibas", + "bo", + "boats", + "boehringer", + "bofa", + "bom", + "bond", + "boo", + "book", + "booking", + "boots", + "bosch", + "bostik", + "boston", + "bot", + "boutique", + "box", + "bq", + "br", + "bradesco", + "bridgestone", + "broadway", + "broker", + "brother", + "brussels", + "bs", + "bt", + "budapest", + "bugatti", + "build", + "builders", + "business", + "buy", + "buzz", + "bv", + "bw", + "by", + "bz", + "bzh", + "ca", + "cab", + "cafe", + "cal", + "call", + "calvinklein", + "cam", + "camera", + "camp", + "cancerresearch", + "canon", + "capetown", + "capital", + "capitalone", + "car", + "caravan", + "cards", + "care", + "career", + "careers", + "cars", + "cartier", + "casa", + "case", + "caseih", + "cash", + "casino", + "cat", + "catering", + "catholic", + "cba", + "cbn", + "cbre", + "cbs", + "cc", + "cd", + "ceb", + "center", + "ceo", + "cern", + "cf", + "cfa", + "cfd", + "cg", + "ch", + "chanel", + "channel", + "chase", + "chat", + "cheap", + "chintai", + "chloe", + "christmas", + "chrome", + "chrysler", + "church", + "ci", + "cipriani", + "circle", + "cisco", + "citadel", + "citi", + "citic", + "city", + "cityeats", + "ck", + "cl", + "claims", + "cleaning", + "click", + "clinic", + "clinique", + "clothing", + "cloud", + "club", + "clubmed", + "cm", + "cn", + "co", + "coach", + "codes", + "coffee", + "college", + "cologne", + "com", + "comcast", + "commbank", + "community", + "company", + "compare", + "computer", + "comsec", + "condos", + "construction", + "consulting", + "contact", + "contractors", + "cooking", + "cookingchannel", + "cool", + "coop", + "corsica", + "country", + "coupon", + "coupons", + "courses", + "cr", + "credit", + "creditcard", + "creditunion", + "cricket", + "crown", + "crs", + "cruise", + "cruises", + "csc", + "cu", + "cuisinella", + "cv", + "cw", + "cx", + "cy", + "cymru", + "cyou", + "cz", + "dabur", + "dad", + "dance", + "data", + "date", + "dating", + "datsun", + "day", + "dclk", + "dds", + "de", + "deal", + "dealer", + "deals", + "degree", + "delivery", + "dell", + "deloitte", + "delta", + "democrat", + "dental", + "dentist", + "desi", + "design", + "dev", + "dhl", + "diamonds", + "diet", + "digital", + "direct", + "directory", + "discount", + "discover", + "dish", + "diy", + "dj", + "dk", + "dm", + "dnp", + "do", + "docs", + "doctor", + "dodge", + "dog", + "doha", + "domains", + "doosan", + "dot", + "download", + "drive", + "dtv", + "dubai", + "duck", + "dunlop", + "duns", + "dupont", + "durban", + "dvag", + "dvr", + "dz", + "earth", + "eat", + "ec", + "eco", + "edeka", + "edu", + "education", + "ee", + "eg", + "eh", + "email", + "emerck", + "energy", + "engineer", + "engineering", + "enterprises", + "epost", + "epson", + "equipment", + "er", + "ericsson", + "erni", + "es", + "esq", + "estate", + "esurance", + "et", + "etisalat", + "eu", + "eurovision", + "eus", + "events", + "everbank", + "exchange", + "expert", + "exposed", + "express", + "extraspace", + "fage", + "fail", + "fairwinds", + "faith", + "family", + "fan", + "fans", + "farm", + "farmers", + "fashion", + "fast", + "fedex", + "feedback", + "ferrari", + "ferrero", + "fi", + "fiat", + "fidelity", + "fido", + "film", + "final", + "finance", + "financial", + "fire", + "firestone", + "firmdale", + "fish", + "fishing", + "fit", + "fitness", + "fj", + "fk", + "flickr", + "flights", + "flir", + "florist", + "flowers", + "flsmidth", + "fly", + "fm", + "fo", + "foo", + "food", + "foodnetwork", + "football", + "ford", + "forex", + "forsale", + "forum", + "foundation", + "fox", + "fr", + "free", + "fresenius", + "frl", + "frogans", + "frontdoor", + "frontier", + "ftr", + "fujitsu", + "fujixerox", + "fun", + "fund", + "furniture", + "futbol", + "fyi", + "ga", + "gal", + "gallery", + "gallo", + "gallup", + "game", + "games", + "gap", + "garden", + "gb", + "gbiz", + "gd", + "gdn", + "ge", + "gea", + "gent", + "genting", + "george", + "gf", + "gg", + "ggee", + "gh", + "gi", + "gift", + "gifts", + "gives", + "giving", + "gl", + "glade", + "glass", + "gle", + "global", + "globo", + "gm", + "gmail", + "gmbh", + "gmo", + "gmx", + "gn", + "godaddy", + "gold", + "goldpoint", + "golf", + "goo", + "goodhands", + "goodyear", + "goog", + "google", + "gop", + "got", + "gov", + "gp", + "gq", + "gr", + "grainger", + "graphics", + "gratis", + "green", + "gripe", + "grocery", + "group", + "gs", + "gt", + "gu", + "guardian", + "gucci", + "guge", + "guide", + "guitars", + "guru", + "gw", + "gy", + "hair", + "hamburg", + "hangout", + "haus", + "hbo", + "hdfc", + "hdfcbank", + "health", + "healthcare", + "help", + "helsinki", + "here", + "hermes", + "hgtv", + "hiphop", + "hisamitsu", + "hitachi", + "hiv", + "hk", + "hkt", + "hm", + "hn", + "hockey", + "holdings", + "holiday", + "homedepot", + "homegoods", + "homes", + "homesense", + "honda", + "honeywell", + "horse", + "hospital", + "host", + "hosting", + "hot", + "hoteles", + "hotels", + "hotmail", + "house", + "how", + "hr", + "hsbc", + "ht", + "htc", + "hu", + "hughes", + "hyatt", + "hyundai", + "ibm", + "icbc", + "ice", + "icu", + "id", + "ie", + "ieee", + "ifm", + "iinet", + "ikano", + "il", + "im", + "imamat", + "imdb", + "immo", + "immobilien", + "in", + "industries", + "infiniti", + "info", + "ing", + "ink", + "institute", + "insurance", + "insure", + "int", + "intel", + "international", + "intuit", + "investments", + "io", + "ipiranga", + "iq", + "ir", + "irish", + "is", + "iselect", + "ismaili", + "ist", + "istanbul", + "it", + "itau", + "itv", + "iveco", + "iwc", + "jaguar", + "java", + "jcb", + "jcp", + "je", + "jeep", + "jetzt", + "jewelry", + "jio", + "jlc", + "jll", + "jm", + "jmp", + "jnj", + "jo", + "jobs", + "joburg", + "jot", + "joy", + "jp", + "jpmorgan", + "jprs", + "juegos", + "juniper", + "kaufen", + "kddi", + "ke", + "kerryhotels", + "kerrylogistics", + "kerryproperties", + "kfh", + "kg", + "kh", + "ki", + "kia", + "kim", + "kinder", + "kindle", + "kitchen", + "kiwi", + "km", + "kn", + "koeln", + "komatsu", + "kosher", + "kp", + "kpmg", + "kpn", + "kr", + "krd", + "kred", + "kuokgroup", + "kw", + "ky", + "kyoto", + "kz", + "la", + "lacaixa", + "ladbrokes", + "lamborghini", + "lamer", + "lancaster", + "lancia", + "lancome", + "land", + "landrover", + "lanxess", + "lasalle", + "lat", + "latino", + "latrobe", + "law", + "lawyer", + "lb", + "lc", + "lds", + "lease", + "leclerc", + "lefrak", + "legal", + "lego", + "lexus", + "lgbt", + "li", + "liaison", + "lidl", + "life", + "lifeinsurance", + "lifestyle", + "lighting", + "like", + "lilly", + "limited", + "limo", + "lincoln", + "linde", + "link", + "lipsy", + "live", + "living", + "lixil", + "lk", + "loan", + "loans", + "locker", + "locus", + "loft", + "lol", + "london", + "lotte", + "lotto", + "love", + "lpl", + "lplfinancial", + "lr", + "ls", + "lt", + "ltd", + "ltda", + "lu", + "lundbeck", + "lupin", + "luxe", + "luxury", + "lv", + "ly", + "ma", + "macys", + "madrid", + "maif", + "maison", + "makeup", + "man", + "management", + "mango", + "map", + "market", + "marketing", + "markets", + "marriott", + "marshalls", + "maserati", + "mattel", + "mba", + "mc", + "mcd", + "mcdonalds", + "mckinsey", + "md", + "me", + "med", + "media", + "meet", + "melbourne", + "meme", + "memorial", + "men", + "menu", + "meo", + "merckmsd", + "metlife", + "mf", + "mg", + "mh", + "miami", + "microsoft", + "mil", + "mini", + "mint", + "mit", + "mitsubishi", + "mk", + "ml", + "mlb", + "mls", + "mm", + "mma", + "mn", + "mo", + "mobi", + "mobile", + "mobily", + "moda", + "moe", + "moi", + "mom", + "monash", + "money", + "monster", + "montblanc", + "mopar", + "mormon", + "mortgage", + "moscow", + "moto", + "motorcycles", + "mov", + "movie", + "movistar", + "mp", + "mq", + "mr", + "ms", + "msd", + "mt", + "mtn", + "mtpc", + "mtr", + "mu", + "museum", + "mutual", + "mutuelle", + "mv", + "mw", + "mx", + "my", + "mz", + "na", + "nab", + "nadex", + "nagoya", + "name", + "nationwide", + "natura", + "navy", + "nba", + "nc", + "ne", + "nec", + "net", + "netbank", + "netflix", + "network", + "neustar", + "new", + "newholland", + "news", + "next", + "nextdirect", + "nexus", + "nf", + "nfl", + "ng", + "ngo", + "nhk", + "ni", + "nico", + "nike", + "nikon", + "ninja", + "nissan", + "nissay", + "nl", + "no", + "nokia", + "northwesternmutual", + "norton", + "now", + "nowruz", + "nowtv", + "np", + "nr", + "nra", + "nrw", + "ntt", + "nu", + "nyc", + "nz", + "obi", + "observer", + "off", + "office", + "okinawa", + "olayan", + "olayangroup", + "oldnavy", + "ollo", + "om", + "omega", + "one", + "ong", + "onl", + "online", + "onyourside", + "ooo", + "open", + "oracle", + "orange", + "org", + "organic", + "orientexpress", + "origins", + "osaka", + "otsuka", + "ott", + "ovh", + "pa", + "page", + "pamperedchef", + "panasonic", + "panerai", + "paris", + "pars", + "partners", + "parts", + "party", + "passagens", + "pay", + "pccw", + "pe", + "pet", + "pf", + "pfizer", + "pg", + "ph", + "pharmacy", + "phd", + "philips", + "phone", + "photo", + "photography", + "photos", + "physio", + "piaget", + "pics", + "pictet", + "pictures", + "pid", + "pin", + "ping", + "pink", + "pioneer", + "pizza", + "pk", + "pl", + "place", + "play", + "playstation", + "plumbing", + "plus", + "pm", + "pn", + "pnc", + "pohl", + "poker", + "politie", + "porn", + "post", + "pr", + "pramerica", + "praxi", + "press", + "prime", + "pro", + "prod", + "productions", + "prof", + "progressive", + "promo", + "properties", + "property", + "protection", + "pru", + "prudential", + "ps", + "pt", + "pub", + "pw", + "pwc", + "py", + "qa", + "qpon", + "quebec", + "quest", + "qvc", + "racing", + "radio", + "raid", + "re", + "read", + "realestate", + "realtor", + "realty", + "recipes", + "red", + "redstone", + "redumbrella", + "rehab", + "reise", + "reisen", + "reit", + "reliance", + "ren", + "rent", + "rentals", + "repair", + "report", + "republican", + "rest", + "restaurant", + "review", + "reviews", + "rexroth", + "rich", + "richardli", + "ricoh", + "rightathome", + "ril", + "rio", + "rip", + "rmit", + "ro", + "rocher", + "rocks", + "rodeo", + "rogers", + "room", + "rs", + "rsvp", + "ru", + "rugby", + "ruhr", + "run", + "rw", + "rwe", + "ryukyu", + "sa", + "saarland", + "safe", + "safety", + "sakura", + "sale", + "salon", + "samsclub", + "samsung", + "sandvik", + "sandvikcoromant", + "sanofi", + "sap", + "sapo", + "sarl", + "sas", + "save", + "saxo", + "sb", + "sbi", + "sbs", + "sc", + "sca", + "scb", + "schaeffler", + "schmidt", + "scholarships", + "school", + "schule", + "schwarz", + "science", + "scjohnson", + "scor", + "scot", + "sd", + "se", + "search", + "seat", + "secure", + "security", + "seek", + "select", + "sener", + "services", + "ses", + "seven", + "sew", + "sex", + "sexy", + "sfr", + "sg", + "sh", + "shangrila", + "sharp", + "shaw", + "shell", + "shia", + "shiksha", + "shoes", + "shop", + "shopping", + "shouji", + "show", + "showtime", + "shriram", + "si", + "silk", + "sina", + "singles", + "site", + "sj", + "sk", + "ski", + "skin", + "sky", + "skype", + "sl", + "sling", + "sm", + "smart", + "smile", + "sn", + "sncf", + "so", + "soccer", + "social", + "softbank", + "software", + "sohu", + "solar", + "solutions", + "song", + "sony", + "soy", + "space", + "spiegel", + "spot", + "spreadbetting", + "sr", + "srl", + "srt", + "ss", + "st", + "stada", + "staples", + "star", + "starhub", + "statebank", + "statefarm", + "statoil", + "stc", + "stcgroup", + "stockholm", + "storage", + "store", + "stream", + "studio", + "study", + "style", + "su", + "sucks", + "supplies", + "supply", + "support", + "surf", + "surgery", + "suzuki", + "sv", + "swatch", + "swiftcover", + "swiss", + "sx", + "sy", + "sydney", + "symantec", + "systems", + "sz", + "tab", + "taipei", + "talk", + "taobao", + "target", + "tatamotors", + "tatar", + "tattoo", + "tax", + "taxi", + "tc", + "tci", + "td", + "tdk", + "team", + "tech", + "technology", + "tel", + "telecity", + "telefonica", + "temasek", + "tennis", + "teva", + "tf", + "tg", + "th", + "thd", + "theater", + "theatre", + "tiaa", + "tickets", + "tienda", + "tiffany", + "tips", + "tires", + "tirol", + "tj", + "tjmaxx", + "tjx", + "tk", + "tkmaxx", + "tl", + "tm", + "tmall", + "tn", + "to", + "today", + "tokyo", + "tools", + "top", + "toray", + "toshiba", + "total", + "tours", + "town", + "toyota", + "toys", + "tp", + "tr", + "trade", + "trading", + "training", + "travel", + "travelchannel", + "travelers", + "travelersinsurance", + "trust", + "trv", + "tt", + "tube", + "tui", + "tunes", + "tushu", + "tv", + "tvs", + "tw", + "tz", + "ua", + "ubank", + "ubs", + "uconnect", + "ug", + "uk", + "um", + "unicom", + "university", + "uno", + "uol", + "ups", + "us", + "uy", + "uz", + "va", + "vacations", + "vana", + "vanguard", + "vc", + "ve", + "vegas", + "ventures", + "verisign", + "versicherung", + "vet", + "vg", + "vi", + "viajes", + "video", + "vig", + "viking", + "villas", + "vin", + "vip", + "virgin", + "visa", + "vision", + "vista", + "vistaprint", + "viva", + "vivo", + "vlaanderen", + "vn", + "vodka", + "volkswagen", + "volvo", + "vote", + "voting", + "voto", + "voyage", + "vu", + "vuelos", + "wales", + "walmart", + "walter", + "wang", + "wanggou", + "warman", + "watch", + "watches", + "weather", + "weatherchannel", + "webcam", + "weber", + "website", + "wed", + "wedding", + "weibo", + "weir", + "wf", + "whoswho", + "wien", + "wiki", + "williamhill", + "win", + "windows", + "wine", + "winners", + "wme", + "wolterskluwer", + "woodside", + "work", + "works", + "world", + "wow", + "ws", + "wtc", + "wtf", + "xbox", + "xerox", + "xfinity", + "xihuan", + "xin", + "测试", + "कॉम", + "परीक्षा", + "セール", + "佛山", + "ಭಾರತ", + "慈善", + "集团", + "在线", + "한국", + "ଭାରତ", + "大众汽车", + "点看", + "คอม", + "ভাৰত", + "ভারত", + "八卦", + "‏موقع‎", + "বাংলা", + "公益", + "公司", + "香格里拉", + "网站", + "移动", + "我爱你", + "москва", + "испытание", + "қаз", + "католик", + "онлайн", + "сайт", + "联通", + "срб", + "бг", + "бел", + "‏קום‎", + "时尚", + "微博", + "테스트", + "淡马锡", + "ファッション", + "орг", + "नेट", + "ストア", + "삼성", + "சிங்கப்பூர்", + "商标", + "商店", + "商城", + "дети", + "мкд", + "‏טעסט‎", + "ею", + "ポイント", + "新闻", + "工行", + "家電", + "‏كوم‎", + "中文网", + "中信", + "中国", + "中國", + "娱乐", + "谷歌", + "భారత్", + "ලංකා", + "電訊盈科", + "购物", + "測試", + "クラウド", + "ભારત", + "通販", + "भारतम्", + "भारत", + "भारोत", + "‏آزمایشی‎", + "பரிட்சை", + "网店", + "संगठन", + "餐厅", + "网络", + "ком", + "укр", + "香港", + "诺基亚", + "食品", + "δοκιμή", + "飞利浦", + "‏إختبار‎", + "台湾", + "台灣", + "手表", + "手机", + "мон", + "‏الجزائر‎", + "‏عمان‎", + "‏ارامكو‎", + "‏ایران‎", + "‏العليان‎", + "‏اتصالات‎", + "‏امارات‎", + "‏بازار‎", + "‏موريتانيا‎", + "‏پاکستان‎", + "‏الاردن‎", + "‏موبايلي‎", + "‏بارت‎", + "‏بھارت‎", + "‏المغرب‎", + "‏ابوظبي‎", + "‏السعودية‎", + "‏ڀارت‎", + "‏كاثوليك‎", + "‏سودان‎", + "‏همراه‎", + "‏عراق‎", + "‏مليسيا‎", + "澳門", + "닷컴", + "政府", + "‏شبكة‎", + "‏بيتك‎", + "‏عرب‎", + "გე", + "机构", + "组织机构", + "健康", + "ไทย", + "‏سورية‎", + "рус", + "рф", + "珠宝", + "‏تونس‎", + "大拿", + "みんな", + "グーグル", + "ελ", + "世界", + "書籍", + "ഭാരതം", + "ਭਾਰਤ", + "网址", + "닷넷", + "コム", + "天主教", + "游戏", + "vermögensberater", + "vermögensberatung", + "企业", + "信息", + "嘉里大酒店", + "嘉里", + "‏مصر‎", + "‏قطر‎", + "广东", + "இலங்கை", + "இந்தியா", + "հայ", + "新加坡", + "‏فلسطين‎", + "テスト", + "政务", + "xperia", + "xxx", + "xyz", + "yachts", + "yahoo", + "yamaxun", + "yandex", + "ye", + "yodobashi", + "yoga", + "yokohama", + "you", + "youtube", + "yt", + "yun", + "za", + "zappos", + "zara", + "zero", + "zip", + "zippo", + "zm", + "zone", + "zuerich", + "zw" ] \ No newline at end of file diff --git a/formats/php/TldEnum/TldEnum.php b/formats/php/TldEnum/TldEnum.php index 44eaec9..14ea0cb 100644 --- a/formats/php/TldEnum/TldEnum.php +++ b/formats/php/TldEnum/TldEnum.php @@ -2,290 +2,1580 @@ namespace TldEnum; class TldEnum { - const TLD_ENUM = [ - 'ac', - 'ad', - 'ae', - 'aero', - 'af', - 'ag', - 'ai', - 'al', - 'am', - 'an', - 'ao', - 'aq', - 'ar', - 'arpa', - 'as', - 'asia', - 'at', - 'au', - 'aw', - 'ax', - 'az', - 'ba', - 'bb', - 'bd', - 'be', - 'bf', - 'bg', - 'bh', - 'bi', - 'biz', - 'bj', - 'bl', - 'bm', - 'bn', - 'bo', - 'bq', - 'br', - 'bs', - 'bt', - 'bv', - 'bw', - 'by', - 'bz', - 'ca', - 'cat', - 'cc', - 'cd', - 'cf', - 'cg', - 'ch', - 'ci', - 'ck', - 'cl', - 'cm', - 'cn', - 'co', - 'com', - 'coop', - 'cr', - 'cs', - 'cu', - 'cv', - 'cw', - 'cx', - 'cy', - 'cz', - 'dd', - 'de', - 'dj', - 'dk', - 'dm', - 'do', - 'dz', - 'ec', - 'edu', - 'ee', - 'eg', - 'eh', - 'er', - 'es', - 'et', - 'eu', - 'fi', - 'fj', - 'fk', - 'fm', - 'fo', - 'fr', - 'ga', - 'gb', - 'gd', - 'ge', - 'gf', - 'gg', - 'gh', - 'gi', - 'gl', - 'gm', - 'gn', - 'gov', - 'gp', - 'gq', - 'gr', - 'gs', - 'gt', - 'gu', - 'gw', - 'gy', - 'hk', - 'hm', - 'hn', - 'hr', - 'ht', - 'hu', - 'id', - 'ie', - 'il', - 'im', - 'in', - 'info', - 'int', - 'io', - 'iq', - 'ir', - 'is', - 'it', - 'je', - 'jm', - 'jo', - 'jobs', - 'jp', - 'ke', - 'kg', - 'kh', - 'ki', - 'km', - 'kn', - 'kp', - 'kr', - 'kw', - 'ky', - 'kz', - 'la', - 'lb', - 'lc', - 'li', - 'lk', - 'local', - 'lr', - 'ls', - 'lt', - 'lu', - 'lv', - 'ly', - 'ma', - 'mc', - 'md', - 'me', - 'mf', - 'mg', - 'mh', - 'mil', - 'mk', - 'ml', - 'mm', - 'mn', - 'mo', - 'mobi', - 'mp', - 'mq', - 'mr', - 'ms', - 'mt', - 'mu', - 'museum', - 'mv', - 'mw', - 'mx', - 'my', - 'mz', - 'na', - 'name', - 'nato', - 'nc', - 'ne', - 'net', - 'nf', - 'ng', - 'ni', - 'nl', - 'no', - 'np', - 'nr', - 'nu', - 'nz', - 'om', - 'onion', - 'org', - 'pa', - 'pe', - 'pf', - 'pg', - 'ph', - 'pk', - 'pl', - 'pm', - 'pn', - 'pr', - 'pro', - 'ps', - 'pt', - 'pw', - 'py', - 'qa', - 're', - 'ro', - 'rs', - 'ru', - 'rw', - 'sa', - 'sb', - 'sc', - 'sd', - 'se', - 'sg', - 'sh', - 'si', - 'sj', - 'sk', - 'sl', - 'sm', - 'sn', - 'so', - 'sr', - 'ss', - 'st', - 'su', - 'sv', - 'sx', - 'sy', - 'sz', - 'tc', - 'td', - 'tel', - 'tf', - 'tg', - 'th', - 'tj', - 'tk', - 'tl', - 'tm', - 'tn', - 'to', - 'tp', - 'tr', - 'travel', - 'tt', - 'tv', - 'tw', - 'tz', - 'ua', - 'ug', - 'uk', - 'um', - 'us', - 'uy', - 'uz', - 'va', - 'vc', - 've', - 'vg', - 'vi', - 'vn', - 'vu', - 'wf', - 'ws', - 'xxx', - 'ye', - 'yt', - 'yu', - 'za', - 'zm', - 'zr', - 'zw', - ]; -} + const TLD_ENUM = [ + 'aaa', + 'aarp', + 'abarth', + 'abb', + 'abbott', + 'abbvie', + 'abc', + 'able', + 'abogado', + 'abudhabi', + 'ac', + 'academy', + 'accenture', + 'accountant', + 'accountants', + 'aco', + 'active', + 'actor', + 'ad', + 'adac', + 'ads', + 'adult', + 'ae', + 'aeg', + 'aero', + 'aetna', + 'af', + 'afamilycompany', + 'afl', + 'africa', + 'ag', + 'agakhan', + 'agency', + 'ai', + 'aig', + 'aigo', + 'airbus', + 'airforce', + 'airtel', + 'akdn', + 'al', + 'alfaromeo', + 'alibaba', + 'alipay', + 'allfinanz', + 'allstate', + 'ally', + 'alsace', + 'alstom', + 'am', + 'americanexpress', + 'americanfamily', + 'amex', + 'amfam', + 'amica', + 'amsterdam', + 'an', + 'analytics', + 'android', + 'anquan', + 'anz', + 'ao', + 'aol', + 'apartments', + 'app', + 'apple', + 'aq', + 'aquarelle', + 'ar', + 'arab', + 'aramco', + 'archi', + 'army', + 'arpa', + 'art', + 'arte', + 'as', + 'asda', + 'asia', + 'associates', + 'at', + 'athleta', + 'attorney', + 'au', + 'auction', + 'audi', + 'audible', + 'audio', + 'auspost', + 'author', + 'auto', + 'autos', + 'avianca', + 'aw', + 'aws', + 'ax', + 'axa', + 'az', + 'azure', + 'ba', + 'baby', + 'baidu', + 'banamex', + 'bananarepublic', + 'band', + 'bank', + 'bar', + 'barcelona', + 'barclaycard', + 'barclays', + 'barefoot', + 'bargains', + 'baseball', + 'basketball', + 'bauhaus', + 'bayern', + 'bb', + 'bbc', + 'bbt', + 'bbva', + 'bcg', + 'bcn', + 'bd', + 'be', + 'beats', + 'beauty', + 'beer', + 'bentley', + 'berlin', + 'best', + 'bestbuy', + 'bet', + 'bf', + 'bg', + 'bh', + 'bharti', + 'bi', + 'bible', + 'bid', + 'bike', + 'bing', + 'bingo', + 'bio', + 'biz', + 'bj', + 'bl', + 'black', + 'blackfriday', + 'blanco', + 'blockbuster', + 'blog', + 'bloomberg', + 'blue', + 'bm', + 'bms', + 'bmw', + 'bn', + 'bnl', + 'bnpparibas', + 'bo', + 'boats', + 'boehringer', + 'bofa', + 'bom', + 'bond', + 'boo', + 'book', + 'booking', + 'boots', + 'bosch', + 'bostik', + 'boston', + 'bot', + 'boutique', + 'box', + 'bq', + 'br', + 'bradesco', + 'bridgestone', + 'broadway', + 'broker', + 'brother', + 'brussels', + 'bs', + 'bt', + 'budapest', + 'bugatti', + 'build', + 'builders', + 'business', + 'buy', + 'buzz', + 'bv', + 'bw', + 'by', + 'bz', + 'bzh', + 'ca', + 'cab', + 'cafe', + 'cal', + 'call', + 'calvinklein', + 'cam', + 'camera', + 'camp', + 'cancerresearch', + 'canon', + 'capetown', + 'capital', + 'capitalone', + 'car', + 'caravan', + 'cards', + 'care', + 'career', + 'careers', + 'cars', + 'cartier', + 'casa', + 'case', + 'caseih', + 'cash', + 'casino', + 'cat', + 'catering', + 'catholic', + 'cba', + 'cbn', + 'cbre', + 'cbs', + 'cc', + 'cd', + 'ceb', + 'center', + 'ceo', + 'cern', + 'cf', + 'cfa', + 'cfd', + 'cg', + 'ch', + 'chanel', + 'channel', + 'chase', + 'chat', + 'cheap', + 'chintai', + 'chloe', + 'christmas', + 'chrome', + 'chrysler', + 'church', + 'ci', + 'cipriani', + 'circle', + 'cisco', + 'citadel', + 'citi', + 'citic', + 'city', + 'cityeats', + 'ck', + 'cl', + 'claims', + 'cleaning', + 'click', + 'clinic', + 'clinique', + 'clothing', + 'cloud', + 'club', + 'clubmed', + 'cm', + 'cn', + 'co', + 'coach', + 'codes', + 'coffee', + 'college', + 'cologne', + 'com', + 'comcast', + 'commbank', + 'community', + 'company', + 'compare', + 'computer', + 'comsec', + 'condos', + 'construction', + 'consulting', + 'contact', + 'contractors', + 'cooking', + 'cookingchannel', + 'cool', + 'coop', + 'corsica', + 'country', + 'coupon', + 'coupons', + 'courses', + 'cr', + 'credit', + 'creditcard', + 'creditunion', + 'cricket', + 'crown', + 'crs', + 'cruise', + 'cruises', + 'csc', + 'cu', + 'cuisinella', + 'cv', + 'cw', + 'cx', + 'cy', + 'cymru', + 'cyou', + 'cz', + 'dabur', + 'dad', + 'dance', + 'data', + 'date', + 'dating', + 'datsun', + 'day', + 'dclk', + 'dds', + 'de', + 'deal', + 'dealer', + 'deals', + 'degree', + 'delivery', + 'dell', + 'deloitte', + 'delta', + 'democrat', + 'dental', + 'dentist', + 'desi', + 'design', + 'dev', + 'dhl', + 'diamonds', + 'diet', + 'digital', + 'direct', + 'directory', + 'discount', + 'discover', + 'dish', + 'diy', + 'dj', + 'dk', + 'dm', + 'dnp', + 'do', + 'docs', + 'doctor', + 'dodge', + 'dog', + 'doha', + 'domains', + 'doosan', + 'dot', + 'download', + 'drive', + 'dtv', + 'dubai', + 'duck', + 'dunlop', + 'duns', + 'dupont', + 'durban', + 'dvag', + 'dvr', + 'dz', + 'earth', + 'eat', + 'ec', + 'eco', + 'edeka', + 'edu', + 'education', + 'ee', + 'eg', + 'eh', + 'email', + 'emerck', + 'energy', + 'engineer', + 'engineering', + 'enterprises', + 'epost', + 'epson', + 'equipment', + 'er', + 'ericsson', + 'erni', + 'es', + 'esq', + 'estate', + 'esurance', + 'et', + 'etisalat', + 'eu', + 'eurovision', + 'eus', + 'events', + 'everbank', + 'exchange', + 'expert', + 'exposed', + 'express', + 'extraspace', + 'fage', + 'fail', + 'fairwinds', + 'faith', + 'family', + 'fan', + 'fans', + 'farm', + 'farmers', + 'fashion', + 'fast', + 'fedex', + 'feedback', + 'ferrari', + 'ferrero', + 'fi', + 'fiat', + 'fidelity', + 'fido', + 'film', + 'final', + 'finance', + 'financial', + 'fire', + 'firestone', + 'firmdale', + 'fish', + 'fishing', + 'fit', + 'fitness', + 'fj', + 'fk', + 'flickr', + 'flights', + 'flir', + 'florist', + 'flowers', + 'flsmidth', + 'fly', + 'fm', + 'fo', + 'foo', + 'food', + 'foodnetwork', + 'football', + 'ford', + 'forex', + 'forsale', + 'forum', + 'foundation', + 'fox', + 'fr', + 'free', + 'fresenius', + 'frl', + 'frogans', + 'frontdoor', + 'frontier', + 'ftr', + 'fujitsu', + 'fujixerox', + 'fun', + 'fund', + 'furniture', + 'futbol', + 'fyi', + 'ga', + 'gal', + 'gallery', + 'gallo', + 'gallup', + 'game', + 'games', + 'gap', + 'garden', + 'gb', + 'gbiz', + 'gd', + 'gdn', + 'ge', + 'gea', + 'gent', + 'genting', + 'george', + 'gf', + 'gg', + 'ggee', + 'gh', + 'gi', + 'gift', + 'gifts', + 'gives', + 'giving', + 'gl', + 'glade', + 'glass', + 'gle', + 'global', + 'globo', + 'gm', + 'gmail', + 'gmbh', + 'gmo', + 'gmx', + 'gn', + 'godaddy', + 'gold', + 'goldpoint', + 'golf', + 'goo', + 'goodhands', + 'goodyear', + 'goog', + 'google', + 'gop', + 'got', + 'gov', + 'gp', + 'gq', + 'gr', + 'grainger', + 'graphics', + 'gratis', + 'green', + 'gripe', + 'grocery', + 'group', + 'gs', + 'gt', + 'gu', + 'guardian', + 'gucci', + 'guge', + 'guide', + 'guitars', + 'guru', + 'gw', + 'gy', + 'hair', + 'hamburg', + 'hangout', + 'haus', + 'hbo', + 'hdfc', + 'hdfcbank', + 'health', + 'healthcare', + 'help', + 'helsinki', + 'here', + 'hermes', + 'hgtv', + 'hiphop', + 'hisamitsu', + 'hitachi', + 'hiv', + 'hk', + 'hkt', + 'hm', + 'hn', + 'hockey', + 'holdings', + 'holiday', + 'homedepot', + 'homegoods', + 'homes', + 'homesense', + 'honda', + 'honeywell', + 'horse', + 'hospital', + 'host', + 'hosting', + 'hot', + 'hoteles', + 'hotels', + 'hotmail', + 'house', + 'how', + 'hr', + 'hsbc', + 'ht', + 'htc', + 'hu', + 'hughes', + 'hyatt', + 'hyundai', + 'ibm', + 'icbc', + 'ice', + 'icu', + 'id', + 'ie', + 'ieee', + 'ifm', + 'iinet', + 'ikano', + 'il', + 'im', + 'imamat', + 'imdb', + 'immo', + 'immobilien', + 'in', + 'industries', + 'infiniti', + 'info', + 'ing', + 'ink', + 'institute', + 'insurance', + 'insure', + 'int', + 'intel', + 'international', + 'intuit', + 'investments', + 'io', + 'ipiranga', + 'iq', + 'ir', + 'irish', + 'is', + 'iselect', + 'ismaili', + 'ist', + 'istanbul', + 'it', + 'itau', + 'itv', + 'iveco', + 'iwc', + 'jaguar', + 'java', + 'jcb', + 'jcp', + 'je', + 'jeep', + 'jetzt', + 'jewelry', + 'jio', + 'jlc', + 'jll', + 'jm', + 'jmp', + 'jnj', + 'jo', + 'jobs', + 'joburg', + 'jot', + 'joy', + 'jp', + 'jpmorgan', + 'jprs', + 'juegos', + 'juniper', + 'kaufen', + 'kddi', + 'ke', + 'kerryhotels', + 'kerrylogistics', + 'kerryproperties', + 'kfh', + 'kg', + 'kh', + 'ki', + 'kia', + 'kim', + 'kinder', + 'kindle', + 'kitchen', + 'kiwi', + 'km', + 'kn', + 'koeln', + 'komatsu', + 'kosher', + 'kp', + 'kpmg', + 'kpn', + 'kr', + 'krd', + 'kred', + 'kuokgroup', + 'kw', + 'ky', + 'kyoto', + 'kz', + 'la', + 'lacaixa', + 'ladbrokes', + 'lamborghini', + 'lamer', + 'lancaster', + 'lancia', + 'lancome', + 'land', + 'landrover', + 'lanxess', + 'lasalle', + 'lat', + 'latino', + 'latrobe', + 'law', + 'lawyer', + 'lb', + 'lc', + 'lds', + 'lease', + 'leclerc', + 'lefrak', + 'legal', + 'lego', + 'lexus', + 'lgbt', + 'li', + 'liaison', + 'lidl', + 'life', + 'lifeinsurance', + 'lifestyle', + 'lighting', + 'like', + 'lilly', + 'limited', + 'limo', + 'lincoln', + 'linde', + 'link', + 'lipsy', + 'live', + 'living', + 'lixil', + 'lk', + 'loan', + 'loans', + 'locker', + 'locus', + 'loft', + 'lol', + 'london', + 'lotte', + 'lotto', + 'love', + 'lpl', + 'lplfinancial', + 'lr', + 'ls', + 'lt', + 'ltd', + 'ltda', + 'lu', + 'lundbeck', + 'lupin', + 'luxe', + 'luxury', + 'lv', + 'ly', + 'ma', + 'macys', + 'madrid', + 'maif', + 'maison', + 'makeup', + 'man', + 'management', + 'mango', + 'map', + 'market', + 'marketing', + 'markets', + 'marriott', + 'marshalls', + 'maserati', + 'mattel', + 'mba', + 'mc', + 'mcd', + 'mcdonalds', + 'mckinsey', + 'md', + 'me', + 'med', + 'media', + 'meet', + 'melbourne', + 'meme', + 'memorial', + 'men', + 'menu', + 'meo', + 'merckmsd', + 'metlife', + 'mf', + 'mg', + 'mh', + 'miami', + 'microsoft', + 'mil', + 'mini', + 'mint', + 'mit', + 'mitsubishi', + 'mk', + 'ml', + 'mlb', + 'mls', + 'mm', + 'mma', + 'mn', + 'mo', + 'mobi', + 'mobile', + 'mobily', + 'moda', + 'moe', + 'moi', + 'mom', + 'monash', + 'money', + 'monster', + 'montblanc', + 'mopar', + 'mormon', + 'mortgage', + 'moscow', + 'moto', + 'motorcycles', + 'mov', + 'movie', + 'movistar', + 'mp', + 'mq', + 'mr', + 'ms', + 'msd', + 'mt', + 'mtn', + 'mtpc', + 'mtr', + 'mu', + 'museum', + 'mutual', + 'mutuelle', + 'mv', + 'mw', + 'mx', + 'my', + 'mz', + 'na', + 'nab', + 'nadex', + 'nagoya', + 'name', + 'nationwide', + 'natura', + 'navy', + 'nba', + 'nc', + 'ne', + 'nec', + 'net', + 'netbank', + 'netflix', + 'network', + 'neustar', + 'new', + 'newholland', + 'news', + 'next', + 'nextdirect', + 'nexus', + 'nf', + 'nfl', + 'ng', + 'ngo', + 'nhk', + 'ni', + 'nico', + 'nike', + 'nikon', + 'ninja', + 'nissan', + 'nissay', + 'nl', + 'no', + 'nokia', + 'northwesternmutual', + 'norton', + 'now', + 'nowruz', + 'nowtv', + 'np', + 'nr', + 'nra', + 'nrw', + 'ntt', + 'nu', + 'nyc', + 'nz', + 'obi', + 'observer', + 'off', + 'office', + 'okinawa', + 'olayan', + 'olayangroup', + 'oldnavy', + 'ollo', + 'om', + 'omega', + 'one', + 'ong', + 'onl', + 'online', + 'onyourside', + 'ooo', + 'open', + 'oracle', + 'orange', + 'org', + 'organic', + 'orientexpress', + 'origins', + 'osaka', + 'otsuka', + 'ott', + 'ovh', + 'pa', + 'page', + 'pamperedchef', + 'panasonic', + 'panerai', + 'paris', + 'pars', + 'partners', + 'parts', + 'party', + 'passagens', + 'pay', + 'pccw', + 'pe', + 'pet', + 'pf', + 'pfizer', + 'pg', + 'ph', + 'pharmacy', + 'phd', + 'philips', + 'phone', + 'photo', + 'photography', + 'photos', + 'physio', + 'piaget', + 'pics', + 'pictet', + 'pictures', + 'pid', + 'pin', + 'ping', + 'pink', + 'pioneer', + 'pizza', + 'pk', + 'pl', + 'place', + 'play', + 'playstation', + 'plumbing', + 'plus', + 'pm', + 'pn', + 'pnc', + 'pohl', + 'poker', + 'politie', + 'porn', + 'post', + 'pr', + 'pramerica', + 'praxi', + 'press', + 'prime', + 'pro', + 'prod', + 'productions', + 'prof', + 'progressive', + 'promo', + 'properties', + 'property', + 'protection', + 'pru', + 'prudential', + 'ps', + 'pt', + 'pub', + 'pw', + 'pwc', + 'py', + 'qa', + 'qpon', + 'quebec', + 'quest', + 'qvc', + 'racing', + 'radio', + 'raid', + 're', + 'read', + 'realestate', + 'realtor', + 'realty', + 'recipes', + 'red', + 'redstone', + 'redumbrella', + 'rehab', + 'reise', + 'reisen', + 'reit', + 'reliance', + 'ren', + 'rent', + 'rentals', + 'repair', + 'report', + 'republican', + 'rest', + 'restaurant', + 'review', + 'reviews', + 'rexroth', + 'rich', + 'richardli', + 'ricoh', + 'rightathome', + 'ril', + 'rio', + 'rip', + 'rmit', + 'ro', + 'rocher', + 'rocks', + 'rodeo', + 'rogers', + 'room', + 'rs', + 'rsvp', + 'ru', + 'rugby', + 'ruhr', + 'run', + 'rw', + 'rwe', + 'ryukyu', + 'sa', + 'saarland', + 'safe', + 'safety', + 'sakura', + 'sale', + 'salon', + 'samsclub', + 'samsung', + 'sandvik', + 'sandvikcoromant', + 'sanofi', + 'sap', + 'sapo', + 'sarl', + 'sas', + 'save', + 'saxo', + 'sb', + 'sbi', + 'sbs', + 'sc', + 'sca', + 'scb', + 'schaeffler', + 'schmidt', + 'scholarships', + 'school', + 'schule', + 'schwarz', + 'science', + 'scjohnson', + 'scor', + 'scot', + 'sd', + 'se', + 'search', + 'seat', + 'secure', + 'security', + 'seek', + 'select', + 'sener', + 'services', + 'ses', + 'seven', + 'sew', + 'sex', + 'sexy', + 'sfr', + 'sg', + 'sh', + 'shangrila', + 'sharp', + 'shaw', + 'shell', + 'shia', + 'shiksha', + 'shoes', + 'shop', + 'shopping', + 'shouji', + 'show', + 'showtime', + 'shriram', + 'si', + 'silk', + 'sina', + 'singles', + 'site', + 'sj', + 'sk', + 'ski', + 'skin', + 'sky', + 'skype', + 'sl', + 'sling', + 'sm', + 'smart', + 'smile', + 'sn', + 'sncf', + 'so', + 'soccer', + 'social', + 'softbank', + 'software', + 'sohu', + 'solar', + 'solutions', + 'song', + 'sony', + 'soy', + 'space', + 'spiegel', + 'spot', + 'spreadbetting', + 'sr', + 'srl', + 'srt', + 'ss', + 'st', + 'stada', + 'staples', + 'star', + 'starhub', + 'statebank', + 'statefarm', + 'statoil', + 'stc', + 'stcgroup', + 'stockholm', + 'storage', + 'store', + 'stream', + 'studio', + 'study', + 'style', + 'su', + 'sucks', + 'supplies', + 'supply', + 'support', + 'surf', + 'surgery', + 'suzuki', + 'sv', + 'swatch', + 'swiftcover', + 'swiss', + 'sx', + 'sy', + 'sydney', + 'symantec', + 'systems', + 'sz', + 'tab', + 'taipei', + 'talk', + 'taobao', + 'target', + 'tatamotors', + 'tatar', + 'tattoo', + 'tax', + 'taxi', + 'tc', + 'tci', + 'td', + 'tdk', + 'team', + 'tech', + 'technology', + 'tel', + 'telecity', + 'telefonica', + 'temasek', + 'tennis', + 'teva', + 'tf', + 'tg', + 'th', + 'thd', + 'theater', + 'theatre', + 'tiaa', + 'tickets', + 'tienda', + 'tiffany', + 'tips', + 'tires', + 'tirol', + 'tj', + 'tjmaxx', + 'tjx', + 'tk', + 'tkmaxx', + 'tl', + 'tm', + 'tmall', + 'tn', + 'to', + 'today', + 'tokyo', + 'tools', + 'top', + 'toray', + 'toshiba', + 'total', + 'tours', + 'town', + 'toyota', + 'toys', + 'tp', + 'tr', + 'trade', + 'trading', + 'training', + 'travel', + 'travelchannel', + 'travelers', + 'travelersinsurance', + 'trust', + 'trv', + 'tt', + 'tube', + 'tui', + 'tunes', + 'tushu', + 'tv', + 'tvs', + 'tw', + 'tz', + 'ua', + 'ubank', + 'ubs', + 'uconnect', + 'ug', + 'uk', + 'um', + 'unicom', + 'university', + 'uno', + 'uol', + 'ups', + 'us', + 'uy', + 'uz', + 'va', + 'vacations', + 'vana', + 'vanguard', + 'vc', + 've', + 'vegas', + 'ventures', + 'verisign', + 'versicherung', + 'vet', + 'vg', + 'vi', + 'viajes', + 'video', + 'vig', + 'viking', + 'villas', + 'vin', + 'vip', + 'virgin', + 'visa', + 'vision', + 'vista', + 'vistaprint', + 'viva', + 'vivo', + 'vlaanderen', + 'vn', + 'vodka', + 'volkswagen', + 'volvo', + 'vote', + 'voting', + 'voto', + 'voyage', + 'vu', + 'vuelos', + 'wales', + 'walmart', + 'walter', + 'wang', + 'wanggou', + 'warman', + 'watch', + 'watches', + 'weather', + 'weatherchannel', + 'webcam', + 'weber', + 'website', + 'wed', + 'wedding', + 'weibo', + 'weir', + 'wf', + 'whoswho', + 'wien', + 'wiki', + 'williamhill', + 'win', + 'windows', + 'wine', + 'winners', + 'wme', + 'wolterskluwer', + 'woodside', + 'work', + 'works', + 'world', + 'wow', + 'ws', + 'wtc', + 'wtf', + 'xbox', + 'xerox', + 'xfinity', + 'xihuan', + 'xin', + '测试', + 'कॉम', + 'परीक्षा', + 'セール', + '佛山', + 'ಭಾರತ', + '慈善', + '集团', + '在线', + '한국', + 'ଭାରତ', + '大众汽车', + '点看', + 'คอม', + 'ভাৰত', + 'ভারত', + '八卦', + '‏موقع‎', + 'বাংলা', + '公益', + '公司', + '香格里拉', + '网站', + '移动', + '我爱你', + 'москва', + 'испытание', + 'қаз', + 'католик', + 'онлайн', + 'сайт', + '联通', + 'срб', + 'бг', + 'бел', + '‏קום‎', + '时尚', + '微博', + '테스트', + '淡马锡', + 'ファッション', + 'орг', + 'नेट', + 'ストア', + '삼성', + 'சிங்கப்பூர்', + '商标', + '商店', + '商城', + 'дети', + 'мкд', + '‏טעסט‎', + 'ею', + 'ポイント', + '新闻', + '工行', + '家電', + '‏كوم‎', + '中文网', + '中信', + '中国', + '中國', + '娱乐', + '谷歌', + 'భారత్', + 'ලංකා', + '電訊盈科', + '购物', + '測試', + 'クラウド', + 'ભારત', + '通販', + 'भारतम्', + 'भारत', + 'भारोत', + '‏آزمایشی‎', + 'பரிட்சை', + '网店', + 'संगठन', + '餐厅', + '网络', + 'ком', + 'укр', + '香港', + '诺基亚', + '食品', + 'δοκιμή', + '飞利浦', + '‏إختبار‎', + '台湾', + '台灣', + '手表', + '手机', + 'мон', + '‏الجزائر‎', + '‏عمان‎', + '‏ارامكو‎', + '‏ایران‎', + '‏العليان‎', + '‏اتصالات‎', + '‏امارات‎', + '‏بازار‎', + '‏موريتانيا‎', + '‏پاکستان‎', + '‏الاردن‎', + '‏موبايلي‎', + '‏بارت‎', + '‏بھارت‎', + '‏المغرب‎', + '‏ابوظبي‎', + '‏السعودية‎', + '‏ڀارت‎', + '‏كاثوليك‎', + '‏سودان‎', + '‏همراه‎', + '‏عراق‎', + '‏مليسيا‎', + '澳門', + '닷컴', + '政府', + '‏شبكة‎', + '‏بيتك‎', + '‏عرب‎', + 'გე', + '机构', + '组织机构', + '健康', + 'ไทย', + '‏سورية‎', + 'рус', + 'рф', + '珠宝', + '‏تونس‎', + '大拿', + 'みんな', + 'グーグル', + 'ελ', + '世界', + '書籍', + 'ഭാരതം', + 'ਭਾਰਤ', + '网址', + '닷넷', + 'コム', + '天主教', + '游戏', + 'vermögensberater', + 'vermögensberatung', + '企业', + '信息', + '嘉里大酒店', + '嘉里', + '‏مصر‎', + '‏قطر‎', + '广东', + 'இலங்கை', + 'இந்தியா', + 'հայ', + '新加坡', + '‏فلسطين‎', + 'テスト', + '政务', + 'xperia', + 'xxx', + 'xyz', + 'yachts', + 'yahoo', + 'yamaxun', + 'yandex', + 'ye', + 'yodobashi', + 'yoga', + 'yokohama', + 'you', + 'youtube', + 'yt', + 'yun', + 'za', + 'zappos', + 'zara', + 'zero', + 'zip', + 'zippo', + 'zm', + 'zone', + 'zuerich', + 'zw', +]; + +} \ No newline at end of file diff --git a/tlds.csv b/tlds.csv index b0ecec6..95f7ad8 100644 --- a/tlds.csv +++ b/tlds.csv @@ -1,284 +1,1573 @@ -ac,Ascension Island -ad,Andorra (Principality of) -ae,United Arab Emirates -aero,Air-transport industry -af,Afghanistan (Islamic Republic of) -ag,Antigua and Barbuda -ai,Anguilla -al,Albania (Republic of) -am,Armenia (Republic of) -an,Netherlands Antilles -ao,Angola (Republic of) -aq,Antarctica -ar,Argentina (Argentine Republic) -arpa,Address and Routing Parameter Area -as,American Samoa -asia,Organisations and individuals in the Asia-Pacific region -at,Austria (Republic of) -au,Australia (Commonwealth of) -aw,Aruba -ax,Åland Islands -az,Azerbaijan (Republic of) -ba,Bosnia and Herzegovina -bb,Barbados -bd,Bangladesh (People's Republic of) -be,Belgium (Kingdom of) -bf,Burkina Faso -bg,Bulgaria (Republic of) -bh,Bahrain (Kingdom of) -bi,Burundi (Republic of) -biz,Business -bj,Benin (Republic of) -bl,Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr} -bm,Bermuda -bn,Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam] -bo,Bolivia (Plurinational State of) -bq,Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl} -br,Brazil (Federative Republic of) -bs,Bahamas (Commonwealth of the) -bt,Bhutan (Kingdom of) -bv,Bouvet Island -bw,Botswana (Republic of) -by,Belarus (Republic of) -bz,Belize -ca,Canada -cat,Catalan -cc,Cocos (Keeling) Islands (Territory of the) -cd,Congo (Democratic Republic of the) [Congo-Kinshasa] -cf,Central African Republic -cg,Congo (Republic of) [Congo-Brazzaville] -ch,Switzerland (Swiss Confederation) -ci,Ivory Coast (Republic of Côte d'Ivoire) -ck,Cook Islands -cl,Chile (Republic of) -cm,Cameroon (Republic of) -cn,China (People's Republic of) -co,Colombia (Republic of) -com,Commercial organizations -coop,Cooperatives -cr,Costa Rica (Republic of) -cs,Czechoslovakia {formerly - retired 1995 - see also: .cz and .sk} -cu,Cuba (Republic of) -cv,Cape Verde (Republic of) -cw,Curaçao (Country of) -cx,Christmas Island (Territory of) -cy,Cyprus (Republic of) -cz,Czech Republic -dd,German Democratic Republic [East Germany] {formerly - retired} -de,Germany (Federal Republic of) -dj,Djibouti (Republic of) -dk,Denmark (Kingdom of) -dm,Dominica (Commonwealth of) -do,Dominican Republic -dz,Algeria (People's Democratic Republic of) -ec,Ecuador (Republic of) -edu,Educational establishments -ee,Estonia (Republic of) -eg,Egypt (Arab Republic of) -eh,Western Sahara {reserved} -er,Eritrea (State of) -es,Spain (Kingdom of) -et,Ethiopia (Federal Democratic Republic of) -eu,European Union -fi,Finland (Republic of) -fj,Fiji (Republic of) -fk,Falkland Islands (Malvinas) -fm,Micronesia (Federated States of) -fo,Faroe Islands -fr,France (French Republic) -ga,Gabon (Gabonese Republic) -gb,United Kingdom (United Kingdom of Great Britain and Northern Ireland) -gd,Grenada -ge,Georgia -gf,French Guiana -gg,Guernsey (Bailiwick of) -gh,Ghana (Republic of) -gi,Gibraltar -gl,Greenland -gm,Gambia (Republic of The) -gn,Guinea (Republic of) -gov,US government -gp,Guadeloupe -gq,Equatorial Guinea (Republic of) -gr,Greece (Hellenic Republic) -gs,South Georgia and the South Sandwich Islands -gt,Guatemala (Republic of) -gu,Guam -gw,Guinea-Bissau (Republic of) -gy,Guyana (Co-operative Republic of) -hk,Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China) -hm,Heard Island and McDonald Islands -hn,Honduras (Republic of) -hr,Croatia (Republic of) -ht,Haiti (Republic of) -hu,Hungary -id,Indonesia (Republic of) -ie,Ireland (Republic of) -il,Israel (State of) -im,Isle of Man -in,India (Republic of) -info,Informational sites -int,International treaty-based organizations -io,British Indian Ocean Territory -iq,Iraq (Republic of) -ir,Iran (Islamic Republic of) -is,Iceland -it,Italy (Italian Republic) -je,Jersey (Bailiwick of) -jm,Jamaica (Commonwealth of) -jo,Jordan (Hashemite Kingdom of) -jobs,Employment-related sites -jp,Japan -ke,Kenya (Republic of) -kg,Kyrgyzstan (Kyrgyz Republic) -kh,Cambodia (Kingdom of) -ki,Kiribati (Republic of) -km,Comoros (Union of the) -kn,Saint Kitts and Nevis (Federation of) -kp,Korea (Democratic People's Republic of) [North Korea] -kr,Korea (Republic of) [South Korea] -kw,Kuwait (State of Kuwait) -ky,Cayman Islands -kz,Kazakhstan (Republic of) -la,Laos (Lao People's Democratic Republic) -lb,Lebanon (Lebanese Republic) -lc,Saint Lucia -li,Liechtenstein (Principality of) -lk,Sri Lanka (Democratic Socialist Republic of) -local,Pseudo-Domain for Multicast DNS -lr,Liberia (Republic of) -ls,Lesotho (Kingdom of) -lt,Lithuania (Republic of) -lu,Luxembourg (Grand Duchy of) -lv,Latvia (Republic of) -ly,Libya -ma,Morocco -mc,Monaco (Principality of) -md,Moldova (Republic of) -me,Montenegro -mf,Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr} -mg,Madagascar (Republic of) -mh,Marshall Islands (Republic of the) -mil,US military -mk,Macedonia (Republic of) -ml,Mali (Republic of) -mm,Myanmar (Republic of the Union of) [Burma] -mn,Mongolia -mo,Macau (Macau Special Administrative Region of the People's Republic of China) [Macao] -mobi,Mobile -mp,Northern Mariana Islands (Commonwealth of the) -mq,Martinique -mr,Mauritania (Islamic Republic of) -ms,Montserrat -mt,Malta (Republic of) -mu,Mauritius (Republic of) -museum,Museums -mv,Maldives (Republic of) -mw,Malawi (Republic of) -mx,Mexico (United Mexican States) -my,Malaysia -mz,Mozambique (Republic of) -na,Namibia (Republic of) -name,Individuals -nato,NATO sites and operations {formerly - retired 1996 - never used} -nc,New Caledonia -ne,Niger (Republic of) -net,Network -nf,Norfolk Island (Territory of) -ng,Nigeria (Federal Republic of) -ni,Nicaragua (Republic of) -nl,Netherlands -no,Norway (Kingdom of) -np,Nepal (Federal Democratic Republic of) -nr,Nauru (Republic of) -nu,Niue -nz,New Zealand -om,Oman (Sultanate of) -onion,Pseudo-Domain for TOR (The Onion Router) -org,Non-profit organizations -pa,Panama (Republic of) -pe,Peru (Republic of) -pf,French Polynesia and Clipperton Island -pg,Papua New Guinea (Independent State of) -ph,Philippines (Republic of the) -pk,Pakistan (Islamic Republic of) -pl,Poland (Republic of) -pm,Saint Pierre and Miquelon -pn,Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands) -pr,Puerto Rico (Commonwealth of) -pro,Profession -ps,Palestine (State of) -pt,Portugal (Portuguese Republic) -pw,Palau (Republic of) -py,Paraguay (Republic of) -qa,Qatar (State of) -re,Réunion -ro,Romania -rs,Serbia (Republic of) -ru,Russia (Russian Federation) -rw,Rwanda (Republic of) -sa,Saudi Arabia (Kingdom of) -sb,Solomon Islands -sc,Seychelles (Republic of) -sd,Sudan (Republic of) -se,Sweden (Kingdom of) -sg,Singapore (Republic of) -sh,Saint Helena -si,Slovenia (Republic of) -sj,Svalbard and Jan Mayen {not in use - see also: .no} -sk,Slovakia (Slovak Republic) -sl,Sierra Leone (Republic of) -sm,San Marino (Republic of) -sn,Senegal (Republic of) -so,Somalia (Federal Republic of) -sr,Suriname (Republic of) -ss,South Sudan (Republic of) -st,São Tomé and Príncipe (Democratic Republic of) -su,Soviet Union (Union of Soviet Socialist Republics) -sv,El Salvador (Republic of) -sx,Sint Maarten -sy,Syria (Syrian Arab Republic) -sz,Swaziland (Kingdom of) -tc,Turks and Caicos Islands -td,Chad (Republic of) -tel,Telephone -tf,French Southern and Antarctic Lands (Territory of the) -tg,Togo (Togolese Republic) -th,Thailand (Kingdom of) -tj,Tajikistan (Republic of) -tk,Tokelau -tl,Timor-Leste (Democratic Republic of) [East Timor] -tm,Turkmenistan -tn,Tunisia (Republic of) -to,Tonga (Kingdom of) -tp,Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl} -tr,Turkey (Republic of) -travel,Travel -tt,Trinidad and Tobago (Republic of) -tv,Tuvalu -tw,Taiwan (Republic of China) -tz,Tanzania (United Republic of) -ua,Ukraine -ug,Uganda (Republic of) -uk,United Kingdom (United Kingdom of Great Britain and Northern Ireland) -um,United States Minor Outlying Islands {formerly - retired 2010 - see also: .us} -us,United States of America and United States Minor Outlying Islands -uy,Uruguay (Oriental Republic of) -uz,Uzbekistan (Republic of) -va,Vatican City (Vatican City State) -vc,Saint Vincent and the Grenadines -ve,Venezuela (Bolivarian Republic of) -vg,British Virgin Islands (Virgin Islands) -vi,United States Virgin Islands (United States Virgin Islands) -vn,Vietnam (Socialist Republic of) -vu,Vanuatu (Republic of) -wf,Wallis and Futuna (Territory of the Wallis and Futuna Islands) -ws,Samoa (Independent State of) -xxx,Adult entertainment -ye,Yemen (Republic of) -yt,Mayotte (Department of) -yu,Yugoslavia and Serbia and Montenegro {formerly - retired 2010 - see also: .me and .rs} -za,South Africa (Republic of) -zm,Zambia (Republic of) -zr,Zaire (Republic of) {formerly - retired 2001 - see also: .cd} -zw,Zimbabwe (Republic of) +aaa,"American Automobile Association, Inc.",generic +aarp,AARP,generic +abarth,Fiat Chrysler Automobiles N.V.,generic +abb,ABB Ltd,generic +abbott,"Abbott Laboratories, Inc.",generic +abbvie,AbbVie Inc.,generic +abc,"Disney Enterprises, Inc.",generic +able,Able Inc.,generic +abogado,Top Level Domain Holdings Limited,generic +abudhabi,Abu Dhabi Systems and Information Centre,generic +ac,Ascension Island,country-code +academy,"Half Oaks, LLC",generic +accenture,Accenture plc,generic +accountant,dot Accountant Limited,generic +accountants,"Knob Town, LLC",generic +aco,ACO Severin Ahlmann GmbH & Co. KG,generic +active,"Active Network, LLC",generic +actor,United TLD Holdco Ltd.,generic +ad,Andorra (Principality of),country-code +adac,Allgemeiner Deutscher Automobil-Club e.V. (ADAC),generic +ads,Charleston Road Registry Inc.,generic +adult,ICM Registry AD LLC,generic +ae,United Arab Emirates,country-code +aeg,Aktiebolaget Electrolux,generic +aero,Air-transport industry,sponsored +aetna,Aetna Life Insurance Company,generic +af,Afghanistan (Islamic Republic of),country-code +afamilycompany,"Johnson Shareholdings, Inc.",generic +afl,Australian Football League,generic +africa,ZA Central Registry NPC trading as Registry.Africa,generic +ag,Antigua and Barbuda,country-code +agakhan,Fondation Aga Khan (Aga Khan Foundation),generic +agency,"Steel Falls, LLC",generic +ai,Anguilla,country-code +aig,"American International Group, Inc.",generic +aigo,"aigo Digital Technology Co,Ltd.",generic +airbus,Airbus S.A.S.,generic +airforce,United TLD Holdco Ltd.,generic +airtel,Bharti Airtel Limited,generic +akdn,Fondation Aga Khan (Aga Khan Foundation),generic +al,Albania (Republic of),country-code +alfaromeo,Fiat Chrysler Automobiles N.V.,generic +alibaba,Alibaba Group Holding Limited,generic +alipay,Alibaba Group Holding Limited,generic +allfinanz,Allfinanz Deutsche Vermögensberatung Aktiengesellschaft,generic +allstate,Allstate Fire and Casualty Insurance Company,generic +ally,Ally Financial Inc.,generic +alsace,REGION GRAND EST,generic +alstom,ALSTOM,generic +am,Armenia (Republic of),country-code +americanexpress,"American Express Travel Related Services Company, Inc.",generic +americanfamily,"AmFam, Inc.",generic +amex,"American Express Travel Related Services Company, Inc.",generic +amfam,"AmFam, Inc.",generic +amica,Amica Mutual Insurance Company,generic +amsterdam,Gemeente Amsterdam,generic +an,Netherlands Antilles,country-code +analytics,Campus IP LLC,generic +android,Charleston Road Registry Inc.,generic +anquan,QIHOO 360 TECHNOLOGY CO. LTD.,generic +anz,Australia and New Zealand Banking Group Limited,generic +ao,Angola (Republic of),country-code +aol,AOL Inc.,generic +apartments,"June Maple, LLC",generic +app,Charleston Road Registry Inc.,generic +apple,Apple Inc.,generic +aq,Antarctica,country-code +aquarelle,Aquarelle.com,generic +ar,Argentina (Argentine Republic),country-code +arab,League of Arab States,generic +aramco,Aramco Services Company,generic +archi,STARTING DOT LIMITED,generic +army,United TLD Holdco Ltd.,generic +arpa,Address and Routing Parameter Area,infrastructure +art,UK Creative Ideas Limited,generic +arte,Association Relative à la Télévision Européenne G.E.I.E.,generic +as,American Samoa,country-code +asda,"Wal-Mart Stores, Inc.",generic +asia,Organisations and individuals in the Asia-Pacific region,sponsored +associates,"Baxter Hill, LLC",generic +at,Austria (Republic of),country-code +athleta,"The Gap, Inc.",generic +attorney,"United TLD Holdco, Ltd",generic +au,Australia (Commonwealth of),country-code +auction,"United TLD HoldCo, Ltd.",generic +audi,AUDI Aktiengesellschaft,generic +audible,"Amazon Registry Services, Inc.",generic +audio,"Uniregistry, Corp.",generic +auspost,Australian Postal Corporation,generic +author,"Amazon Registry Services, Inc.",generic +auto,Cars Registry Limited,generic +autos,"DERAutos, LLC",generic +avianca,Aerovias del Continente Americano S.A. Avianca,generic +aw,Aruba,country-code +aws,"Amazon Registry Services, Inc.",generic +ax,Åland Islands,country-code +axa,AXA SA,generic +az,Azerbaijan (Republic of),country-code +azure,Microsoft Corporation,generic +ba,Bosnia and Herzegovina,country-code +baby,"Johnson & Johnson Services, Inc.",generic +baidu,"Baidu, Inc.",generic +banamex,Citigroup Inc.,generic +bananarepublic,"The Gap, Inc.",generic +band,"United TLD Holdco, Ltd",generic +bank,"fTLD Registry Services, LLC",generic +bar,Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable,generic +barcelona,Municipi de Barcelona,generic +barclaycard,Barclays Bank PLC,generic +barclays,Barclays Bank PLC,generic +barefoot,"Gallo Vineyards, Inc.",generic +bargains,"Half Hallow, LLC",generic +baseball,"MLB Advanced Media DH, LLC",generic +basketball,Fédération Internationale de Basketball (FIBA),generic +bauhaus,Werkhaus GmbH,generic +bayern,Bayern Connect GmbH,generic +bb,Barbados,country-code +bbc,British Broadcasting Corporation,generic +bbt,BB&T Corporation,generic +bbva,"BANCO BILBAO VIZCAYA ARGENTARIA, S.A.",generic +bcg,"The Boston Consulting Group, Inc.",generic +bcn,Municipi de Barcelona,generic +bd,Bangladesh (People's Republic of),country-code +be,Belgium (Kingdom of),country-code +beats,"Beats Electronics, LLC",generic +beauty,L'Oréal,generic +beer,Top Level Domain Holdings Limited,generic +bentley,Bentley Motors Limited,generic +berlin,dotBERLIN GmbH & Co. KG,generic +best,BestTLD Pty Ltd,generic +bestbuy,"BBY Solutions, Inc.",generic +bet,Afilias plc,generic +bf,Burkina Faso,country-code +bg,Bulgaria (Republic of),country-code +bh,Bahrain (Kingdom of),country-code +bharti,Bharti Enterprises (Holding) Private Limited,generic +bi,Burundi (Republic of),country-code +bible,American Bible Society,generic +bid,dot Bid Limited,generic +bike,"Grand Hollow, LLC",generic +bing,Microsoft Corporation,generic +bingo,"Sand Cedar, LLC",generic +bio,STARTING DOT LIMITED,generic +biz,Business,generic-restricted +bj,Benin (Republic of),country-code +bl,Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr},country-code +black,Afilias plc,generic +blackfriday,"Uniregistry, Corp.",generic +blanco,BLANCO GmbH + Co KG,generic +blockbuster,Dish DBS Corporation,generic +blog,"Knock Knock WHOIS There, LLC",generic +bloomberg,Bloomberg IP Holdings LLC,generic +blue,Afilias plc,generic +bm,Bermuda,country-code +bms,Bristol-Myers Squibb Company,generic +bmw,Bayerische Motoren Werke Aktiengesellschaft,generic +bn,Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam],country-code +bnl,Banca Nazionale del Lavoro,generic +bnpparibas,BNP Paribas,generic +bo,Bolivia (Plurinational State of),country-code +boats,"DERBoats, LLC",generic +boehringer,Boehringer Ingelheim International GmbH,generic +bofa,Bank of America Corporation,generic +bom,Núcleo de Informação e Coordenação do Ponto BR - NIC.br,generic +bond,Bond University Limited,generic +boo,Charleston Road Registry Inc.,generic +book,"Amazon Registry Services, Inc.",generic +booking,Booking.com B.V.,generic +boots,THE BOOTS COMPANY PLC,generic +bosch,Robert Bosch GMBH,generic +bostik,Bostik SA,generic +boston,"Boston TLD Management, LLC",generic +bot,"Amazon Registry Services, Inc.",generic +boutique,"Over Galley, LLC",generic +box,NS1 Limited,generic +bq,Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl},country-code +br,Brazil (Federative Republic of),country-code +bradesco,Banco Bradesco S.A.,generic +bridgestone,Bridgestone Corporation,generic +broadway,"Celebrate Broadway, Inc.",generic +broker,DOTBROKER REGISTRY LTD,generic +brother,"Brother Industries, Ltd.",generic +brussels,DNS.be vzw,generic +bs,Bahamas (Commonwealth of the),country-code +bt,Bhutan (Kingdom of),country-code +budapest,Top Level Domain Holdings Limited,generic +bugatti,Bugatti International SA,generic +build,Plan Bee LLC,generic +builders,"Atomic Madison, LLC",generic +business,"Spring Cross, LLC",generic +buy,"Amazon Registry Services, INC",generic +buzz,DOTSTRATEGY CO.,generic +bv,Bouvet Island,country-code +bw,Botswana (Republic of),country-code +by,Belarus (Republic of),country-code +bz,Belize,country-code +bzh,Association www.bzh,generic +ca,Canada,country-code +cab,"Half Sunset, LLC",generic +cafe,"Pioneer Canyon, LLC",generic +cal,Charleston Road Registry Inc.,generic +call,"Amazon Registry Services, Inc.",generic +calvinklein,PVH gTLD Holdings LLC,generic +cam,AC Webconnecting Holding B.V.,generic +camera,"Atomic Maple, LLC",generic +camp,"Delta Dynamite, LLC",generic +cancerresearch,Australian Cancer Research Foundation,generic +canon,Canon Inc.,generic +capetown,ZA Central Registry NPC trading as ZA Central Registry,generic +capital,"Delta Mill, LLC",generic +capitalone,Capital One Financial Corporation,generic +car,Cars Registry Limited,generic +caravan,"Caravan International, Inc.",generic +cards,"Foggy Hollow, LLC",generic +care,"Goose Cross, LLC",generic +career,dotCareer LLC,generic +careers,"Wild Corner, LLC",generic +cars,Cars Registry Limited,generic +cartier,Richemont DNS Inc.,generic +casa,Top Level Domain Holdings Limited,generic +case,CNH Industrial N.V.,generic +caseih,CNH Industrial N.V.,generic +cash,"Delta Lake, LLC",generic +casino,"Binky Sky, LLC",generic +cat,Catalan,sponsored +catering,New Falls. LLC,generic +catholic,Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication),generic +cba,COMMONWEALTH BANK OF AUSTRALIA,generic +cbn,"The Christian Broadcasting Network, Inc.",generic +cbre,"CBRE, Inc.",generic +cbs,CBS Domains Inc.,generic +cc,Cocos (Keeling) Islands (Territory of the),country-code +cd,Congo (Democratic Republic of the) [Congo-Kinshasa],country-code +ceb,The Corporate Executive Board Company,generic +center,"Tin Mill, LLC",generic +ceo,CEOTLD Pty Ltd,generic +cern,"European Organization for Nuclear Research (""CERN"")",generic +cf,Central African Republic,country-code +cfa,CFA Institute,generic +cfd,DOTCFD REGISTRY LTD,generic +cg,Congo (Republic of) [Congo-Brazzaville],country-code +ch,Switzerland (Swiss Confederation),country-code +chanel,Chanel International B.V.,generic +channel,Charleston Road Registry Inc.,generic +chase,"JPMorgan Chase Bank, National Association",generic +chat,"Sand Fields, LLC",generic +cheap,"Sand Cover, LLC",generic +chintai,CHINTAI Corporation,generic +chloe,Not assigned,generic +christmas,"Uniregistry, Corp.",generic +chrome,Charleston Road Registry Inc.,generic +chrysler,FCA US LLC.,generic +church,"Holly Fileds, LLC",generic +ci,Ivory Coast (Republic of Côte d'Ivoire),country-code +cipriani,Hotel Cipriani Srl,generic +circle,"Amazon Registry Services, Inc.",generic +cisco,"Cisco Technology, Inc.",generic +citadel,Citadel Domain LLC,generic +citi,Citigroup Inc.,generic +citic,CITIC Group Corporation,generic +city,"Snow Sky, LLC",generic +cityeats,"Lifestyle Domain Holdings, Inc.",generic +ck,Cook Islands,country-code +cl,Chile (Republic of),country-code +claims,"Black Corner, LLC",generic +cleaning,"Fox Shadow, LLC",generic +click,"Uniregistry, Corp.",generic +clinic,"Goose Park, LLC",generic +clinique,The Estée Lauder Companies Inc.,generic +clothing,"Steel Lake, LLC",generic +cloud,ARUBA PEC S.p.A.,generic +club,".CLUB DOMAINS, LLC",generic +clubmed,Club Méditerranée S.A.,generic +cm,Cameroon (Republic of),country-code +cn,China (People's Republic of),country-code +co,Colombia (Republic of),country-code +coach,"Koko Island, LLC",generic +codes,"Puff Willow, LLC",generic +coffee,"Trixy Cover, LLC",generic +college,XYZ.COM LLC,generic +cologne,NetCologne Gesellschaft für Telekommunikation mbH,generic +com,Commercial organizations,generic +comcast,"Comcast IP Holdings I, LLC",generic +commbank,COMMONWEALTH BANK OF AUSTRALIA,generic +community,"Fox Orchard, LLC",generic +company,"Silver Avenue, LLC",generic +compare,iSelect Ltd,generic +computer,"Pine Mill, LLC",generic +comsec,"VeriSign, Inc.",generic +condos,"Pine House, LLC",generic +construction,"Fox Dynamite, LLC",generic +consulting,"United TLD Holdco, LTD.",generic +contact,"Top Level Spectrum, Inc.",generic +contractors,"Magic Woods, LLC",generic +cooking,Top Level Domain Holdings Limited,generic +cookingchannel,"Lifestyle Domain Holdings, Inc.",generic +cool,"Koko Lake, LLC",generic +coop,Cooperatives,sponsored +corsica,Collectivité Territoriale de Corse,generic +country,Top Level Domain Holdings Limited,generic +coupon,"Amazon Registry Services, Inc.",generic +coupons,"Black Island, LLC",generic +courses,OPEN UNIVERSITIES AUSTRALIA PTY LTD,generic +cr,Costa Rica (Republic of),country-code +credit,"Snow Shadow, LLC",generic +creditcard,"Binky Frostbite, LLC",generic +creditunion,"CUNA Performance Resources, LLC",generic +cricket,dot Cricket Limited,generic +crown,Crown Equipment Corporation,generic +crs,Federated Co-operatives Limited,generic +cruise,Viking River Cruises (Bermuda) Ltd.,generic +cruises,"Spring Way, LLC",generic +csc,"Alliance-One Services, Inc.",generic +cu,Cuba (Republic of),country-code +cuisinella,SALM S.A.S.,generic +cv,Cape Verde (Republic of),country-code +cw,Curaçao (Country of),country-code +cx,Christmas Island (Territory of),country-code +cy,Cyprus (Republic of),country-code +cymru,Nominet UK,generic +cyou,"Beijing Gamease Age Digital Technology Co., Ltd.",generic +cz,Czech Republic,country-code +dabur,Dabur India Limited,generic +dad,Charleston Road Registry Inc.,generic +dance,United TLD Holdco Ltd.,generic +data,Dish DBS Corporation,generic +date,dot Date Limited,generic +dating,"Pine Fest, LLC",generic +datsun,"NISSAN MOTOR CO., LTD.",generic +day,Charleston Road Registry Inc.,generic +dclk,Charleston Road Registry Inc.,generic +dds,Minds + Machines Group Limited,generic +de,Germany (Federal Republic of),country-code +deal,"Amazon Registry Services, Inc.",generic +dealer,"Dealer Dot Com, Inc.",generic +deals,"Sand Sunset, LLC",generic +degree,"United TLD Holdco, Ltd",generic +delivery,"Steel Station, LLC",generic +dell,Dell Inc.,generic +deloitte,Deloitte Touche Tohmatsu,generic +delta,"Delta Air Lines, Inc.",generic +democrat,United TLD Holdco Ltd.,generic +dental,"Tin Birch, LLC",generic +dentist,"United TLD Holdco, Ltd",generic +desi,Desi Networks LLC,generic +design,"Top Level Design, LLC",generic +dev,Charleston Road Registry Inc.,generic +dhl,Deutsche Post AG,generic +diamonds,"John Edge, LLC",generic +diet,"Uniregistry, Corp.",generic +digital,"Dash Park, LLC",generic +direct,"Half Trail, LLC",generic +directory,"Extra Madison, LLC",generic +discount,"Holly Hill, LLC",generic +discover,Discover Financial Services,generic +dish,Dish DBS Corporation,generic +diy,"Lifestyle Domain Holdings, Inc.",generic +dj,Djibouti (Republic of),country-code +dk,Denmark (Kingdom of),country-code +dm,Dominica (Commonwealth of),country-code +dnp,"Dai Nippon Printing Co., Ltd.",generic +do,Dominican Republic,country-code +docs,Charleston Road Registry Inc.,generic +doctor,"Brice Trail, LLC",generic +dodge,FCA US LLC.,generic +dog,"Koko Mill, LLC",generic +doha,Communications Regulatory Authority (CRA),generic +domains,"Sugar Cross, LLC",generic +doosan,Retired,generic +dot,Dish DBS Corporation,generic +download,dot Support Limited,generic +drive,Charleston Road Registry Inc.,generic +dtv,Dish DBS Corporation,generic +dubai,Dubai Smart Government Department,generic +duck,"Johnson Shareholdings, Inc.",generic +dunlop,The Goodyear Tire & Rubber Company,generic +duns,The Dun & Bradstreet Corporation,generic +dupont,E. I. du Pont de Nemours and Company,generic +durban,ZA Central Registry NPC trading as ZA Central Registry,generic +dvag,Deutsche Vermögensberatung Aktiengesellschaft DVAG,generic +dvr,Hughes Satellite Systems Corporation,generic +dz,Algeria (People's Democratic Republic of),country-code +earth,"Interlink Co., Ltd.",generic +eat,Charleston Road Registry Inc.,generic +ec,Ecuador (Republic of),country-code +eco,Big Room Inc.,generic +edeka,EDEKA Verband kaufmännischer Genossenschaften e.V.,generic +edu,Educational establishments,sponsored +education,"Brice Way, LLC",generic +ee,Estonia (Republic of),country-code +eg,Egypt (Arab Republic of),country-code +eh,Western Sahara {reserved},country-code +email,"Spring Madison, LLC",generic +emerck,Merck KGaA,generic +energy,"Binky Birch, LLC",generic +engineer,United TLD Holdco Ltd.,generic +engineering,Romeo Canyon,generic +enterprises,"Snow Oaks, LLC",generic +epost,Deutsche Post AG,generic +epson,Seiko Epson Corporation,generic +equipment,"Corn Station, LLC",generic +er,Eritrea (State of),country-code +ericsson,Telefonaktiebolaget L M Ericsson,generic +erni,ERNI Group Holding AG,generic +es,Spain (Kingdom of),country-code +esq,Charleston Road Registry Inc.,generic +estate,"Trixy Park, LLC",generic +esurance,Esurance Insurance Company,generic +et,Ethiopia (Federal Democratic Republic of),country-code +etisalat,Emirates Telecommunications Corporation (trading as Etisalat),generic +eu,European Union,country-code +eurovision,European Broadcasting Union (EBU),generic +eus,Puntueus Fundazioa,generic +events,"Pioneer Maple, LLC",generic +everbank,EverBank,generic +exchange,"Spring Falls, LLC",generic +expert,"Magic Pass, LLC",generic +exposed,"Victor Beach, LLC",generic +express,"Sea Sunset, LLC",generic +extraspace,Extra Space Storage LLC,generic +fage,Fage International S.A.,generic +fail,"Atomic Pipe, LLC",generic +fairwinds,"FairWinds Partners, LLC",generic +faith,dot Faith Limited,generic +family,United TLD Holdco Ltd.,generic +fan,Asiamix Digital Ltd,generic +fans,Asiamix Digital Limited,generic +farm,"Just Maple, LLC",generic +farmers,Farmers Insurance Exchange,generic +fashion,Top Level Domain Holdings Limited,generic +fast,"Amazon Registry Services, Inc.",generic +fedex,Federal Express Corporation,generic +feedback,"Top Level Spectrum, Inc.",generic +ferrari,Fiat Chrysler Automobiles N.V.,generic +ferrero,Ferrero Trading Lux S.A.,generic +fi,Finland (Republic of),country-code +fiat,Fiat Chrysler Automobiles N.V.,generic +fidelity,Fidelity Brokerage Services LLC,generic +fido,Rogers Communications Canada Inc.,generic +film,Motion Picture Domain Registry Pty Ltd,generic +final,Núcleo de Informação e Coordenação do Ponto BR - NIC.br,generic +finance,"Cotton Cypress, LLC",generic +financial,"Just Cover, LLC",generic +fire,"Amazon Registry Services, Inc.",generic +firestone,"Bridgestone Licensing Services, Inc.",generic +firmdale,Firmdale Holdings Limited,generic +fish,"Fox Woods, LLC",generic +fishing,Top Level Domain Holdings Limited,generic +fit,Minds + Machines Group Limited,generic +fitness,"Brice Orchard, LLC",generic +fj,Fiji (Republic of),country-code +fk,Falkland Islands (Malvinas),country-code +flickr,Yahoo! Domain Services Inc.,generic +flights,"Fox Station, LLC",generic +flir,"FLIR Systems, Inc.",generic +florist,"Half Cypress, LLC",generic +flowers,"Uniregistry, Corp.",generic +flsmidth,Retired,generic +fly,Charleston Road Registry Inc.,generic +fm,Micronesia (Federated States of),country-code +fo,Faroe Islands,country-code +foo,Charleston Road Registry Inc.,generic +food,"Lifestyle Domain Holdings, Inc.",generic +foodnetwork,"Lifestyle Domain Holdings, Inc.",generic +football,"Foggy Farms, LLC",generic +ford,Ford Motor Company,generic +forex,DOTFOREX REGISTRY LTD,generic +forsale,"United TLD Holdco, LLC",generic +forum,"Fegistry, LLC",generic +foundation,"John Dale, LLC",generic +fox,"FOX Registry, LLC",generic +fr,France (French Republic),country-code +free,"Amazon Registry Services, Inc.",generic +fresenius,Fresenius Immobilien-Verwaltungs-GmbH,generic +frl,FRLregistry B.V.,generic +frogans,OP3FT,generic +frontdoor,"Lifestyle Domain Holdings, Inc.",generic +frontier,Frontier Communications Corporation,generic +ftr,Frontier Communications Corporation,generic +fujitsu,Fujitsu Limited,generic +fujixerox,Xerox DNHC LLC,generic +fun,"DotSpace, Inc.",generic +fund,"John Castle, LLC",generic +furniture,"Lone Fields, LLC",generic +futbol,"United TLD Holdco, Ltd.",generic +fyi,"Silver Tigers, LLC",generic +ga,Gabon (Gabonese Republic),country-code +gal,Asociación puntoGAL,generic +gallery,"Sugar House, LLC",generic +gallo,"Gallo Vineyards, Inc.",generic +gallup,"Gallup, Inc.",generic +game,"Uniregistry, Corp.",generic +games,United TLD Holdco Ltd.,generic +gap,"The Gap, Inc.",generic +garden,Top Level Domain Holdings Limited,generic +gb,United Kingdom (United Kingdom of Great Britain and Northern Ireland),country-code +gbiz,Charleston Road Registry Inc.,generic +gd,Grenada,country-code +gdn,"Joint Stock Company ""Navigation-information systems""",generic +ge,Georgia,country-code +gea,GEA Group Aktiengesellschaft,generic +gent,Combell nv,generic +genting,Resorts World Inc. Pte. Ltd.,generic +george,"Wal-Mart Stores, Inc.",generic +gf,French Guiana,country-code +gg,Guernsey (Bailiwick of),country-code +ggee,"GMO Internet, Inc.",generic +gh,Ghana (Republic of),country-code +gi,Gibraltar,country-code +gift,"Uniregistry, Corp.",generic +gifts,"Goose Sky, LLC",generic +gives,United TLD Holdco Ltd.,generic +giving,Giving Limited,generic +gl,Greenland,country-code +glade,"Johnson Shareholdings, Inc.",generic +glass,"Black Cover, LLC",generic +gle,Charleston Road Registry Inc.,generic +global,Dot Global Domain Registry Limited,generic +globo,Globo Comunicação e Participações S.A,generic +gm,Gambia (Republic of The),country-code +gmail,Charleston Road Registry Inc.,generic +gmbh,"Extra Dynamite, LLC",generic +gmo,"GMO Internet, Inc.",generic +gmx,1&1 Mail & Media GmbH,generic +gn,Guinea (Republic of),country-code +godaddy,"Go Daddy East, LLC",generic +gold,"June Edge, LLC",generic +goldpoint,"YODOBASHI CAMERA CO.,LTD.",generic +golf,"Lone Falls, LLC",generic +goo,NTT Resonant Inc.,generic +goodhands,Allstate Fire and Casualty Insurance Company,generic +goodyear,The Goodyear Tire & Rubber Company,generic +goog,Charleston Road Registry Inc.,generic +google,Charleston Road Registry Inc.,generic +gop,"Republican State Leadership Committee, Inc.",generic +got,"Amazon Registry Services, Inc.",generic +gov,US government,sponsored +gp,Guadeloupe,country-code +gq,Equatorial Guinea (Republic of),country-code +gr,Greece (Hellenic Republic),country-code +grainger,"Grainger Registry Services, LLC",generic +graphics,"Over Madison, LLC",generic +gratis,"Pioneer Tigers, LLC",generic +green,DotGreen Registry Limited,generic +gripe,"Corn Sunset, LLC",generic +grocery,"Wal-Mart Stores, Inc.",generic +group,"Romeo Town, LLC",generic +gs,South Georgia and the South Sandwich Islands,country-code +gt,Guatemala (Republic of),country-code +gu,Guam,country-code +guardian,The Guardian Life Insurance Company of America,generic +gucci,Guccio Gucci S.p.a.,generic +guge,Charleston Road Registry Inc.,generic +guide,"Snow Moon, LLC",generic +guitars,"Uniregistry, Corp.",generic +guru,"Pioneer Cypress, LLC",generic +gw,Guinea-Bissau (Republic of),country-code +gy,Guyana (Co-operative Republic of),country-code +hair,L'Oreal,generic +hamburg,Hamburg Top-Level-Domain GmbH,generic +hangout,Charleston Road Registry Inc.,generic +haus,"United TLD Holdco, LTD.",generic +hbo,"HBO Registry Services, Inc.",generic +hdfc,HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED,generic +hdfcbank,HDFC Bank Limited,generic +health,"DotHealth, LLC",generic +healthcare,"Silver Glen, LLC",generic +help,"Uniregistry, Corp.",generic +helsinki,City of Helsinki,generic +here,Charleston Road Registry Inc.,generic +hermes,Hermes International,generic +hgtv,"Lifestyle Domain Holdings, Inc.",generic +hiphop,"Uniregistry, Corp.",generic +hisamitsu,"Hisamitsu Pharmaceutical Co.,Inc.",generic +hitachi,"Hitachi, Ltd.",generic +hiv,"Uniregistry, Corp.",generic +hk,Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China),country-code +hkt,PCCW-HKT DataCom Services Limited,generic +hm,Heard Island and McDonald Islands,country-code +hn,Honduras (Republic of),country-code +hockey,"Half Willow, LLC",generic +holdings,"John Madison, LLC",generic +holiday,"Goose Woods, LLC",generic +homedepot,"Home Depot Product Authority, LLC",generic +homegoods,"The TJX Companies, Inc.",generic +homes,"DERHomes, LLC",generic +homesense,"The TJX Companies, Inc.",generic +honda,"Honda Motor Co., Ltd.",generic +honeywell,Honeywell GTLD LLC,generic +horse,Top Level Domain Holdings Limited,generic +hospital,"Ruby Pike, LLC",generic +host,DotHost Inc.,generic +hosting,"Uniregistry, Corp.",generic +hot,"Amazon Registry Services, Inc.",generic +hoteles,Travel Reservations SRL,generic +hotels,Booking.com B.V.,generic +hotmail,Microsoft Corporation,generic +house,"Sugar Park, LLC",generic +how,Charleston Road Registry Inc.,generic +hr,Croatia (Republic of),country-code +hsbc,HSBC Global Services (UK) Limited,generic +ht,Haiti (Republic of),country-code +htc,Not assigned,generic +hu,Hungary,country-code +hughes,Hughes Satellite Systems Corporation,generic +hyatt,"Hyatt GTLD, L.L.C.",generic +hyundai,Hyundai Motor Company,generic +ibm,International Business Machines Corporation,generic +icbc,Industrial and Commercial Bank of China Limited,generic +ice,"IntercontinentalExchange, Inc.",generic +icu,One.com A/S,generic +id,Indonesia (Republic of),country-code +ie,Ireland (Republic of),country-code +ieee,IEEE Global LLC,generic +ifm,ifm electronic gmbh,generic +iinet,Retired,generic +ikano,Ikano S.A.,generic +il,Israel (State of),country-code +im,Isle of Man,country-code +imamat,Fondation Aga Khan (Aga Khan Foundation),generic +imdb,"Amazon Registry Services, Inc.",generic +immo,"Auburn Bloom, LLC",generic +immobilien,United TLD Holdco Ltd.,generic +in,India (Republic of),country-code +industries,"Outer House, LLC",generic +infiniti,"NISSAN MOTOR CO., LTD.",generic +info,Informational sites,generic +ing,Charleston Road Registry Inc.,generic +ink,"Top Level Design, LLC",generic +institute,"Outer Maple, LLC",generic +insurance,fTLD Registry Services LLC,generic +insure,"Pioneer Willow, LLC",generic +int,International treaty-based organizations,sponsored +intel,Intel Corporation,generic +international,"Wild Way, LLC",generic +intuit,"Intuit Administrative Services, Inc.",generic +investments,"Holly Glen, LLC",generic +io,British Indian Ocean Territory,country-code +ipiranga,Ipiranga Produtos de Petroleo S.A.,generic +iq,Iraq (Republic of),country-code +ir,Iran (Islamic Republic of),country-code +irish,Tin Mill LLC,generic +is,Iceland,country-code +iselect,iSelect Ltd,generic +ismaili,Fondation Aga Khan (Aga Khan Foundation),generic +ist,Istanbul Metropolitan Municipality,generic +istanbul,Istanbul Metropolitan Municipality,generic +it,Italy (Italian Republic),country-code +itau,Itau Unibanco Holding S.A.,generic +itv,ITV Services Limited,generic +iveco,CNH Industrial N.V.,generic +iwc,Richemont DNS Inc.,generic +jaguar,Jaguar Land Rover Ltd,generic +java,Oracle Corporation,generic +jcb,"JCB Co., Ltd.",generic +jcp,"JCP Media, Inc.",generic +je,Jersey (Bailiwick of),country-code +jeep,FCA US LLC.,generic +jetzt,"Wild Frostbite, LLC",generic +jewelry,"Wild Bloom, LLC",generic +jio,"Affinity Names, Inc.",generic +jlc,Richemont DNS Inc.,generic +jll,Jones Lang LaSalle Incorporated,generic +jm,Jamaica (Commonwealth of),country-code +jmp,Matrix IP LLC,generic +jnj,"Johnson & Johnson Services, Inc.",generic +jo,Jordan (Hashemite Kingdom of),country-code +jobs,Employment-related sites,sponsored +joburg,ZA Central Registry NPC trading as ZA Central Registry,generic +jot,"Amazon Registry Services, Inc.",generic +joy,"Amazon Registry Services, Inc.",generic +jp,Japan,country-code +jpmorgan,"JPMorgan Chase Bank, National Association",generic +jprs,"Japan Registry Services Co., Ltd.",generic +juegos,"Uniregistry, Corp.",generic +juniper,"JUNIPER NETWORKS, INC.",generic +kaufen,United TLD Holdco Ltd.,generic +kddi,KDDI CORPORATION,generic +ke,Kenya (Republic of),country-code +kerryhotels,Kerry Trading Co. Limited,generic +kerrylogistics,Kerry Trading Co. Limited,generic +kerryproperties,Kerry Trading Co. Limited,generic +kfh,Kuwait Finance House,generic +kg,Kyrgyzstan (Kyrgyz Republic),country-code +kh,Cambodia (Kingdom of),country-code +ki,Kiribati (Republic of),country-code +kia,KIA MOTORS CORPORATION,generic +kim,Afilias plc,generic +kinder,Ferrero Trading Lux S.A.,generic +kindle,"Amazon Registry Services, Inc.",generic +kitchen,"Just Goodbye, LLC",generic +kiwi,DOT KIWI LIMITED,generic +km,Comoros (Union of the),country-code +kn,Saint Kitts and Nevis (Federation of),country-code +koeln,NetCologne Gesellschaft für Telekommunikation mbH,generic +komatsu,Komatsu Ltd.,generic +kosher,Kosher Marketing Assets LLC,generic +kp,Korea (Democratic People's Republic of) [North Korea],country-code +kpmg,KPMG International Cooperative (KPMG International Genossenschaft),generic +kpn,Koninklijke KPN N.V.,generic +kr,Korea (Republic of) [South Korea],country-code +krd,KRG Department of Information Technology,generic +kred,KredTLD Pty Ltd,generic +kuokgroup,Kerry Trading Co. Limited,generic +kw,Kuwait (State of Kuwait),country-code +ky,Cayman Islands,country-code +kyoto,Academic Institution: Kyoto Jyoho Gakuen,generic +kz,Kazakhstan (Republic of),country-code +la,Laos (Lao People's Democratic Republic),country-code +lacaixa,CAIXA D'ESTALVIS I PENSIONS DE BARCELONA,generic +ladbrokes,LADBROKES INTERNATIONAL PLC,generic +lamborghini,Automobili Lamborghini S.p.A.,generic +lamer,The Estée Lauder Companies Inc.,generic +lancaster,LANCASTER,generic +lancia,Fiat Chrysler Automobiles N.V.,generic +lancome,L'Oréal,generic +land,"Pine Moon, LLC",generic +landrover,Jaguar Land Rover Ltd,generic +lanxess,LANXESS Corporation,generic +lasalle,Jones Lang LaSalle Incorporated,generic +lat,ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico,generic +latino,Dish DBS Corporation,generic +latrobe,La Trobe University,generic +law,Minds + Machines Group Limited,generic +lawyer,"United TLD Holdco, Ltd",generic +lb,Lebanon (Lebanese Republic),country-code +lc,Saint Lucia,country-code +lds,"IRI Domain Management, LLC",generic +lease,"Victor Trail, LLC",generic +leclerc,A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc,generic +lefrak,"LeFrak Organization, Inc.",generic +legal,"Blue Falls, LLC",generic +lego,LEGO Juris A/S,generic +lexus,TOYOTA MOTOR CORPORATION,generic +lgbt,Afilias plc,generic +li,Liechtenstein (Principality of),country-code +liaison,"Liaison Technologies, Incorporated",generic +lidl,Schwarz Domains und Services GmbH & Co. KG,generic +life,"Trixy Oaks, LLC",generic +lifeinsurance,American Council of Life Insurers,generic +lifestyle,"Lifestyle Domain Holdings, Inc.",generic +lighting,"John McCook, LLC",generic +like,"Amazon Registry Services, Inc.",generic +lilly,Eli Lilly and Company,generic +limited,"Big Fest, LLC",generic +limo,"Hidden Frostbite, LLC",generic +lincoln,Ford Motor Company,generic +linde,Linde Aktiengesellschaft,generic +link,"Uniregistry, Corp.",generic +lipsy,Lipsy Ltd,generic +live,United TLD Holdco Ltd.,generic +living,"Lifestyle Domain Holdings, Inc.",generic +lixil,LIXIL Group Corporation,generic +lk,Sri Lanka (Democratic Socialist Republic of),country-code +loan,dot Loan Limited,generic +loans,"June Woods, LLC",generic +locker,Dish DBS Corporation,generic +locus,Locus Analytics LLC,generic +loft,"Annco, Inc.",generic +lol,"Uniregistry, Corp.",generic +london,Dot London Domains Limited,generic +lotte,"Lotte Holdings Co., Ltd.",generic +lotto,Afilias plc,generic +love,Merchant Law Group LLP,generic +lpl,"LPL Holdings, Inc.",generic +lplfinancial,"LPL Holdings, Inc.",generic +lr,Liberia (Republic of),country-code +ls,Lesotho (Kingdom of),country-code +lt,Lithuania (Republic of),country-code +ltd,"Over Corner, LLC",generic +ltda,InterNetX Corp.,generic +lu,Luxembourg (Grand Duchy of),country-code +lundbeck,H. Lundbeck A/S,generic +lupin,LUPIN LIMITED,generic +luxe,Top Level Domain Holdings Limited,generic +luxury,Luxury Partners LLC,generic +lv,Latvia (Republic of),country-code +ly,Libya,country-code +ma,Morocco,country-code +macys,"Macys, Inc.",generic +madrid,Comunidad de Madrid,generic +maif,Mutuelle Assurance Instituteur France (MAIF),generic +maison,"Victor Frostbite, LLC",generic +makeup,L'Oréal,generic +man,MAN SE,generic +management,"John Goodbye, LLC",generic +mango,PUNTO FA S.L.,generic +map,Charleston Road Registry Inc.,generic +market,"United TLD Holdco, Ltd",generic +marketing,"Fern Pass, LLC",generic +markets,DOTMARKETS REGISTRY LTD,generic +marriott,Marriott Worldwide Corporation,generic +marshalls,"The TJX Companies, Inc.",generic +maserati,Fiat Chrysler Automobiles N.V.,generic +mattel,"Mattel Sites, Inc.",generic +mba,"Lone Hollow, LLC",generic +mc,Monaco (Principality of),country-code +mcd,Not assigned,generic +mcdonalds,Not assigned,generic +mckinsey,"McKinsey Holdings, Inc.",generic +md,Moldova (Republic of),country-code +me,Montenegro,country-code +med,Medistry LLC,generic +media,"Grand Glen, LLC",generic +meet,Charleston Road Registry Inc.,generic +melbourne,"The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation",generic +meme,Charleston Road Registry Inc.,generic +memorial,"Dog Beach, LLC",generic +men,Exclusive Registry Limited,generic +menu,"Wedding TLD2, LLC",generic +meo,"MEO Serviços de Comunicações e Multimédia, S.A.",generic +merckmsd,"MSD Registry Holdings, Inc.",generic +metlife,"MetLife Services and Solutions, LLC",generic +mf,Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr},country-code +mg,Madagascar (Republic of),country-code +mh,Marshall Islands (Republic of the),country-code +miami,Top Level Domain Holdings Limited,generic +microsoft,Microsoft Corporation,generic +mil,US military,sponsored +mini,Bayerische Motoren Werke Aktiengesellschaft,generic +mint,"Intuit Administrative Services, Inc.",generic +mit,Massachusetts Institute of Technology,generic +mitsubishi,Mitsubishi Corporation,generic +mk,Macedonia (Republic of),country-code +ml,Mali (Republic of),country-code +mlb,"MLB Advanced Media DH, LLC",generic +mls,The Canadian Real Estate Association,generic +mm,Myanmar (Republic of the Union of) [Burma],country-code +mma,MMA IARD,generic +mn,Mongolia,country-code +mo,Macau (Macau Special Administrative Region of the People's Republic of China) [Macao],country-code +mobi,Mobile,generic +mobile,Dish DBS Corporation,generic +mobily,GreenTech Consultancy Company W.L.L.,generic +moda,United TLD Holdco Ltd.,generic +moe,"Interlink Co., Ltd.",generic +moi,"Amazon Registry Services, Inc.",generic +mom,"Uniregistry, Corp.",generic +monash,Monash University,generic +money,"Outer McCook, LLC",generic +monster,"Monster Worldwide, Inc.",generic +montblanc,Not assigned,generic +mopar,FCA US LLC.,generic +mormon,"IRI Domain Management, LLC (""Applicant"")",generic +mortgage,"United TLD Holdco, Ltd",generic +moscow,Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID),generic +moto,"Motorola Trademark Holdings, LLC",generic +motorcycles,"DERMotorcycles, LLC",generic +mov,Charleston Road Registry Inc.,generic +movie,"New Frostbite, LLC",generic +movistar,Telefónica S.A.,generic +mp,Northern Mariana Islands (Commonwealth of the),country-code +mq,Martinique,country-code +mr,Mauritania (Islamic Republic of),country-code +ms,Montserrat,country-code +msd,"MSD Registry Holdings, Inc.",generic +mt,Malta (Republic of),country-code +mtn,MTN Dubai Limited,generic +mtpc,Retired,generic +mtr,MTR Corporation Limited,generic +mu,Mauritius (Republic of),country-code +museum,Museums,sponsored +mutual,"Northwestern Mutual MU TLD Registry, LLC",generic +mutuelle,Retired,generic +mv,Maldives (Republic of),country-code +mw,Malawi (Republic of),country-code +mx,Mexico (United Mexican States),country-code +my,Malaysia,country-code +mz,Mozambique (Republic of),country-code +na,Namibia (Republic of),country-code +nab,National Australia Bank Limited,generic +nadex,"Nadex Domains, Inc",generic +nagoya,"GMO Registry, Inc.",generic +name,Individuals,generic-restricted +nationwide,Nationwide Mutual Insurance Company,generic +natura,NATURA COSMÉTICOS S.A.,generic +navy,United TLD Holdco Ltd.,generic +nba,"NBA REGISTRY, LLC",generic +nc,New Caledonia,country-code +ne,Niger (Republic of),country-code +nec,NEC Corporation,generic +net,Network,generic +netbank,COMMONWEALTH BANK OF AUSTRALIA,generic +netflix,"Netflix, Inc.",generic +network,"Trixy Manor, LLC",generic +neustar,"NeuStar, Inc.",generic +new,Charleston Road Registry Inc.,generic +newholland,CNH Industrial N.V.,generic +news,United TLD Holdco Ltd.,generic +next,Next plc,generic +nextdirect,Next plc,generic +nexus,Charleston Road Registry Inc.,generic +nf,Norfolk Island (Territory of),country-code +nfl,NFL Reg Ops LLC,generic +ng,Nigeria (Federal Republic of),country-code +ngo,Public Interest Registry,generic +nhk,Japan Broadcasting Corporation (NHK),generic +ni,Nicaragua (Republic of),country-code +nico,"DWANGO Co., Ltd.",generic +nike,"NIKE, Inc.",generic +nikon,NIKON CORPORATION,generic +ninja,United TLD Holdco Ltd.,generic +nissan,"NISSAN MOTOR CO., LTD.",generic +nissay,Nippon Life Insurance Company,generic +nl,Netherlands,country-code +no,Norway (Kingdom of),country-code +nokia,Nokia Corporation,generic +northwesternmutual,"Northwestern Mutual Registry, LLC",generic +norton,Symantec Corporation,generic +now,"Amazon Registry Services, Inc.",generic +nowruz,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.,generic +nowtv,Starbucks (HK) Limited,generic +np,Nepal (Federal Democratic Republic of),country-code +nr,Nauru (Republic of),country-code +nra,"NRA Holdings Company, INC.",generic +nrw,Minds + Machines GmbH,generic +ntt,NIPPON TELEGRAPH AND TELEPHONE CORPORATION,generic +nu,Niue,country-code +nyc,The City of New York by and through the New York City Department of Information Technology & Telecommunications,generic +nz,New Zealand,country-code +obi,OBI Group Holding SE & Co. KGaA,generic +observer,"Top Level Spectrum, Inc.",generic +off,"Johnson Shareholdings, Inc.",generic +office,Microsoft Corporation,generic +okinawa,"BRregistry, Inc.",generic +olayan,Crescent Holding GmbH,generic +olayangroup,Crescent Holding GmbH,generic +oldnavy,"The Gap, Inc.",generic +ollo,Dish DBS Corporation,generic +om,Oman (Sultanate of),country-code +omega,The Swatch Group Ltd,generic +one,One.com A/S,generic +ong,Public Interest Registry,generic +onl,"I-REGISTRY Ltd., Niederlassung Deutschland",generic +online,DotOnline Inc.,generic +onyourside,Nationwide Mutual Insurance Company,generic +ooo,INFIBEAM INCORPORATION LIMITED,generic +open,"American Express Travel Related Services Company, Inc.",generic +oracle,Oracle Corporation,generic +orange,Orange Brand Services Limited,generic +org,Non-profit organizations,generic +organic,Afilias plc,generic +orientexpress,Retired,generic +origins,The Estée Lauder Companies Inc.,generic +osaka,"Osaka Registry Co., Ltd.",generic +otsuka,"Otsuka Holdings Co., Ltd.",generic +ott,Dish DBS Corporation,generic +ovh,OVH SAS,generic +pa,Panama (Republic of),country-code +page,Charleston Road Registry Inc.,generic +pamperedchef,Not assigned,generic +panasonic,Panasonic Corporation,generic +panerai,Richemont DNS Inc.,generic +paris,City of Paris,generic +pars,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.,generic +partners,"Magic Glen, LLC",generic +parts,"Sea Goodbye, LLC",generic +party,Blue Sky Registry Limited,generic +passagens,Travel Reservations SRL,generic +pay,"Amazon Registry Services, Inc.",generic +pccw,PCCW Enterprises Limited,generic +pe,Peru (Republic of),country-code +pet,Afilias plc,generic +pf,French Polynesia and Clipperton Island,country-code +pfizer,Pfizer Inc.,generic +pg,Papua New Guinea (Independent State of),country-code +ph,Philippines (Republic of the),country-code +pharmacy,National Association of Boards of Pharmacy,generic +phd,Charleston Road Registry Inc.,generic +philips,Koninklijke Philips N.V.,generic +phone,Dish DBS Corporation,generic +photo,"Uniregistry, Corp.",generic +photography,"Sugar Glen, LLC",generic +photos,"Sea Corner, LLC",generic +physio,PhysBiz Pty Ltd,generic +piaget,Richemont DNS Inc.,generic +pics,"Uniregistry, Corp.",generic +pictet,Pictet Europe S.A.,generic +pictures,"Foggy Sky, LLC",generic +pid,"Top Level Spectrum, Inc.",generic +pin,"Amazon Registry Services, Inc.",generic +ping,"Ping Registry Provider, Inc.",generic +pink,Afilias plc,generic +pioneer,Pioneer Corporation,generic +pizza,"Foggy Moon, LLC",generic +pk,Pakistan (Islamic Republic of),country-code +pl,Poland (Republic of),country-code +place,"Snow Galley, LLC",generic +play,Charleston Road Registry Inc.,generic +playstation,Sony Computer Entertainment Inc.,generic +plumbing,"Spring Tigers, LLC",generic +plus,"Sugar Mill, LLC",generic +pm,Saint Pierre and Miquelon,country-code +pn,Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands),country-code +pnc,"PNC Domain Co., LLC",generic +pohl,Deutsche Vermögensberatung Aktiengesellschaft DVAG,generic +poker,Afilias plc,generic +politie,Politie Nederland,generic +porn,ICM Registry PN LLC,generic +post,Universal Postal Union,sponsored +pr,Puerto Rico (Commonwealth of),country-code +pramerica,"Prudential Financial, Inc.",generic +praxi,Praxi S.p.A.,generic +press,DotPress Inc.,generic +prime,"Amazon Registry Services, Inc.",generic +pro,Profession,generic-restricted +prod,Charleston Road Registry Inc.,generic +productions,"Magic Birch, LLC",generic +prof,Charleston Road Registry Inc.,generic +progressive,Progressive Casualty Insurance Company,generic +promo,Afilias plc,generic +properties,"Big Pass, LLC",generic +property,"Uniregistry, Corp.",generic +protection,XYZ.COM LLC,generic +pru,"Prudential Financial, Inc.",generic +prudential,"Prudential Financial, Inc.",generic +ps,Palestine (State of),country-code +pt,Portugal (Portuguese Republic),country-code +pub,United TLD Holdco Ltd.,generic +pw,Palau (Republic of),country-code +pwc,PricewaterhouseCoopers LLP,generic +py,Paraguay (Republic of),country-code +qa,Qatar (State of),country-code +qpon,"dotCOOL, Inc.",generic +quebec,PointQuébec Inc,generic +quest,Quest ION Limited,generic +qvc,"QVC, Inc.",generic +racing,Premier Registry Limited,generic +radio,European Broadcasting Union (EBU),generic +raid,"Johnson Shareholdings, Inc.",generic +re,Réunion,country-code +read,"Amazon Registry Services, Inc.",generic +realestate,dotRealEstate LLC,generic +realtor,Real Estate Domains LLC,generic +realty,"Fegistry, LLC",generic +recipes,"Grand Island, LLC",generic +red,Afilias plc,generic +redstone,"Redstone Haute Couture Co., Ltd.",generic +redumbrella,"Travelers TLD, LLC",generic +rehab,United TLD Holdco Ltd.,generic +reise,"Foggy Way, LLC",generic +reisen,"New Cypress, LLC",generic +reit,"National Association of Real Estate Investment Trusts, Inc.",generic +reliance,Reliance Industries Limited,generic +ren,"Beijing Qianxiang Wangjing Technology Development Co., Ltd.",generic +rent,XYZ.COM LLC,generic +rentals,"Big Hollow,LLC",generic +repair,"Lone Sunset, LLC",generic +report,"Binky Glen, LLC",generic +republican,United TLD Holdco Ltd.,generic +rest,Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable,generic +restaurant,"Snow Avenue, LLC",generic +review,dot Review Limited,generic +reviews,"United TLD Holdco, Ltd.",generic +rexroth,Robert Bosch GMBH,generic +rich,"I-REGISTRY Ltd., Niederlassung Deutschland",generic +richardli,Pacific Century Asset Management (HK) Limited,generic +ricoh,"Ricoh Company, Ltd.",generic +rightathome,"Johnson Shareholdings, Inc.",generic +ril,Reliance Industries Limited,generic +rio,Empresa Municipal de Informática SA - IPLANRIO,generic +rip,United TLD Holdco Ltd.,generic +rmit,Royal Melbourne Institute of Technology,generic +ro,Romania,country-code +rocher,Ferrero Trading Lux S.A.,generic +rocks,"United TLD Holdco, LTD.",generic +rodeo,Top Level Domain Holdings Limited,generic +rogers,Rogers Communications Canada Inc.,generic +room,"Amazon Registry Services, Inc.",generic +rs,Serbia (Republic of),country-code +rsvp,Charleston Road Registry Inc.,generic +ru,Russia (Russian Federation),country-code +rugby,World Rugby Strategic Developments Limited,generic +ruhr,regiodot GmbH & Co. KG,generic +run,"Snow Park, LLC",generic +rw,Rwanda (Republic of),country-code +rwe,RWE AG,generic +ryukyu,"BRregistry, Inc.",generic +sa,Saudi Arabia (Kingdom of),country-code +saarland,dotSaarland GmbH,generic +safe,"Amazon Registry Services, Inc.",generic +safety,"Safety Registry Services, LLC.",generic +sakura,SAKURA Internet Inc.,generic +sale,"United TLD Holdco, Ltd",generic +salon,"Outer Orchard, LLC",generic +samsclub,"Wal-Mart Stores, Inc.",generic +samsung,"SAMSUNG SDS CO., LTD",generic +sandvik,Sandvik AB,generic +sandvikcoromant,Sandvik AB,generic +sanofi,Sanofi,generic +sap,SAP AG,generic +sapo,"MEO Serviços de Comunicações e Multimédia, S.A.",generic +sarl,"Delta Orchard, LLC",generic +sas,Research IP LLC,generic +save,"Amazon Registry Services, Inc.",generic +saxo,Saxo Bank A/S,generic +sb,Solomon Islands,country-code +sbi,STATE BANK OF INDIA,generic +sbs,SPECIAL BROADCASTING SERVICE CORPORATION,generic +sc,Seychelles (Republic of),country-code +sca,SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ),generic +scb,"The Siam Commercial Bank Public Company Limited (""SCB"")",generic +schaeffler,Schaeffler Technologies AG & Co. KG,generic +schmidt,SALM S.A.S.,generic +scholarships,"Scholarships.com, LLC",generic +school,"Little Galley, LLC",generic +schule,"Outer Moon, LLC",generic +schwarz,Schwarz Domains und Services GmbH & Co. KG,generic +science,dot Science Limited,generic +scjohnson,"Johnson Shareholdings, Inc.",generic +scor,SCOR SE,generic +scot,Dot Scot Registry Limited,generic +sd,Sudan (Republic of),country-code +se,Sweden (Kingdom of),country-code +search,Charleston Road Registry Inc.,generic +seat,"SEAT, S.A. (Sociedad Unipersonal)",generic +secure,"Amazon Registry Services, Inc.",generic +security,XYZ.COM LLC,generic +seek,Seek Limited,generic +select,iSelect Ltd,generic +sener,"Sener Ingeniería y Sistemas, S.A.",generic +services,"Fox Castle, LLC",generic +ses,SES,generic +seven,Seven West Media Ltd,generic +sew,SEW-EURODRIVE GmbH & Co KG,generic +sex,ICM Registry SX LLC,generic +sexy,"Uniregistry, Corp.",generic +sfr,Societe Francaise du Radiotelephone - SFR,generic +sg,Singapore (Republic of),country-code +sh,Saint Helena,country-code +shangrila,Shangri‐La International Hotel Management Limited,generic +sharp,Sharp Corporation,generic +shaw,Shaw Cablesystems G.P.,generic +shell,Shell Information Technology International Inc,generic +shia,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.,generic +shiksha,Afilias plc,generic +shoes,"Binky Galley, LLC",generic +shop,"GMO Registry, Inc.",generic +shopping,"Over Keep, LLC",generic +shouji,QIHOO 360 TECHNOLOGY CO. LTD.,generic +show,"Snow Beach, LLC",generic +showtime,CBS Domains Inc.,generic +shriram,Shriram Capital Ltd.,generic +si,Slovenia (Republic of),country-code +silk,"Amazon Registry Services, Inc.",generic +sina,Sina Corporation,generic +singles,"Fern Madison, LLC",generic +site,DotSite Inc.,generic +sj,Svalbard and Jan Mayen {not in use - see also: .no},country-code +sk,Slovakia (Slovak Republic),country-code +ski,STARTING DOT LIMITED,generic +skin,L'Oréal,generic +sky,Sky International AG,generic +skype,Microsoft Corporation,generic +sl,Sierra Leone (Republic of),country-code +sling,Hughes Satellite Systems Corporation,generic +sm,San Marino (Republic of),country-code +smart,"Smart Communications, Inc. (SMART)",generic +smile,"Amazon Registry Services, Inc.",generic +sn,Senegal (Republic of),country-code +sncf,SNCF (Société Nationale des Chemins de fer Francais),generic +so,Somalia (Federal Republic of),country-code +soccer,"Foggy Shadow, LLC",generic +social,United TLD Holdco Ltd.,generic +softbank,SoftBank Group Corp.,generic +software,"United TLD Holdco, Ltd",generic +sohu,Sohu.com Limited,generic +solar,"Ruby Town, LLC",generic +solutions,"Silver Cover, LLC",generic +song,"Amazon Registry Services, Inc.",generic +sony,Sony Corporation,generic +soy,Charleston Road Registry Inc.,generic +space,DotSpace Inc.,generic +spiegel,SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG,generic +spot,"Amazon Registry Services, Inc.",generic +spreadbetting,DOTSPREADBETTING REGISTRY LTD,generic +sr,Suriname (Republic of),country-code +srl,InterNetX Corp.,generic +srt,FCA US LLC.,generic +ss,South Sudan (Republic of),country-code +st,São Tomé and Príncipe (Democratic Republic of),country-code +stada,STADA Arzneimittel AG,generic +staples,"Staples, Inc.",generic +star,Star India Private Limited,generic +starhub,StarHub Limited,generic +statebank,STATE BANK OF INDIA,generic +statefarm,State Farm Mutual Automobile Insurance Company,generic +statoil,Statoil ASA,generic +stc,Saudi Telecom Company,generic +stcgroup,Saudi Telecom Company,generic +stockholm,Stockholms kommun,generic +storage,XYZ.COM LLC,generic +store,DotStore Inc.,generic +stream,dot Stream Limited,generic +studio,United TLD Holdco Ltd.,generic +study,OPEN UNIVERSITIES AUSTRALIA PTY LTD,generic +style,"Binky Moon, LLC",generic +su,Soviet Union (Union of Soviet Socialist Republics),country-code +sucks,Vox Populi Registry Ltd.,generic +supplies,"Atomic Fields, LLC",generic +supply,"Half Falls, LLC",generic +support,"Grand Orchard, LLC",generic +surf,Top Level Domain Holdings Limited,generic +surgery,"Tin Avenue, LLC",generic +suzuki,SUZUKI MOTOR CORPORATION,generic +sv,El Salvador (Republic of),country-code +swatch,The Swatch Group Ltd,generic +swiftcover,Swiftcover Insurance Services Limited,generic +swiss,Swiss Confederation,generic +sx,Sint Maarten,country-code +sy,Syria (Syrian Arab Republic),country-code +sydney,"State of New South Wales, Department of Premier and Cabinet",generic +symantec,Symantec Corporation,generic +systems,"Dash Cypress, LLC",generic +sz,Swaziland (Kingdom of),country-code +tab,Tabcorp Holdings Limited,generic +taipei,Taipei City Government,generic +talk,"Amazon Registry Services, Inc.",generic +taobao,Alibaba Group Holding Limited,generic +target,"Target Domain Holdings, LLC",generic +tatamotors,Tata Motors Ltd,generic +tatar,"Limited Liability Company ""Coordination Center of Regional Domain of Tatarstan Republic""",generic +tattoo,"Uniregistry, Corp.",generic +tax,"Storm Orchard, LLC",generic +taxi,"Pine Falls, LLC",generic +tc,Turks and Caicos Islands,country-code +tci,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.,generic +td,Chad (Republic of),country-code +tdk,TDK Corporation,generic +team,"Atomic Lake, LLC",generic +tech,Dot Tech LLC,generic +technology,"Auburn Falls, LLC",generic +tel,Telephone,sponsored +telecity,TelecityGroup International Limited,generic +telefonica,Telefónica S.A.,generic +temasek,Temasek Holdings (Private) Limited,generic +tennis,"Cotton Bloom, LLC",generic +teva,Teva Pharmaceutical Industries Limited,generic +tf,French Southern and Antarctic Lands (Territory of the),country-code +tg,Togo (Togolese Republic),country-code +th,Thailand (Kingdom of),country-code +thd,"Home Depot Product Authority, LLC",generic +theater,"Blue Tigers, LLC",generic +theatre,XYZ.COM LLC,generic +tiaa,Teachers Insurance and Annuity Association of America,generic +tickets,Accent Media Limited,generic +tienda,"Victor Manor, LLC",generic +tiffany,Tiffany and Company,generic +tips,"Corn Willow, LLC",generic +tires,"Dog Edge, LLC",generic +tirol,punkt Tirol GmbH,generic +tj,Tajikistan (Republic of),country-code +tjmaxx,"The TJX Companies, Inc.",generic +tjx,"The TJX Companies, Inc.",generic +tk,Tokelau,country-code +tkmaxx,"The TJX Companies, Inc.",generic +tl,Timor-Leste (Democratic Republic of) [East Timor],country-code +tm,Turkmenistan,country-code +tmall,Alibaba Group Holding Limited,generic +tn,Tunisia (Republic of),country-code +to,Tonga (Kingdom of),country-code +today,"Pearl Woods, LLC",generic +tokyo,"GMO Registry, Inc.",generic +tools,"Pioneer North, LLC",generic +top,"Jiangsu Bangning Science & Technology Co.,Ltd.",generic +toray,"Toray Industries, Inc.",generic +toshiba,TOSHIBA Corporation,generic +total,Total SA,generic +tours,"Sugar Station, LLC",generic +town,"Koko Moon, LLC",generic +toyota,TOYOTA MOTOR CORPORATION,generic +toys,"Pioneer Orchard, LLC",generic +tp,Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl},country-code +tr,Turkey (Republic of),country-code +trade,Elite Registry Limited,generic +trading,DOTTRADING REGISTRY LTD,generic +training,"Wild Willow, LLC",generic +travel,Travel,sponsored +travelchannel,"Lifestyle Domain Holdings, Inc.",generic +travelers,"Travelers TLD, LLC",generic +travelersinsurance,"Travelers TLD, LLC",generic +trust,Artemis Internet Inc,generic +trv,"Travelers TLD, LLC",generic +tt,Trinidad and Tobago (Republic of),country-code +tube,Latin American Telecom LLC,generic +tui,TUI AG,generic +tunes,"Amazon Registry Services, Inc.",generic +tushu,"Amazon Registry Services, Inc.",generic +tv,Tuvalu,country-code +tvs,T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED,generic +tw,Taiwan (Republic of China),country-code +tz,Tanzania (United Republic of),country-code +ua,Ukraine,country-code +ubank,National Australia Bank Limited,generic +ubs,UBS AG,generic +uconnect,FCA US LLC.,generic +ug,Uganda (Republic of),country-code +uk,United Kingdom (United Kingdom of Great Britain and Northern Ireland),country-code +um,United States Minor Outlying Islands {formerly - retired 2010 - see also: .us},country-code +unicom,China United Network Communications Corporation Limited,generic +university,"Little Station, LLC",generic +uno,Dot Latin LLC,generic +uol,UBN INTERNET LTDA.,generic +ups,"UPS Market Driver, Inc.",generic +us,United States of America and United States Minor Outlying Islands,country-code +uy,Uruguay (Oriental Republic of),country-code +uz,Uzbekistan (Republic of),country-code +va,Vatican City (Vatican City State),country-code +vacations,"Atomic Tigers, LLC",generic +vana,"Lifestyle Domain Holdings, Inc.",generic +vanguard,"The Vanguard Group, Inc.",generic +vc,Saint Vincent and the Grenadines,country-code +ve,Venezuela (Bolivarian Republic of),country-code +vegas,"Dot Vegas, Inc.",generic +ventures,"Binky Lake, LLC",generic +verisign,"VeriSign, Inc.",generic +versicherung,TLD-BOX Registrydienstleistungen GmbH,generic +vet,"United TLD Holdco, Ltd",generic +vg,British Virgin Islands (Virgin Islands),country-code +vi,United States Virgin Islands (United States Virgin Islands),country-code +viajes,"Black Madison, LLC",generic +video,"United TLD Holdco, Ltd",generic +vig,VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe,generic +viking,Viking River Cruises (Bermuda) Ltd.,generic +villas,"New Sky, LLC",generic +vin,"Holly Shadow, LLC",generic +vip,Minds + Machines Group Limited,generic +virgin,Virgin Enterprises Limited,generic +visa,Visa Worldwide Pte. Limited,generic +vision,"Koko Station, LLC",generic +vista,Vistaprint Limited,generic +vistaprint,Vistaprint Limited,generic +viva,Saudi Telecom Company,generic +vivo,Telefonica Brasil S.A.,generic +vlaanderen,DNS.be vzw,generic +vn,Vietnam (Socialist Republic of),country-code +vodka,Top Level Domain Holdings Limited,generic +volkswagen,Volkswagen Group of America Inc.,generic +volvo,Volvo Holding Sverige Aktiebolag,generic +vote,Monolith Registry LLC,generic +voting,Valuetainment Corp.,generic +voto,Monolith Registry LLC,generic +voyage,"Ruby House, LLC",generic +vu,Vanuatu (Republic of),country-code +vuelos,Travel Reservations SRL,generic +wales,Nominet UK,generic +walmart,"Wal-Mart Stores, Inc.",generic +walter,Sandvik AB,generic +wang,Zodiac Wang Limited,generic +wanggou,"Amazon Registry Services, Inc.",generic +warman,Weir Group IP Limited,generic +watch,"Sand Shadow, LLC",generic +watches,Richemont DNS Inc.,generic +weather,International Business Machines Corporation,generic +weatherchannel,International Business Machines Corporation,generic +webcam,dot Webcam Limited,generic +weber,Saint-Gobain Weber SA,generic +website,DotWebsite Inc.,generic +wed,Emergency Back-End Registry Operator Program - ICANN,generic +wedding,Top Level Domain Holdings Limited,generic +weibo,Sina Corporation,generic +weir,Weir Group IP Limited,generic +wf,Wallis and Futuna (Territory of the Wallis and Futuna Islands),country-code +whoswho,Who's Who Registry,generic +wien,punkt.wien GmbH,generic +wiki,"Top Level Design, LLC",generic +williamhill,William Hill Organization Limited,generic +win,First Registry Limited,generic +windows,Microsoft Corporation,generic +wine,"June Station, LLC",generic +winners,"The TJX Companies, Inc.",generic +wme,"William Morris Endeavor Entertainment, LLC",generic +wolterskluwer,Wolters Kluwer N.V.,generic +woodside,Woodside Petroleum Limited,generic +work,Top Level Domain Holdings Limited,generic +works,"Little Dynamite, LLC",generic +world,"Bitter Fields, LLC",generic +wow,"Amazon Registry Services, Inc.",generic +ws,Samoa (Independent State of),country-code +wtc,"World Trade Centers Association, Inc.",generic +wtf,"Hidden Way, LLC",generic +xbox,Microsoft Corporation,generic +xerox,Xerox DNHC LLC,generic +xfinity,"Comcast IP Holdings I, LLC",generic +xihuan,QIHOO 360 TECHNOLOGY CO. LTD.,generic +xin,Elegant Leader Limited,generic +测试,Internet Assigned Numbers Authority,test +कॉम,VeriSign Sarl,generic +परीक्षा,Internet Assigned Numbers Authority,test +セール,"Amazon Registry Services, Inc.",generic +佛山,"Guangzhou YU Wei Information Technology Co., Ltd.",generic +ಭಾರತ,National Internet eXchange of India,country-code +慈善,Excellent First Limited,generic +集团,Eagle Horizon Limited,generic +在线,TLD REGISTRY LIMITED,generic +한국,KISA (Korea Internet & Security Agency),country-code +ଭାରତ,National Internet eXchange of India,country-code +大众汽车,"Volkswagen (China) Investment Co., Ltd.",generic +点看,VeriSign Sarl,generic +คอม,VeriSign Sarl,generic +ভাৰত,National Internet eXchange of India,country-code +ভারত,National Internet Exchange of India,country-code +八卦,Zodiac Gemini Ltd,generic +‏موقع‎,Suhub Electronic Establishment,generic +বাংলা,Posts and Telecommunications Division,country-code +公益,China Organizational Name Administration Center,generic +公司,Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center),generic +香格里拉,Shangri‐La International Hotel Management Limited,generic +网站,Global Website TLD Asia Limited,generic +移动,Afilias plc,generic +我爱你,Tycoon Treasure Limited,generic +москва,Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID),generic +испытание,Internet Assigned Numbers Authority,test +қаз,Association of IT Companies of Kazakhstan,country-code +католик,Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication),generic +онлайн,CORE Association,generic +сайт,CORE Association,generic +联通,China United Network Communications Corporation Limited,generic +срб,Serbian National Internet Domain Registry (RNIDS),country-code +бг,Imena.BG AD,country-code +бел,"Reliable Software, Ltd.",country-code +‏קום‎,VeriSign Sarl,generic +时尚,RISE VICTORY LIMITED,generic +微博,Sina Corporation,generic +테스트,Internet Assigned Numbers Authority,test +淡马锡,Temasek Holdings (Private) Limited,generic +ファッション,"Amazon Registry Services, Inc.",generic +орг,Public Interest Registry,generic +नेट,VeriSign Sarl,generic +ストア,"Amazon Registry Services, Inc.",generic +삼성,"SAMSUNG SDS CO., LTD",generic +சிங்கப்பூர்,Singapore Network Information Centre (SGNIC) Pte Ltd,country-code +商标,HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED,generic +商店,"Wild Island, LLC",generic +商城,Zodiac Aquarius Limited,generic +дети,The Foundation for Network Initiatives “The Smart Internet”,generic +мкд,Macedonian Academic Research Network Skopje,country-code +‏טעסט‎,Internet Assigned Numbers Authority,test +ею,EURid vzw/asbl,country-code +ポイント,"Amazon Registry Services, Inc.",generic +新闻,Xinhua News Agency Guangdong Branch 新华通讯社广东分社,generic +工行,Industrial and Commercial Bank of China Limited,generic +家電,"Amazon Registry Services, Inc.",generic +‏كوم‎,VeriSign Sarl,generic +中文网,TLD REGISTRY LIMITED,generic +中信,CITIC Group Corporation,generic +中国,China Internet Network Information Center (CNNIC),country-code +中國,China Internet Network Information Center (CNNIC),country-code +娱乐,"Will Bloom, LLC",generic +谷歌,Charleston Road Registry Inc.,generic +భారత్,National Internet Exchange of India,country-code +ලංකා,LK Domain Registry,country-code +電訊盈科,PCCW Enterprises Limited,generic +购物,Minds + Machines Group Limited,generic +測試,Internet Assigned Numbers Authority,test +クラウド,"Amazon Registry Services, Inc.",generic +ભારત,National Internet Exchange of India,country-code +通販,"Amazon Registry Services, Inc.",generic +भारतम्,National Internet eXchange of India,country-code +भारत,National Internet Exchange of India,country-code +भारोत,National Internet eXchange of India,country-code +‏آزمایشی‎,Internet Assigned Numbers Authority,test +பரிட்சை,Internet Assigned Numbers Authority,test +网店,Zodiac Taurus Ltd.,generic +संगठन,Public Interest Registry,generic +餐厅,HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED,generic +网络,Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center),generic +ком,VeriSign Sarl,generic +укр,"Ukrainian Network Information Centre (UANIC), Inc.",country-code +香港,Hong Kong Internet Registration Corporation Ltd.,country-code +诺基亚,Nokia Corporation,generic +食品,"Amazon Registry Services, Inc.",generic +δοκιμή,Internet Assigned Numbers Authority,test +飞利浦,Koninklijke Philips N.V.,generic +‏إختبار‎,Internet Assigned Numbers Authority,test +台湾,Taiwan Network Information Center (TWNIC),country-code +台灣,Taiwan Network Information Center (TWNIC),country-code +手表,Richemont DNS Inc.,generic +手机,"Beijing RITT-Net Technology Development Co., Ltd",generic +мон,"Datacom Co.,Ltd",country-code +‏الجزائر‎,CERIST,country-code +‏عمان‎,Telecommunications Regulatory Authority (TRA),country-code +‏ارامكو‎,Aramco Services Company,generic +‏ایران‎,Institute for Research in Fundamental Sciences (IPM),country-code +‏العليان‎,Crescent Holding GmbH,generic +‏اتصالات‎,Emirates Telecommunications Corporation (trading as Etisalat),generic +‏امارات‎,Telecommunications Regulatory Authority (TRA),country-code +‏بازار‎,CORE Association,generic +‏موريتانيا‎,Not assigned,country-code +‏پاکستان‎,National Telecommunication Corporation,country-code +‏الاردن‎,National Information Technology Center (NITC),country-code +‏موبايلي‎,GreenTech Consultancy Company W.L.L.,generic +‏بارت‎,National Internet eXchange of India,country-code +‏بھارت‎,National Internet Exchange of India,country-code +‏المغرب‎,Agence Nationale de Réglementation des Télécommunications (ANRT),country-code +‏ابوظبي‎,Abu Dhabi Systems and Information Centre,generic +‏السعودية‎,Communications and Information Technology Commission,country-code +‏ڀارت‎,National Internet eXchange of India,country-code +‏كاثوليك‎,Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication),generic +‏سودان‎,Sudan Internet Society,country-code +‏همراه‎,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.,generic +‏عراق‎,Communications and Media Commission (CMC),country-code +‏مليسيا‎,MYNIC Berhad,country-code +澳門,Macao Post and Telecommunications Bureau (CTT),country-code +닷컴,VeriSign Sarl,generic +政府,"Net-Chinese Co., Ltd.",generic +‏شبكة‎,International Domain Registry Pty. Ltd.,generic +‏بيتك‎,Kuwait Finance House,generic +‏عرب‎,League of Arab States,generic +გე,Information Technologies Development Center (ITDC),country-code +机构,Public Interest Registry,generic +组织机构,Public Interest Registry,generic +健康,Stable Tone Limited,generic +ไทย,Thai Network Information Center Foundation,country-code +‏سورية‎,National Agency for Network Services (NANS),country-code +рус,Rusnames Limited,generic +рф,Coordination Center for TLD RU,country-code +珠宝,Richemont DNS Inc.,generic +‏تونس‎,Agence Tunisienne d'Internet,country-code +大拿,VeriSign Sarl,generic +みんな,Charleston Road Registry Inc.,generic +グーグル,Charleston Road Registry Inc.,generic +ελ,ICS-FORTH GR,country-code +世界,Stable Tone Limited,generic +書籍,"Amazon Registry Services, Inc.",generic +ഭാരതം,National Internet eXchange of India,country-code +ਭਾਰਤ,National Internet Exchange of India,country-code +网址,"KNET Co., Ltd",generic +닷넷,VeriSign Sarl,generic +コム,VeriSign Sarl,generic +天主教,Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication),generic +游戏,"Spring Fields, LLC",generic +vermögensberater,Deutsche Vermögensberatung Aktiengesellschaft DVAG,generic +vermögensberatung,Deutsche Vermögensberatung Aktiengesellschaft DVAG,generic +企业,"Dash McCook, LLC",generic +信息,"Beijing Tele-info Network Technology Co., Ltd.",generic +嘉里大酒店,Kerry Trading Co. Limited,generic +嘉里,Kerry Trading Co. Limited,generic +‏مصر‎,National Telecommunication Regulatory Authority - NTRA,country-code +‏قطر‎,Communications Regulatory Authority,country-code +广东,"Guangzhou YU Wei Information Technology Co., Ltd.",generic +இலங்கை,LK Domain Registry,country-code +இந்தியா,National Internet Exchange of India,country-code +հայ,"""Internet Society"" Non-governmental Organization",country-code +新加坡,Singapore Network Information Centre (SGNIC) Pte Ltd,country-code +‏فلسطين‎,Ministry of Telecom & Information Technology (MTIT),country-code +テスト,Internet Assigned Numbers Authority,test +政务,China Organizational Name Administration Center,generic +xperia,Sony Mobile Communications AB,generic +xxx,Adult entertainment,sponsored +xyz,XYZ.COM LLC,generic +yachts,"DERYachts, LLC",generic +yahoo,Yahoo! Domain Services Inc.,generic +yamaxun,"Amazon Registry Services, Inc.",generic +yandex,"YANDEX, LLC",generic +ye,Yemen (Republic of),country-code +yodobashi,"YODOBASHI CAMERA CO.,LTD.",generic +yoga,Top Level Domain Holdings Limited,generic +yokohama,"GMO Registry, Inc.",generic +you,"Amazon Registry Services, Inc.",generic +youtube,Charleston Road Registry Inc.,generic +yt,Mayotte (Department of),country-code +yun,QIHOO 360 TECHNOLOGY CO. LTD.,generic +za,South Africa (Republic of),country-code +zappos,"Amazon Registry Services, Inc.",generic +zara,"Industria de Diseño Textil, S.A. (INDITEX, S.A.)",generic +zero,"Amazon Registry Services, Inc.",generic +zip,Charleston Road Registry Inc.,generic +zippo,Zadco Company,generic +zm,Zambia (Republic of),country-code +zone,"Outer Falls, LLC",generic +zuerich,Kanton Zürich (Canton of Zurich),generic +zw,Zimbabwe (Republic of),country-code From 2ab273ea624c89140cdd42ddc80d6e7890235de3 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 20:53:18 -0800 Subject: [PATCH 027/113] dev deps --- package.json | 74 ++++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/package.json b/package.json index 2fefe84..0c6ad6f 100644 --- a/package.json +++ b/package.json @@ -1,38 +1,38 @@ { - "name": "tld-enum", - "version": "1.0.4", - "description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", - "main": "formats/js/tld-enum.js", - "bin": { - "tld-enum": "generate-json-tld-enum.js" - }, - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/katmore/tld-enum.git" - }, - "author": "Doug Bird", - "license": "MIT", - "bugs": { - "url": "https://github.com/katmore/tld-enum/issues" - }, - "homepage": "https://github.com/katmore/tld-enum#readme", - "dependencies": { - "async-request": "^1.2.0", - "cheerio": "^1.0.0-rc.2", - "commander": "^2.12.2", - "country-data": "0.0.31", - "countryjs": "^1.8.0", - "csv-parse": "^2.0.0", - "csv-stringify": "^2.0.0", - "es6-promisify": "^5.0.0", - "fs": "0.0.1-security", - "fs-extra": "^5.0.0", - "md5-file": "^3.2.3", - "pathinfo": "^0.1.0", - "request": "^2.83.0", - "tmp": "0.0.33" - } -} + "name": "tld-enum", + "version": "1.0.4", + "description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", + "main": "formats/js/tld-enum.js", + "bin": { + "tld-enum": "generate-json-tld-enum.js" + }, + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/katmore/tld-enum.git" + }, + "author": "Doug Bird", + "license": "MIT", + "bugs": { + "url": "https://github.com/katmore/tld-enum/issues" + }, + "homepage": "https://github.com/katmore/tld-enum#readme", + "devDependencies": { + "async-request": "^1.2.0", + "cheerio": "^1.0.0-rc.2", + "commander": "^2.12.2", + "country-data": "0.0.31", + "countryjs": "^1.8.0", + "csv-parse": "^2.0.0", + "csv-stringify": "^2.0.0", + "es6-promisify": "^5.0.0", + "fs": "0.0.1-security", + "fs-extra": "^5.0.0", + "md5-file": "^3.2.3", + "pathinfo": "^0.1.0", + "request": "^2.83.0", + "tmp": "0.0.33" + } +} \ No newline at end of file From 54685cd949058c190aabaa1dac98f5afdefaf9d4 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 20:54:49 -0800 Subject: [PATCH 028/113] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c9a64bc..3044d7f 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ The following resources of this project are hereby released into the public doma * [/formats/js/tld-enum.js](/formats/js/tld-enum.js) * [/formats/json/tld-list.json](/formats/json/tld-list.json) * [/formats/php/TldEnum/TldEnum.php](/formats/php/TldEnum/TldEnum.php) + * [/assets/tld-desc.csv](/assets/tld-desc.csv) ### License All resources in the 'TLD Enumerations' project are copyrighted free software unless specifically noted otherwise. From 70f537949ba758615be8d241ee02542d84a26b2f Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 21:08:07 -0800 Subject: [PATCH 029/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3044d7f..08fb591 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Lists of every [ICANN TLD](https://www.icann.org/resources/pages/tlds-2012-02-25-en) in formats that can be natively compiled in various language targets. -A [canonical TLD list in CSV format](/tlds.csv) was used to generate the various formats. +A [canonical list of TLDs in CSV format](/tlds.csv) was used to generate the native formats. ## List Formats * **PHP**: [TldEnum.php](/formats/php/TldEnum/TldEnum.php) From c8d937c829ecdfc62fff970d1d1745dd383be4f8 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 21:15:15 -0800 Subject: [PATCH 030/113] rename tld-list --- README.md | 6 +++--- package.json | 13 +++++-------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 08fb591..46cc52d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# TLD Enumerations +# TLD Lists Lists of every [ICANN TLD](https://www.icann.org/resources/pages/tlds-2012-02-25-en) in formats that can be natively compiled in various language targets. @@ -21,7 +21,7 @@ A [canonical list of TLDs in CSV format](/tlds.csv) was used to generate the nat The source code in this project is based on a fork of certain source code originally from the [incognico/list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains) project, as retrieved on 2017-12-04, which was published to the public domain. ### Copyright -TLD Enumerations - https://github.com/katmore/tld-enum +TLD Lists - https://github.com/katmore/tld-list The following copyright notice applies to all resources in this project unless specifically noted otherwise: @@ -30,7 +30,7 @@ Copyright (c) 2017 Doug Bird, All Rights Reserved. ### Public Domain Resources The following resources of this project are hereby released into the public domain: * [/tlds.csv](/tlds.csv) - * [/formats/js/tld-enum.js](/formats/js/tld-enum.js) + * [/formats/js/tld-enum.js](/formats/js/tld-list.js) * [/formats/json/tld-list.json](/formats/json/tld-list.json) * [/formats/php/TldEnum/TldEnum.php](/formats/php/TldEnum/TldEnum.php) * [/assets/tld-desc.csv](/assets/tld-desc.csv) diff --git a/package.json b/package.json index 0c6ad6f..1b895d2 100644 --- a/package.json +++ b/package.json @@ -1,24 +1,21 @@ { - "name": "tld-enum", + "name": "tld-list", "version": "1.0.4", "description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", "main": "formats/js/tld-enum.js", - "bin": { - "tld-enum": "generate-json-tld-enum.js" - }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", - "url": "git+https://github.com/katmore/tld-enum.git" + "url": "git+https://github.com/katmore/tld-list.git" }, "author": "Doug Bird", "license": "MIT", "bugs": { - "url": "https://github.com/katmore/tld-enum/issues" + "url": "https://github.com/katmore/tld-list/issues" }, - "homepage": "https://github.com/katmore/tld-enum#readme", + "homepage": "https://github.com/katmore/tld-list#readme", "devDependencies": { "async-request": "^1.2.0", "cheerio": "^1.0.0-rc.2", @@ -35,4 +32,4 @@ "request": "^2.83.0", "tmp": "0.0.33" } -} \ No newline at end of file +} From bf9154c515ee8501df1dc4609ba17b70ef39eb04 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 21:26:09 -0800 Subject: [PATCH 031/113] rename tld-enum --- README.md | 12 ++++++------ package.json | 13 +++++-------- 2 files changed, 11 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 46cc52d..32fc74f 100644 --- a/README.md +++ b/README.md @@ -1,27 +1,27 @@ -# TLD Lists +# TLD Enumerations -Lists of every [ICANN TLD](https://www.icann.org/resources/pages/tlds-2012-02-25-en) in formats that can be natively compiled in various language targets. +Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in formats that can be natively compiled in various language targets. A [canonical list of TLDs in CSV format](/tlds.csv) was used to generate the native formats. ## List Formats * **PHP**: [TldEnum.php](/formats/php/TldEnum/TldEnum.php) - A PHP source file providing a class with a constant having an array value comprised of every ICANN TLD. + A PHP source file providing a class with a constant having an array value comprised of every IANA TLD. * **JSON**: [tld-list.json](/formats/json/tld-list.json) - A JSON formatted array comprised of every ICANN TLD. + A JSON formatted array comprised of every IANA TLD. * **JavaScript**: [tld-enum.js](/formats/js/tld-enum.js) - An export module with a constant having an array value comprised of every ICANN TLD. + An export module with a constant having an array value comprised of every IANA TLD. ## Legal The source code in this project is based on a fork of certain source code originally from the [incognico/list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains) project, as retrieved on 2017-12-04, which was published to the public domain. ### Copyright -TLD Lists - https://github.com/katmore/tld-list +TLD Enumerations - https://github.com/katmore/tld-enum The following copyright notice applies to all resources in this project unless specifically noted otherwise: diff --git a/package.json b/package.json index 1b895d2..d85e9ec 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,18 @@ { - "name": "tld-list", + "name": "tld-enum", "version": "1.0.4", - "description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", + "description": "Lists of every IANA TLD in formats that can be natively compiled in various language targets", "main": "formats/js/tld-enum.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, "repository": { "type": "git", - "url": "git+https://github.com/katmore/tld-list.git" + "url": "git+https://github.com/katmore/tld-enum.git" }, "author": "Doug Bird", "license": "MIT", "bugs": { - "url": "https://github.com/katmore/tld-list/issues" + "url": "https://github.com/katmore/tld-enum/issues" }, - "homepage": "https://github.com/katmore/tld-list#readme", + "homepage": "https://github.com/katmore/tld-enum#readme", "devDependencies": { "async-request": "^1.2.0", "cheerio": "^1.0.0-rc.2", From 94f1a07863763736730312eb01099490373bf863 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 22:05:44 -0800 Subject: [PATCH 032/113] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index 32fc74f..82e5262 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,21 @@ Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in A [canonical list of TLDs in CSV format](/tlds.csv) was used to generate the native formats. +## Installation +The lists can be conveniently used in PHP or Node projects including this package. + +### Node + * use npm to add the **tld-enum** package to your project + ```sh + $ npm install tld-enum --save + ``` + +### PHP + * use composer to add the **tld-enum** package to your project + ```sh + $ composer require tld-enum + ``` + ## List Formats * **PHP**: [TldEnum.php](/formats/php/TldEnum/TldEnum.php) @@ -16,6 +31,20 @@ A [canonical list of TLDs in CSV format](/tlds.csv) was used to generate the nat * **JavaScript**: [tld-enum.js](/formats/js/tld-enum.js) An export module with a constant having an array value comprised of every IANA TLD. + +## Updating the TLD lists + * [bin/update-formats](/bin/update-formats) + + ```sh + $ bin/update-formats + ``` + + This should be all you need to update all the list formats using the latest data from IANA. + + It uses multiple "helper" scripts to generate the full set of native format lists. + + The individual "helper" scripts do not need to be directly executed when [update-formats](/bin/update-formats) + runs successfully. ## Legal The source code in this project is based on a fork of certain source code originally from the [incognico/list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains) project, as retrieved on 2017-12-04, which was published to the public domain. From baa3dd1b88d2af53e45671f987919697511d88d2 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 22:09:12 -0800 Subject: [PATCH 033/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 82e5262..252e789 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The lists can be conveniently used in PHP or Node projects including this packag ### PHP * use composer to add the **tld-enum** package to your project ```sh - $ composer require tld-enum + $ ccomposer require katmore/tld-enum ``` ## List Formats From a1f82ba3d69977bb2abcb0f0c80bfc6bd0ac3f87 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 22:34:39 -0800 Subject: [PATCH 034/113] Update README.md --- README.md | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 88 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 252e789..44fe888 100644 --- a/README.md +++ b/README.md @@ -4,19 +4,103 @@ Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in A [canonical list of TLDs in CSV format](/tlds.csv) was used to generate the native formats. -## Installation +## Usage The lists can be conveniently used in PHP or Node projects including this package. ### Node - * use npm to add the **tld-enum** package to your project + * use npm to add the `tld-enum` package to your project as needed ```sh $ npm install tld-enum --save ``` + + * add the module to your source + + ```js + const tldEnum = require('tld-enum'); + ``` + + * access the list by using the `tldEnum.tldList` array + + ```js + const tldEnum = require('tld-enum'); + tldEnum.tldList; //an array with every IANA TLD + ``` + + The following example... + ```js + const tldEnum = require('tld-enum'); + + console.log("There are " + tldEnum.tldList.length + " IANA TLDs"); + + let tldCheck; + + tldCheck = "com"; + console.log("Is '" + tldCheck + "' a real TLD?"); + if (tldEnum.tldList.indexOf(tldCheck) != -1) { + console.log(" yes"); + } else { + console.log(" no"); + } + + tldCheck = "somethingWeird"; + console.log("Is '" + tldCheck + "' a real TLD?"); + if (tldEnum.tldList.indexOf(tldCheck) != -1) { + console.log(" yes"); + } else { + console.log(" no"); + } + ``` + + Should produce the following output... + ```txt + There are 1573 IANA TLDs + Is 'com' a real TLD? + yes + Is 'somethingWeird' a real TLD? + no + ``` ### PHP - * use composer to add the **tld-enum** package to your project + * use composer to add the `katmore/tld-enum` package to your project as needed ```sh - $ ccomposer require katmore/tld-enum + $ composer require katmore/tld-enum + ``` + + * access the list by using the `\TldEnum\TldEnum::TLD_ENUM` class constant array + + The following example... + ```php + Date: Wed, 13 Dec 2017 22:38:21 -0800 Subject: [PATCH 035/113] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44fe888..e791d6f 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A [canonical list of TLDs in CSV format](/tlds.csv) was used to generate the nat The lists can be conveniently used in PHP or Node projects including this package. ### Node - * use npm to add the `tld-enum` package to your project as needed + * use npm to add the `tld-enum` package to your project ```sh $ npm install tld-enum --save ``` @@ -61,13 +61,18 @@ The lists can be conveniently used in PHP or Node projects including this packag ``` ### PHP - * use composer to add the `katmore/tld-enum` package to your project as needed + * use composer to add the `katmore/tld-enum` package to your project ```sh $ composer require katmore/tld-enum ``` * access the list by using the `\TldEnum\TldEnum::TLD_ENUM` class constant array + ```php + require_once __DIR__ . '/vendor/autoload.php'; + \TldEnum\TldEnum::TLD_ENUM; //an array with every IANA TLD + ``` + The following example... ```php Date: Wed, 13 Dec 2017 22:48:32 -0800 Subject: [PATCH 036/113] examples --- examples/js-demo.js | 22 ++++++++++++++++++++++ examples/php-demo.php | 23 +++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 examples/js-demo.js create mode 100644 examples/php-demo.php diff --git a/examples/js-demo.js b/examples/js-demo.js new file mode 100644 index 0000000..4ff7642 --- /dev/null +++ b/examples/js-demo.js @@ -0,0 +1,22 @@ +//const tldEnum = require('tld-enum'); +const tldEnum = require('../formats/js/tld-enum'); + +console.log("There are " + tldEnum.tldList.length + " IANA TLDs"); + +let tldCheck; + +tldCheck = "com"; +console.log("Is '" + tldCheck + "' a real TLD?"); +if (tldEnum.tldList.indexOf(tldCheck) != -1) { + console.log(" yes"); +} else { + console.log(" no"); +} + +tldCheck = "somethingWeird"; +console.log("Is '" + tldCheck + "' a real TLD?"); +if (tldEnum.tldList.indexOf(tldCheck) != -1) { + console.log(" yes"); +} else { + console.log(" no"); +} \ No newline at end of file diff --git a/examples/php-demo.php b/examples/php-demo.php new file mode 100644 index 0000000..8f4f765 --- /dev/null +++ b/examples/php-demo.php @@ -0,0 +1,23 @@ + Date: Wed, 13 Dec 2017 22:51:08 -0800 Subject: [PATCH 037/113] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e791d6f..00f8a87 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ The lists can be conveniently used in PHP or Node projects including this packag } ``` - should produce the following output... + Should produce the following output... ```txt There are 1573 IANA TLDs Is 'com' a real TLD? @@ -108,6 +108,10 @@ The lists can be conveniently used in PHP or Node projects including this packag no ``` +## Examples + * [php-demo.php](/examples/php-demo.php) + * [js-demo.js](/examples/js-demo.js) + ## List Formats * **PHP**: [TldEnum.php](/formats/php/TldEnum/TldEnum.php) From 70c62b5913e4c5719b64f1624bbe9bc5766f0e04 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 22:51:41 -0800 Subject: [PATCH 038/113] bump version --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d85e9ec..66abfdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "1.0.4", + "version": "1.0.5", "description": "Lists of every IANA TLD in formats that can be natively compiled in various language targets", "main": "formats/js/tld-enum.js", "repository": { @@ -29,4 +29,4 @@ "request": "^2.83.0", "tmp": "0.0.33" } -} +} \ No newline at end of file From bfb9fd5ddabd3cba332846108296bab3020e8cba Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 22:55:07 -0800 Subject: [PATCH 039/113] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 00f8a87..2faf14c 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,7 @@ The lists can be conveniently used in PHP or Node projects including this packag * access the list by using the `\TldEnum\TldEnum::TLD_ENUM` class constant array ```php + Date: Wed, 13 Dec 2017 23:07:20 -0800 Subject: [PATCH 040/113] Update README.md must use lowercase for valid TLD comparison --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 2faf14c..ac0f528 100644 --- a/README.md +++ b/README.md @@ -36,18 +36,18 @@ The lists can be conveniently used in PHP or Node projects including this packag tldCheck = "com"; console.log("Is '" + tldCheck + "' a real TLD?"); - if (tldEnum.tldList.indexOf(tldCheck) != -1) { - console.log(" yes"); + if (tldEnum.tldList.indexOf(tldCheck.toLowerCase()) != -1) { + console.log(" yes"); } else { - console.log(" no"); + console.log(" no"); } tldCheck = "somethingWeird"; console.log("Is '" + tldCheck + "' a real TLD?"); - if (tldEnum.tldList.indexOf(tldCheck) != -1) { - console.log(" yes"); + if (tldEnum.tldList.indexOf(tldCheck.toLowerCase()) != -1) { + console.log(" yes"); } else { - console.log(" no"); + console.log(" no"); } ``` @@ -85,18 +85,18 @@ The lists can be conveniently used in PHP or Node projects including this packag $tldCheck = "com"; echo "Is '$tldCheck' a real TLD?\n"; - if (in_array($tldCheck, TldEnum::TLD_ENUM)) { - echo " yes\n"; + if (in_array(strtolower($tldCheck), TldEnum::TLD_ENUM)) { + echo " yes\n"; } else { - echo " no\n"; + echo " no\n"; } $tldCheck = "somethingWeird"; echo "Is '$tldCheck' a real TLD?\n"; - if (in_array($tldCheck, TldEnum::TLD_ENUM)) { - echo " yes\n"; + if (in_array(strtolower($tldCheck), TldEnum::TLD_ENUM)) { + echo " yes\n"; } else { - echo " no\n"; + echo " no\n"; } ``` From 9592365573ec2190b6167ad51bd9a65bbb284f74 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 23:07:52 -0800 Subject: [PATCH 041/113] fixes to use lcase --- examples/js-demo.js | 4 ++-- examples/php-demo.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/js-demo.js b/examples/js-demo.js index 4ff7642..45224bb 100644 --- a/examples/js-demo.js +++ b/examples/js-demo.js @@ -7,7 +7,7 @@ let tldCheck; tldCheck = "com"; console.log("Is '" + tldCheck + "' a real TLD?"); -if (tldEnum.tldList.indexOf(tldCheck) != -1) { +if (tldEnum.tldList.indexOf(tldCheck.toLowerCase()) != -1) { console.log(" yes"); } else { console.log(" no"); @@ -15,7 +15,7 @@ if (tldEnum.tldList.indexOf(tldCheck) != -1) { tldCheck = "somethingWeird"; console.log("Is '" + tldCheck + "' a real TLD?"); -if (tldEnum.tldList.indexOf(tldCheck) != -1) { +if (tldEnum.tldList.indexOf(tldCheck.toLowerCase()) != -1) { console.log(" yes"); } else { console.log(" no"); diff --git a/examples/php-demo.php b/examples/php-demo.php index 8f4f765..85cf6e0 100644 --- a/examples/php-demo.php +++ b/examples/php-demo.php @@ -8,7 +8,7 @@ echo "There are " . count(TldEnum::TLD_ENUM) . " IANA TLDs\n"; $tldCheck = "com"; echo "Is '$tldCheck' a real TLD?\n"; -if (in_array($tldCheck, TldEnum::TLD_ENUM)) { +if (in_array(strtolower($tldCheck), TldEnum::TLD_ENUM)) { echo " yes\n"; } else { echo " no\n"; @@ -16,7 +16,7 @@ if (in_array($tldCheck, TldEnum::TLD_ENUM)) { $tldCheck = "somethingWeird"; echo "Is '$tldCheck' a real TLD?\n"; -if (in_array($tldCheck, TldEnum::TLD_ENUM)) { +if (in_array(strtolower($tldCheck), TldEnum::TLD_ENUM)) { echo " yes\n"; } else { echo " no\n"; From 39f6cbd418d94cefb2b3f8de6ef33990d267d67a Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Dec 2017 23:08:15 -0800 Subject: [PATCH 042/113] version bump --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 66abfdf..e4c1938 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "1.0.5", + "version": "1.0.6", "description": "Lists of every IANA TLD in formats that can be natively compiled in various language targets", "main": "formats/js/tld-enum.js", "repository": { @@ -29,4 +29,4 @@ "request": "^2.83.0", "tmp": "0.0.33" } -} \ No newline at end of file +} From 59575f41d031bf35ae017ab8315cb80a1cb9cde2 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 13:56:25 -0700 Subject: [PATCH 043/113] env bash --- bin/update-formats | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/update-formats b/bin/update-formats index a3dc0fc..0a4a9cd 100755 --- a/bin/update-formats +++ b/bin/update-formats @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ################################################################################ ## "update-formats" ## Updates the 'tlds.csv' file from iana.org and re-generates the native @@ -158,4 +158,4 @@ if [ "$CMD_STATUS" -ne "0" ]; then >&2 echo "$ME_NAME: (FATAL) helper for $CUR_HELPER_LABEL failed ($CUR_HELPER_CMD exit status $CMD_STATUS)" exit $CMD_STATUS fi -echo -e "\ngenerate new $CUR_HELPER_LABEL: success" \ No newline at end of file +echo -e "\ngenerate new $CUR_HELPER_LABEL: success" From 6f16a63f64979caf32e3846576c88b208ae801f1 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 14:09:57 -0700 Subject: [PATCH 044/113] update TLDs - latest TLD updates from iana --- formats/js/tld-enum.js | 4 + formats/json/tld-list.json | 4 + formats/php/TldEnum/TldEnum.php | 4 + tlds.csv | 412 ++++++++++++++++---------------- 4 files changed, 220 insertions(+), 204 deletions(-) diff --git a/formats/js/tld-enum.js b/formats/js/tld-enum.js index 103e325..fbf1e9f 100644 --- a/formats/js/tld-enum.js +++ b/formats/js/tld-enum.js @@ -243,6 +243,7 @@ exports.tldList = [ "ch", "chanel", "channel", + "charity", "chase", "chat", "cheap", @@ -753,6 +754,7 @@ exports.tldList = [ "living", "lixil", "lk", + "llc", "loan", "loans", "locker", @@ -1173,6 +1175,7 @@ exports.tldList = [ "soy", "space", "spiegel", + "sport", "spot", "spreadbetting", "sr", @@ -1514,6 +1517,7 @@ exports.tldList = [ "健康", "ไทย", "‏سورية‎", + "招聘", "рус", "рф", "珠宝", diff --git a/formats/json/tld-list.json b/formats/json/tld-list.json index c46de24..967e429 100644 --- a/formats/json/tld-list.json +++ b/formats/json/tld-list.json @@ -243,6 +243,7 @@ "ch", "chanel", "channel", + "charity", "chase", "chat", "cheap", @@ -753,6 +754,7 @@ "living", "lixil", "lk", + "llc", "loan", "loans", "locker", @@ -1173,6 +1175,7 @@ "soy", "space", "spiegel", + "sport", "spot", "spreadbetting", "sr", @@ -1514,6 +1517,7 @@ "健康", "ไทย", "‏سورية‎", + "招聘", "рус", "рф", "珠宝", diff --git a/formats/php/TldEnum/TldEnum.php b/formats/php/TldEnum/TldEnum.php index 14ea0cb..4015b61 100644 --- a/formats/php/TldEnum/TldEnum.php +++ b/formats/php/TldEnum/TldEnum.php @@ -247,6 +247,7 @@ class TldEnum { 'ch', 'chanel', 'channel', + 'charity', 'chase', 'chat', 'cheap', @@ -757,6 +758,7 @@ class TldEnum { 'living', 'lixil', 'lk', + 'llc', 'loan', 'loans', 'locker', @@ -1177,6 +1179,7 @@ class TldEnum { 'soy', 'space', 'spiegel', + 'sport', 'spot', 'spreadbetting', 'sr', @@ -1518,6 +1521,7 @@ class TldEnum { '健康', 'ไทย', '‏سورية‎', + '招聘', 'рус', 'рф', '珠宝', diff --git a/tlds.csv b/tlds.csv index 95f7ad8..4611b3f 100644 --- a/tlds.csv +++ b/tlds.csv @@ -9,10 +9,10 @@ able,Able Inc.,generic abogado,Top Level Domain Holdings Limited,generic abudhabi,Abu Dhabi Systems and Information Centre,generic ac,Ascension Island,country-code -academy,"Half Oaks, LLC",generic +academy,"Binky Moon, LLC",generic accenture,Accenture plc,generic accountant,dot Accountant Limited,generic -accountants,"Knob Town, LLC",generic +accountants,"Binky Moon, LLC",generic aco,ACO Severin Ahlmann GmbH & Co. KG,generic active,"Active Network, LLC",generic actor,United TLD Holdco Ltd.,generic @@ -30,7 +30,7 @@ afl,Australian Football League,generic africa,ZA Central Registry NPC trading as Registry.Africa,generic ag,Antigua and Barbuda,country-code agakhan,Fondation Aga Khan (Aga Khan Foundation),generic -agency,"Steel Falls, LLC",generic +agency,"Binky Moon, LLC",generic ai,Anguilla,country-code aig,"American International Group, Inc.",generic aigo,"aigo Digital Technology Co,Ltd.",generic @@ -60,8 +60,8 @@ android,Charleston Road Registry Inc.,generic anquan,QIHOO 360 TECHNOLOGY CO. LTD.,generic anz,Australia and New Zealand Banking Group Limited,generic ao,Angola (Republic of),country-code -aol,AOL Inc.,generic -apartments,"June Maple, LLC",generic +aol,OATH Inc.,generic +apartments,"Binky Moon, LLC",generic app,Charleston Road Registry Inc.,generic apple,Apple Inc.,generic aq,Antarctica,country-code @@ -77,7 +77,7 @@ arte,Association Relative à la Télévision Européenne G.E.I.E.,generic as,American Samoa,country-code asda,"Wal-Mart Stores, Inc.",generic asia,Organisations and individuals in the Asia-Pacific region,sponsored -associates,"Baxter Hill, LLC",generic +associates,"Binky Moon, LLC",generic at,Austria (Republic of),country-code athleta,"The Gap, Inc.",generic attorney,"United TLD Holdco, Ltd",generic @@ -109,7 +109,7 @@ barcelona,Municipi de Barcelona,generic barclaycard,Barclays Bank PLC,generic barclays,Barclays Bank PLC,generic barefoot,"Gallo Vineyards, Inc.",generic -bargains,"Half Hallow, LLC",generic +bargains,"Binky Moon, LLC",generic baseball,"MLB Advanced Media DH, LLC",generic basketball,Fédération Internationale de Basketball (FIBA),generic bauhaus,Werkhaus GmbH,generic @@ -137,9 +137,9 @@ bharti,Bharti Enterprises (Holding) Private Limited,generic bi,Burundi (Republic of),country-code bible,American Bible Society,generic bid,dot Bid Limited,generic -bike,"Grand Hollow, LLC",generic +bike,"Binky Moon, LLC",generic bing,Microsoft Corporation,generic -bingo,"Sand Cedar, LLC",generic +bingo,"Binky Moon, LLC",generic bio,STARTING DOT LIMITED,generic biz,Business,generic-restricted bj,Benin (Republic of),country-code @@ -166,12 +166,12 @@ bond,Bond University Limited,generic boo,Charleston Road Registry Inc.,generic book,"Amazon Registry Services, Inc.",generic booking,Booking.com B.V.,generic -boots,THE BOOTS COMPANY PLC,generic +boots,Not assigned,generic bosch,Robert Bosch GMBH,generic bostik,Bostik SA,generic boston,"Boston TLD Management, LLC",generic bot,"Amazon Registry Services, Inc.",generic -boutique,"Over Galley, LLC",generic +boutique,"Binky Moon, LLC",generic box,NS1 Limited,generic bq,Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl},country-code br,Brazil (Federative Republic of),country-code @@ -186,8 +186,8 @@ bt,Bhutan (Kingdom of),country-code budapest,Top Level Domain Holdings Limited,generic bugatti,Bugatti International SA,generic build,Plan Bee LLC,generic -builders,"Atomic Madison, LLC",generic -business,"Spring Cross, LLC",generic +builders,"Binky Moon, LLC",generic +business,"Binky Moon, LLC",generic buy,"Amazon Registry Services, INC",generic buzz,DOTSTRATEGY CO.,generic bv,Bouvet Island,country-code @@ -196,34 +196,34 @@ by,Belarus (Republic of),country-code bz,Belize,country-code bzh,Association www.bzh,generic ca,Canada,country-code -cab,"Half Sunset, LLC",generic -cafe,"Pioneer Canyon, LLC",generic +cab,"Binky Moon, LLC",generic +cafe,"Binky Moon, LLC",generic cal,Charleston Road Registry Inc.,generic call,"Amazon Registry Services, Inc.",generic calvinklein,PVH gTLD Holdings LLC,generic cam,AC Webconnecting Holding B.V.,generic -camera,"Atomic Maple, LLC",generic -camp,"Delta Dynamite, LLC",generic +camera,"Binky Moon, LLC",generic +camp,"Binky Moon, LLC",generic cancerresearch,Australian Cancer Research Foundation,generic canon,Canon Inc.,generic capetown,ZA Central Registry NPC trading as ZA Central Registry,generic -capital,"Delta Mill, LLC",generic +capital,"Binky Moon, LLC",generic capitalone,Capital One Financial Corporation,generic car,Cars Registry Limited,generic caravan,"Caravan International, Inc.",generic -cards,"Foggy Hollow, LLC",generic -care,"Goose Cross, LLC",generic +cards,"Binky Moon, LLC",generic +care,"Binky Moon, LLC",generic career,dotCareer LLC,generic -careers,"Wild Corner, LLC",generic +careers,"Binky Moon, LLC",generic cars,Cars Registry Limited,generic cartier,Richemont DNS Inc.,generic casa,Top Level Domain Holdings Limited,generic case,CNH Industrial N.V.,generic caseih,CNH Industrial N.V.,generic -cash,"Delta Lake, LLC",generic -casino,"Binky Sky, LLC",generic +cash,"Binky Moon, LLC",generic +casino,"Binky Moon, LLC",generic cat,Catalan,sponsored -catering,New Falls. LLC,generic +catering,"Binky Moon, LLC",generic catholic,Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication),generic cba,COMMONWEALTH BANK OF AUSTRALIA,generic cbn,"The Christian Broadcasting Network, Inc.",generic @@ -232,7 +232,7 @@ cbs,CBS Domains Inc.,generic cc,Cocos (Keeling) Islands (Territory of the),country-code cd,Congo (Democratic Republic of the) [Congo-Kinshasa],country-code ceb,The Corporate Executive Board Company,generic -center,"Tin Mill, LLC",generic +center,"Binky Moon, LLC",generic ceo,CEOTLD Pty Ltd,generic cern,"European Organization for Nuclear Research (""CERN"")",generic cf,Central African Republic,country-code @@ -242,15 +242,16 @@ cg,Congo (Republic of) [Congo-Brazzaville],country-code ch,Switzerland (Swiss Confederation),country-code chanel,Chanel International B.V.,generic channel,Charleston Road Registry Inc.,generic +charity,"Corn Lake, LLC",generic chase,"JPMorgan Chase Bank, National Association",generic -chat,"Sand Fields, LLC",generic -cheap,"Sand Cover, LLC",generic +chat,"Binky Moon, LLC",generic +cheap,"Binky Moon, LLC",generic chintai,CHINTAI Corporation,generic chloe,Not assigned,generic christmas,"Uniregistry, Corp.",generic chrome,Charleston Road Registry Inc.,generic chrysler,FCA US LLC.,generic -church,"Holly Fileds, LLC",generic +church,"Binky Moon, LLC",generic ci,Ivory Coast (Republic of Côte d'Ivoire),country-code cipriani,Hotel Cipriani Srl,generic circle,"Amazon Registry Services, Inc.",generic @@ -258,58 +259,58 @@ cisco,"Cisco Technology, Inc.",generic citadel,Citadel Domain LLC,generic citi,Citigroup Inc.,generic citic,CITIC Group Corporation,generic -city,"Snow Sky, LLC",generic +city,"Binky Moon, LLC",generic cityeats,"Lifestyle Domain Holdings, Inc.",generic ck,Cook Islands,country-code cl,Chile (Republic of),country-code -claims,"Black Corner, LLC",generic -cleaning,"Fox Shadow, LLC",generic +claims,"Binky Moon, LLC",generic +cleaning,"Binky Moon, LLC",generic click,"Uniregistry, Corp.",generic -clinic,"Goose Park, LLC",generic +clinic,"Binky Moon, LLC",generic clinique,The Estée Lauder Companies Inc.,generic -clothing,"Steel Lake, LLC",generic +clothing,"Binky Moon, LLC",generic cloud,ARUBA PEC S.p.A.,generic club,".CLUB DOMAINS, LLC",generic clubmed,Club Méditerranée S.A.,generic cm,Cameroon (Republic of),country-code cn,China (People's Republic of),country-code co,Colombia (Republic of),country-code -coach,"Koko Island, LLC",generic -codes,"Puff Willow, LLC",generic -coffee,"Trixy Cover, LLC",generic +coach,"Binky Moon, LLC",generic +codes,"Binky Moon, LLC",generic +coffee,"Binky Moon, LLC",generic college,XYZ.COM LLC,generic -cologne,NetCologne Gesellschaft für Telekommunikation mbH,generic +cologne,punkt.wien GmbH,generic com,Commercial organizations,generic comcast,"Comcast IP Holdings I, LLC",generic commbank,COMMONWEALTH BANK OF AUSTRALIA,generic -community,"Fox Orchard, LLC",generic -company,"Silver Avenue, LLC",generic +community,"Binky Moon, LLC",generic +company,"Binky Moon, LLC",generic compare,iSelect Ltd,generic -computer,"Pine Mill, LLC",generic +computer,"Binky Moon, LLC",generic comsec,"VeriSign, Inc.",generic -condos,"Pine House, LLC",generic -construction,"Fox Dynamite, LLC",generic +condos,"Binky Moon, LLC",generic +construction,"Binky Moon, LLC",generic consulting,"United TLD Holdco, LTD.",generic contact,"Top Level Spectrum, Inc.",generic -contractors,"Magic Woods, LLC",generic +contractors,"Binky Moon, LLC",generic cooking,Top Level Domain Holdings Limited,generic cookingchannel,"Lifestyle Domain Holdings, Inc.",generic -cool,"Koko Lake, LLC",generic +cool,"Binky Moon, LLC",generic coop,Cooperatives,sponsored corsica,Collectivité Territoriale de Corse,generic country,Top Level Domain Holdings Limited,generic coupon,"Amazon Registry Services, Inc.",generic -coupons,"Black Island, LLC",generic +coupons,"Binky Moon, LLC",generic courses,OPEN UNIVERSITIES AUSTRALIA PTY LTD,generic cr,Costa Rica (Republic of),country-code -credit,"Snow Shadow, LLC",generic -creditcard,"Binky Frostbite, LLC",generic +credit,"Binky Moon, LLC",generic +creditcard,"Binky Moon, LLC",generic creditunion,"CUNA Performance Resources, LLC",generic cricket,dot Cricket Limited,generic crown,Crown Equipment Corporation,generic crs,Federated Co-operatives Limited,generic cruise,Viking River Cruises (Bermuda) Ltd.,generic -cruises,"Spring Way, LLC",generic +cruises,"Binky Moon, LLC",generic csc,"Alliance-One Services, Inc.",generic cu,Cuba (Republic of),country-code cuisinella,SALM S.A.S.,generic @@ -325,7 +326,7 @@ dad,Charleston Road Registry Inc.,generic dance,United TLD Holdco Ltd.,generic data,Dish DBS Corporation,generic date,dot Date Limited,generic -dating,"Pine Fest, LLC",generic +dating,"Binky Moon, LLC",generic datsun,"NISSAN MOTOR CO., LTD.",generic day,Charleston Road Registry Inc.,generic dclk,Charleston Road Registry Inc.,generic @@ -333,25 +334,25 @@ dds,Minds + Machines Group Limited,generic de,Germany (Federal Republic of),country-code deal,"Amazon Registry Services, Inc.",generic dealer,"Dealer Dot Com, Inc.",generic -deals,"Sand Sunset, LLC",generic +deals,"Binky Moon, LLC",generic degree,"United TLD Holdco, Ltd",generic -delivery,"Steel Station, LLC",generic +delivery,"Binky Moon, LLC",generic dell,Dell Inc.,generic deloitte,Deloitte Touche Tohmatsu,generic delta,"Delta Air Lines, Inc.",generic democrat,United TLD Holdco Ltd.,generic -dental,"Tin Birch, LLC",generic +dental,"Binky Moon, LLC",generic dentist,"United TLD Holdco, Ltd",generic desi,Desi Networks LLC,generic design,"Top Level Design, LLC",generic dev,Charleston Road Registry Inc.,generic dhl,Deutsche Post AG,generic -diamonds,"John Edge, LLC",generic +diamonds,"Binky Moon, LLC",generic diet,"Uniregistry, Corp.",generic -digital,"Dash Park, LLC",generic -direct,"Half Trail, LLC",generic -directory,"Extra Madison, LLC",generic -discount,"Holly Hill, LLC",generic +digital,"Binky Moon, LLC",generic +direct,"Binky Moon, LLC",generic +directory,"Binky Moon, LLC",generic +discount,"Binky Moon, LLC",generic discover,Discover Financial Services,generic dish,Dish DBS Corporation,generic diy,"Lifestyle Domain Holdings, Inc.",generic @@ -361,11 +362,11 @@ dm,Dominica (Commonwealth of),country-code dnp,"Dai Nippon Printing Co., Ltd.",generic do,Dominican Republic,country-code docs,Charleston Road Registry Inc.,generic -doctor,"Brice Trail, LLC",generic +doctor,"Binky Moon, LLC",generic dodge,FCA US LLC.,generic -dog,"Koko Mill, LLC",generic +dog,"Binky Moon, LLC",generic doha,Communications Regulatory Authority (CRA),generic -domains,"Sugar Cross, LLC",generic +domains,"Binky Moon, LLC",generic doosan,Retired,generic dot,Dish DBS Corporation,generic download,dot Support Limited,generic @@ -386,46 +387,46 @@ ec,Ecuador (Republic of),country-code eco,Big Room Inc.,generic edeka,EDEKA Verband kaufmännischer Genossenschaften e.V.,generic edu,Educational establishments,sponsored -education,"Brice Way, LLC",generic +education,"Binky Moon, LLC",generic ee,Estonia (Republic of),country-code eg,Egypt (Arab Republic of),country-code eh,Western Sahara {reserved},country-code -email,"Spring Madison, LLC",generic +email,"Binky Moon, LLC",generic emerck,Merck KGaA,generic -energy,"Binky Birch, LLC",generic +energy,"Binky Moon, LLC",generic engineer,United TLD Holdco Ltd.,generic -engineering,Romeo Canyon,generic -enterprises,"Snow Oaks, LLC",generic +engineering,"Binky Moon, LLC",generic +enterprises,"Binky Moon, LLC",generic epost,Deutsche Post AG,generic epson,Seiko Epson Corporation,generic -equipment,"Corn Station, LLC",generic +equipment,"Binky Moon, LLC",generic er,Eritrea (State of),country-code ericsson,Telefonaktiebolaget L M Ericsson,generic erni,ERNI Group Holding AG,generic es,Spain (Kingdom of),country-code esq,Charleston Road Registry Inc.,generic -estate,"Trixy Park, LLC",generic +estate,"Binky Moon, LLC",generic esurance,Esurance Insurance Company,generic et,Ethiopia (Federal Democratic Republic of),country-code etisalat,Emirates Telecommunications Corporation (trading as Etisalat),generic eu,European Union,country-code eurovision,European Broadcasting Union (EBU),generic eus,Puntueus Fundazioa,generic -events,"Pioneer Maple, LLC",generic +events,"Binky Moon, LLC",generic everbank,EverBank,generic -exchange,"Spring Falls, LLC",generic -expert,"Magic Pass, LLC",generic -exposed,"Victor Beach, LLC",generic -express,"Sea Sunset, LLC",generic +exchange,"Binky Moon, LLC",generic +expert,"Binky Moon, LLC",generic +exposed,"Binky Moon, LLC",generic +express,"Binky Moon, LLC",generic extraspace,Extra Space Storage LLC,generic fage,Fage International S.A.,generic -fail,"Atomic Pipe, LLC",generic +fail,"Binky Moon, LLC",generic fairwinds,"FairWinds Partners, LLC",generic faith,dot Faith Limited,generic family,United TLD Holdco Ltd.,generic fan,Asiamix Digital Ltd,generic fans,Asiamix Digital Limited,generic -farm,"Just Maple, LLC",generic +farm,"Binky Moon, LLC",generic farmers,Farmers Insurance Exchange,generic fashion,Top Level Domain Holdings Limited,generic fast,"Amazon Registry Services, Inc.",generic @@ -439,21 +440,21 @@ fidelity,Fidelity Brokerage Services LLC,generic fido,Rogers Communications Canada Inc.,generic film,Motion Picture Domain Registry Pty Ltd,generic final,Núcleo de Informação e Coordenação do Ponto BR - NIC.br,generic -finance,"Cotton Cypress, LLC",generic -financial,"Just Cover, LLC",generic +finance,"Binky Moon, LLC",generic +financial,"Binky Moon, LLC",generic fire,"Amazon Registry Services, Inc.",generic firestone,"Bridgestone Licensing Services, Inc.",generic firmdale,Firmdale Holdings Limited,generic -fish,"Fox Woods, LLC",generic +fish,"Binky Moon, LLC",generic fishing,Top Level Domain Holdings Limited,generic fit,Minds + Machines Group Limited,generic -fitness,"Brice Orchard, LLC",generic +fitness,"Binky Moon, LLC",generic fj,Fiji (Republic of),country-code fk,Falkland Islands (Malvinas),country-code flickr,Yahoo! Domain Services Inc.,generic -flights,"Fox Station, LLC",generic +flights,"Binky Moon, LLC",generic flir,"FLIR Systems, Inc.",generic -florist,"Half Cypress, LLC",generic +florist,"Binky Moon, LLC",generic flowers,"Uniregistry, Corp.",generic flsmidth,Retired,generic fly,Charleston Road Registry Inc.,generic @@ -462,12 +463,12 @@ fo,Faroe Islands,country-code foo,Charleston Road Registry Inc.,generic food,"Lifestyle Domain Holdings, Inc.",generic foodnetwork,"Lifestyle Domain Holdings, Inc.",generic -football,"Foggy Farms, LLC",generic +football,"Binky Moon, LLC",generic ford,Ford Motor Company,generic forex,DOTFOREX REGISTRY LTD,generic forsale,"United TLD Holdco, LLC",generic forum,"Fegistry, LLC",generic -foundation,"John Dale, LLC",generic +foundation,"Binky Moon, LLC",generic fox,"FOX Registry, LLC",generic fr,France (French Republic),country-code free,"Amazon Registry Services, Inc.",generic @@ -480,13 +481,13 @@ ftr,Frontier Communications Corporation,generic fujitsu,Fujitsu Limited,generic fujixerox,Xerox DNHC LLC,generic fun,"DotSpace, Inc.",generic -fund,"John Castle, LLC",generic -furniture,"Lone Fields, LLC",generic +fund,"Binky Moon, LLC",generic +furniture,"Binky Moon, LLC",generic futbol,"United TLD Holdco, Ltd.",generic -fyi,"Silver Tigers, LLC",generic +fyi,"Binky Moon, LLC",generic ga,Gabon (Gabonese Republic),country-code gal,Asociación puntoGAL,generic -gallery,"Sugar House, LLC",generic +gallery,"Binky Moon, LLC",generic gallo,"Gallo Vineyards, Inc.",generic gallup,"Gallup, Inc.",generic game,"Uniregistry, Corp.",generic @@ -508,25 +509,25 @@ ggee,"GMO Internet, Inc.",generic gh,Ghana (Republic of),country-code gi,Gibraltar,country-code gift,"Uniregistry, Corp.",generic -gifts,"Goose Sky, LLC",generic +gifts,"Binky Moon, LLC",generic gives,United TLD Holdco Ltd.,generic giving,Giving Limited,generic gl,Greenland,country-code glade,"Johnson Shareholdings, Inc.",generic -glass,"Black Cover, LLC",generic +glass,"Binky Moon, LLC",generic gle,Charleston Road Registry Inc.,generic global,Dot Global Domain Registry Limited,generic globo,Globo Comunicação e Participações S.A,generic gm,Gambia (Republic of The),country-code gmail,Charleston Road Registry Inc.,generic -gmbh,"Extra Dynamite, LLC",generic +gmbh,"Binky Moon, LLC",generic gmo,"GMO Internet, Inc.",generic gmx,1&1 Mail & Media GmbH,generic gn,Guinea (Republic of),country-code godaddy,"Go Daddy East, LLC",generic -gold,"June Edge, LLC",generic +gold,"Binky Moon, LLC",generic goldpoint,"YODOBASHI CAMERA CO.,LTD.",generic -golf,"Lone Falls, LLC",generic +golf,"Binky Moon, LLC",generic goo,NTT Resonant Inc.,generic goodhands,Allstate Fire and Casualty Insurance Company,generic goodyear,The Goodyear Tire & Rubber Company,generic @@ -539,21 +540,21 @@ gp,Guadeloupe,country-code gq,Equatorial Guinea (Republic of),country-code gr,Greece (Hellenic Republic),country-code grainger,"Grainger Registry Services, LLC",generic -graphics,"Over Madison, LLC",generic -gratis,"Pioneer Tigers, LLC",generic +graphics,"Binky Moon, LLC",generic +gratis,"Binky Moon, LLC",generic green,DotGreen Registry Limited,generic -gripe,"Corn Sunset, LLC",generic +gripe,"Binky Moon, LLC",generic grocery,"Wal-Mart Stores, Inc.",generic -group,"Romeo Town, LLC",generic +group,"Binky Moon, LLC",generic gs,South Georgia and the South Sandwich Islands,country-code gt,Guatemala (Republic of),country-code gu,Guam,country-code guardian,The Guardian Life Insurance Company of America,generic gucci,Guccio Gucci S.p.a.,generic guge,Charleston Road Registry Inc.,generic -guide,"Snow Moon, LLC",generic +guide,"Binky Moon, LLC",generic guitars,"Uniregistry, Corp.",generic -guru,"Pioneer Cypress, LLC",generic +guru,"Binky Moon, LLC",generic gw,Guinea-Bissau (Republic of),country-code gy,Guyana (Co-operative Republic of),country-code hair,L'Oreal,generic @@ -564,7 +565,7 @@ hbo,"HBO Registry Services, Inc.",generic hdfc,HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED,generic hdfcbank,HDFC Bank Limited,generic health,"DotHealth, LLC",generic -healthcare,"Silver Glen, LLC",generic +healthcare,"Binky Moon, LLC",generic help,"Uniregistry, Corp.",generic helsinki,City of Helsinki,generic here,Charleston Road Registry Inc.,generic @@ -578,9 +579,9 @@ hk,Hong Kong (Hong Kong Special Administrative Region of the People's Republic o hkt,PCCW-HKT DataCom Services Limited,generic hm,Heard Island and McDonald Islands,country-code hn,Honduras (Republic of),country-code -hockey,"Half Willow, LLC",generic -holdings,"John Madison, LLC",generic -holiday,"Goose Woods, LLC",generic +hockey,"Binky Moon, LLC",generic +holdings,"Binky Moon, LLC",generic +holiday,"Binky Moon, LLC",generic homedepot,"Home Depot Product Authority, LLC",generic homegoods,"The TJX Companies, Inc.",generic homes,"DERHomes, LLC",generic @@ -588,14 +589,14 @@ homesense,"The TJX Companies, Inc.",generic honda,"Honda Motor Co., Ltd.",generic honeywell,Honeywell GTLD LLC,generic horse,Top Level Domain Holdings Limited,generic -hospital,"Ruby Pike, LLC",generic +hospital,"Binky Moon, LLC",generic host,DotHost Inc.,generic hosting,"Uniregistry, Corp.",generic hot,"Amazon Registry Services, Inc.",generic hoteles,Travel Reservations SRL,generic hotels,Booking.com B.V.,generic hotmail,Microsoft Corporation,generic -house,"Sugar Park, LLC",generic +house,"Binky Moon, LLC",generic how,Charleston Road Registry Inc.,generic hr,Croatia (Republic of),country-code hsbc,HSBC Global Services (UK) Limited,generic @@ -608,7 +609,7 @@ hyundai,Hyundai Motor Company,generic ibm,International Business Machines Corporation,generic icbc,Industrial and Commercial Bank of China Limited,generic ice,"IntercontinentalExchange, Inc.",generic -icu,One.com A/S,generic +icu,Shortdot SA,generic id,Indonesia (Republic of),country-code ie,Ireland (Republic of),country-code ieee,IEEE Global LLC,generic @@ -619,27 +620,27 @@ il,Israel (State of),country-code im,Isle of Man,country-code imamat,Fondation Aga Khan (Aga Khan Foundation),generic imdb,"Amazon Registry Services, Inc.",generic -immo,"Auburn Bloom, LLC",generic +immo,"Binky Moon, LLC",generic immobilien,United TLD Holdco Ltd.,generic in,India (Republic of),country-code -industries,"Outer House, LLC",generic +industries,"Binky Moon, LLC",generic infiniti,"NISSAN MOTOR CO., LTD.",generic info,Informational sites,generic ing,Charleston Road Registry Inc.,generic ink,"Top Level Design, LLC",generic -institute,"Outer Maple, LLC",generic +institute,"Binky Moon, LLC",generic insurance,fTLD Registry Services LLC,generic -insure,"Pioneer Willow, LLC",generic +insure,"Binky Moon, LLC",generic int,International treaty-based organizations,sponsored intel,Intel Corporation,generic -international,"Wild Way, LLC",generic +international,"Binky Moon, LLC",generic intuit,"Intuit Administrative Services, Inc.",generic -investments,"Holly Glen, LLC",generic +investments,"Binky Moon, LLC",generic io,British Indian Ocean Territory,country-code ipiranga,Ipiranga Produtos de Petroleo S.A.,generic iq,Iraq (Republic of),country-code ir,Iran (Islamic Republic of),country-code -irish,Tin Mill LLC,generic +irish,"Binky Moon, LLC",generic is,Iceland,country-code iselect,iSelect Ltd,generic ismaili,Fondation Aga Khan (Aga Khan Foundation),generic @@ -656,8 +657,8 @@ jcb,"JCB Co., Ltd.",generic jcp,"JCP Media, Inc.",generic je,Jersey (Bailiwick of),country-code jeep,FCA US LLC.,generic -jetzt,"Wild Frostbite, LLC",generic -jewelry,"Wild Bloom, LLC",generic +jetzt,"Binky Moon, LLC",generic +jewelry,"Binky Moon, LLC",generic jio,"Affinity Names, Inc.",generic jlc,Richemont DNS Inc.,generic jll,Jones Lang LaSalle Incorporated,generic @@ -688,11 +689,11 @@ kia,KIA MOTORS CORPORATION,generic kim,Afilias plc,generic kinder,Ferrero Trading Lux S.A.,generic kindle,"Amazon Registry Services, Inc.",generic -kitchen,"Just Goodbye, LLC",generic +kitchen,"Binky Moon, LLC",generic kiwi,DOT KIWI LIMITED,generic km,Comoros (Union of the),country-code kn,Saint Kitts and Nevis (Federation of),country-code -koeln,NetCologne Gesellschaft für Telekommunikation mbH,generic +koeln,punkt.wien GmbH,generic komatsu,Komatsu Ltd.,generic kosher,Kosher Marketing Assets LLC,generic kp,Korea (Democratic People's Republic of) [North Korea],country-code @@ -714,7 +715,7 @@ lamer,The Estée Lauder Companies Inc.,generic lancaster,LANCASTER,generic lancia,Fiat Chrysler Automobiles N.V.,generic lancome,L'Oréal,generic -land,"Pine Moon, LLC",generic +land,"Binky Moon, LLC",generic landrover,Jaguar Land Rover Ltd,generic lanxess,LANXESS Corporation,generic lasalle,Jones Lang LaSalle Incorporated,generic @@ -726,24 +727,24 @@ lawyer,"United TLD Holdco, Ltd",generic lb,Lebanon (Lebanese Republic),country-code lc,Saint Lucia,country-code lds,"IRI Domain Management, LLC",generic -lease,"Victor Trail, LLC",generic +lease,"Binky Moon, LLC",generic leclerc,A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc,generic lefrak,"LeFrak Organization, Inc.",generic -legal,"Blue Falls, LLC",generic +legal,"Binky Moon, LLC",generic lego,LEGO Juris A/S,generic lexus,TOYOTA MOTOR CORPORATION,generic lgbt,Afilias plc,generic li,Liechtenstein (Principality of),country-code liaison,"Liaison Technologies, Incorporated",generic lidl,Schwarz Domains und Services GmbH & Co. KG,generic -life,"Trixy Oaks, LLC",generic +life,"Binky Moon, LLC",generic lifeinsurance,American Council of Life Insurers,generic lifestyle,"Lifestyle Domain Holdings, Inc.",generic -lighting,"John McCook, LLC",generic +lighting,"Binky Moon, LLC",generic like,"Amazon Registry Services, Inc.",generic lilly,Eli Lilly and Company,generic -limited,"Big Fest, LLC",generic -limo,"Hidden Frostbite, LLC",generic +limited,"Binky Moon, LLC",generic +limo,"Binky Moon, LLC",generic lincoln,Ford Motor Company,generic linde,Linde Aktiengesellschaft,generic link,"Uniregistry, Corp.",generic @@ -752,8 +753,9 @@ live,United TLD Holdco Ltd.,generic living,"Lifestyle Domain Holdings, Inc.",generic lixil,LIXIL Group Corporation,generic lk,Sri Lanka (Democratic Socialist Republic of),country-code +llc,Afilias plc,generic loan,dot Loan Limited,generic -loans,"June Woods, LLC",generic +loans,"Binky Moon, LLC",generic locker,Dish DBS Corporation,generic locus,Locus Analytics LLC,generic loft,"Annco, Inc.",generic @@ -767,7 +769,7 @@ lplfinancial,"LPL Holdings, Inc.",generic lr,Liberia (Republic of),country-code ls,Lesotho (Kingdom of),country-code lt,Lithuania (Republic of),country-code -ltd,"Over Corner, LLC",generic +ltd,"Binky Moon, LLC",generic ltda,InterNetX Corp.,generic lu,Luxembourg (Grand Duchy of),country-code lundbeck,H. Lundbeck A/S,generic @@ -780,20 +782,20 @@ ma,Morocco,country-code macys,"Macys, Inc.",generic madrid,Comunidad de Madrid,generic maif,Mutuelle Assurance Instituteur France (MAIF),generic -maison,"Victor Frostbite, LLC",generic +maison,"Binky Moon, LLC",generic makeup,L'Oréal,generic man,MAN SE,generic -management,"John Goodbye, LLC",generic +management,"Binky Moon, LLC",generic mango,PUNTO FA S.L.,generic map,Charleston Road Registry Inc.,generic market,"United TLD Holdco, Ltd",generic -marketing,"Fern Pass, LLC",generic +marketing,"Binky Moon, LLC",generic markets,DOTMARKETS REGISTRY LTD,generic marriott,Marriott Worldwide Corporation,generic marshalls,"The TJX Companies, Inc.",generic maserati,Fiat Chrysler Automobiles N.V.,generic mattel,"Mattel Sites, Inc.",generic -mba,"Lone Hollow, LLC",generic +mba,"Binky Moon, LLC",generic mc,Monaco (Principality of),country-code mcd,Not assigned,generic mcdonalds,Not assigned,generic @@ -801,14 +803,14 @@ mckinsey,"McKinsey Holdings, Inc.",generic md,Moldova (Republic of),country-code me,Montenegro,country-code med,Medistry LLC,generic -media,"Grand Glen, LLC",generic +media,"Binky Moon, LLC",generic meet,Charleston Road Registry Inc.,generic melbourne,"The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation",generic meme,Charleston Road Registry Inc.,generic memorial,"Dog Beach, LLC",generic men,Exclusive Registry Limited,generic menu,"Wedding TLD2, LLC",generic -meo,"MEO Serviços de Comunicações e Multimédia, S.A.",generic +meo,Not assigned,generic merckmsd,"MSD Registry Holdings, Inc.",generic metlife,"MetLife Services and Solutions, LLC",generic mf,Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr},country-code @@ -837,7 +839,7 @@ moe,"Interlink Co., Ltd.",generic moi,"Amazon Registry Services, Inc.",generic mom,"Uniregistry, Corp.",generic monash,Monash University,generic -money,"Outer McCook, LLC",generic +money,"Binky Moon, LLC",generic monster,"Monster Worldwide, Inc.",generic montblanc,Not assigned,generic mopar,FCA US LLC.,generic @@ -847,7 +849,7 @@ moscow,Foundation for Assistance for Internet Technologies and Infrastructure De moto,"Motorola Trademark Holdings, LLC",generic motorcycles,"DERMotorcycles, LLC",generic mov,Charleston Road Registry Inc.,generic -movie,"New Frostbite, LLC",generic +movie,"Binky Moon, LLC",generic movistar,Telefónica S.A.,generic mp,Northern Mariana Islands (Commonwealth of the),country-code mq,Martinique,country-code @@ -882,7 +884,7 @@ nec,NEC Corporation,generic net,Network,generic netbank,COMMONWEALTH BANK OF AUSTRALIA,generic netflix,"Netflix, Inc.",generic -network,"Trixy Manor, LLC",generic +network,"Binky Moon, LLC",generic neustar,"NeuStar, Inc.",generic new,Charleston Road Registry Inc.,generic newholland,CNH Industrial N.V.,generic @@ -953,8 +955,8 @@ panasonic,Panasonic Corporation,generic panerai,Richemont DNS Inc.,generic paris,City of Paris,generic pars,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.,generic -partners,"Magic Glen, LLC",generic -parts,"Sea Goodbye, LLC",generic +partners,"Binky Moon, LLC",generic +parts,"Binky Moon, LLC",generic party,Blue Sky Registry Limited,generic passagens,Travel Reservations SRL,generic pay,"Amazon Registry Services, Inc.",generic @@ -970,26 +972,26 @@ phd,Charleston Road Registry Inc.,generic philips,Koninklijke Philips N.V.,generic phone,Dish DBS Corporation,generic photo,"Uniregistry, Corp.",generic -photography,"Sugar Glen, LLC",generic -photos,"Sea Corner, LLC",generic +photography,"Binky Moon, LLC",generic +photos,"Binky Moon, LLC",generic physio,PhysBiz Pty Ltd,generic piaget,Richemont DNS Inc.,generic pics,"Uniregistry, Corp.",generic pictet,Pictet Europe S.A.,generic -pictures,"Foggy Sky, LLC",generic +pictures,"Binky Moon, LLC",generic pid,"Top Level Spectrum, Inc.",generic pin,"Amazon Registry Services, Inc.",generic ping,"Ping Registry Provider, Inc.",generic pink,Afilias plc,generic pioneer,Pioneer Corporation,generic -pizza,"Foggy Moon, LLC",generic +pizza,"Binky Moon, LLC",generic pk,Pakistan (Islamic Republic of),country-code pl,Poland (Republic of),country-code -place,"Snow Galley, LLC",generic +place,"Binky Moon, LLC",generic play,Charleston Road Registry Inc.,generic playstation,Sony Computer Entertainment Inc.,generic -plumbing,"Spring Tigers, LLC",generic -plus,"Sugar Mill, LLC",generic +plumbing,"Binky Moon, LLC",generic +plus,"Binky Moon, LLC",generic pm,Saint Pierre and Miquelon,country-code pn,Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands),country-code pnc,"PNC Domain Co., LLC",generic @@ -1005,11 +1007,11 @@ press,DotPress Inc.,generic prime,"Amazon Registry Services, Inc.",generic pro,Profession,generic-restricted prod,Charleston Road Registry Inc.,generic -productions,"Magic Birch, LLC",generic +productions,"Binky Moon, LLC",generic prof,Charleston Road Registry Inc.,generic progressive,Progressive Casualty Insurance Company,generic promo,Afilias plc,generic -properties,"Big Pass, LLC",generic +properties,"Binky Moon, LLC",generic property,"Uniregistry, Corp.",generic protection,XYZ.COM LLC,generic pru,"Prudential Financial, Inc.",generic @@ -1033,23 +1035,23 @@ read,"Amazon Registry Services, Inc.",generic realestate,dotRealEstate LLC,generic realtor,Real Estate Domains LLC,generic realty,"Fegistry, LLC",generic -recipes,"Grand Island, LLC",generic +recipes,"Binky Moon, LLC",generic red,Afilias plc,generic redstone,"Redstone Haute Couture Co., Ltd.",generic redumbrella,"Travelers TLD, LLC",generic rehab,United TLD Holdco Ltd.,generic -reise,"Foggy Way, LLC",generic -reisen,"New Cypress, LLC",generic +reise,"Binky Moon, LLC",generic +reisen,"Binky Moon, LLC",generic reit,"National Association of Real Estate Investment Trusts, Inc.",generic reliance,Reliance Industries Limited,generic ren,"Beijing Qianxiang Wangjing Technology Development Co., Ltd.",generic rent,XYZ.COM LLC,generic -rentals,"Big Hollow,LLC",generic -repair,"Lone Sunset, LLC",generic -report,"Binky Glen, LLC",generic +rentals,"Binky Moon, LLC",generic +repair,"Binky Moon, LLC",generic +report,"Binky Moon, LLC",generic republican,United TLD Holdco Ltd.,generic rest,Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable,generic -restaurant,"Snow Avenue, LLC",generic +restaurant,"Binky Moon, LLC",generic review,dot Review Limited,generic reviews,"United TLD Holdco, Ltd.",generic rexroth,Robert Bosch GMBH,generic @@ -1072,7 +1074,7 @@ rsvp,Charleston Road Registry Inc.,generic ru,Russia (Russian Federation),country-code rugby,World Rugby Strategic Developments Limited,generic ruhr,regiodot GmbH & Co. KG,generic -run,"Snow Park, LLC",generic +run,"Binky Moon, LLC",generic rw,Rwanda (Republic of),country-code rwe,RWE AG,generic ryukyu,"BRregistry, Inc.",generic @@ -1082,15 +1084,15 @@ safe,"Amazon Registry Services, Inc.",generic safety,"Safety Registry Services, LLC.",generic sakura,SAKURA Internet Inc.,generic sale,"United TLD Holdco, Ltd",generic -salon,"Outer Orchard, LLC",generic +salon,"Binky Moon, LLC",generic samsclub,"Wal-Mart Stores, Inc.",generic samsung,"SAMSUNG SDS CO., LTD",generic sandvik,Sandvik AB,generic sandvikcoromant,Sandvik AB,generic sanofi,Sanofi,generic sap,SAP AG,generic -sapo,"MEO Serviços de Comunicações e Multimédia, S.A.",generic -sarl,"Delta Orchard, LLC",generic +sapo,Not assigned,generic +sarl,"Binky Moon, LLC",generic sas,Research IP LLC,generic save,"Amazon Registry Services, Inc.",generic saxo,Saxo Bank A/S,generic @@ -1103,8 +1105,8 @@ scb,"The Siam Commercial Bank Public Company Limited (""SCB"")",generic schaeffler,Schaeffler Technologies AG & Co. KG,generic schmidt,SALM S.A.S.,generic scholarships,"Scholarships.com, LLC",generic -school,"Little Galley, LLC",generic -schule,"Outer Moon, LLC",generic +school,"Binky Moon, LLC",generic +schule,"Binky Moon, LLC",generic schwarz,Schwarz Domains und Services GmbH & Co. KG,generic science,dot Science Limited,generic scjohnson,"Johnson Shareholdings, Inc.",generic @@ -1119,7 +1121,7 @@ security,XYZ.COM LLC,generic seek,Seek Limited,generic select,iSelect Ltd,generic sener,"Sener Ingeniería y Sistemas, S.A.",generic -services,"Fox Castle, LLC",generic +services,"Binky Moon, LLC",generic ses,SES,generic seven,Seven West Media Ltd,generic sew,SEW-EURODRIVE GmbH & Co KG,generic @@ -1134,17 +1136,17 @@ shaw,Shaw Cablesystems G.P.,generic shell,Shell Information Technology International Inc,generic shia,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.,generic shiksha,Afilias plc,generic -shoes,"Binky Galley, LLC",generic +shoes,"Binky Moon, LLC",generic shop,"GMO Registry, Inc.",generic -shopping,"Over Keep, LLC",generic +shopping,"Binky Moon, LLC",generic shouji,QIHOO 360 TECHNOLOGY CO. LTD.,generic -show,"Snow Beach, LLC",generic +show,"Binky Moon, LLC",generic showtime,CBS Domains Inc.,generic shriram,Shriram Capital Ltd.,generic si,Slovenia (Republic of),country-code silk,"Amazon Registry Services, Inc.",generic sina,Sina Corporation,generic -singles,"Fern Madison, LLC",generic +singles,"Binky Moon, LLC",generic site,DotSite Inc.,generic sj,Svalbard and Jan Mayen {not in use - see also: .no},country-code sk,Slovakia (Slovak Republic),country-code @@ -1160,18 +1162,19 @@ smile,"Amazon Registry Services, Inc.",generic sn,Senegal (Republic of),country-code sncf,SNCF (Société Nationale des Chemins de fer Francais),generic so,Somalia (Federal Republic of),country-code -soccer,"Foggy Shadow, LLC",generic +soccer,"Binky Moon, LLC",generic social,United TLD Holdco Ltd.,generic softbank,SoftBank Group Corp.,generic software,"United TLD Holdco, Ltd",generic sohu,Sohu.com Limited,generic -solar,"Ruby Town, LLC",generic -solutions,"Silver Cover, LLC",generic +solar,"Binky Moon, LLC",generic +solutions,"Binky Moon, LLC",generic song,"Amazon Registry Services, Inc.",generic sony,Sony Corporation,generic soy,Charleston Road Registry Inc.,generic space,DotSpace Inc.,generic spiegel,SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG,generic +sport,Global Association of International Sports Federations (GAISF),generic spot,"Amazon Registry Services, Inc.",generic spreadbetting,DOTSPREADBETTING REGISTRY LTD,generic sr,Suriname (Republic of),country-code @@ -1197,11 +1200,11 @@ study,OPEN UNIVERSITIES AUSTRALIA PTY LTD,generic style,"Binky Moon, LLC",generic su,Soviet Union (Union of Soviet Socialist Republics),country-code sucks,Vox Populi Registry Ltd.,generic -supplies,"Atomic Fields, LLC",generic -supply,"Half Falls, LLC",generic -support,"Grand Orchard, LLC",generic +supplies,"Binky Moon, LLC",generic +supply,"Binky Moon, LLC",generic +support,"Binky Moon, LLC",generic surf,Top Level Domain Holdings Limited,generic -surgery,"Tin Avenue, LLC",generic +surgery,"Binky Moon, LLC",generic suzuki,SUZUKI MOTOR CORPORATION,generic sv,El Salvador (Republic of),country-code swatch,The Swatch Group Ltd,generic @@ -1211,7 +1214,7 @@ sx,Sint Maarten,country-code sy,Syria (Syrian Arab Republic),country-code sydney,"State of New South Wales, Department of Premier and Cabinet",generic symantec,Symantec Corporation,generic -systems,"Dash Cypress, LLC",generic +systems,"Binky Moon, LLC",generic sz,Swaziland (Kingdom of),country-code tab,Tabcorp Holdings Limited,generic taipei,Taipei City Government,generic @@ -1221,33 +1224,33 @@ target,"Target Domain Holdings, LLC",generic tatamotors,Tata Motors Ltd,generic tatar,"Limited Liability Company ""Coordination Center of Regional Domain of Tatarstan Republic""",generic tattoo,"Uniregistry, Corp.",generic -tax,"Storm Orchard, LLC",generic -taxi,"Pine Falls, LLC",generic +tax,"Binky Moon, LLC",generic +taxi,"Binky Moon, LLC",generic tc,Turks and Caicos Islands,country-code tci,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.,generic td,Chad (Republic of),country-code tdk,TDK Corporation,generic -team,"Atomic Lake, LLC",generic +team,"Binky Moon, LLC",generic tech,Dot Tech LLC,generic -technology,"Auburn Falls, LLC",generic +technology,"Binky Moon, LLC",generic tel,Telephone,sponsored telecity,TelecityGroup International Limited,generic telefonica,Telefónica S.A.,generic temasek,Temasek Holdings (Private) Limited,generic -tennis,"Cotton Bloom, LLC",generic +tennis,"Binky Moon, LLC",generic teva,Teva Pharmaceutical Industries Limited,generic tf,French Southern and Antarctic Lands (Territory of the),country-code tg,Togo (Togolese Republic),country-code th,Thailand (Kingdom of),country-code thd,"Home Depot Product Authority, LLC",generic -theater,"Blue Tigers, LLC",generic +theater,"Binky Moon, LLC",generic theatre,XYZ.COM LLC,generic tiaa,Teachers Insurance and Annuity Association of America,generic tickets,Accent Media Limited,generic -tienda,"Victor Manor, LLC",generic +tienda,"Binky Moon, LLC",generic tiffany,Tiffany and Company,generic -tips,"Corn Willow, LLC",generic -tires,"Dog Edge, LLC",generic +tips,"Binky Moon, LLC",generic +tires,"Binky Moon, LLC",generic tirol,punkt Tirol GmbH,generic tj,Tajikistan (Republic of),country-code tjmaxx,"The TJX Companies, Inc.",generic @@ -1259,22 +1262,22 @@ tm,Turkmenistan,country-code tmall,Alibaba Group Holding Limited,generic tn,Tunisia (Republic of),country-code to,Tonga (Kingdom of),country-code -today,"Pearl Woods, LLC",generic +today,"Binky Moon, LLC",generic tokyo,"GMO Registry, Inc.",generic -tools,"Pioneer North, LLC",generic +tools,"Binky Moon, LLC",generic top,"Jiangsu Bangning Science & Technology Co.,Ltd.",generic toray,"Toray Industries, Inc.",generic toshiba,TOSHIBA Corporation,generic total,Total SA,generic -tours,"Sugar Station, LLC",generic -town,"Koko Moon, LLC",generic +tours,"Binky Moon, LLC",generic +town,"Binky Moon, LLC",generic toyota,TOYOTA MOTOR CORPORATION,generic -toys,"Pioneer Orchard, LLC",generic +toys,"Binky Moon, LLC",generic tp,Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl},country-code tr,Turkey (Republic of),country-code trade,Elite Registry Limited,generic trading,DOTTRADING REGISTRY LTD,generic -training,"Wild Willow, LLC",generic +training,"Binky Moon, LLC",generic travel,Travel,sponsored travelchannel,"Lifestyle Domain Holdings, Inc.",generic travelers,"Travelers TLD, LLC",generic @@ -1298,7 +1301,7 @@ ug,Uganda (Republic of),country-code uk,United Kingdom (United Kingdom of Great Britain and Northern Ireland),country-code um,United States Minor Outlying Islands {formerly - retired 2010 - see also: .us},country-code unicom,China United Network Communications Corporation Limited,generic -university,"Little Station, LLC",generic +university,"Binky Moon, LLC",generic uno,Dot Latin LLC,generic uol,UBN INTERNET LTDA.,generic ups,"UPS Market Driver, Inc.",generic @@ -1306,28 +1309,28 @@ us,United States of America and United States Minor Outlying Islands,country-cod uy,Uruguay (Oriental Republic of),country-code uz,Uzbekistan (Republic of),country-code va,Vatican City (Vatican City State),country-code -vacations,"Atomic Tigers, LLC",generic +vacations,"Binky Moon, LLC",generic vana,"Lifestyle Domain Holdings, Inc.",generic vanguard,"The Vanguard Group, Inc.",generic vc,Saint Vincent and the Grenadines,country-code ve,Venezuela (Bolivarian Republic of),country-code vegas,"Dot Vegas, Inc.",generic -ventures,"Binky Lake, LLC",generic +ventures,"Binky Moon, LLC",generic verisign,"VeriSign, Inc.",generic versicherung,TLD-BOX Registrydienstleistungen GmbH,generic vet,"United TLD Holdco, Ltd",generic vg,British Virgin Islands (Virgin Islands),country-code vi,United States Virgin Islands (United States Virgin Islands),country-code -viajes,"Black Madison, LLC",generic +viajes,"Binky Moon, LLC",generic video,"United TLD Holdco, Ltd",generic vig,VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe,generic viking,Viking River Cruises (Bermuda) Ltd.,generic -villas,"New Sky, LLC",generic -vin,"Holly Shadow, LLC",generic +villas,"Binky Moon, LLC",generic +vin,"Binky Moon, LLC",generic vip,Minds + Machines Group Limited,generic virgin,Virgin Enterprises Limited,generic visa,Visa Worldwide Pte. Limited,generic -vision,"Koko Station, LLC",generic +vision,"Binky Moon, LLC",generic vista,Vistaprint Limited,generic vistaprint,Vistaprint Limited,generic viva,Saudi Telecom Company,generic @@ -1340,7 +1343,7 @@ volvo,Volvo Holding Sverige Aktiebolag,generic vote,Monolith Registry LLC,generic voting,Valuetainment Corp.,generic voto,Monolith Registry LLC,generic -voyage,"Ruby House, LLC",generic +voyage,"Binky Moon, LLC",generic vu,Vanuatu (Republic of),country-code vuelos,Travel Reservations SRL,generic wales,Nominet UK,generic @@ -1349,7 +1352,7 @@ walter,Sandvik AB,generic wang,Zodiac Wang Limited,generic wanggou,"Amazon Registry Services, Inc.",generic warman,Weir Group IP Limited,generic -watch,"Sand Shadow, LLC",generic +watch,"Binky Moon, LLC",generic watches,Richemont DNS Inc.,generic weather,International Business Machines Corporation,generic weatherchannel,International Business Machines Corporation,generic @@ -1367,18 +1370,18 @@ wiki,"Top Level Design, LLC",generic williamhill,William Hill Organization Limited,generic win,First Registry Limited,generic windows,Microsoft Corporation,generic -wine,"June Station, LLC",generic +wine,"Binky Moon, LLC",generic winners,"The TJX Companies, Inc.",generic wme,"William Morris Endeavor Entertainment, LLC",generic wolterskluwer,Wolters Kluwer N.V.,generic woodside,Woodside Petroleum Limited,generic work,Top Level Domain Holdings Limited,generic -works,"Little Dynamite, LLC",generic -world,"Bitter Fields, LLC",generic +works,"Binky Moon, LLC",generic +world,"Binky Moon, LLC",generic wow,"Amazon Registry Services, Inc.",generic ws,Samoa (Independent State of),country-code wtc,"World Trade Centers Association, Inc.",generic -wtf,"Hidden Way, LLC",generic +wtf,"Binky Moon, LLC",generic xbox,Microsoft Corporation,generic xerox,Xerox DNHC LLC,generic xfinity,"Comcast IP Holdings I, LLC",generic @@ -1431,14 +1434,14 @@ xin,Elegant Leader Limited,generic 삼성,"SAMSUNG SDS CO., LTD",generic சிங்கப்பூர்,Singapore Network Information Centre (SGNIC) Pte Ltd,country-code 商标,HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED,generic -商店,"Wild Island, LLC",generic +商店,"Binky Moon, LLC",generic 商城,Zodiac Aquarius Limited,generic дети,The Foundation for Network Initiatives “The Smart Internet”,generic мкд,Macedonian Academic Research Network Skopje,country-code ‏טעסט‎,Internet Assigned Numbers Authority,test ею,EURid vzw/asbl,country-code ポイント,"Amazon Registry Services, Inc.",generic -新闻,Xinhua News Agency Guangdong Branch 新华通讯社广东分社,generic +新闻,"Guangzhou YU Wei Information and Technology Co.,Ltd",generic 工行,Industrial and Commercial Bank of China Limited,generic 家電,"Amazon Registry Services, Inc.",generic ‏كوم‎,VeriSign Sarl,generic @@ -1446,7 +1449,7 @@ xin,Elegant Leader Limited,generic 中信,CITIC Group Corporation,generic 中国,China Internet Network Information Center (CNNIC),country-code 中國,China Internet Network Information Center (CNNIC),country-code -娱乐,"Will Bloom, LLC",generic +娱乐,"Binky Moon, LLC",generic 谷歌,Charleston Road Registry Inc.,generic భారత్,National Internet Exchange of India,country-code ලංකා,LK Domain Registry,country-code @@ -1513,6 +1516,7 @@ xin,Elegant Leader Limited,generic 健康,Stable Tone Limited,generic ไทย,Thai Network Information Center Foundation,country-code ‏سورية‎,National Agency for Network Services (NANS),country-code +招聘,Dot Trademark TLD Holding Company Limited,generic рус,Rusnames Limited,generic рф,Coordination Center for TLD RU,country-code 珠宝,Richemont DNS Inc.,generic @@ -1529,10 +1533,10 @@ xin,Elegant Leader Limited,generic 닷넷,VeriSign Sarl,generic コム,VeriSign Sarl,generic 天主教,Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication),generic -游戏,"Spring Fields, LLC",generic +游戏,"Binky Moon, LLC",generic vermögensberater,Deutsche Vermögensberatung Aktiengesellschaft DVAG,generic vermögensberatung,Deutsche Vermögensberatung Aktiengesellschaft DVAG,generic -企业,"Dash McCook, LLC",generic +企业,"Binky Moon, LLC",generic 信息,"Beijing Tele-info Network Technology Co., Ltd.",generic 嘉里大酒店,Kerry Trading Co. Limited,generic 嘉里,Kerry Trading Co. Limited,generic @@ -1568,6 +1572,6 @@ zero,"Amazon Registry Services, Inc.",generic zip,Charleston Road Registry Inc.,generic zippo,Zadco Company,generic zm,Zambia (Republic of),country-code -zone,"Outer Falls, LLC",generic +zone,"Binky Moon, LLC",generic zuerich,Kanton Zürich (Canton of Zurich),generic zw,Zimbabwe (Republic of),country-code From d7e30a0a601af6c69a1a3121c373a308db8a1f1c Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 14:20:37 -0700 Subject: [PATCH 045/113] Update GPLv3 --- GPLv3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GPLv3 b/GPLv3 index 6b26750..39fd344 100644 --- a/GPLv3 +++ b/GPLv3 @@ -1,5 +1,5 @@ THIS DOCUMENT APPLIES TO ALL SOURCE FILES IN THE PROJECT: -"the flat framework" AS FOUND IN https://github.com/katmore/flat +"TLD Enumerations" AS FOUND IN https://github.com/katmore/tld-enum UNLESS SOURCE FILE CONTAINS TEXT EXPLICITLY STATING OTHERWISE. GNU GENERAL PUBLIC LICENSE From f40184da2e1053cc0958239dca8d7d338fbc2cd0 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 14:21:09 -0700 Subject: [PATCH 046/113] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 19015bc..b839de0 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2017 Katmore Software +Copyright (c) 2017-2018 Doug Bird. All Rights Reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 9d645a7ba4acd88879b15ccae34a7ae7c6699f37 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 14:22:03 -0700 Subject: [PATCH 047/113] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ac0f528..2428f4d 100644 --- a/README.md +++ b/README.md @@ -148,15 +148,15 @@ TLD Enumerations - https://github.com/katmore/tld-enum The following copyright notice applies to all resources in this project unless specifically noted otherwise: -Copyright (c) 2017 Doug Bird, All Rights Reserved. +Copyright (c) 2017-2018 Doug Bird. All Rights Reserved. ### Public Domain Resources The following resources of this project are hereby released into the public domain: - * [/tlds.csv](/tlds.csv) - * [/formats/js/tld-enum.js](/formats/js/tld-list.js) - * [/formats/json/tld-list.json](/formats/json/tld-list.json) - * [/formats/php/TldEnum/TldEnum.php](/formats/php/TldEnum/TldEnum.php) - * [/assets/tld-desc.csv](/assets/tld-desc.csv) + * [tlds.csv](/tlds.csv) + * [formats/js/tld-enum.js](/formats/js/tld-list.js) + * [formats/json/tld-list.json](/formats/json/tld-list.json) + * [formats/php/TldEnum/TldEnum.php](/formats/php/TldEnum/TldEnum.php) + * [assets/tld-desc.csv](/assets/tld-desc.csv) ### License All resources in the 'TLD Enumerations' project are copyrighted free software unless specifically noted otherwise. From c209a1d3a13871d50b736765026bd1a1e078d614 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 15:11:55 -0700 Subject: [PATCH 048/113] refactoring - rename bin/update-formats to bin/update-formats.sh - fix unnecessary bashisms in bin/update-formats.sh --- README.md | 6 +- bin/update-formats | 161 ------------------------------------------ bin/update-formats.sh | 115 ++++++++++++++++++++++++++++++ 3 files changed, 118 insertions(+), 164 deletions(-) delete mode 100755 bin/update-formats create mode 100755 bin/update-formats.sh diff --git a/README.md b/README.md index 2428f4d..f2b5e8d 100644 --- a/README.md +++ b/README.md @@ -127,17 +127,17 @@ The lists can be conveniently used in PHP or Node projects including this packag An export module with a constant having an array value comprised of every IANA TLD. ## Updating the TLD lists - * [bin/update-formats](/bin/update-formats) + * [bin/update-formats](/bin/update-formats.sh) ```sh - $ bin/update-formats + $ bin/update-formats.sh ``` This should be all you need to update all the list formats using the latest data from IANA. It uses multiple "helper" scripts to generate the full set of native format lists. - The individual "helper" scripts do not need to be directly executed when [update-formats](/bin/update-formats) + The individual "helper" scripts do not need to be directly executed when [update-formats.sh](/bin/update-formats.sh) runs successfully. ## Legal diff --git a/bin/update-formats b/bin/update-formats deleted file mode 100755 index 0a4a9cd..0000000 --- a/bin/update-formats +++ /dev/null @@ -1,161 +0,0 @@ -#!/usr/bin/env bash -################################################################################ -## "update-formats" -## Updates the 'tlds.csv' file from iana.org and re-generates the native -## format files -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -## script localization -################################################################################ -ME_NAME="update-formats" -ME_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -HELPER_DIR=$ME_DIR/helpers -################################################################################ -## enforce dependencies -################################################################################ -DEPENDENCY_SET=(node php) -DEPENDENCY_STATUS=0 -for DEP_CMD in "${DEPENDENCY_SET[@]}" -do - which $DEP_CMD > /dev/null 2>&1 - DEP_STATUS=$? - if [ "$DEP_STATUS" -ne "0" ]; then - >&2 echo -e "$ME_NAME: (NOTICE) failed dependency check for '$DEP_CMD', command is missing or inaccessible" - DEPENDENCY_STATUS=1 - fi -done -if [ "$DEPENDENCY_STATUS" -ne "0" ]; then - >&2 echo -e "$ME_NAME: (FATAL) one or more dependency checks failed" - exit 1 -fi -################################################################################ -## read options and flags -################################################################################ -QUIET_MODE=0 -typeset -A SCRIPT_OPTS_MAP -SCRIPT_OPTS_MAP=( - [quiet]=q -) -SCRIPT_OPTS="::-:q" -#== parse options ==# -while getopts ${SCRIPT_OPTS} OPTION ; do - #== translate long options to short ==# - OPTREF="-$OPTARG" - if [[ "x$OPTION" == "x-" ]]; then - LONG_OPTION=$OPTARG - LONG_OPTARG=$(echo $LONG_OPTION | grep "=" | cut -d'=' -f2) - LONG_OPTIND=-1 - [[ "x$LONG_OPTARG" = "x" ]] && LONG_OPTIND=$OPTIND || LONG_OPTION=$(echo $OPTARG | cut -d'=' -f1) - [[ $LONG_OPTIND -ne -1 ]] && eval LONG_OPTARG="\$$LONG_OPTIND" - OPTION=${SCRIPT_OPTS_MAP[$LONG_OPTION]} - [[ "x$OPTION" = "x" ]] && OPTION="?" OPTARG="-$LONG_OPTION" - OPTREF="--$LONG_OPTION" - if [[ $( echo "${SCRIPT_OPTS}" | grep -c "${OPTION}:" ) -eq 1 ]]; then - if [[ "x${LONG_OPTARG}" = "x" ]] || [[ "${LONG_OPTARG}" = -* ]]; then - OPTION=":" OPTARG="-$LONG_OPTION" - else - OPTARG="$LONG_OPTARG"; - if [[ $LONG_OPTIND -ne -1 ]]; then - [[ $OPTIND -le $Optnum ]] && OPTIND=$(( $OPTIND+1 )) - shift $OPTIND - OPTIND=1 - fi - fi - fi - fi - - #== options follow by another option instead of argument ==# - if [[ "x${OPTION}" != "x:" ]] && [[ "x${OPTION}" != "x?" ]] && [[ "${OPTARG}" = -* ]]; then - OPTARG="$OPTION" OPTION=":" - fi - - #== manage options ==# - case "$OPTION" in - q) - QUIET_MODE=1 - ;; - : ) >&2 echo "${ME_NAME}: (FATAL) $OPTREF option requires a value" && echo -e "$ME_USAGE" && exit 1 ;; - ? ) >&2 echo "${ME_NAME}: (FATAL) $OPTREF is an unknown option" && echo -e "$ME_USAGE" && exit 1 ;; - esac -done -shift $((${OPTIND} - 1)) -################################################################################ -## display welcome message -################################################################################ -if [ "$QUIET_MODE" -ne "1" ]; then - echo "update-formats" - echo " (c) 2017 Doug Bird, All Rights Reserved." - echo " see README.md for licensing and other information" - echo " https://github.com/katmore/tld-enum#readme" - echo "" - echo " Updates the 'tlds.csv' file from iana.org and re-generates the native format files" - echo "" -fi - -################################################################################ -## run the 'generate-tlds-csv.js' helper -################################################################################ -CUR_HELPER_LABEL="new 'tlds.csv'" -CUR_HELPER_CMD=generate-tlds-csv.js -echo -e "generate $CUR_HELPER_LABEL: started\n" -$HELPER_DIR/$CUR_HELPER_CMD -q -CMD_STATUS=$? -# terminate if helper failed -if [ "$CMD_STATUS" -ne "0" ]; then - >&2 echo "$ME_NAME: (FATAL) helper for $CUR_HELPER_LABEL failed ($CUR_HELPER_CMD exit status $CMD_STATUS)" - exit $CMD_STATUS -fi -echo -e "\ngenerate new $CUR_HELPER_LABEL: success" - -################################################################################ -## run the 'generate-php-tld-enum.php' helper -################################################################################ -CUR_HELPER_LABEL="new PHP format files" -CUR_HELPER_CMD=generate-php-tld-enum.php -echo -e "generate $CUR_HELPER_LABEL: started\n" -$HELPER_DIR/$CUR_HELPER_CMD -q -CMD_STATUS=$? -# terminate if helper failed -if [ "$CMD_STATUS" -ne "0" ]; then - >&2 echo "$ME_NAME: (FATAL) helper for $CUR_HELPER_LABEL failed ($CUR_HELPER_CMD exit status $CMD_STATUS)" - exit $CMD_STATUS -fi -echo -e "\ngenerate new $CUR_HELPER_LABEL: success" - -################################################################################ -## run the 'generate-js-tld-enum.js' helper -################################################################################ -CUR_HELPER_LABEL="new JavaScript format files" -CUR_HELPER_CMD=generate-js-tld-enum.js -echo -e "generate $CUR_HELPER_LABEL: started\n" -$HELPER_DIR/$CUR_HELPER_CMD -q -CMD_STATUS=$? -# terminate if helper failed -if [ "$CMD_STATUS" -ne "0" ]; then - >&2 echo "$ME_NAME: (FATAL) helper for $CUR_HELPER_LABEL failed ($CUR_HELPER_CMD exit status $CMD_STATUS)" - exit $CMD_STATUS -fi -echo -e "\ngenerate new $CUR_HELPER_LABEL: success" - -################################################################################ -## run the 'generate-json-tld-enum.js' helper -################################################################################ -CUR_HELPER_LABEL="new JSON format files" -CUR_HELPER_CMD=generate-json-tld-enum.js -echo -e "generate $CUR_HELPER_LABEL: started\n" -$HELPER_DIR/$CUR_HELPER_CMD -q -CMD_STATUS=$? -# terminate if helper failed -if [ "$CMD_STATUS" -ne "0" ]; then - >&2 echo "$ME_NAME: (FATAL) helper for $CUR_HELPER_LABEL failed ($CUR_HELPER_CMD exit status $CMD_STATUS)" - exit $CMD_STATUS -fi -echo -e "\ngenerate new $CUR_HELPER_LABEL: success" diff --git a/bin/update-formats.sh b/bin/update-formats.sh new file mode 100755 index 0000000..ceeb618 --- /dev/null +++ b/bin/update-formats.sh @@ -0,0 +1,115 @@ +#!/bin/sh +################################################################################ +## "update-formats" +## Updates the 'tlds.csv' file from iana.org and re-generates the native +## format files +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +################################################################################ +## script localization +################################################################################ +ME_NAME=$(basename $0) +ME_DIR="/$0"; ME_DIR=${ME_DIR%/*}; ME_DIR=${ME_DIR:-.}; ME_DIR=${ME_DIR#/}/; ME_DIR=$(cd "$ME_DIR"; pwd) +HELPER_DIR=$ME_DIR/helpers + +################################################################################ +## read options and flags +################################################################################ +QUIET_MODE=0 +HELP_MODE=0 +OPTION_STATUS=0 +while getopts :?qhua-: arg; do { case $arg in + q) QUIET_MODE=1;; + h|u|a) HELP_MODE=1;; + -) LONG_OPTARG="${OPTARG#*=}"; case $OPTARG in + quiet) QUIET_MODE=1;; + help|usage|about) HELP_MODE=1;; + *) >&2 echo "$ME_NAME: unrecognized long option --$OPTARG"; OPTION_STATUS=2;; + esac ;; + *) >&2 echo "$ME_NAME: unrecognized option -$OPTARG"; OPTION_STATUS=2;; +esac } done +shift $((OPTIND-1)) # remove parsed options and args from $@ list +[ "$OPTION_STATUS" != "0" ] && { >&2 echo "$ME_NAME: (FATAL) one or more invalid options"; exit $OPTION_STATUS; } +[ -z "$@" ] || { >&2 echo "$ME_NAME: (FATAL) one or more unrecognized positional arguments ($@)"; exit 2; } + +################################################################################ +## display welcome message +################################################################################ +if ( [ "$QUIET_MODE" != "1" ] || [ "$HELP_MODE" = "1" ] ); then + echo "TLD update utility" + echo "" + echo "Updates the tlds.csv file from IANA and re-generates the native format files." + echo "" + echo "(c) 2017-2018 Doug Bird, All Rights Reserved." + echo "see README.md for licensing and other information" + echo "https://github.com/katmore/tld-enum#readme" + echo "" +fi + +################################################################################ +## apply help mode +################################################################################ +if [ "$HELP_MODE" = "1" ]; then + echo "usage:" + echo " $ME_NAME [-h] | [-q]" + echo "" + echo "options:" + echo " -h,--help: Print a help message and exit." + echo " -q,--quiet: Print less output." + exit 0 +fi + +################################################################################ +## enforce dependencies +################################################################################ +DEPENDENCY_STATUS=0 +depcheck() { dep_cmd=$1; dep_label=$2 + $dep_cmd > /dev/null 2>&1 || { + >&2 echo "$ME_NAME: failed dependency check for '$dep_label', command is missing or inaccessible" + DEPENDENCY_STATUS=1 +} } +depcheck "node -v" "node" +depcheck "php -v" "php" +if [ "$DEPENDENCY_STATUS" != "0" ]; then + >&2 echo "$ME_NAME: (FATAL) one or more dependency checks failed" + exit 1 +fi + +################################################################################ +## helper execution wrapper function +################################################################################ +helper() { helper_cmd=$1; helper_label=$2 + printf "generate $helper_label: started\n\n" + $HELPER_DIR/$helper_cmd -q || { cmd_status=$? + >&2 echo "$ME_NAME: (FATAL) helper for $helper_label failed ($helper_cmd exit status $cmd_status)" + exit $cmd_status + } + printf "\ngenerate new $helper_label: success\n" +} + +################################################################################ +## run the 'generate-tlds-csv.js' helper +################################################################################ +helper generate-tlds-csv.js "new 'tlds.csv'" + +################################################################################ +## run the 'generate-php-tld-enum.php' helper +################################################################################ +helper generate-php-tld-enum.php "new PHP format files" + +################################################################################ +## run the 'generate-js-tld-enum.js' helper +################################################################################ +helper generate-js-tld-enum.js "new JavaScript format files" + +################################################################################ +## run the 'generate-json-tld-enum.js' helper +################################################################################ +helper generate-json-tld-enum.js "new JSON format files" From 7ccec5553169b465d742c2569fca37fa38b1725b Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 15:43:04 -0700 Subject: [PATCH 049/113] fixes - fix "quiet mode" - improve code comments --- bin/update-formats.sh | 114 ++++++++++++++++++++++-------------------- 1 file changed, 60 insertions(+), 54 deletions(-) diff --git a/bin/update-formats.sh b/bin/update-formats.sh index ceeb618..c17dc16 100755 --- a/bin/update-formats.sh +++ b/bin/update-formats.sh @@ -1,27 +1,19 @@ #!/bin/sh -################################################################################ -## "update-formats" -## Updates the 'tlds.csv' file from iana.org and re-generates the native -## format files -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -################################################################################ -## script localization -################################################################################ +# Updates the tlds.csv file from IANA and re-generates the native format files +# +# @author D. Bird +# + +# +# script localization +# ME_NAME=$(basename $0) ME_DIR="/$0"; ME_DIR=${ME_DIR%/*}; ME_DIR=${ME_DIR:-.}; ME_DIR=${ME_DIR#/}/; ME_DIR=$(cd "$ME_DIR"; pwd) HELPER_DIR=$ME_DIR/helpers -################################################################################ -## read options and flags -################################################################################ +# +# read options and flags +# QUIET_MODE=0 HELP_MODE=0 OPTION_STATUS=0 @@ -39,9 +31,9 @@ shift $((OPTIND-1)) # remove parsed options and args from $@ list [ "$OPTION_STATUS" != "0" ] && { >&2 echo "$ME_NAME: (FATAL) one or more invalid options"; exit $OPTION_STATUS; } [ -z "$@" ] || { >&2 echo "$ME_NAME: (FATAL) one or more unrecognized positional arguments ($@)"; exit 2; } -################################################################################ -## display welcome message -################################################################################ +# +# display welcome message +# if ( [ "$QUIET_MODE" != "1" ] || [ "$HELP_MODE" = "1" ] ); then echo "TLD update utility" echo "" @@ -53,22 +45,22 @@ if ( [ "$QUIET_MODE" != "1" ] || [ "$HELP_MODE" = "1" ] ); then echo "" fi -################################################################################ -## apply help mode -################################################################################ +# +# apply help mode +# if [ "$HELP_MODE" = "1" ]; then echo "usage:" echo " $ME_NAME [-h] | [-q]" echo "" echo "options:" echo " -h,--help: Print a help message and exit." - echo " -q,--quiet: Print less output." + echo " -q,--quiet: Print less messages." exit 0 fi -################################################################################ -## enforce dependencies -################################################################################ +# +# enforce dependencies +# DEPENDENCY_STATUS=0 depcheck() { dep_cmd=$1; dep_label=$2 $dep_cmd > /dev/null 2>&1 || { @@ -82,34 +74,48 @@ if [ "$DEPENDENCY_STATUS" != "0" ]; then exit 1 fi -################################################################################ -## helper execution wrapper function -################################################################################ -helper() { helper_cmd=$1; helper_label=$2 - printf "generate $helper_label: started\n\n" - $HELPER_DIR/$helper_cmd -q || { cmd_status=$? - >&2 echo "$ME_NAME: (FATAL) helper for $helper_label failed ($helper_cmd exit status $cmd_status)" - exit $cmd_status - } - printf "\ngenerate new $helper_label: success\n" +# +# helper execution wrapper function +# +helper() { helper_file=$1; helper_label=$2 + + if [ "$QUIET_MODE" = "1" ]; then + cmd_output=$("$HELPER_DIR/$helper_file" 2>&1) + cmd_status=$? + [ "$cmd_status" != "0" ] && [ -n "$cmd_output" ] && >&2 printf "$cmd_output\n" + else + printf "generate $helper_label: started\n\n" + "$HELPER_DIR/$helper_file" -q + cmd_status=$? + [ "$cmd_status" = "0" ] && printf "\ngenerate new $helper_label: success\n" + fi + if [ "$cmd_status" != "0" ]; then + >&2 echo "$ME_NAME: (FATAL) helper for $helper_label failed ($helper_file exit status $cmd_status)" + exit 1 + fi + } -################################################################################ -## run the 'generate-tlds-csv.js' helper -################################################################################ +# +# execute the helpers +# helper generate-tlds-csv.js "new 'tlds.csv'" - -################################################################################ -## run the 'generate-php-tld-enum.php' helper -################################################################################ helper generate-php-tld-enum.php "new PHP format files" - -################################################################################ -## run the 'generate-js-tld-enum.js' helper -################################################################################ helper generate-js-tld-enum.js "new JavaScript format files" - -################################################################################ -## run the 'generate-json-tld-enum.js' helper -################################################################################ helper generate-json-tld-enum.js "new JSON format files" + +echo "$ME_NAME: all formats updates were successful" + + + + + + + + + + + + + + From 99fb1b3eae3cfa3dbb7834c3a7836bda8c816074 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 15:53:57 -0700 Subject: [PATCH 050/113] cleanup --- bin/update-formats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update-formats.sh b/bin/update-formats.sh index c17dc16..6ae78b2 100755 --- a/bin/update-formats.sh +++ b/bin/update-formats.sh @@ -67,7 +67,7 @@ depcheck() { dep_cmd=$1; dep_label=$2 >&2 echo "$ME_NAME: failed dependency check for '$dep_label', command is missing or inaccessible" DEPENDENCY_STATUS=1 } } -depcheck "node -v" "node" +depcheck "nodex -v" "node" depcheck "php -v" "php" if [ "$DEPENDENCY_STATUS" != "0" ]; then >&2 echo "$ME_NAME: (FATAL) one or more dependency checks failed" From 770ef4fbe94ca46d7e6c1fe3af86553a82c7aec2 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 15:54:21 -0700 Subject: [PATCH 051/113] description --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fa9da65..dbe9436 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "katmore/tld-enum", - "description": "Lists of every ICANN TLD in formats that can be natively compiled in various language targets", + "description": "Lists of every ICANN TLD in multiple formats", "homepage": "https://github.com/katmore/tld-enum", "autoload": { "psr-4": { From 63eb752f2f055399b6957a2727ad70764391994c Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 15:54:45 -0700 Subject: [PATCH 052/113] php version bump --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dbe9436..dd03199 100644 --- a/composer.json +++ b/composer.json @@ -12,6 +12,6 @@ "GPL-3.0+" ], "require": { - "php": ">=7.1.1" + "php": ">=7.2.1" } } \ No newline at end of file From ca68c5a6299d26942959df3b620e8411cd8753fa Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 15:55:45 -0700 Subject: [PATCH 053/113] version bump --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index e4c1938..5798a48 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tld-enum", - "version": "1.0.6", - "description": "Lists of every IANA TLD in formats that can be natively compiled in various language targets", + "version": "1.0.8", + "description": "Lists of every ICANN TLD in multiple formats", "main": "formats/js/tld-enum.js", "repository": { "type": "git", From 86a33b894629c61c0522350b29a2ee364b2f54a8 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 17:10:09 -0700 Subject: [PATCH 054/113] Update README.md --- README.md | 57 +++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 39 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index f2b5e8d..9d06643 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ # TLD Enumerations +Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in formats that can be natively compiled in various formats. The lists may be continuously updated using the included utility that uses the latest data from IANA. -Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in formats that can be natively compiled in various language targets. + * [Node Usage](#node-usage) + * [PHP Usage](#php-usage) + * [CSV of every TLD](./tlds.csv) + * [All TLD Formats](#) + * [Updating the TLDs](#) -A [canonical list of TLDs in CSV format](/tlds.csv) was used to generate the native formats. ## Usage -The lists can be conveniently used in PHP or Node projects including this package. +The lists can be conveniently used in PHP or Node projects. -### Node +### Node Usage * use npm to add the `tld-enum` package to your project ```sh $ npm install tld-enum --save @@ -60,7 +64,7 @@ The lists can be conveniently used in PHP or Node projects including this packag no ``` -### PHP +### PHP Usage * use composer to add the `katmore/tld-enum` package to your project ```sh $ composer require katmore/tld-enum @@ -113,7 +117,11 @@ The lists can be conveniently used in PHP or Node projects including this packag * [php-demo.php](/examples/php-demo.php) * [js-demo.js](/examples/js-demo.js) -## List Formats +## TLD List Formats + * **CSV**: [tlds.csv](/tlds.csv) + + A CSV file providing a row for each TLD with the following three columns: *domain* (TLD), *description*, and *type*. + * **PHP**: [TldEnum.php](/formats/php/TldEnum/TldEnum.php) A PHP source file providing a class with a constant having an array value comprised of every IANA TLD. @@ -127,18 +135,31 @@ The lists can be conveniently used in PHP or Node projects including this packag An export module with a constant having an array value comprised of every IANA TLD. ## Updating the TLD lists - * [bin/update-formats](/bin/update-formats.sh) - - ```sh - $ bin/update-formats.sh - ``` - - This should be all you need to update all the list formats using the latest data from IANA. - - It uses multiple "helper" scripts to generate the full set of native format lists. - - The individual "helper" scripts do not need to be directly executed when [update-formats.sh](/bin/update-formats.sh) - runs successfully. +All [TLD List Formats](#tld-list-formats) can be with the latest data from IANA by using the [**TLD Update Utility**](/bin/update-formats.sh). + +```sh +$ bin/update-formats.sh +``` + +### TLD Update Utility Prerequisites + * Node.js version 8.11 or higher. + * (Optional) PHP command-line version 7.2 or higher, to create the [PHP format class file](#tld-list-formats). + +### TLD Update Utility Usage +```txt +usage: + update-formats.sh [-h] | [-q][--skip-php] + +options: + -h,--help: Print a help message and exit. + -q,--quiet: Print less messages. + --force-php: Creating the PHP format file is mandatory. + --skip-php: Always skip creating the PHP format file +``` + +### TLD Update Helpers +Internally, the *TLD Update Utility* uses multiple *"helper" scripts* to generate the full set of native format lists. +These individual *"helper" scripts* should not be directly executed except for development and troubleshooting purposes. ## Legal The source code in this project is based on a fork of certain source code originally from the [incognico/list-of-top-level-domains](https://github.com/incognico/list-of-top-level-domains) project, as retrieved on 2017-12-04, which was published to the public domain. From a6df8d56287d26ce0868ae05b3c707a64af7c7fa Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 17:10:48 -0700 Subject: [PATCH 055/113] bin - added bin/update-formats.sh to "bin" --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index dd03199..c452981 100644 --- a/composer.json +++ b/composer.json @@ -11,6 +11,7 @@ "MIT", "GPL-3.0+" ], + "bin": ["bin/update-formats.sh"], "require": { "php": ">=7.2.1" } From bdc2689bebd3ebb57927360904259f1f00ff63d3 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 17:13:24 -0700 Subject: [PATCH 056/113] skip php option generating the PHP format file is now optional: - if the PHP command is unavailable, the PHP format file is automatically skipped - if the --skip-php option is provided, the PHP format file is always skipped - if the --force-php option is provided, the PHP command line MUST exist --- bin/update-formats.sh | 52 ++++++++++++++++++++++++++++++++----------- 1 file changed, 39 insertions(+), 13 deletions(-) diff --git a/bin/update-formats.sh b/bin/update-formats.sh index 6ae78b2..fa4c6cf 100755 --- a/bin/update-formats.sh +++ b/bin/update-formats.sh @@ -12,16 +12,20 @@ ME_DIR="/$0"; ME_DIR=${ME_DIR%/*}; ME_DIR=${ME_DIR:-.}; ME_DIR=${ME_DIR#/}/; ME_ HELPER_DIR=$ME_DIR/helpers # -# read options and flags +# parse options # +OPTION_STATUS=0 QUIET_MODE=0 HELP_MODE=0 -OPTION_STATUS=0 +FORCE_PHP=0 +SKIP_PHP=0 while getopts :?qhua-: arg; do { case $arg in q) QUIET_MODE=1;; h|u|a) HELP_MODE=1;; -) LONG_OPTARG="${OPTARG#*=}"; case $OPTARG in quiet) QUIET_MODE=1;; + force-php) FORCE_PHP=1;; + skip-php) SKIP_PHP=1;; help|usage|about) HELP_MODE=1;; *) >&2 echo "$ME_NAME: unrecognized long option --$OPTARG"; OPTION_STATUS=2;; esac ;; @@ -31,6 +35,14 @@ shift $((OPTIND-1)) # remove parsed options and args from $@ list [ "$OPTION_STATUS" != "0" ] && { >&2 echo "$ME_NAME: (FATAL) one or more invalid options"; exit $OPTION_STATUS; } [ -z "$@" ] || { >&2 echo "$ME_NAME: (FATAL) one or more unrecognized positional arguments ($@)"; exit 2; } +# +# --skip-php --force-php sanity check +# +if ( [ "$FORCE_PHP" = "1" ] && [ "$SKIP_PHP" = "1" ] ); then + >&2 echo "$ME_NAME: --skip-php cannot be used with --force-php" + exit 2 +fi + # # display welcome message # @@ -50,11 +62,13 @@ fi # if [ "$HELP_MODE" = "1" ]; then echo "usage:" - echo " $ME_NAME [-h] | [-q]" + echo " $ME_NAME [-h] | [-q][--skip-php]" echo "" echo "options:" echo " -h,--help: Print a help message and exit." echo " -q,--quiet: Print less messages." + echo " --force-php: Creating the PHP format file is mandatory." + echo " --skip-php: Always skip creating the PHP format file." exit 0 fi @@ -62,15 +76,23 @@ fi # enforce dependencies # DEPENDENCY_STATUS=0 -depcheck() { dep_cmd=$1; dep_label=$2 - $dep_cmd > /dev/null 2>&1 || { - >&2 echo "$ME_NAME: failed dependency check for '$dep_label', command is missing or inaccessible" - DEPENDENCY_STATUS=1 -} } -depcheck "nodex -v" "node" -depcheck "php -v" "php" +node -v > /dev/null 2>&1 || { + >&2 echo "$ME_NAME: failed dependency check for 'node', command is missing or inaccessible" + DEPENDENCY_STATUS=1 +} +if [ "$SKIP_PHP" != "1" ]; then + php -v > /dev/null 2>&1 || { + if [ "$FORCE_PHP" = "1" ]; then + >&2 echo "$ME_NAME: failed dependency check for 'php', command is missing or inaccessible" + DEPENDENCY_STATUS=1 + else + SKIP_PHP=1 + >&2 echo "$ME_NAME: (NOTICE) skipping PHP format generation, 'php' command is missing or inaccessible" + fi + } +fi if [ "$DEPENDENCY_STATUS" != "0" ]; then - >&2 echo "$ME_NAME: (FATAL) one or more dependency checks failed" + >&2 echo "$ME_NAME: (FATAL) one or more required dependency checks failed" exit 1 fi @@ -100,11 +122,15 @@ helper() { helper_file=$1; helper_label=$2 # execute the helpers # helper generate-tlds-csv.js "new 'tlds.csv'" -helper generate-php-tld-enum.php "new PHP format files" helper generate-js-tld-enum.js "new JavaScript format files" helper generate-json-tld-enum.js "new JSON format files" +if [ "$SKIP_PHP" != "1" ]; then + helper generate-php-tld-enum.php "new PHP format files" +else + [ "$QUIET_MODE" = "0" ] && echo "$ME_NAME: (NOTICE) skipped PHP" +fi -echo "$ME_NAME: all formats updates were successful" +echo "$ME_NAME: format updates were successful" From 06f70f136543c7bbdde038770b1b1861be7a5b5e Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 17:20:10 -0700 Subject: [PATCH 057/113] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9d06643..95ec52f 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,17 @@ # TLD Enumerations Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in formats that can be natively compiled in various formats. The lists may be continuously updated using the included utility that uses the latest data from IANA. + * [CSV format](./tlds.csv) + * [All Formats](#tld-list-formats) + * [Updating the TLDs](#ipdating-the-tld-lists) * [Node Usage](#node-usage) * [PHP Usage](#php-usage) - * [CSV of every TLD](./tlds.csv) - * [All TLD Formats](#) - * [Updating the TLDs](#) - - + ## Usage -The lists can be conveniently used in PHP or Node projects. +Because the lists are provided in universial CSV and JSON formats, they easily utilitized in most programming environments. +Additionally, for convenience, the native programming language formats have also been provided. + * [Node Usage](#node-usage) + * [PHP Usage](#php-usage) ### Node Usage * use npm to add the `tld-enum` package to your project From 4230eb5810cab69aab373ec97d73de6ca80a4255 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 17:21:09 -0700 Subject: [PATCH 058/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95ec52f..29424a4 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in * [CSV format](./tlds.csv) * [All Formats](#tld-list-formats) - * [Updating the TLDs](#ipdating-the-tld-lists) + * [Updating the TLDs](#updating-the-tld-lists) * [Node Usage](#node-usage) * [PHP Usage](#php-usage) From 69a1267bbd19b564407df8e94b839d0eb660aff0 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 17:21:52 -0700 Subject: [PATCH 059/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29424a4..7d4385b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in ## Usage Because the lists are provided in universial CSV and JSON formats, they easily utilitized in most programming environments. -Additionally, for convenience, the native programming language formats have also been provided. +Additionally, for convenience, some native programming language formats have also been provided. * [Node Usage](#node-usage) * [PHP Usage](#php-usage) From 752ff88b6a59a2eb01df159d142649fbbb391737 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 17:22:28 -0700 Subject: [PATCH 060/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d4385b..6e68c29 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TLD Enumerations -Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in formats that can be natively compiled in various formats. The lists may be continuously updated using the included utility that uses the latest data from IANA. +Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in various formats. The lists may be continuously updated using the included utility that uses the latest data from IANA. * [CSV format](./tlds.csv) * [All Formats](#tld-list-formats) From b88540c91d27a12623b118d009ee7447a03acbf1 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 17:22:54 -0700 Subject: [PATCH 061/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6e68c29..375d177 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TLD Enumerations -Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in various formats. The lists may be continuously updated using the included utility that uses the latest data from IANA. +Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in various formats. The lists may be continuously updated using the included utility that pulls the latest data from IANA. * [CSV format](./tlds.csv) * [All Formats](#tld-list-formats) From 499a9b69bb2e078375323925b109872f34bab0a4 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 17:23:35 -0700 Subject: [PATCH 062/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 375d177..a11e144 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TLD Enumerations -Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in various formats. The lists may be continuously updated using the included utility that pulls the latest data from IANA. +Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in various formats. The lists may be continuously updated using the [included utility](#updating-the-tld-lists) that pulls the latest data from IANA. * [CSV format](./tlds.csv) * [All Formats](#tld-list-formats) From e0961c9b36a98f655fb11e4b3feec0088a0ca047 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 17:25:40 -0700 Subject: [PATCH 063/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a11e144..fe5ba2a 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in * [PHP Usage](#php-usage) ## Usage -Because the lists are provided in universial CSV and JSON formats, they easily utilitized in most programming environments. +Because the lists are provided in universial CSV and JSON formats, they can be easily utilitized in most programming environments. Additionally, for convenience, some native programming language formats have also been provided. * [Node Usage](#node-usage) * [PHP Usage](#php-usage) From 7a5d0705af05a5374b359cac1a5d1827de292535 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 17:28:06 -0700 Subject: [PATCH 064/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe5ba2a..ea74d9d 100644 --- a/README.md +++ b/README.md @@ -176,7 +176,7 @@ Copyright (c) 2017-2018 Doug Bird. All Rights Reserved. ### Public Domain Resources The following resources of this project are hereby released into the public domain: * [tlds.csv](/tlds.csv) - * [formats/js/tld-enum.js](/formats/js/tld-list.js) + * [formats/js/tld-enum.js](/formats/js/tld-enum.js) * [formats/json/tld-list.json](/formats/json/tld-list.json) * [formats/php/TldEnum/TldEnum.php](/formats/php/TldEnum/TldEnum.php) * [assets/tld-desc.csv](/assets/tld-desc.csv) From ebe7446f9d5a07248295f63370b4b63a6567d9f0 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 17:29:31 -0700 Subject: [PATCH 065/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ea74d9d..bf8e812 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ Additionally, for convenience, some native programming language formats have als An export module with a constant having an array value comprised of every IANA TLD. ## Updating the TLD lists -All [TLD List Formats](#tld-list-formats) can be with the latest data from IANA by using the [**TLD Update Utility**](/bin/update-formats.sh). +All [TLD List Formats](#tld-list-formats) can be updated with the latest data from IANA by using the [**TLD Update Utility**](/bin/update-formats.sh). ```sh $ bin/update-formats.sh From 506501f55e806eea75c1816e318edc2cde51b18a Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 18:39:58 -0700 Subject: [PATCH 066/113] quiet mode --- bin/update-formats.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bin/update-formats.sh b/bin/update-formats.sh index fa4c6cf..fbcc654 100755 --- a/bin/update-formats.sh +++ b/bin/update-formats.sh @@ -127,10 +127,13 @@ helper generate-json-tld-enum.js "new JSON format files" if [ "$SKIP_PHP" != "1" ]; then helper generate-php-tld-enum.php "new PHP format files" else - [ "$QUIET_MODE" = "0" ] && echo "$ME_NAME: (NOTICE) skipped PHP" + [ "$QUIET_MODE" = "0" ] && echo "$ME_NAME: (NOTICE) skipped PHP format files" +fi + +if [ "$QUIET_MODE" = "0" ]; then + echo "format updates were successful" fi -echo "$ME_NAME: format updates were successful" From e289011074a9258b0823351d8cd71655bf6e9f99 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 18:46:39 -0700 Subject: [PATCH 067/113] fixes fix some typos --- bin/update-formats.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/update-formats.sh b/bin/update-formats.sh index fbcc654..67a898e 100755 --- a/bin/update-formats.sh +++ b/bin/update-formats.sh @@ -106,7 +106,7 @@ helper() { helper_file=$1; helper_label=$2 cmd_status=$? [ "$cmd_status" != "0" ] && [ -n "$cmd_output" ] && >&2 printf "$cmd_output\n" else - printf "generate $helper_label: started\n\n" + printf "generate new $helper_label: started\n\n" "$HELPER_DIR/$helper_file" -q cmd_status=$? [ "$cmd_status" = "0" ] && printf "\ngenerate new $helper_label: success\n" @@ -121,17 +121,17 @@ helper() { helper_file=$1; helper_label=$2 # # execute the helpers # -helper generate-tlds-csv.js "new 'tlds.csv'" -helper generate-js-tld-enum.js "new JavaScript format files" -helper generate-json-tld-enum.js "new JSON format files" +helper generate-tlds-csv.js "tlds.csv CSV format file" +helper generate-js-tld-enum.js "JavaScript format files" +helper generate-json-tld-enum.js "JSON format files" if [ "$SKIP_PHP" != "1" ]; then - helper generate-php-tld-enum.php "new PHP format files" + helper generate-php-tld-enum.php "PHP format files" else [ "$QUIET_MODE" = "0" ] && echo "$ME_NAME: (NOTICE) skipped PHP format files" fi if [ "$QUIET_MODE" = "0" ]; then - echo "format updates were successful" + echo "format file updates were successful" fi From 300cc523e01892cb372105f8a3e8088b2443dd77 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 22:51:12 -0700 Subject: [PATCH 068/113] version 2 - refactor js files to be proper module exportrs with an index.js - fix inconsistent naming of TLD format files containing simple array of each TLD; now all named using the "list" suffix instead of some using "enum" - formats/js/tld-enum/list.js - formats/json/tld-list.json - formats/php/TldEnum/TldList.php - new "desc" (description) format file; hashmap of each TLD with corresponding description - formats/js/tld-enum/desc.js - formats/json/tld-desc.json - formats/php/TldEnum/TldDesc.php - new "type" format file; hashmap of each TLD with corresponding TLD type - formats/js/tld-enum/type.js - formats/json/tld-type.json - formats/php/TldEnum/TldType.php - new "info" format file; array of each TLD with hashmap containing the "domain", "description", and "type" properties - formats/js/tld-enum/info.js - formats/json/tld-info.json - formats/php/TldEnum/TldInfo.php - examples for new format files - examples/js-desc-demo.js - examples/js-info-demo.js - examples/js-type-demo.js - examples/php-TldDesc-demo.php - examples/php-TldInfo-demo.php - examples/php-TldType-demo.php - fixes to bin/update-formats.sh - can now skip downloading data from IANA - creates new format files with newly created helpers - created new helpers for new format files - bin/helpers/generate-js-tld-desc.js - bin/helpers/generate-js-tld-info.js - bin/helpers/generate-js-tld-type.js - bin/helpers/generate-json-tld-desc.js - bin/helpers/generate-json-tld-info.js - bin/helpers/generate-json-tld-type.js - bin/helpers/generate-php-tld-desc.php - bin/helpers/generate-php-tld-info.php - bin/helpers/generate-php-tld-type.php --- .gitignore | 4 +- bin/helpers/generate-js-tld-desc.js | 111 + bin/helpers/generate-js-tld-info.js | 120 + ...js-tld-enum.js => generate-js-tld-list.js} | 23 +- bin/helpers/generate-js-tld-type.js | 111 + bin/helpers/generate-json-tld-desc.js | 104 + bin/helpers/generate-json-tld-info.js | 113 + ...-tld-enum.js => generate-json-tld-list.js} | 0 bin/helpers/generate-json-tld-type.js | 104 + bin/helpers/generate-php-tld-desc.php | 179 + bin/helpers/generate-php-tld-info.php | 211 + ...tld-enum.php => generate-php-tld-list.php} | 44 +- bin/helpers/generate-php-tld-type.php | 179 + bin/update-formats.sh | 76 +- examples/js-demo.js | 9 +- examples/js-desc-demo.js | 27 + examples/js-info-demo.js | 37 + examples/js-type-demo.js | 27 + examples/php-TldDesc-demo.php | 32 + examples/php-TldInfo-demo.php | 54 + examples/php-TldType-demo.php | 32 + examples/php-demo.php | 9 +- formats/js/tld-enum/desc.js | 1579 ++++ formats/js/tld-enum/index.js | 6 + formats/js/tld-enum/info.js | 7887 ++++++++++++++++ formats/js/{tld-enum.js => tld-enum/list.js} | 2 +- formats/js/tld-enum/type.js | 1579 ++++ formats/json/tld-desc.json | 1579 ++++ formats/json/tld-info.json | 7887 ++++++++++++++++ formats/json/tld-type.json | 1579 ++++ formats/php/TldEnum/TldDesc.php | 1585 ++++ formats/php/TldEnum/TldEnum.php | 1584 +--- formats/php/TldEnum/TldInfo.php | 7910 +++++++++++++++++ formats/php/TldEnum/TldInfoItem.php | 12 + formats/php/TldEnum/TldList.php | 1585 ++++ formats/php/TldEnum/TldType.php | 1585 ++++ package.json | 4 +- 37 files changed, 36315 insertions(+), 1654 deletions(-) create mode 100755 bin/helpers/generate-js-tld-desc.js create mode 100755 bin/helpers/generate-js-tld-info.js rename bin/helpers/{generate-js-tld-enum.js => generate-js-tld-list.js} (77%) create mode 100755 bin/helpers/generate-js-tld-type.js create mode 100755 bin/helpers/generate-json-tld-desc.js create mode 100755 bin/helpers/generate-json-tld-info.js rename bin/helpers/{generate-json-tld-enum.js => generate-json-tld-list.js} (100%) create mode 100755 bin/helpers/generate-json-tld-type.js create mode 100755 bin/helpers/generate-php-tld-desc.php create mode 100755 bin/helpers/generate-php-tld-info.php rename bin/helpers/{generate-php-tld-enum.php => generate-php-tld-list.php} (85%) create mode 100755 bin/helpers/generate-php-tld-type.php create mode 100644 examples/js-desc-demo.js create mode 100644 examples/js-info-demo.js create mode 100644 examples/js-type-demo.js create mode 100644 examples/php-TldDesc-demo.php create mode 100644 examples/php-TldInfo-demo.php create mode 100644 examples/php-TldType-demo.php create mode 100644 formats/js/tld-enum/desc.js create mode 100644 formats/js/tld-enum/index.js create mode 100644 formats/js/tld-enum/info.js rename formats/js/{tld-enum.js => tld-enum/list.js} (99%) create mode 100644 formats/js/tld-enum/type.js create mode 100644 formats/json/tld-desc.json create mode 100644 formats/json/tld-info.json create mode 100644 formats/json/tld-type.json create mode 100644 formats/php/TldEnum/TldDesc.php create mode 100644 formats/php/TldEnum/TldInfo.php create mode 100644 formats/php/TldEnum/TldInfoItem.php create mode 100644 formats/php/TldEnum/TldList.php create mode 100644 formats/php/TldEnum/TldType.php diff --git a/.gitignore b/.gitignore index 0a3d62d..758ef1a 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,4 @@ composer.lock *.log !**.gitkeep /*-backup.csv -/formats/php/TldEnum/*-backup.php -/formats/json/*-backup.json -/formats/js/*-backup.js \ No newline at end of file +/formats/**/*-backup.* \ No newline at end of file diff --git a/bin/helpers/generate-js-tld-desc.js b/bin/helpers/generate-js-tld-desc.js new file mode 100755 index 0000000..84c398d --- /dev/null +++ b/bin/helpers/generate-js-tld-desc.js @@ -0,0 +1,111 @@ +#!/usr/bin/env node + +const meName = 'generate-js-desc.js'; + +process.on('unhandledRejection', error => { + console.error(meName + ": (FATAL)", error); + process.exit(1); +}); + +const countries = require('country-data').countries; +const country = require('countryjs'); +const parse = require('csv-parse'); +const fs = require('fs-extra'); +const path = require('path'); +const md5File = require('md5-file/promise'); +const pathinfo = require('pathinfo'); +const program = require('commander'); +const tmp = require('tmp'); + +//tmp.setGracefulCleanup(); + +const fileTldDescJs = path.dirname(require.main.filename) + '/../../formats/js/tld-enum/desc.js'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; + +program + .option('-q, --quiet', 'Quiet Mode') + .parse(process.argv); + +if (!program.quiet) { + console.log(meName); + console.log(" (c) 2017 Doug Bird, All Rights Reserved."); + console.log(" see README.md for licensing and other information"); + console.log(" https://github.com/katmore/tld-enum#readme"); + console.log(""); + console.log(" Generates new javascript format file 'desc.js' from the 'tlds.csv' file"); + console.log(""); +} + +(async() => { + + const tldDescStartTldDesc = 'module.exports = '; + const tldDescEndTldDesc = ';'; + + const tmpDir = tmp.dirSync({ unsafeCleanup: true }); + + const fileNewTldDescJs = tmpDir.name + '/desc.js'; + + let existingMd5 = null; + + if (fs.existsSync(fileTldDescJs)) { + existingMd5 = await md5File(fileTldDescJs); + const pathinfoTlds = pathinfo(fileTldDescJs); + const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; + if (!fs.existsSync(fileBackupTlds)) { + fs.copySync(fileTldDescJs, fileBackupTlds); + } + } + + process.stdout.write("reading 'tlds.csv'..."); + + let parser = parse({ delimiter: ',' }); + + let tldDesc = {}; + + parser.on('readable', function() { + let i = 0; + let row, domain, desc; + while (row = parser.read()) { + if (!row.length) { + console.error(meName + ": (FATAL) invalid 'tlds.csv' row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + if (typeof row[1] === 'undefined') { + console.error(meName + ": (FATAL) invalid 'tlds.csv', missing column 2 on row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + domain=row[0]; + desc=row[1]; + tldDesc[domain]=desc; + i++; + } + }); + + parser.write(fs.readFileSync(fileTldsCsv)); + + parser.end(); + + console.log("done"); + + process.stdout.write("generating new 'desc.js' file..."); + + fs.writeFileSync(fileNewTldDescJs, tldDescStartTldDesc); + + fs.appendFileSync(fileNewTldDescJs, JSON.stringify(tldDesc, null, 2)); + + fs.appendFileSync(fileNewTldDescJs, tldDescEndTldDesc); + + console.log("done"); + + if (existingMd5) { + const newMd5 = await md5File(fileNewTldDescJs); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'desc.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldDescJs + ")"); + return; + } + } + fs.copySync(fileNewTldDescJs, fileTldDescJs); + + console.log("saved new 'desc.js' file"); + +})(); \ No newline at end of file diff --git a/bin/helpers/generate-js-tld-info.js b/bin/helpers/generate-js-tld-info.js new file mode 100755 index 0000000..0154927 --- /dev/null +++ b/bin/helpers/generate-js-tld-info.js @@ -0,0 +1,120 @@ +#!/usr/bin/env node + +const meName = 'generate-js-info.js'; + +process.on('unhandledRejection', error => { + console.error(meName + ": (FATAL)", error); + process.exit(1); +}); + +const countries = require('country-data').countries; +const country = require('countryjs'); +const parse = require('csv-parse'); +const fs = require('fs-extra'); +const path = require('path'); +const md5File = require('md5-file/promise'); +const pathinfo = require('pathinfo'); +const program = require('commander'); +const tmp = require('tmp'); + +//tmp.setGracefulCleanup(); + +const fileTldInfoJs = path.dirname(require.main.filename) + '/../../formats/js/tld-enum/info.js'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; + +program + .option('-q, --quiet', 'Quiet Mode') + .parse(process.argv); + +if (!program.quiet) { + console.log(meName); + console.log(" (c) 2017 Doug Bird, All Rights Reserved."); + console.log(" see README.md for licensing and other information"); + console.log(" https://github.com/katmore/tld-enum#readme"); + console.log(""); + console.log(" Generates new javascript format file 'info.js' from the 'tlds.csv' file"); + console.log(""); +} + +(async() => { + + const tldInfoStartTldInfo = 'module.exports = '; + const tldInfoEndTldInfo = ';'; + + const tmpDir = tmp.dirSync({ unsafeCleanup: true }); + + const fileNewTldInfoJs = tmpDir.name + '/info.js'; + + let existingMd5 = null; + + if (fs.existsSync(fileTldInfoJs)) { + existingMd5 = await md5File(fileTldInfoJs); + const pathinfoTlds = pathinfo(fileTldInfoJs); + const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; + if (!fs.existsSync(fileBackupTlds)) { + fs.copySync(fileTldInfoJs, fileBackupTlds); + } + } + + process.stdout.write("reading 'tlds.csv'..."); + + let parser = parse({ delimiter: ',' }); + + let tldInfo = []; + + parser.on('readable', function() { + let i = 0; + let row, domain, desc, type; + while (row = parser.read()) { + if (!row.length) { + console.error(meName + ": (FATAL) invalid 'tlds.csv' row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + if (typeof row[1] === 'undefined') { + console.error(meName + ": (FATAL) invalid 'tlds.csv', missing column 2 on row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + if (typeof row[2] === 'undefined') { + console.error(meName + ": (FATAL) invalid 'tlds.csv', missing column 3 on row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + domain=row[0]; + desc=row[1]; + type=row[2]; + tldInfo.push({ + 'domain' : domain, + 'description' : desc, + 'type' : type, + }); + i++; + } + }); + + parser.write(fs.readFileSync(fileTldsCsv)); + + parser.end(); + + console.log("done"); + + process.stdout.write("generating new 'info.js' file..."); + + fs.writeFileSync(fileNewTldInfoJs, tldInfoStartTldInfo); + + fs.appendFileSync(fileNewTldInfoJs, JSON.stringify(tldInfo, null, 2)); + + fs.appendFileSync(fileNewTldInfoJs, tldInfoEndTldInfo); + + console.log("done"); + + if (existingMd5) { + const newMd5 = await md5File(fileNewTldInfoJs); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'info.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldInfoJs + ")"); + return; + } + } + fs.copySync(fileNewTldInfoJs, fileTldInfoJs); + + console.log("saved new 'info.js' file"); + +})(); \ No newline at end of file diff --git a/bin/helpers/generate-js-tld-enum.js b/bin/helpers/generate-js-tld-list.js similarity index 77% rename from bin/helpers/generate-js-tld-enum.js rename to bin/helpers/generate-js-tld-list.js index c1ae8f6..3d6a689 100755 --- a/bin/helpers/generate-js-tld-enum.js +++ b/bin/helpers/generate-js-tld-list.js @@ -1,6 +1,6 @@ #!/usr/bin/env node -const meName = 'generate-js-tld-enum.js'; +const meName = 'generate-js-list.js'; process.on('unhandledRejection', error => { console.error(meName + ": (FATAL)", error); @@ -17,9 +17,7 @@ const pathinfo = require('pathinfo'); const program = require('commander'); const tmp = require('tmp'); -//tmp.setGracefulCleanup(); - -const fileTldListJs = path.dirname(require.main.filename) + '/../../formats/js/tld-enum.js'; +const fileTldListJs = path.dirname(require.main.filename) + '/../../formats/js/tld-enum/list.js'; const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; program @@ -30,21 +28,20 @@ if (!program.quiet) { console.log(meName); console.log(" (c) 2017 Doug Bird, All Rights Reserved."); console.log(" see README.md for licensing and other information"); - console.log(" https://github.com/katmore/tld-enum#readme"); + console.log(" https://github.com/katmore/tld-list#readme"); console.log(""); - console.log(" Generates new javascript format files from the 'tlds.csv' file"); + console.log(" Generates new javascript format file 'list.js' from the 'tlds.csv' file"); console.log(""); } (async() => { - const tldEnumStartTldList = 'exports.tldList = '; + const tldEnumStartTldList = 'module.exports = '; const tldEnumEndTldList = ';'; - //const tmpDir = tmp.dirSync({ unsafeCleanup: true }); - const tmpDir = tmp.dirSync(); + const tmpDir = tmp.dirSync({ unsafeCleanup: true }); - const fileNewTldListJs = tmpDir.name + '/tld-enum.js'; + const fileNewTldListJs = tmpDir.name + '/list.js'; let existingMd5 = null; @@ -82,7 +79,7 @@ if (!program.quiet) { console.log("done"); - process.stdout.write("generating new 'tld-enum.js' file..."); + process.stdout.write("generating new 'list.js' file..."); fs.writeFileSync(fileNewTldListJs, tldEnumStartTldList); @@ -95,12 +92,12 @@ if (!program.quiet) { if (existingMd5) { const newMd5 = await md5File(fileNewTldListJs); if (newMd5 == existingMd5) { - console.error(meName + ": (NOTICE) ignoring newly generated 'tld-enum.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldListJs + ")"); + console.error(meName + ": (NOTICE) ignoring newly generated 'list.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldListJs + ")"); return; } } fs.copySync(fileNewTldListJs, fileTldListJs); - console.log("saved new 'tld-enum.js' file"); + console.log("saved new 'list.js' file"); })(); \ No newline at end of file diff --git a/bin/helpers/generate-js-tld-type.js b/bin/helpers/generate-js-tld-type.js new file mode 100755 index 0000000..dfeaea2 --- /dev/null +++ b/bin/helpers/generate-js-tld-type.js @@ -0,0 +1,111 @@ +#!/usr/bin/env node + +const meName = 'generate-js-type.js'; + +process.on('unhandledRejection', error => { + console.error(meName + ": (FATAL)", error); + process.exit(1); +}); + +const countries = require('country-data').countries; +const country = require('countryjs'); +const parse = require('csv-parse'); +const fs = require('fs-extra'); +const path = require('path'); +const md5File = require('md5-file/promise'); +const pathinfo = require('pathinfo'); +const program = require('commander'); +const tmp = require('tmp'); + +//tmp.setGracefulCleanup(); + +const fileTldTypeJs = path.dirname(require.main.filename) + '/../../formats/js/tld-enum/type.js'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; + +program + .option('-q, --quiet', 'Quiet Mode') + .parse(process.argv); + +if (!program.quiet) { + console.log(meName); + console.log(" (c) 2017 Doug Bird, All Rights Reserved."); + console.log(" see README.md for licensing and other information"); + console.log(" https://github.com/katmore/tld-enum#readme"); + console.log(""); + console.log(" Generates new javascript format file 'type.js' from the 'tlds.csv' file"); + console.log(""); +} + +(async() => { + + const tldTypeStartTldType = 'module.exports = '; + const tldTypeEndTldType = ';'; + + const tmpDir = tmp.dirSync({ unsafeCleanup: true }); + + const fileNewTldTypeJs = tmpDir.name + '/type.js'; + + let existingMd5 = null; + + if (fs.existsSync(fileTldTypeJs)) { + existingMd5 = await md5File(fileTldTypeJs); + const pathinfoTlds = pathinfo(fileTldTypeJs); + const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; + if (!fs.existsSync(fileBackupTlds)) { + fs.copySync(fileTldTypeJs, fileBackupTlds); + } + } + + process.stdout.write("reading 'tlds.csv'..."); + + let parser = parse({ delimiter: ',' }); + + let tldType = {}; + + parser.on('readable', function() { + let i = 0; + let row, domain, type; + while (row = parser.read()) { + if (!row.length) { + console.error(meName + ": (FATAL) invalid 'tlds.csv' row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + if (typeof row[2] === 'undefined') { + console.error(meName + ": (FATAL) invalid 'tlds.csv', missing column 3 on row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + domain=row[0]; + type=row[2]; + tldType[domain]=type; + i++; + } + }); + + parser.write(fs.readFileSync(fileTldsCsv)); + + parser.end(); + + console.log("done"); + + process.stdout.write("generating new 'type.js' file..."); + + fs.writeFileSync(fileNewTldTypeJs, tldTypeStartTldType); + + fs.appendFileSync(fileNewTldTypeJs, JSON.stringify(tldType, null, 2)); + + fs.appendFileSync(fileNewTldTypeJs, tldTypeEndTldType); + + console.log("done"); + + if (existingMd5) { + const newMd5 = await md5File(fileNewTldTypeJs); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'type.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldTypeJs + ")"); + return; + } + } + fs.copySync(fileNewTldTypeJs, fileTldTypeJs); + + console.log("saved new 'type.js' file"); + +})(); \ No newline at end of file diff --git a/bin/helpers/generate-json-tld-desc.js b/bin/helpers/generate-json-tld-desc.js new file mode 100755 index 0000000..3fdeffe --- /dev/null +++ b/bin/helpers/generate-json-tld-desc.js @@ -0,0 +1,104 @@ +#!/usr/bin/env node + +const meName = 'generate-js-tld-desc.json'; + +process.on('unhandledRejection', error => { + console.error(meName + ": (FATAL)", error); + process.exit(1); +}); + +const countries = require('country-data').countries; +const country = require('countryjs'); +const parse = require('csv-parse'); +const fs = require('fs-extra'); +const path = require('path'); +const md5File = require('md5-file/promise'); +const pathinfo = require('pathinfo'); +const program = require('commander'); +const tmp = require('tmp'); + +//tmp.setGracefulCleanup(); + +const fileTldDescJs = path.dirname(require.main.filename) + '/../../formats/json/tld-desc.json'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; + +program + .option('-q, --quiet', 'Quiet Mode') + .parse(process.argv); + +if (!program.quiet) { + console.log(meName); + console.log(" (c) 2017 Doug Bird, All Rights Reserved."); + console.log(" see README.md for licensing and other information"); + console.log(" https://github.com/katmore/tld-enum#readme"); + console.log(""); + console.log(" Generates new javascript desc format file from the 'tlds.csv' file"); + console.log(""); +} + +(async() => { + + const tmpDir = tmp.dirSync({ unsafeCleanup: true }); + + const fileNewTldDescJson = tmpDir.name + '/tld-desc.json'; + + let existingMd5 = null; + + if (fs.existsSync(fileTldDescJs)) { + existingMd5 = await md5File(fileTldDescJs); + const pathinfoTlds = pathinfo(fileTldDescJs); + const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; + if (!fs.existsSync(fileBackupTlds)) { + fs.copySync(fileTldDescJs, fileBackupTlds); + } + } + + process.stdout.write("reading 'tlds.csv'..."); + + let parser = parse({ delimiter: ',' }); + + let tldDesc = {}; + + parser.on('readable', function() { + let i = 0; + let row, domain, desc; + while (row = parser.read()) { + if (!row.length) { + console.error(meName + ": (FATAL) invalid 'tlds.csv' row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + if (typeof row[1] === 'undefined') { + console.error(meName + ": (FATAL) invalid 'tlds.csv', missing column 2 on row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + domain=row[0]; + desc=row[1]; + tldDesc[domain]=desc; + i++; + } + }); + + parser.write(fs.readFileSync(fileTldsCsv)); + + parser.end(); + + console.log("done"); + + process.stdout.write("generating new 'tld-desc.json' file..."); + + fs.appendFileSync(fileNewTldDescJson, JSON.stringify(tldDesc, null, 2)); + + console.log("done"); + + if (existingMd5) { + const newMd5 = await md5File(fileNewTldDescJson); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'tld-desc.json' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldDescJs + ")"); + return; + } + } + fs.copySync(fileNewTldDescJson, fileTldDescJs); + + console.log("saved new 'tld-desc.json' file"); + +})(); \ No newline at end of file diff --git a/bin/helpers/generate-json-tld-info.js b/bin/helpers/generate-json-tld-info.js new file mode 100755 index 0000000..f5e62c3 --- /dev/null +++ b/bin/helpers/generate-json-tld-info.js @@ -0,0 +1,113 @@ +#!/usr/bin/env node + +const meName = 'generate-js-tld-info.json'; + +process.on('unhandledRejection', error => { + console.error(meName + ": (FATAL)", error); + process.exit(1); +}); + +const countries = require('country-data').countries; +const country = require('countryjs'); +const parse = require('csv-parse'); +const fs = require('fs-extra'); +const path = require('path'); +const md5File = require('md5-file/promise'); +const pathinfo = require('pathinfo'); +const program = require('commander'); +const tmp = require('tmp'); + +//tmp.setGracefulCleanup(); + +const fileTldInfoJs = path.dirname(require.main.filename) + '/../../formats/json/tld-info.json'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; + +program + .option('-q, --quiet', 'Quiet Mode') + .parse(process.argv); + +if (!program.quiet) { + console.log(meName); + console.log(" (c) 2017 Doug Bird, All Rights Reserved."); + console.log(" see README.md for licensing and other information"); + console.log(" https://github.com/katmore/tld-enum#readme"); + console.log(""); + console.log(" Generates new javascript desc format file from the 'tlds.csv' file"); + console.log(""); +} + +(async() => { + + const tmpDir = tmp.dirSync({ unsafeCleanup: true }); + + const fileNewTldInfoJs = tmpDir.name + '/tld-info.json'; + + let existingMd5 = null; + + if (fs.existsSync(fileTldInfoJs)) { + existingMd5 = await md5File(fileTldInfoJs); + const pathinfoTlds = pathinfo(fileTldInfoJs); + const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; + if (!fs.existsSync(fileBackupTlds)) { + fs.copySync(fileTldInfoJs, fileBackupTlds); + } + } + + process.stdout.write("reading 'tlds.csv'..."); + + let parser = parse({ delimiter: ',' }); + + let tldInfo = []; + + parser.on('readable', function() { + let i = 0; + let row, domain, desc, type; + while (row = parser.read()) { + if (!row.length) { + console.error(meName + ": (FATAL) invalid 'tlds.csv' row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + if (typeof row[1] === 'undefined') { + console.error(meName + ": (FATAL) invalid 'tlds.csv', missing column 2 on row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + if (typeof row[2] === 'undefined') { + console.error(meName + ": (FATAL) invalid 'tlds.csv', missing column 3 on row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + domain=row[0]; + desc=row[1]; + type=row[2]; + tldInfo.push({ + 'domain' : domain, + 'description' : desc, + 'type' : type, + }); + i++; + } + }); + + parser.write(fs.readFileSync(fileTldsCsv)); + + parser.end(); + + console.log("done"); + + process.stdout.write("generating new 'tld-info.json' file..."); + + fs.appendFileSync(fileNewTldInfoJs, JSON.stringify(tldInfo, null, 2)); + + console.log("done"); + + if (existingMd5) { + const newMd5 = await md5File(fileNewTldInfoJs); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'tld-info.json' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldInfoJs + ")"); + return; + } + } + fs.copySync(fileNewTldInfoJs, fileTldInfoJs); + + console.log("saved new 'tld-info.json' file"); + +})(); \ No newline at end of file diff --git a/bin/helpers/generate-json-tld-enum.js b/bin/helpers/generate-json-tld-list.js similarity index 100% rename from bin/helpers/generate-json-tld-enum.js rename to bin/helpers/generate-json-tld-list.js diff --git a/bin/helpers/generate-json-tld-type.js b/bin/helpers/generate-json-tld-type.js new file mode 100755 index 0000000..9dc31c8 --- /dev/null +++ b/bin/helpers/generate-json-tld-type.js @@ -0,0 +1,104 @@ +#!/usr/bin/env node + +const meName = 'generate-js-tld-type.json'; + +process.on('unhandledRejection', error => { + console.error(meName + ": (FATAL)", error); + process.exit(1); +}); + +const countries = require('country-data').countries; +const country = require('countryjs'); +const parse = require('csv-parse'); +const fs = require('fs-extra'); +const path = require('path'); +const md5File = require('md5-file/promise'); +const pathinfo = require('pathinfo'); +const program = require('commander'); +const tmp = require('tmp'); + +//tmp.setGracefulCleanup(); + +const fileTldTypeJs = path.dirname(require.main.filename) + '/../../formats/json/tld-type.json'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; + +program + .option('-q, --quiet', 'Quiet Mode') + .parse(process.argv); + +if (!program.quiet) { + console.log(meName); + console.log(" (c) 2017 Doug Bird, All Rights Reserved."); + console.log(" see README.md for licensing and other information"); + console.log(" https://github.com/katmore/tld-enum#readme"); + console.log(""); + console.log(" Generates new javascript desc format file from the 'tlds.csv' file"); + console.log(""); +} + +(async() => { + + const tmpDir = tmp.dirSync({ unsafeCleanup: true }); + + const fileNewTldTypeJson = tmpDir.name + '/tld-type.json'; + + let existingMd5 = null; + + if (fs.existsSync(fileTldTypeJs)) { + existingMd5 = await md5File(fileTldTypeJs); + const pathinfoTlds = pathinfo(fileTldTypeJs); + const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; + if (!fs.existsSync(fileBackupTlds)) { + fs.copySync(fileTldTypeJs, fileBackupTlds); + } + } + + process.stdout.write("reading 'tlds.csv'..."); + + let parser = parse({ delimiter: ',' }); + + let tldType = {}; + + parser.on('readable', function() { + let i = 0; + let row, domain, type; + while (row = parser.read()) { + if (!row.length) { + console.error(meName + ": (FATAL) invalid 'tlds.csv' row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + if (typeof row[2] === 'undefined') { + console.error(meName + ": (FATAL) invalid 'tlds.csv', missing column 3 on row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + domain=row[0]; + type=row[2]; + tldType[domain]=type; + i++; + } + }); + + parser.write(fs.readFileSync(fileTldsCsv)); + + parser.end(); + + console.log("done"); + + process.stdout.write("generating new 'tld-type.json' file..."); + + fs.appendFileSync(fileNewTldTypeJson, JSON.stringify(tldType, null, 2)); + + console.log("done"); + + if (existingMd5) { + const newMd5 = await md5File(fileNewTldTypeJson); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'tld-type.json' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldTypeJs + ")"); + return; + } + } + fs.copySync(fileNewTldTypeJson, fileTldTypeJs); + + console.log("saved new 'tld-type.json' file"); + +})(); \ No newline at end of file diff --git a/bin/helpers/generate-php-tld-desc.php b/bin/helpers/generate-php-tld-desc.php new file mode 100755 index 0000000..7640791 --- /dev/null +++ b/bin/helpers/generate-php-tld-desc.php @@ -0,0 +1,179 @@ +#!/usr/bin/env php +$domain, + 'description'=>$desc, + 'type'=>$type, + ]; + + $tldInfoElem = var_export($tldInfoElem, true); + $tldInfoElem = str_replace('array','',$tldInfoElem); + $tldInfoElem = str_replace('(','[',$tldInfoElem); + $tldInfoElem = str_replace(')',']',$tldInfoElem); + + if ($i!=0) { + $tldInfoElem = ",\n$tldInfoElem"; + } + + if (false === file_put_contents($newTldInfoFile, $tldInfoElem,\FILE_APPEND)) { + static::_echo_error("(FATAL) failed to write to new 'TldInfo.php' file",1); + } + + $i++; + } + fclose($handle); + echo "done\n"; + } + + //echo "new TldInfo.php: $newTldInfoFile\n"; + + if (false === file_put_contents($newTldInfoFile,static::TLD_INFO_SOURCE_END_TLD_INFO_CONST,\FILE_APPEND)) { + static::_echo_error("(FATAL) failed to write to new 'TldInfo.php' file",1); + } + + if (false === file_put_contents($newTldInfoFile,static::TLD_INFO_SOURCE_END_CLASS,\FILE_APPEND)) { + static::_echo_error("(FATAL) failed to write to new 'TldInfo.php' file",1); + } + + echo "done\n"; + + if ($existingMd5!==null) { + $newTldInfoMd5 = md5_file($newTldInfoFile); + if ($existingMd5 == $newTldInfoMd5) { + static::_echo_error("(NOTICE) ignoring newly generated 'TldInfo.php' file that is identical to the existing file (md5: $existingMd5, path: $tldInfoFile)"); + return; + } + if (!unlink($tldInfoFile)) { + static::_echo_error("(FATAL) failed to remove stale 'TldInfo.php': $tldInfoFile",1); + } + } + + if (!copy($newTldInfoFile,$tldInfoFile)) { + static::_echo_error("(FATAL) failed to save new 'TldInfo.php': $tldInfoFile",1); + } + + echo "saved new 'TldInfo.php' file\n"; + + + } + + private static function _echo_error(string $str, int $fatal_exit_status=null) : void { + if (substr($str,0,1)!=="\n") { + $str .= "\n"; + } + $str = static::ME_NAME . ": ".$str; + if (\PHP_SAPI=='cli') { + fwrite(\STDERR,$str); + } else { + echo $str ; + } + if (is_int($fatal_exit_status)) { + exit($fatal_exit_status); + } + } + + const TLD_INFO_SOURCE_START_CLASS = <<&\$val) { + if (isset(\$info[\$prop])) { + \$val = \$info[\$prop]; + } + } + unset(\$prop); + unset(\$val); + return \$infoItem; + } + +} +SOURCE; +}; \ No newline at end of file diff --git a/bin/helpers/generate-php-tld-enum.php b/bin/helpers/generate-php-tld-list.php similarity index 85% rename from bin/helpers/generate-php-tld-enum.php rename to bin/helpers/generate-php-tld-list.php index ab5ddd7..1f89df0 100755 --- a/bin/helpers/generate-php-tld-enum.php +++ b/bin/helpers/generate-php-tld-list.php @@ -1,9 +1,9 @@ #!/usr/bin/env php # @@ -19,6 +19,7 @@ QUIET_MODE=0 HELP_MODE=0 FORCE_PHP=0 SKIP_PHP=0 +SKIP_CSV=0 while getopts :?qhua-: arg; do { case $arg in q) QUIET_MODE=1;; h|u|a) HELP_MODE=1;; @@ -26,6 +27,7 @@ while getopts :?qhua-: arg; do { case $arg in quiet) QUIET_MODE=1;; force-php) FORCE_PHP=1;; skip-php) SKIP_PHP=1;; + skip-csv) SKIP_CSV=1;; help|usage|about) HELP_MODE=1;; *) >&2 echo "$ME_NAME: unrecognized long option --$OPTARG"; OPTION_STATUS=2;; esac ;; @@ -48,27 +50,27 @@ fi # if ( [ "$QUIET_MODE" != "1" ] || [ "$HELP_MODE" = "1" ] ); then echo "TLD update utility" - echo "" - echo "Updates the tlds.csv file from IANA and re-generates the native format files." - echo "" echo "(c) 2017-2018 Doug Bird, All Rights Reserved." - echo "see README.md for licensing and other information" echo "https://github.com/katmore/tld-enum#readme" - echo "" fi # # apply help mode # if [ "$HELP_MODE" = "1" ]; then - echo "usage:" - echo " $ME_NAME [-h] | [-q][--skip-php]" echo "" - echo "options:" - echo " -h,--help: Print a help message and exit." - echo " -q,--quiet: Print less messages." - echo " --force-php: Creating the PHP format file is mandatory." - echo " --skip-php: Always skip creating the PHP format file." + echo "Updates the tlds.csv file using IANA data and re-generates the format files." + echo "" + echo "usage:" + echo " $ME_NAME [-h]|[-q][format file options...]" + echo "" + echo "-h,--help: Print a help message and exit." + echo "-q,--quiet: Print only critical messages." + echo "" + echo "format file options:" + echo " --force-php: Creating the PHP format files is mandatory." + echo " --skip-php: Always skip creating the PHP format files." + echo " --skip-csv: Use existing tlds.csv and do not download new data from IANA." exit 0 fi @@ -106,10 +108,10 @@ helper() { helper_file=$1; helper_label=$2 cmd_status=$? [ "$cmd_status" != "0" ] && [ -n "$cmd_output" ] && >&2 printf "$cmd_output\n" else - printf "generate new $helper_label: started\n\n" + printf "generate new $helper_label format file: started\n" "$HELPER_DIR/$helper_file" -q cmd_status=$? - [ "$cmd_status" = "0" ] && printf "\ngenerate new $helper_label: success\n" + [ "$cmd_status" = "0" ] && printf "generate new $helper_label format file: success\n" fi if [ "$cmd_status" != "0" ]; then >&2 echo "$ME_NAME: (FATAL) helper for $helper_label failed ($helper_file exit status $cmd_status)" @@ -119,19 +121,47 @@ helper() { helper_file=$1; helper_label=$2 } # -# execute the helpers +# execute CSV helper # -helper generate-tlds-csv.js "tlds.csv CSV format file" -helper generate-js-tld-enum.js "JavaScript format files" -helper generate-json-tld-enum.js "JSON format files" -if [ "$SKIP_PHP" != "1" ]; then - helper generate-php-tld-enum.php "PHP format files" +if [ "$SKIP_CSV" != "1" ]; then + helper generate-tlds-csv.js "CSV 'tlds.csv'" else - [ "$QUIET_MODE" = "0" ] && echo "$ME_NAME: (NOTICE) skipped PHP format files" + [ "$QUIET_MODE" = "0" ] && printf "$ME_NAME: (NOTICE) skipped downloading IANA data and skipped generating new CSV\n" fi +# +# execute JavaScript helpers +# +helper generate-js-tld-desc.js "JavaScript 'desc.js'" +helper generate-js-tld-info.js "JavaScript 'info.js'" +helper generate-js-tld-list.js "JavaScript 'list.js'" +helper generate-js-tld-type.js "JavaScript 'type.js'" + +# +# execute JSON helpers +# +helper generate-json-tld-desc.js "JSON 'tld-desc.json'" +helper generate-json-tld-info.js "JSON 'tld-info.json'" +helper generate-json-tld-list.js "JSON 'tld-list.json'" +helper generate-json-tld-type.js "JSON 'tld-type.json'" + +# +# execute PHP helpers +# +if [ "$SKIP_PHP" != "1" ]; then + helper generate-php-tld-desc.php "PHP 'TldDesc.php'" + helper generate-php-tld-info.php "PHP 'TldInfo.php'" + helper generate-php-tld-list.php "PHP 'TldList.php'" + helper generate-php-tld-type.php "PHP 'TldType.php'" +else + [ "$QUIET_MODE" = "0" ] && printf "$ME_NAME: (NOTICE) skipped generating PHP format files\n" +fi + +# +# success +# if [ "$QUIET_MODE" = "0" ]; then - echo "format file updates were successful" + printf "format file updates were successful\n" fi diff --git a/examples/js-demo.js b/examples/js-demo.js index 45224bb..e1ab3bb 100644 --- a/examples/js-demo.js +++ b/examples/js-demo.js @@ -1,13 +1,12 @@ -//const tldEnum = require('tld-enum'); -const tldEnum = require('../formats/js/tld-enum'); +const tldList = require('../formats/js/tld-enum/list'); -console.log("There are " + tldEnum.tldList.length + " IANA TLDs"); +console.log("There are " + tldList.length + " IANA TLDs"); let tldCheck; tldCheck = "com"; console.log("Is '" + tldCheck + "' a real TLD?"); -if (tldEnum.tldList.indexOf(tldCheck.toLowerCase()) != -1) { +if (tldList.indexOf(tldCheck.toLowerCase()) != -1) { console.log(" yes"); } else { console.log(" no"); @@ -15,7 +14,7 @@ if (tldEnum.tldList.indexOf(tldCheck.toLowerCase()) != -1) { tldCheck = "somethingWeird"; console.log("Is '" + tldCheck + "' a real TLD?"); -if (tldEnum.tldList.indexOf(tldCheck.toLowerCase()) != -1) { +if (tldList.indexOf(tldCheck.toLowerCase()) != -1) { console.log(" yes"); } else { console.log(" no"); diff --git a/examples/js-desc-demo.js b/examples/js-desc-demo.js new file mode 100644 index 0000000..6469afc --- /dev/null +++ b/examples/js-desc-demo.js @@ -0,0 +1,27 @@ +const tldDesc = require('../formats/js/tld-enum/desc'); + +console.log("There are " + Object.keys(tldDesc).length + " IANA TLDs"); + +console.log(""); + +let tldCheck; + +tldCheck = "com"; +console.log("Is '" + tldCheck + "' a real TLD?"); +if (typeof(tldDesc[tldCheck.toLowerCase()])!=='undefined') { + console.log("yes"); + console.log("description: "+tldDesc[tldCheck.toLowerCase()]); +} else { + console.log("no"); +} + +console.log(""); + +tldCheck = "somethingWeird"; +console.log("Is '" + tldCheck + "' a real TLD?"); +if (typeof(tldDesc[tldCheck.toLowerCase()])!=='undefined') { + console.log("yes"); + console.log("description: "+tldDesc[tldCheck.toLowerCase()]); +} else { + console.log("no"); +} \ No newline at end of file diff --git a/examples/js-info-demo.js b/examples/js-info-demo.js new file mode 100644 index 0000000..78fc5b1 --- /dev/null +++ b/examples/js-info-demo.js @@ -0,0 +1,37 @@ +const tldInfo = require('../formats/js/tld-enum').info; + +console.log("There are " + Object.keys(tldInfo).length + " IANA TLDs"); + +console.log(""); + +let tldCheck, foundTld; + +tldCheck = "com"; +console.log("Is '" + tldCheck + "' a real TLD?"); + +foundTld = tldInfo.find(function(e) { + return e.domain==tldCheck.toLowerCase(); +}); + +if (typeof(foundTld)!=='undefined') { + console.log("yes"); + console.log(JSON.stringify(foundTld, null, 2)); +} else { + console.log("no"); +} + +console.log(""); + +tldCheck = "somethingWeird"; +console.log("Is '" + tldCheck + "' a real TLD?"); + +foundTld = tldInfo.find(function(e) { + return e.domain==tldCheck.toLowerCase(); +}); + +if (typeof(foundTld)!=='undefined') { + console.log("yes"); + console.log(JSON.stringify(foundTld, null, 2)); +} else { + console.log("no"); +} \ No newline at end of file diff --git a/examples/js-type-demo.js b/examples/js-type-demo.js new file mode 100644 index 0000000..d6136f1 --- /dev/null +++ b/examples/js-type-demo.js @@ -0,0 +1,27 @@ +const tldType = require('../formats/js/tld-enum/type'); + +console.log("There are " + Object.keys(tldType).length + " IANA TLDs"); + +console.log(""); + +let tldCheck; + +tldCheck = "com"; +console.log("Is '" + tldCheck + "' a real TLD?"); +if (typeof(tldType[tldCheck.toLowerCase()])!=='undefined') { + console.log("yes"); + console.log("type: "+tldType[tldCheck.toLowerCase()]); +} else { + console.log("no"); +} + +console.log(""); + +tldCheck = "somethingWeird"; +console.log("Is '" + tldCheck + "' a real TLD?"); +if (typeof(tldType[tldCheck.toLowerCase()])!=='undefined') { + console.log("yes"); + console.log("type: "+tldType[tldCheck.toLowerCase()]); +} else { + console.log("no"); +} \ No newline at end of file diff --git a/examples/php-TldDesc-demo.php b/examples/php-TldDesc-demo.php new file mode 100644 index 0000000..85de9ea --- /dev/null +++ b/examples/php-TldDesc-demo.php @@ -0,0 +1,32 @@ +domain === strtolower($tldCheck)) { + echo "yes\n"; + print_r($tldInfoItem); + $foundTld = true; + break 1; + } + +} +unset($tldInfoElem); + +if (!$foundTld) { + echo "no\n"; +} + +echo "\n"; + +$tldCheck = "somethingWeird"; +echo "Is '$tldCheck' a real TLD?\n"; + +$foundTld = false; +foreach(TldInfo::TLD_INFO as $tldInfoElem) { + + $tldInfoItem = TldInfo::toInfoItem($tldInfoElem); + + if ($tldInfoItem->domain === strtolower($tldCheck)) { + echo "yes\n"; + print_r($tldInfoItem); + $foundTld = true; + break 1; + } + +} +unset($tldInfoElem); + +if (!$foundTld) { + echo "no\n"; +} diff --git a/examples/php-TldType-demo.php b/examples/php-TldType-demo.php new file mode 100644 index 0000000..56012fc --- /dev/null +++ b/examples/php-TldType-demo.php @@ -0,0 +1,32 @@ + 'American Automobile Association, Inc.', + 'aarp' => 'AARP', + 'abarth' => 'Fiat Chrysler Automobiles N.V.', + 'abb' => 'ABB Ltd', + 'abbott' => 'Abbott Laboratories, Inc.', + 'abbvie' => 'AbbVie Inc.', + 'abc' => 'Disney Enterprises, Inc.', + 'able' => 'Able Inc.', + 'abogado' => 'Top Level Domain Holdings Limited', + 'abudhabi' => 'Abu Dhabi Systems and Information Centre', + 'ac' => 'Ascension Island', + 'academy' => 'Binky Moon, LLC', + 'accenture' => 'Accenture plc', + 'accountant' => 'dot Accountant Limited', + 'accountants' => 'Binky Moon, LLC', + 'aco' => 'ACO Severin Ahlmann GmbH & Co. KG', + 'active' => 'Active Network, LLC', + 'actor' => 'United TLD Holdco Ltd.', + 'ad' => 'Andorra [Principality of]', + 'adac' => 'Allgemeiner Deutscher Automobil-Club e.V. [ADAC]', + 'ads' => 'Charleston Road Registry Inc.', + 'adult' => 'ICM Registry AD LLC', + 'ae' => 'United Arab Emirates', + 'aeg' => 'Aktiebolaget Electrolux', + 'aero' => 'Air-transport industry', + 'aetna' => 'Aetna Life Insurance Company', + 'af' => 'Afghanistan [Islamic Republic of]', + 'afamilycompany' => 'Johnson Shareholdings, Inc.', + 'afl' => 'Australian Football League', + 'africa' => 'ZA Central Registry NPC trading as Registry.Africa', + 'ag' => 'Antigua and Barbuda', + 'agakhan' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'agency' => 'Binky Moon, LLC', + 'ai' => 'Anguilla', + 'aig' => 'American International Group, Inc.', + 'aigo' => 'aigo Digital Technology Co,Ltd.', + 'airbus' => 'Airbus S.A.S.', + 'airforce' => 'United TLD Holdco Ltd.', + 'airtel' => 'Bharti Airtel Limited', + 'akdn' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'al' => 'Albania [Republic of]', + 'alfaromeo' => 'Fiat Chrysler Automobiles N.V.', + 'alibaba' => 'Alibaba Group Holding Limited', + 'alipay' => 'Alibaba Group Holding Limited', + 'allfinanz' => 'Allfinanz Deutsche Vermögensberatung Aktiengesellschaft', + 'allstate' => 'Allstate Fire and Casualty Insurance Company', + 'ally' => 'Ally Financial Inc.', + 'alsace' => 'REGION GRAND EST', + 'alstom' => 'ALSTOM', + 'am' => 'Armenia [Republic of]', + 'americanexpress' => 'American Express Travel Related Services Company, Inc.', + 'americanfamily' => 'AmFam, Inc.', + 'amex' => 'American Express Travel Related Services Company, Inc.', + 'amfam' => 'AmFam, Inc.', + 'amica' => 'Amica Mutual Insurance Company', + 'amsterdam' => 'Gemeente Amsterdam', + 'an' => 'Netherlands Antilles', + 'analytics' => 'Campus IP LLC', + 'android' => 'Charleston Road Registry Inc.', + 'anquan' => 'QIHOO 360 TECHNOLOGY CO. LTD.', + 'anz' => 'Australia and New Zealand Banking Group Limited', + 'ao' => 'Angola [Republic of]', + 'aol' => 'OATH Inc.', + 'apartments' => 'Binky Moon, LLC', + 'app' => 'Charleston Road Registry Inc.', + 'apple' => 'Apple Inc.', + 'aq' => 'Antarctica', + 'aquarelle' => 'Aquarelle.com', + 'ar' => 'Argentina [Argentine Republic]', + 'arab' => 'League of Arab States', + 'aramco' => 'Aramco Services Company', + 'archi' => 'STARTING DOT LIMITED', + 'army' => 'United TLD Holdco Ltd.', + 'arpa' => 'Address and Routing Parameter Area', + 'art' => 'UK Creative Ideas Limited', + 'arte' => 'Association Relative à la Télévision Européenne G.E.I.E.', + 'as' => 'American Samoa', + 'asda' => 'Wal-Mart Stores, Inc.', + 'asia' => 'Organisations and individuals in the Asia-Pacific region', + 'associates' => 'Binky Moon, LLC', + 'at' => 'Austria [Republic of]', + 'athleta' => 'The Gap, Inc.', + 'attorney' => 'United TLD Holdco, Ltd', + 'au' => 'Australia [Commonwealth of]', + 'auction' => 'United TLD HoldCo, Ltd.', + 'audi' => 'AUDI Aktiengesellschaft', + 'audible' => 'Amazon Registry Services, Inc.', + 'audio' => 'Uniregistry, Corp.', + 'auspost' => 'Australian Postal Corporation', + 'author' => 'Amazon Registry Services, Inc.', + 'auto' => 'Cars Registry Limited', + 'autos' => 'DERAutos, LLC', + 'avianca' => 'Aerovias del Continente Americano S.A. Avianca', + 'aw' => 'Aruba', + 'aws' => 'Amazon Registry Services, Inc.', + 'ax' => 'Åland Islands', + 'axa' => 'AXA SA', + 'az' => 'Azerbaijan [Republic of]', + 'azure' => 'Microsoft Corporation', + 'ba' => 'Bosnia and Herzegovina', + 'baby' => 'Johnson & Johnson Services, Inc.', + 'baidu' => 'Baidu, Inc.', + 'banamex' => 'Citigroup Inc.', + 'bananarepublic' => 'The Gap, Inc.', + 'band' => 'United TLD Holdco, Ltd', + 'bank' => 'fTLD Registry Services, LLC', + 'bar' => 'Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable', + 'barcelona' => 'Municipi de Barcelona', + 'barclaycard' => 'Barclays Bank PLC', + 'barclays' => 'Barclays Bank PLC', + 'barefoot' => 'Gallo Vineyards, Inc.', + 'bargains' => 'Binky Moon, LLC', + 'baseball' => 'MLB Advanced Media DH, LLC', + 'basketball' => 'Fédération Internationale de Basketball [FIBA]', + 'bauhaus' => 'Werkhaus GmbH', + 'bayern' => 'Bayern Connect GmbH', + 'bb' => 'Barbados', + 'bbc' => 'British Broadcasting Corporation', + 'bbt' => 'BB&T Corporation', + 'bbva' => 'BANCO BILBAO VIZCAYA ARGENTARIA, S.A.', + 'bcg' => 'The Boston Consulting Group, Inc.', + 'bcn' => 'Municipi de Barcelona', + 'bd' => 'Bangladesh [People\'s Republic of]', + 'be' => 'Belgium [Kingdom of]', + 'beats' => 'Beats Electronics, LLC', + 'beauty' => 'L\'Oréal', + 'beer' => 'Top Level Domain Holdings Limited', + 'bentley' => 'Bentley Motors Limited', + 'berlin' => 'dotBERLIN GmbH & Co. KG', + 'best' => 'BestTLD Pty Ltd', + 'bestbuy' => 'BBY Solutions, Inc.', + 'bet' => 'Afilias plc', + 'bf' => 'Burkina Faso', + 'bg' => 'Bulgaria [Republic of]', + 'bh' => 'Bahrain [Kingdom of]', + 'bharti' => 'Bharti Enterprises [Holding] Private Limited', + 'bi' => 'Burundi [Republic of]', + 'bible' => 'American Bible Society', + 'bid' => 'dot Bid Limited', + 'bike' => 'Binky Moon, LLC', + 'bing' => 'Microsoft Corporation', + 'bingo' => 'Binky Moon, LLC', + 'bio' => 'STARTING DOT LIMITED', + 'biz' => 'Business', + 'bj' => 'Benin [Republic of]', + 'bl' => 'Saint Barthélemy [Collectivity of] {unassigned - see also: .gp and .fr}', + 'black' => 'Afilias plc', + 'blackfriday' => 'Uniregistry, Corp.', + 'blanco' => 'BLANCO GmbH + Co KG', + 'blockbuster' => 'Dish DBS Corporation', + 'blog' => 'Knock Knock WHOIS There, LLC', + 'bloomberg' => 'Bloomberg IP Holdings LLC', + 'blue' => 'Afilias plc', + 'bm' => 'Bermuda', + 'bms' => 'Bristol-Myers Squibb Company', + 'bmw' => 'Bayerische Motoren Werke Aktiengesellschaft', + 'bn' => 'Brunei [Nation of Brunei - the Abode of Peace] [Negara Brunei Darussalam]', + 'bnl' => 'Banca Nazionale del Lavoro', + 'bnpparibas' => 'BNP Paribas', + 'bo' => 'Bolivia [Plurinational State of]', + 'boats' => 'DERBoats, LLC', + 'boehringer' => 'Boehringer Ingelheim International GmbH', + 'bofa' => 'Bank of America Corporation', + 'bom' => 'Núcleo de Informação e Coordenação do Ponto BR - NIC.br', + 'bond' => 'Bond University Limited', + 'boo' => 'Charleston Road Registry Inc.', + 'book' => 'Amazon Registry Services, Inc.', + 'booking' => 'Booking.com B.V.', + 'boots' => 'Not assigned', + 'bosch' => 'Robert Bosch GMBH', + 'bostik' => 'Bostik SA', + 'boston' => 'Boston TLD Management, LLC', + 'bot' => 'Amazon Registry Services, Inc.', + 'boutique' => 'Binky Moon, LLC', + 'box' => 'NS1 Limited', + 'bq' => 'Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}', + 'br' => 'Brazil [Federative Republic of]', + 'bradesco' => 'Banco Bradesco S.A.', + 'bridgestone' => 'Bridgestone Corporation', + 'broadway' => 'Celebrate Broadway, Inc.', + 'broker' => 'DOTBROKER REGISTRY LTD', + 'brother' => 'Brother Industries, Ltd.', + 'brussels' => 'DNS.be vzw', + 'bs' => 'Bahamas [Commonwealth of the]', + 'bt' => 'Bhutan [Kingdom of]', + 'budapest' => 'Top Level Domain Holdings Limited', + 'bugatti' => 'Bugatti International SA', + 'build' => 'Plan Bee LLC', + 'builders' => 'Binky Moon, LLC', + 'business' => 'Binky Moon, LLC', + 'buy' => 'Amazon Registry Services, INC', + 'buzz' => 'DOTSTRATEGY CO.', + 'bv' => 'Bouvet Island', + 'bw' => 'Botswana [Republic of]', + 'by' => 'Belarus [Republic of]', + 'bz' => 'Belize', + 'bzh' => 'Association www.bzh', + 'ca' => 'Canada', + 'cab' => 'Binky Moon, LLC', + 'cafe' => 'Binky Moon, LLC', + 'cal' => 'Charleston Road Registry Inc.', + 'call' => 'Amazon Registry Services, Inc.', + 'calvinklein' => 'PVH gTLD Holdings LLC', + 'cam' => 'AC Webconnecting Holding B.V.', + 'camera' => 'Binky Moon, LLC', + 'camp' => 'Binky Moon, LLC', + 'cancerresearch' => 'Australian Cancer Research Foundation', + 'canon' => 'Canon Inc.', + 'capetown' => 'ZA Central Registry NPC trading as ZA Central Registry', + 'capital' => 'Binky Moon, LLC', + 'capitalone' => 'Capital One Financial Corporation', + 'car' => 'Cars Registry Limited', + 'caravan' => 'Caravan International, Inc.', + 'cards' => 'Binky Moon, LLC', + 'care' => 'Binky Moon, LLC', + 'career' => 'dotCareer LLC', + 'careers' => 'Binky Moon, LLC', + 'cars' => 'Cars Registry Limited', + 'cartier' => 'Richemont DNS Inc.', + 'casa' => 'Top Level Domain Holdings Limited', + 'case' => 'CNH Industrial N.V.', + 'caseih' => 'CNH Industrial N.V.', + 'cash' => 'Binky Moon, LLC', + 'casino' => 'Binky Moon, LLC', + 'cat' => 'Catalan', + 'catering' => 'Binky Moon, LLC', + 'catholic' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + 'cba' => 'COMMONWEALTH BANK OF AUSTRALIA', + 'cbn' => 'The Christian Broadcasting Network, Inc.', + 'cbre' => 'CBRE, Inc.', + 'cbs' => 'CBS Domains Inc.', + 'cc' => 'Cocos [Keeling] Islands [Territory of the]', + 'cd' => 'Congo [Democratic Republic of the] [Congo-Kinshasa]', + 'ceb' => 'The Corporate Executive Board Company', + 'center' => 'Binky Moon, LLC', + 'ceo' => 'CEOTLD Pty Ltd', + 'cern' => 'European Organization for Nuclear Research ["CERN"]', + 'cf' => 'Central African Republic', + 'cfa' => 'CFA Institute', + 'cfd' => 'DOTCFD REGISTRY LTD', + 'cg' => 'Congo [Republic of] [Congo-Brazzaville]', + 'ch' => 'Switzerland [Swiss Confederation]', + 'chanel' => 'Chanel International B.V.', + 'channel' => 'Charleston Road Registry Inc.', + 'charity' => 'Corn Lake, LLC', + 'chase' => 'JPMorgan Chase Bank, National Association', + 'chat' => 'Binky Moon, LLC', + 'cheap' => 'Binky Moon, LLC', + 'chintai' => 'CHINTAI Corporation', + 'chloe' => 'Not assigned', + 'christmas' => 'Uniregistry, Corp.', + 'chrome' => 'Charleston Road Registry Inc.', + 'chrysler' => 'FCA US LLC.', + 'church' => 'Binky Moon, LLC', + 'ci' => 'Ivory Coast [Republic of Côte d\'Ivoire]', + 'cipriani' => 'Hotel Cipriani Srl', + 'circle' => 'Amazon Registry Services, Inc.', + 'cisco' => 'Cisco Technology, Inc.', + 'citadel' => 'Citadel Domain LLC', + 'citi' => 'Citigroup Inc.', + 'citic' => 'CITIC Group Corporation', + 'city' => 'Binky Moon, LLC', + 'cityeats' => 'Lifestyle Domain Holdings, Inc.', + 'ck' => 'Cook Islands', + 'cl' => 'Chile [Republic of]', + 'claims' => 'Binky Moon, LLC', + 'cleaning' => 'Binky Moon, LLC', + 'click' => 'Uniregistry, Corp.', + 'clinic' => 'Binky Moon, LLC', + 'clinique' => 'The Estée Lauder Companies Inc.', + 'clothing' => 'Binky Moon, LLC', + 'cloud' => 'ARUBA PEC S.p.A.', + 'club' => '.CLUB DOMAINS, LLC', + 'clubmed' => 'Club Méditerranée S.A.', + 'cm' => 'Cameroon [Republic of]', + 'cn' => 'China [People\'s Republic of]', + 'co' => 'Colombia [Republic of]', + 'coach' => 'Binky Moon, LLC', + 'codes' => 'Binky Moon, LLC', + 'coffee' => 'Binky Moon, LLC', + 'college' => 'XYZ.COM LLC', + 'cologne' => 'punkt.wien GmbH', + 'com' => 'Commercial organizations', + 'comcast' => 'Comcast IP Holdings I, LLC', + 'commbank' => 'COMMONWEALTH BANK OF AUSTRALIA', + 'community' => 'Binky Moon, LLC', + 'company' => 'Binky Moon, LLC', + 'compare' => 'iSelect Ltd', + 'computer' => 'Binky Moon, LLC', + 'comsec' => 'VeriSign, Inc.', + 'condos' => 'Binky Moon, LLC', + 'construction' => 'Binky Moon, LLC', + 'consulting' => 'United TLD Holdco, LTD.', + 'contact' => 'Top Level Spectrum, Inc.', + 'contractors' => 'Binky Moon, LLC', + 'cooking' => 'Top Level Domain Holdings Limited', + 'cookingchannel' => 'Lifestyle Domain Holdings, Inc.', + 'cool' => 'Binky Moon, LLC', + 'coop' => 'Cooperatives', + 'corsica' => 'Collectivité Territoriale de Corse', + 'country' => 'Top Level Domain Holdings Limited', + 'coupon' => 'Amazon Registry Services, Inc.', + 'coupons' => 'Binky Moon, LLC', + 'courses' => 'OPEN UNIVERSITIES AUSTRALIA PTY LTD', + 'cr' => 'Costa Rica [Republic of]', + 'credit' => 'Binky Moon, LLC', + 'creditcard' => 'Binky Moon, LLC', + 'creditunion' => 'CUNA Performance Resources, LLC', + 'cricket' => 'dot Cricket Limited', + 'crown' => 'Crown Equipment Corporation', + 'crs' => 'Federated Co-operatives Limited', + 'cruise' => 'Viking River Cruises [Bermuda] Ltd.', + 'cruises' => 'Binky Moon, LLC', + 'csc' => 'Alliance-One Services, Inc.', + 'cu' => 'Cuba [Republic of]', + 'cuisinella' => 'SALM S.A.S.', + 'cv' => 'Cape Verde [Republic of]', + 'cw' => 'Curaçao [Country of]', + 'cx' => 'Christmas Island [Territory of]', + 'cy' => 'Cyprus [Republic of]', + 'cymru' => 'Nominet UK', + 'cyou' => 'Beijing Gamease Age Digital Technology Co., Ltd.', + 'cz' => 'Czech Republic', + 'dabur' => 'Dabur India Limited', + 'dad' => 'Charleston Road Registry Inc.', + 'dance' => 'United TLD Holdco Ltd.', + 'data' => 'Dish DBS Corporation', + 'date' => 'dot Date Limited', + 'dating' => 'Binky Moon, LLC', + 'datsun' => 'NISSAN MOTOR CO., LTD.', + 'day' => 'Charleston Road Registry Inc.', + 'dclk' => 'Charleston Road Registry Inc.', + 'dds' => 'Minds + Machines Group Limited', + 'de' => 'Germany [Federal Republic of]', + 'deal' => 'Amazon Registry Services, Inc.', + 'dealer' => 'Dealer Dot Com, Inc.', + 'deals' => 'Binky Moon, LLC', + 'degree' => 'United TLD Holdco, Ltd', + 'delivery' => 'Binky Moon, LLC', + 'dell' => 'Dell Inc.', + 'deloitte' => 'Deloitte Touche Tohmatsu', + 'delta' => 'Delta Air Lines, Inc.', + 'democrat' => 'United TLD Holdco Ltd.', + 'dental' => 'Binky Moon, LLC', + 'dentist' => 'United TLD Holdco, Ltd', + 'desi' => 'Desi Networks LLC', + 'design' => 'Top Level Design, LLC', + 'dev' => 'Charleston Road Registry Inc.', + 'dhl' => 'Deutsche Post AG', + 'diamonds' => 'Binky Moon, LLC', + 'diet' => 'Uniregistry, Corp.', + 'digital' => 'Binky Moon, LLC', + 'direct' => 'Binky Moon, LLC', + 'directory' => 'Binky Moon, LLC', + 'discount' => 'Binky Moon, LLC', + 'discover' => 'Discover Financial Services', + 'dish' => 'Dish DBS Corporation', + 'diy' => 'Lifestyle Domain Holdings, Inc.', + 'dj' => 'Djibouti [Republic of]', + 'dk' => 'Denmark [Kingdom of]', + 'dm' => 'Dominica [Commonwealth of]', + 'dnp' => 'Dai Nippon Printing Co., Ltd.', + 'do' => 'Dominican Republic', + 'docs' => 'Charleston Road Registry Inc.', + 'doctor' => 'Binky Moon, LLC', + 'dodge' => 'FCA US LLC.', + 'dog' => 'Binky Moon, LLC', + 'doha' => 'Communications Regulatory Authority [CRA]', + 'domains' => 'Binky Moon, LLC', + 'doosan' => 'Retired', + 'dot' => 'Dish DBS Corporation', + 'download' => 'dot Support Limited', + 'drive' => 'Charleston Road Registry Inc.', + 'dtv' => 'Dish DBS Corporation', + 'dubai' => 'Dubai Smart Government Department', + 'duck' => 'Johnson Shareholdings, Inc.', + 'dunlop' => 'The Goodyear Tire & Rubber Company', + 'duns' => 'The Dun & Bradstreet Corporation', + 'dupont' => 'E. I. du Pont de Nemours and Company', + 'durban' => 'ZA Central Registry NPC trading as ZA Central Registry', + 'dvag' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', + 'dvr' => 'Hughes Satellite Systems Corporation', + 'dz' => 'Algeria [People\'s Democratic Republic of]', + 'earth' => 'Interlink Co., Ltd.', + 'eat' => 'Charleston Road Registry Inc.', + 'ec' => 'Ecuador [Republic of]', + 'eco' => 'Big Room Inc.', + 'edeka' => 'EDEKA Verband kaufmännischer Genossenschaften e.V.', + 'edu' => 'Educational establishments', + 'education' => 'Binky Moon, LLC', + 'ee' => 'Estonia [Republic of]', + 'eg' => 'Egypt [Arab Republic of]', + 'eh' => 'Western Sahara {reserved}', + 'email' => 'Binky Moon, LLC', + 'emerck' => 'Merck KGaA', + 'energy' => 'Binky Moon, LLC', + 'engineer' => 'United TLD Holdco Ltd.', + 'engineering' => 'Binky Moon, LLC', + 'enterprises' => 'Binky Moon, LLC', + 'epost' => 'Deutsche Post AG', + 'epson' => 'Seiko Epson Corporation', + 'equipment' => 'Binky Moon, LLC', + 'er' => 'Eritrea [State of]', + 'ericsson' => 'Telefonaktiebolaget L M Ericsson', + 'erni' => 'ERNI Group Holding AG', + 'es' => 'Spain [Kingdom of]', + 'esq' => 'Charleston Road Registry Inc.', + 'estate' => 'Binky Moon, LLC', + 'esurance' => 'Esurance Insurance Company', + 'et' => 'Ethiopia [Federal Democratic Republic of]', + 'etisalat' => 'Emirates Telecommunications Corporation [trading as Etisalat]', + 'eu' => 'European Union', + 'eurovision' => 'European Broadcasting Union [EBU]', + 'eus' => 'Puntueus Fundazioa', + 'events' => 'Binky Moon, LLC', + 'everbank' => 'EverBank', + 'exchange' => 'Binky Moon, LLC', + 'expert' => 'Binky Moon, LLC', + 'exposed' => 'Binky Moon, LLC', + 'express' => 'Binky Moon, LLC', + 'extraspace' => 'Extra Space Storage LLC', + 'fage' => 'Fage International S.A.', + 'fail' => 'Binky Moon, LLC', + 'fairwinds' => 'FairWinds Partners, LLC', + 'faith' => 'dot Faith Limited', + 'family' => 'United TLD Holdco Ltd.', + 'fan' => 'Asiamix Digital Ltd', + 'fans' => 'Asiamix Digital Limited', + 'farm' => 'Binky Moon, LLC', + 'farmers' => 'Farmers Insurance Exchange', + 'fashion' => 'Top Level Domain Holdings Limited', + 'fast' => 'Amazon Registry Services, Inc.', + 'fedex' => 'Federal Express Corporation', + 'feedback' => 'Top Level Spectrum, Inc.', + 'ferrari' => 'Fiat Chrysler Automobiles N.V.', + 'ferrero' => 'Ferrero Trading Lux S.A.', + 'fi' => 'Finland [Republic of]', + 'fiat' => 'Fiat Chrysler Automobiles N.V.', + 'fidelity' => 'Fidelity Brokerage Services LLC', + 'fido' => 'Rogers Communications Canada Inc.', + 'film' => 'Motion Picture Domain Registry Pty Ltd', + 'final' => 'Núcleo de Informação e Coordenação do Ponto BR - NIC.br', + 'finance' => 'Binky Moon, LLC', + 'financial' => 'Binky Moon, LLC', + 'fire' => 'Amazon Registry Services, Inc.', + 'firestone' => 'Bridgestone Licensing Services, Inc.', + 'firmdale' => 'Firmdale Holdings Limited', + 'fish' => 'Binky Moon, LLC', + 'fishing' => 'Top Level Domain Holdings Limited', + 'fit' => 'Minds + Machines Group Limited', + 'fitness' => 'Binky Moon, LLC', + 'fj' => 'Fiji [Republic of]', + 'fk' => 'Falkland Islands [Malvinas]', + 'flickr' => 'Yahoo! Domain Services Inc.', + 'flights' => 'Binky Moon, LLC', + 'flir' => 'FLIR Systems, Inc.', + 'florist' => 'Binky Moon, LLC', + 'flowers' => 'Uniregistry, Corp.', + 'flsmidth' => 'Retired', + 'fly' => 'Charleston Road Registry Inc.', + 'fm' => 'Micronesia [Federated States of]', + 'fo' => 'Faroe Islands', + 'foo' => 'Charleston Road Registry Inc.', + 'food' => 'Lifestyle Domain Holdings, Inc.', + 'foodnetwork' => 'Lifestyle Domain Holdings, Inc.', + 'football' => 'Binky Moon, LLC', + 'ford' => 'Ford Motor Company', + 'forex' => 'DOTFOREX REGISTRY LTD', + 'forsale' => 'United TLD Holdco, LLC', + 'forum' => 'Fegistry, LLC', + 'foundation' => 'Binky Moon, LLC', + 'fox' => 'FOX Registry, LLC', + 'fr' => 'France [French Republic]', + 'free' => 'Amazon Registry Services, Inc.', + 'fresenius' => 'Fresenius Immobilien-Verwaltungs-GmbH', + 'frl' => 'FRLregistry B.V.', + 'frogans' => 'OP3FT', + 'frontdoor' => 'Lifestyle Domain Holdings, Inc.', + 'frontier' => 'Frontier Communications Corporation', + 'ftr' => 'Frontier Communications Corporation', + 'fujitsu' => 'Fujitsu Limited', + 'fujixerox' => 'Xerox DNHC LLC', + 'fun' => 'DotSpace, Inc.', + 'fund' => 'Binky Moon, LLC', + 'furniture' => 'Binky Moon, LLC', + 'futbol' => 'United TLD Holdco, Ltd.', + 'fyi' => 'Binky Moon, LLC', + 'ga' => 'Gabon [Gabonese Republic]', + 'gal' => 'Asociación puntoGAL', + 'gallery' => 'Binky Moon, LLC', + 'gallo' => 'Gallo Vineyards, Inc.', + 'gallup' => 'Gallup, Inc.', + 'game' => 'Uniregistry, Corp.', + 'games' => 'United TLD Holdco Ltd.', + 'gap' => 'The Gap, Inc.', + 'garden' => 'Top Level Domain Holdings Limited', + 'gb' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', + 'gbiz' => 'Charleston Road Registry Inc.', + 'gd' => 'Grenada', + 'gdn' => 'Joint Stock Company "Navigation-information systems"', + 'ge' => 'Georgia', + 'gea' => 'GEA Group Aktiengesellschaft', + 'gent' => 'Combell nv', + 'genting' => 'Resorts World Inc. Pte. Ltd.', + 'george' => 'Wal-Mart Stores, Inc.', + 'gf' => 'French Guiana', + 'gg' => 'Guernsey [Bailiwick of]', + 'ggee' => 'GMO Internet, Inc.', + 'gh' => 'Ghana [Republic of]', + 'gi' => 'Gibraltar', + 'gift' => 'Uniregistry, Corp.', + 'gifts' => 'Binky Moon, LLC', + 'gives' => 'United TLD Holdco Ltd.', + 'giving' => 'Giving Limited', + 'gl' => 'Greenland', + 'glade' => 'Johnson Shareholdings, Inc.', + 'glass' => 'Binky Moon, LLC', + 'gle' => 'Charleston Road Registry Inc.', + 'global' => 'Dot Global Domain Registry Limited', + 'globo' => 'Globo Comunicação e Participações S.A', + 'gm' => 'Gambia [Republic of The]', + 'gmail' => 'Charleston Road Registry Inc.', + 'gmbh' => 'Binky Moon, LLC', + 'gmo' => 'GMO Internet, Inc.', + 'gmx' => '1&1 Mail & Media GmbH', + 'gn' => 'Guinea [Republic of]', + 'godaddy' => 'Go Daddy East, LLC', + 'gold' => 'Binky Moon, LLC', + 'goldpoint' => 'YODOBASHI CAMERA CO.,LTD.', + 'golf' => 'Binky Moon, LLC', + 'goo' => 'NTT Resonant Inc.', + 'goodhands' => 'Allstate Fire and Casualty Insurance Company', + 'goodyear' => 'The Goodyear Tire & Rubber Company', + 'goog' => 'Charleston Road Registry Inc.', + 'google' => 'Charleston Road Registry Inc.', + 'gop' => 'Republican State Leadership Committee, Inc.', + 'got' => 'Amazon Registry Services, Inc.', + 'gov' => 'US government', + 'gp' => 'Guadeloupe', + 'gq' => 'Equatorial Guinea [Republic of]', + 'gr' => 'Greece [Hellenic Republic]', + 'grainger' => 'Grainger Registry Services, LLC', + 'graphics' => 'Binky Moon, LLC', + 'gratis' => 'Binky Moon, LLC', + 'green' => 'DotGreen Registry Limited', + 'gripe' => 'Binky Moon, LLC', + 'grocery' => 'Wal-Mart Stores, Inc.', + 'group' => 'Binky Moon, LLC', + 'gs' => 'South Georgia and the South Sandwich Islands', + 'gt' => 'Guatemala [Republic of]', + 'gu' => 'Guam', + 'guardian' => 'The Guardian Life Insurance Company of America', + 'gucci' => 'Guccio Gucci S.p.a.', + 'guge' => 'Charleston Road Registry Inc.', + 'guide' => 'Binky Moon, LLC', + 'guitars' => 'Uniregistry, Corp.', + 'guru' => 'Binky Moon, LLC', + 'gw' => 'Guinea-Bissau [Republic of]', + 'gy' => 'Guyana [Co-operative Republic of]', + 'hair' => 'L\'Oreal', + 'hamburg' => 'Hamburg Top-Level-Domain GmbH', + 'hangout' => 'Charleston Road Registry Inc.', + 'haus' => 'United TLD Holdco, LTD.', + 'hbo' => 'HBO Registry Services, Inc.', + 'hdfc' => 'HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED', + 'hdfcbank' => 'HDFC Bank Limited', + 'health' => 'DotHealth, LLC', + 'healthcare' => 'Binky Moon, LLC', + 'help' => 'Uniregistry, Corp.', + 'helsinki' => 'City of Helsinki', + 'here' => 'Charleston Road Registry Inc.', + 'hermes' => 'Hermes International', + 'hgtv' => 'Lifestyle Domain Holdings, Inc.', + 'hiphop' => 'Uniregistry, Corp.', + 'hisamitsu' => 'Hisamitsu Pharmaceutical Co.,Inc.', + 'hitachi' => 'Hitachi, Ltd.', + 'hiv' => 'Uniregistry, Corp.', + 'hk' => 'Hong Kong [Hong Kong Special Administrative Region of the People\'s Republic of China]', + 'hkt' => 'PCCW-HKT DataCom Services Limited', + 'hm' => 'Heard Island and McDonald Islands', + 'hn' => 'Honduras [Republic of]', + 'hockey' => 'Binky Moon, LLC', + 'holdings' => 'Binky Moon, LLC', + 'holiday' => 'Binky Moon, LLC', + 'homedepot' => 'Home Depot Product Authority, LLC', + 'homegoods' => 'The TJX Companies, Inc.', + 'homes' => 'DERHomes, LLC', + 'homesense' => 'The TJX Companies, Inc.', + 'honda' => 'Honda Motor Co., Ltd.', + 'honeywell' => 'Honeywell GTLD LLC', + 'horse' => 'Top Level Domain Holdings Limited', + 'hospital' => 'Binky Moon, LLC', + 'host' => 'DotHost Inc.', + 'hosting' => 'Uniregistry, Corp.', + 'hot' => 'Amazon Registry Services, Inc.', + 'hoteles' => 'Travel Reservations SRL', + 'hotels' => 'Booking.com B.V.', + 'hotmail' => 'Microsoft Corporation', + 'house' => 'Binky Moon, LLC', + 'how' => 'Charleston Road Registry Inc.', + 'hr' => 'Croatia [Republic of]', + 'hsbc' => 'HSBC Global Services [UK] Limited', + 'ht' => 'Haiti [Republic of]', + 'htc' => 'Not assigned', + 'hu' => 'Hungary', + 'hughes' => 'Hughes Satellite Systems Corporation', + 'hyatt' => 'Hyatt GTLD, L.L.C.', + 'hyundai' => 'Hyundai Motor Company', + 'ibm' => 'International Business Machines Corporation', + 'icbc' => 'Industrial and Commercial Bank of China Limited', + 'ice' => 'IntercontinentalExchange, Inc.', + 'icu' => 'Shortdot SA', + 'id' => 'Indonesia [Republic of]', + 'ie' => 'Ireland [Republic of]', + 'ieee' => 'IEEE Global LLC', + 'ifm' => 'ifm electronic gmbh', + 'iinet' => 'Retired', + 'ikano' => 'Ikano S.A.', + 'il' => 'Israel [State of]', + 'im' => 'Isle of Man', + 'imamat' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'imdb' => 'Amazon Registry Services, Inc.', + 'immo' => 'Binky Moon, LLC', + 'immobilien' => 'United TLD Holdco Ltd.', + 'in' => 'India [Republic of]', + 'industries' => 'Binky Moon, LLC', + 'infiniti' => 'NISSAN MOTOR CO., LTD.', + 'info' => 'Informational sites', + 'ing' => 'Charleston Road Registry Inc.', + 'ink' => 'Top Level Design, LLC', + 'institute' => 'Binky Moon, LLC', + 'insurance' => 'fTLD Registry Services LLC', + 'insure' => 'Binky Moon, LLC', + 'int' => 'International treaty-based organizations', + 'intel' => 'Intel Corporation', + 'international' => 'Binky Moon, LLC', + 'intuit' => 'Intuit Administrative Services, Inc.', + 'investments' => 'Binky Moon, LLC', + 'io' => 'British Indian Ocean Territory', + 'ipiranga' => 'Ipiranga Produtos de Petroleo S.A.', + 'iq' => 'Iraq [Republic of]', + 'ir' => 'Iran [Islamic Republic of]', + 'irish' => 'Binky Moon, LLC', + 'is' => 'Iceland', + 'iselect' => 'iSelect Ltd', + 'ismaili' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'ist' => 'Istanbul Metropolitan Municipality', + 'istanbul' => 'Istanbul Metropolitan Municipality', + 'it' => 'Italy [Italian Republic]', + 'itau' => 'Itau Unibanco Holding S.A.', + 'itv' => 'ITV Services Limited', + 'iveco' => 'CNH Industrial N.V.', + 'iwc' => 'Richemont DNS Inc.', + 'jaguar' => 'Jaguar Land Rover Ltd', + 'java' => 'Oracle Corporation', + 'jcb' => 'JCB Co., Ltd.', + 'jcp' => 'JCP Media, Inc.', + 'je' => 'Jersey [Bailiwick of]', + 'jeep' => 'FCA US LLC.', + 'jetzt' => 'Binky Moon, LLC', + 'jewelry' => 'Binky Moon, LLC', + 'jio' => 'Affinity Names, Inc.', + 'jlc' => 'Richemont DNS Inc.', + 'jll' => 'Jones Lang LaSalle Incorporated', + 'jm' => 'Jamaica [Commonwealth of]', + 'jmp' => 'Matrix IP LLC', + 'jnj' => 'Johnson & Johnson Services, Inc.', + 'jo' => 'Jordan [Hashemite Kingdom of]', + 'jobs' => 'Employment-related sites', + 'joburg' => 'ZA Central Registry NPC trading as ZA Central Registry', + 'jot' => 'Amazon Registry Services, Inc.', + 'joy' => 'Amazon Registry Services, Inc.', + 'jp' => 'Japan', + 'jpmorgan' => 'JPMorgan Chase Bank, National Association', + 'jprs' => 'Japan Registry Services Co., Ltd.', + 'juegos' => 'Uniregistry, Corp.', + 'juniper' => 'JUNIPER NETWORKS, INC.', + 'kaufen' => 'United TLD Holdco Ltd.', + 'kddi' => 'KDDI CORPORATION', + 'ke' => 'Kenya [Republic of]', + 'kerryhotels' => 'Kerry Trading Co. Limited', + 'kerrylogistics' => 'Kerry Trading Co. Limited', + 'kerryproperties' => 'Kerry Trading Co. Limited', + 'kfh' => 'Kuwait Finance House', + 'kg' => 'Kyrgyzstan [Kyrgyz Republic]', + 'kh' => 'Cambodia [Kingdom of]', + 'ki' => 'Kiribati [Republic of]', + 'kia' => 'KIA MOTORS CORPORATION', + 'kim' => 'Afilias plc', + 'kinder' => 'Ferrero Trading Lux S.A.', + 'kindle' => 'Amazon Registry Services, Inc.', + 'kitchen' => 'Binky Moon, LLC', + 'kiwi' => 'DOT KIWI LIMITED', + 'km' => 'Comoros [Union of the]', + 'kn' => 'Saint Kitts and Nevis [Federation of]', + 'koeln' => 'punkt.wien GmbH', + 'komatsu' => 'Komatsu Ltd.', + 'kosher' => 'Kosher Marketing Assets LLC', + 'kp' => 'Korea [Democratic People\'s Republic of] [North Korea]', + 'kpmg' => 'KPMG International Cooperative [KPMG International Genossenschaft]', + 'kpn' => 'Koninklijke KPN N.V.', + 'kr' => 'Korea [Republic of] [South Korea]', + 'krd' => 'KRG Department of Information Technology', + 'kred' => 'KredTLD Pty Ltd', + 'kuokgroup' => 'Kerry Trading Co. Limited', + 'kw' => 'Kuwait [State of Kuwait]', + 'ky' => 'Cayman Islands', + 'kyoto' => 'Academic Institution: Kyoto Jyoho Gakuen', + 'kz' => 'Kazakhstan [Republic of]', + 'la' => 'Laos [Lao People\'s Democratic Republic]', + 'lacaixa' => 'CAIXA D\'ESTALVIS I PENSIONS DE BARCELONA', + 'ladbrokes' => 'LADBROKES INTERNATIONAL PLC', + 'lamborghini' => 'Automobili Lamborghini S.p.A.', + 'lamer' => 'The Estée Lauder Companies Inc.', + 'lancaster' => 'LANCASTER', + 'lancia' => 'Fiat Chrysler Automobiles N.V.', + 'lancome' => 'L\'Oréal', + 'land' => 'Binky Moon, LLC', + 'landrover' => 'Jaguar Land Rover Ltd', + 'lanxess' => 'LANXESS Corporation', + 'lasalle' => 'Jones Lang LaSalle Incorporated', + 'lat' => 'ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico', + 'latino' => 'Dish DBS Corporation', + 'latrobe' => 'La Trobe University', + 'law' => 'Minds + Machines Group Limited', + 'lawyer' => 'United TLD Holdco, Ltd', + 'lb' => 'Lebanon [Lebanese Republic]', + 'lc' => 'Saint Lucia', + 'lds' => 'IRI Domain Management, LLC', + 'lease' => 'Binky Moon, LLC', + 'leclerc' => 'A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc', + 'lefrak' => 'LeFrak Organization, Inc.', + 'legal' => 'Binky Moon, LLC', + 'lego' => 'LEGO Juris A/S', + 'lexus' => 'TOYOTA MOTOR CORPORATION', + 'lgbt' => 'Afilias plc', + 'li' => 'Liechtenstein [Principality of]', + 'liaison' => 'Liaison Technologies, Incorporated', + 'lidl' => 'Schwarz Domains und Services GmbH & Co. KG', + 'life' => 'Binky Moon, LLC', + 'lifeinsurance' => 'American Council of Life Insurers', + 'lifestyle' => 'Lifestyle Domain Holdings, Inc.', + 'lighting' => 'Binky Moon, LLC', + 'like' => 'Amazon Registry Services, Inc.', + 'lilly' => 'Eli Lilly and Company', + 'limited' => 'Binky Moon, LLC', + 'limo' => 'Binky Moon, LLC', + 'lincoln' => 'Ford Motor Company', + 'linde' => 'Linde Aktiengesellschaft', + 'link' => 'Uniregistry, Corp.', + 'lipsy' => 'Lipsy Ltd', + 'live' => 'United TLD Holdco Ltd.', + 'living' => 'Lifestyle Domain Holdings, Inc.', + 'lixil' => 'LIXIL Group Corporation', + 'lk' => 'Sri Lanka [Democratic Socialist Republic of]', + 'llc' => 'Afilias plc', + 'loan' => 'dot Loan Limited', + 'loans' => 'Binky Moon, LLC', + 'locker' => 'Dish DBS Corporation', + 'locus' => 'Locus Analytics LLC', + 'loft' => 'Annco, Inc.', + 'lol' => 'Uniregistry, Corp.', + 'london' => 'Dot London Domains Limited', + 'lotte' => 'Lotte Holdings Co., Ltd.', + 'lotto' => 'Afilias plc', + 'love' => 'Merchant Law Group LLP', + 'lpl' => 'LPL Holdings, Inc.', + 'lplfinancial' => 'LPL Holdings, Inc.', + 'lr' => 'Liberia [Republic of]', + 'ls' => 'Lesotho [Kingdom of]', + 'lt' => 'Lithuania [Republic of]', + 'ltd' => 'Binky Moon, LLC', + 'ltda' => 'InterNetX Corp.', + 'lu' => 'Luxembourg [Grand Duchy of]', + 'lundbeck' => 'H. Lundbeck A/S', + 'lupin' => 'LUPIN LIMITED', + 'luxe' => 'Top Level Domain Holdings Limited', + 'luxury' => 'Luxury Partners LLC', + 'lv' => 'Latvia [Republic of]', + 'ly' => 'Libya', + 'ma' => 'Morocco', + 'macys' => 'Macys, Inc.', + 'madrid' => 'Comunidad de Madrid', + 'maif' => 'Mutuelle Assurance Instituteur France [MAIF]', + 'maison' => 'Binky Moon, LLC', + 'makeup' => 'L\'Oréal', + 'man' => 'MAN SE', + 'management' => 'Binky Moon, LLC', + 'mango' => 'PUNTO FA S.L.', + 'map' => 'Charleston Road Registry Inc.', + 'market' => 'United TLD Holdco, Ltd', + 'marketing' => 'Binky Moon, LLC', + 'markets' => 'DOTMARKETS REGISTRY LTD', + 'marriott' => 'Marriott Worldwide Corporation', + 'marshalls' => 'The TJX Companies, Inc.', + 'maserati' => 'Fiat Chrysler Automobiles N.V.', + 'mattel' => 'Mattel Sites, Inc.', + 'mba' => 'Binky Moon, LLC', + 'mc' => 'Monaco [Principality of]', + 'mcd' => 'Not assigned', + 'mcdonalds' => 'Not assigned', + 'mckinsey' => 'McKinsey Holdings, Inc.', + 'md' => 'Moldova [Republic of]', + 'me' => 'Montenegro', + 'med' => 'Medistry LLC', + 'media' => 'Binky Moon, LLC', + 'meet' => 'Charleston Road Registry Inc.', + 'melbourne' => 'The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation', + 'meme' => 'Charleston Road Registry Inc.', + 'memorial' => 'Dog Beach, LLC', + 'men' => 'Exclusive Registry Limited', + 'menu' => 'Wedding TLD2, LLC', + 'meo' => 'Not assigned', + 'merckmsd' => 'MSD Registry Holdings, Inc.', + 'metlife' => 'MetLife Services and Solutions, LLC', + 'mf' => 'Saint Martin [Collectivity of] {unassigned - see also: .gp and .fr}', + 'mg' => 'Madagascar [Republic of]', + 'mh' => 'Marshall Islands [Republic of the]', + 'miami' => 'Top Level Domain Holdings Limited', + 'microsoft' => 'Microsoft Corporation', + 'mil' => 'US military', + 'mini' => 'Bayerische Motoren Werke Aktiengesellschaft', + 'mint' => 'Intuit Administrative Services, Inc.', + 'mit' => 'Massachusetts Institute of Technology', + 'mitsubishi' => 'Mitsubishi Corporation', + 'mk' => 'Macedonia [Republic of]', + 'ml' => 'Mali [Republic of]', + 'mlb' => 'MLB Advanced Media DH, LLC', + 'mls' => 'The Canadian Real Estate Association', + 'mm' => 'Myanmar [Republic of the Union of] [Burma]', + 'mma' => 'MMA IARD', + 'mn' => 'Mongolia', + 'mo' => 'Macau [Macau Special Administrative Region of the People\'s Republic of China] [Macao]', + 'mobi' => 'Mobile', + 'mobile' => 'Dish DBS Corporation', + 'mobily' => 'GreenTech Consultancy Company W.L.L.', + 'moda' => 'United TLD Holdco Ltd.', + 'moe' => 'Interlink Co., Ltd.', + 'moi' => 'Amazon Registry Services, Inc.', + 'mom' => 'Uniregistry, Corp.', + 'monash' => 'Monash University', + 'money' => 'Binky Moon, LLC', + 'monster' => 'Monster Worldwide, Inc.', + 'montblanc' => 'Not assigned', + 'mopar' => 'FCA US LLC.', + 'mormon' => 'IRI Domain Management, LLC ["Applicant"]', + 'mortgage' => 'United TLD Holdco, Ltd', + 'moscow' => 'Foundation for Assistance for Internet Technologies and Infrastructure Development [FAITID]', + 'moto' => 'Motorola Trademark Holdings, LLC', + 'motorcycles' => 'DERMotorcycles, LLC', + 'mov' => 'Charleston Road Registry Inc.', + 'movie' => 'Binky Moon, LLC', + 'movistar' => 'Telefónica S.A.', + 'mp' => 'Northern Mariana Islands [Commonwealth of the]', + 'mq' => 'Martinique', + 'mr' => 'Mauritania [Islamic Republic of]', + 'ms' => 'Montserrat', + 'msd' => 'MSD Registry Holdings, Inc.', + 'mt' => 'Malta [Republic of]', + 'mtn' => 'MTN Dubai Limited', + 'mtpc' => 'Retired', + 'mtr' => 'MTR Corporation Limited', + 'mu' => 'Mauritius [Republic of]', + 'museum' => 'Museums', + 'mutual' => 'Northwestern Mutual MU TLD Registry, LLC', + 'mutuelle' => 'Retired', + 'mv' => 'Maldives [Republic of]', + 'mw' => 'Malawi [Republic of]', + 'mx' => 'Mexico [United Mexican States]', + 'my' => 'Malaysia', + 'mz' => 'Mozambique [Republic of]', + 'na' => 'Namibia [Republic of]', + 'nab' => 'National Australia Bank Limited', + 'nadex' => 'Nadex Domains, Inc', + 'nagoya' => 'GMO Registry, Inc.', + 'name' => 'Individuals', + 'nationwide' => 'Nationwide Mutual Insurance Company', + 'natura' => 'NATURA COSMÉTICOS S.A.', + 'navy' => 'United TLD Holdco Ltd.', + 'nba' => 'NBA REGISTRY, LLC', + 'nc' => 'New Caledonia', + 'ne' => 'Niger [Republic of]', + 'nec' => 'NEC Corporation', + 'net' => 'Network', + 'netbank' => 'COMMONWEALTH BANK OF AUSTRALIA', + 'netflix' => 'Netflix, Inc.', + 'network' => 'Binky Moon, LLC', + 'neustar' => 'NeuStar, Inc.', + 'new' => 'Charleston Road Registry Inc.', + 'newholland' => 'CNH Industrial N.V.', + 'news' => 'United TLD Holdco Ltd.', + 'next' => 'Next plc', + 'nextdirect' => 'Next plc', + 'nexus' => 'Charleston Road Registry Inc.', + 'nf' => 'Norfolk Island [Territory of]', + 'nfl' => 'NFL Reg Ops LLC', + 'ng' => 'Nigeria [Federal Republic of]', + 'ngo' => 'Public Interest Registry', + 'nhk' => 'Japan Broadcasting Corporation [NHK]', + 'ni' => 'Nicaragua [Republic of]', + 'nico' => 'DWANGO Co., Ltd.', + 'nike' => 'NIKE, Inc.', + 'nikon' => 'NIKON CORPORATION', + 'ninja' => 'United TLD Holdco Ltd.', + 'nissan' => 'NISSAN MOTOR CO., LTD.', + 'nissay' => 'Nippon Life Insurance Company', + 'nl' => 'Netherlands', + 'no' => 'Norway [Kingdom of]', + 'nokia' => 'Nokia Corporation', + 'northwesternmutual' => 'Northwestern Mutual Registry, LLC', + 'norton' => 'Symantec Corporation', + 'now' => 'Amazon Registry Services, Inc.', + 'nowruz' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', + 'nowtv' => 'Starbucks [HK] Limited', + 'np' => 'Nepal [Federal Democratic Republic of]', + 'nr' => 'Nauru [Republic of]', + 'nra' => 'NRA Holdings Company, INC.', + 'nrw' => 'Minds + Machines GmbH', + 'ntt' => 'NIPPON TELEGRAPH AND TELEPHONE CORPORATION', + 'nu' => 'Niue', + 'nyc' => 'The City of New York by and through the New York City Department of Information Technology & Telecommunications', + 'nz' => 'New Zealand', + 'obi' => 'OBI Group Holding SE & Co. KGaA', + 'observer' => 'Top Level Spectrum, Inc.', + 'off' => 'Johnson Shareholdings, Inc.', + 'office' => 'Microsoft Corporation', + 'okinawa' => 'BRregistry, Inc.', + 'olayan' => 'Crescent Holding GmbH', + 'olayangroup' => 'Crescent Holding GmbH', + 'oldnavy' => 'The Gap, Inc.', + 'ollo' => 'Dish DBS Corporation', + 'om' => 'Oman [Sultanate of]', + 'omega' => 'The Swatch Group Ltd', + 'one' => 'One.com A/S', + 'ong' => 'Public Interest Registry', + 'onl' => 'I-REGISTRY Ltd., Niederlassung Deutschland', + 'online' => 'DotOnline Inc.', + 'onyourside' => 'Nationwide Mutual Insurance Company', + 'ooo' => 'INFIBEAM INCORPORATION LIMITED', + 'open' => 'American Express Travel Related Services Company, Inc.', + 'oracle' => 'Oracle Corporation', + 'orange' => 'Orange Brand Services Limited', + 'org' => 'Non-profit organizations', + 'organic' => 'Afilias plc', + 'orientexpress' => 'Retired', + 'origins' => 'The Estée Lauder Companies Inc.', + 'osaka' => 'Osaka Registry Co., Ltd.', + 'otsuka' => 'Otsuka Holdings Co., Ltd.', + 'ott' => 'Dish DBS Corporation', + 'ovh' => 'OVH SAS', + 'pa' => 'Panama [Republic of]', + 'page' => 'Charleston Road Registry Inc.', + 'pamperedchef' => 'Not assigned', + 'panasonic' => 'Panasonic Corporation', + 'panerai' => 'Richemont DNS Inc.', + 'paris' => 'City of Paris', + 'pars' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', + 'partners' => 'Binky Moon, LLC', + 'parts' => 'Binky Moon, LLC', + 'party' => 'Blue Sky Registry Limited', + 'passagens' => 'Travel Reservations SRL', + 'pay' => 'Amazon Registry Services, Inc.', + 'pccw' => 'PCCW Enterprises Limited', + 'pe' => 'Peru [Republic of]', + 'pet' => 'Afilias plc', + 'pf' => 'French Polynesia and Clipperton Island', + 'pfizer' => 'Pfizer Inc.', + 'pg' => 'Papua New Guinea [Independent State of]', + 'ph' => 'Philippines [Republic of the]', + 'pharmacy' => 'National Association of Boards of Pharmacy', + 'phd' => 'Charleston Road Registry Inc.', + 'philips' => 'Koninklijke Philips N.V.', + 'phone' => 'Dish DBS Corporation', + 'photo' => 'Uniregistry, Corp.', + 'photography' => 'Binky Moon, LLC', + 'photos' => 'Binky Moon, LLC', + 'physio' => 'PhysBiz Pty Ltd', + 'piaget' => 'Richemont DNS Inc.', + 'pics' => 'Uniregistry, Corp.', + 'pictet' => 'Pictet Europe S.A.', + 'pictures' => 'Binky Moon, LLC', + 'pid' => 'Top Level Spectrum, Inc.', + 'pin' => 'Amazon Registry Services, Inc.', + 'ping' => 'Ping Registry Provider, Inc.', + 'pink' => 'Afilias plc', + 'pioneer' => 'Pioneer Corporation', + 'pizza' => 'Binky Moon, LLC', + 'pk' => 'Pakistan [Islamic Republic of]', + 'pl' => 'Poland [Republic of]', + 'place' => 'Binky Moon, LLC', + 'play' => 'Charleston Road Registry Inc.', + 'playstation' => 'Sony Computer Entertainment Inc.', + 'plumbing' => 'Binky Moon, LLC', + 'plus' => 'Binky Moon, LLC', + 'pm' => 'Saint Pierre and Miquelon', + 'pn' => 'Pitcairn Islands [Pitcairn - Henderson - Ducie and Oeno Islands]', + 'pnc' => 'PNC Domain Co., LLC', + 'pohl' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', + 'poker' => 'Afilias plc', + 'politie' => 'Politie Nederland', + 'porn' => 'ICM Registry PN LLC', + 'post' => 'Universal Postal Union', + 'pr' => 'Puerto Rico [Commonwealth of]', + 'pramerica' => 'Prudential Financial, Inc.', + 'praxi' => 'Praxi S.p.A.', + 'press' => 'DotPress Inc.', + 'prime' => 'Amazon Registry Services, Inc.', + 'pro' => 'Profession', + 'prod' => 'Charleston Road Registry Inc.', + 'productions' => 'Binky Moon, LLC', + 'prof' => 'Charleston Road Registry Inc.', + 'progressive' => 'Progressive Casualty Insurance Company', + 'promo' => 'Afilias plc', + 'properties' => 'Binky Moon, LLC', + 'property' => 'Uniregistry, Corp.', + 'protection' => 'XYZ.COM LLC', + 'pru' => 'Prudential Financial, Inc.', + 'prudential' => 'Prudential Financial, Inc.', + 'ps' => 'Palestine [State of]', + 'pt' => 'Portugal [Portuguese Republic]', + 'pub' => 'United TLD Holdco Ltd.', + 'pw' => 'Palau [Republic of]', + 'pwc' => 'PricewaterhouseCoopers LLP', + 'py' => 'Paraguay [Republic of]', + 'qa' => 'Qatar [State of]', + 'qpon' => 'dotCOOL, Inc.', + 'quebec' => 'PointQuébec Inc', + 'quest' => 'Quest ION Limited', + 'qvc' => 'QVC, Inc.', + 'racing' => 'Premier Registry Limited', + 'radio' => 'European Broadcasting Union [EBU]', + 'raid' => 'Johnson Shareholdings, Inc.', + 're' => 'Réunion', + 'read' => 'Amazon Registry Services, Inc.', + 'realestate' => 'dotRealEstate LLC', + 'realtor' => 'Real Estate Domains LLC', + 'realty' => 'Fegistry, LLC', + 'recipes' => 'Binky Moon, LLC', + 'red' => 'Afilias plc', + 'redstone' => 'Redstone Haute Couture Co., Ltd.', + 'redumbrella' => 'Travelers TLD, LLC', + 'rehab' => 'United TLD Holdco Ltd.', + 'reise' => 'Binky Moon, LLC', + 'reisen' => 'Binky Moon, LLC', + 'reit' => 'National Association of Real Estate Investment Trusts, Inc.', + 'reliance' => 'Reliance Industries Limited', + 'ren' => 'Beijing Qianxiang Wangjing Technology Development Co., Ltd.', + 'rent' => 'XYZ.COM LLC', + 'rentals' => 'Binky Moon, LLC', + 'repair' => 'Binky Moon, LLC', + 'report' => 'Binky Moon, LLC', + 'republican' => 'United TLD Holdco Ltd.', + 'rest' => 'Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable', + 'restaurant' => 'Binky Moon, LLC', + 'review' => 'dot Review Limited', + 'reviews' => 'United TLD Holdco, Ltd.', + 'rexroth' => 'Robert Bosch GMBH', + 'rich' => 'I-REGISTRY Ltd., Niederlassung Deutschland', + 'richardli' => 'Pacific Century Asset Management [HK] Limited', + 'ricoh' => 'Ricoh Company, Ltd.', + 'rightathome' => 'Johnson Shareholdings, Inc.', + 'ril' => 'Reliance Industries Limited', + 'rio' => 'Empresa Municipal de Informática SA - IPLANRIO', + 'rip' => 'United TLD Holdco Ltd.', + 'rmit' => 'Royal Melbourne Institute of Technology', + 'ro' => 'Romania', + 'rocher' => 'Ferrero Trading Lux S.A.', + 'rocks' => 'United TLD Holdco, LTD.', + 'rodeo' => 'Top Level Domain Holdings Limited', + 'rogers' => 'Rogers Communications Canada Inc.', + 'room' => 'Amazon Registry Services, Inc.', + 'rs' => 'Serbia [Republic of]', + 'rsvp' => 'Charleston Road Registry Inc.', + 'ru' => 'Russia [Russian Federation]', + 'rugby' => 'World Rugby Strategic Developments Limited', + 'ruhr' => 'regiodot GmbH & Co. KG', + 'run' => 'Binky Moon, LLC', + 'rw' => 'Rwanda [Republic of]', + 'rwe' => 'RWE AG', + 'ryukyu' => 'BRregistry, Inc.', + 'sa' => 'Saudi Arabia [Kingdom of]', + 'saarland' => 'dotSaarland GmbH', + 'safe' => 'Amazon Registry Services, Inc.', + 'safety' => 'Safety Registry Services, LLC.', + 'sakura' => 'SAKURA Internet Inc.', + 'sale' => 'United TLD Holdco, Ltd', + 'salon' => 'Binky Moon, LLC', + 'samsclub' => 'Wal-Mart Stores, Inc.', + 'samsung' => 'SAMSUNG SDS CO., LTD', + 'sandvik' => 'Sandvik AB', + 'sandvikcoromant' => 'Sandvik AB', + 'sanofi' => 'Sanofi', + 'sap' => 'SAP AG', + 'sapo' => 'Not assigned', + 'sarl' => 'Binky Moon, LLC', + 'sas' => 'Research IP LLC', + 'save' => 'Amazon Registry Services, Inc.', + 'saxo' => 'Saxo Bank A/S', + 'sb' => 'Solomon Islands', + 'sbi' => 'STATE BANK OF INDIA', + 'sbs' => 'SPECIAL BROADCASTING SERVICE CORPORATION', + 'sc' => 'Seychelles [Republic of]', + 'sca' => 'SVENSKA CELLULOSA AKTIEBOLAGET SCA [publ]', + 'scb' => 'The Siam Commercial Bank Public Company Limited ["SCB"]', + 'schaeffler' => 'Schaeffler Technologies AG & Co. KG', + 'schmidt' => 'SALM S.A.S.', + 'scholarships' => 'Scholarships.com, LLC', + 'school' => 'Binky Moon, LLC', + 'schule' => 'Binky Moon, LLC', + 'schwarz' => 'Schwarz Domains und Services GmbH & Co. KG', + 'science' => 'dot Science Limited', + 'scjohnson' => 'Johnson Shareholdings, Inc.', + 'scor' => 'SCOR SE', + 'scot' => 'Dot Scot Registry Limited', + 'sd' => 'Sudan [Republic of]', + 'se' => 'Sweden [Kingdom of]', + 'search' => 'Charleston Road Registry Inc.', + 'seat' => 'SEAT, S.A. [Sociedad Unipersonal]', + 'secure' => 'Amazon Registry Services, Inc.', + 'security' => 'XYZ.COM LLC', + 'seek' => 'Seek Limited', + 'select' => 'iSelect Ltd', + 'sener' => 'Sener Ingeniería y Sistemas, S.A.', + 'services' => 'Binky Moon, LLC', + 'ses' => 'SES', + 'seven' => 'Seven West Media Ltd', + 'sew' => 'SEW-EURODRIVE GmbH & Co KG', + 'sex' => 'ICM Registry SX LLC', + 'sexy' => 'Uniregistry, Corp.', + 'sfr' => 'Societe Francaise du Radiotelephone - SFR', + 'sg' => 'Singapore [Republic of]', + 'sh' => 'Saint Helena', + 'shangrila' => 'Shangri‐La International Hotel Management Limited', + 'sharp' => 'Sharp Corporation', + 'shaw' => 'Shaw Cablesystems G.P.', + 'shell' => 'Shell Information Technology International Inc', + 'shia' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', + 'shiksha' => 'Afilias plc', + 'shoes' => 'Binky Moon, LLC', + 'shop' => 'GMO Registry, Inc.', + 'shopping' => 'Binky Moon, LLC', + 'shouji' => 'QIHOO 360 TECHNOLOGY CO. LTD.', + 'show' => 'Binky Moon, LLC', + 'showtime' => 'CBS Domains Inc.', + 'shriram' => 'Shriram Capital Ltd.', + 'si' => 'Slovenia [Republic of]', + 'silk' => 'Amazon Registry Services, Inc.', + 'sina' => 'Sina Corporation', + 'singles' => 'Binky Moon, LLC', + 'site' => 'DotSite Inc.', + 'sj' => 'Svalbard and Jan Mayen {not in use - see also: .no}', + 'sk' => 'Slovakia [Slovak Republic]', + 'ski' => 'STARTING DOT LIMITED', + 'skin' => 'L\'Oréal', + 'sky' => 'Sky International AG', + 'skype' => 'Microsoft Corporation', + 'sl' => 'Sierra Leone [Republic of]', + 'sling' => 'Hughes Satellite Systems Corporation', + 'sm' => 'San Marino [Republic of]', + 'smart' => 'Smart Communications, Inc. [SMART]', + 'smile' => 'Amazon Registry Services, Inc.', + 'sn' => 'Senegal [Republic of]', + 'sncf' => 'SNCF [Société Nationale des Chemins de fer Francais]', + 'so' => 'Somalia [Federal Republic of]', + 'soccer' => 'Binky Moon, LLC', + 'social' => 'United TLD Holdco Ltd.', + 'softbank' => 'SoftBank Group Corp.', + 'software' => 'United TLD Holdco, Ltd', + 'sohu' => 'Sohu.com Limited', + 'solar' => 'Binky Moon, LLC', + 'solutions' => 'Binky Moon, LLC', + 'song' => 'Amazon Registry Services, Inc.', + 'sony' => 'Sony Corporation', + 'soy' => 'Charleston Road Registry Inc.', + 'space' => 'DotSpace Inc.', + 'spiegel' => 'SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG', + 'sport' => 'Global Association of International Sports Federations [GAISF]', + 'spot' => 'Amazon Registry Services, Inc.', + 'spreadbetting' => 'DOTSPREADBETTING REGISTRY LTD', + 'sr' => 'Suriname [Republic of]', + 'srl' => 'InterNetX Corp.', + 'srt' => 'FCA US LLC.', + 'ss' => 'South Sudan [Republic of]', + 'st' => 'São Tomé and Príncipe [Democratic Republic of]', + 'stada' => 'STADA Arzneimittel AG', + 'staples' => 'Staples, Inc.', + 'star' => 'Star India Private Limited', + 'starhub' => 'StarHub Limited', + 'statebank' => 'STATE BANK OF INDIA', + 'statefarm' => 'State Farm Mutual Automobile Insurance Company', + 'statoil' => 'Statoil ASA', + 'stc' => 'Saudi Telecom Company', + 'stcgroup' => 'Saudi Telecom Company', + 'stockholm' => 'Stockholms kommun', + 'storage' => 'XYZ.COM LLC', + 'store' => 'DotStore Inc.', + 'stream' => 'dot Stream Limited', + 'studio' => 'United TLD Holdco Ltd.', + 'study' => 'OPEN UNIVERSITIES AUSTRALIA PTY LTD', + 'style' => 'Binky Moon, LLC', + 'su' => 'Soviet Union [Union of Soviet Socialist Republics]', + 'sucks' => 'Vox Populi Registry Ltd.', + 'supplies' => 'Binky Moon, LLC', + 'supply' => 'Binky Moon, LLC', + 'support' => 'Binky Moon, LLC', + 'surf' => 'Top Level Domain Holdings Limited', + 'surgery' => 'Binky Moon, LLC', + 'suzuki' => 'SUZUKI MOTOR CORPORATION', + 'sv' => 'El Salvador [Republic of]', + 'swatch' => 'The Swatch Group Ltd', + 'swiftcover' => 'Swiftcover Insurance Services Limited', + 'swiss' => 'Swiss Confederation', + 'sx' => 'Sint Maarten', + 'sy' => 'Syria [Syrian Arab Republic]', + 'sydney' => 'State of New South Wales, Department of Premier and Cabinet', + 'symantec' => 'Symantec Corporation', + 'systems' => 'Binky Moon, LLC', + 'sz' => 'Swaziland [Kingdom of]', + 'tab' => 'Tabcorp Holdings Limited', + 'taipei' => 'Taipei City Government', + 'talk' => 'Amazon Registry Services, Inc.', + 'taobao' => 'Alibaba Group Holding Limited', + 'target' => 'Target Domain Holdings, LLC', + 'tatamotors' => 'Tata Motors Ltd', + 'tatar' => 'Limited Liability Company "Coordination Center of Regional Domain of Tatarstan Republic"', + 'tattoo' => 'Uniregistry, Corp.', + 'tax' => 'Binky Moon, LLC', + 'taxi' => 'Binky Moon, LLC', + 'tc' => 'Turks and Caicos Islands', + 'tci' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', + 'td' => 'Chad [Republic of]', + 'tdk' => 'TDK Corporation', + 'team' => 'Binky Moon, LLC', + 'tech' => 'Dot Tech LLC', + 'technology' => 'Binky Moon, LLC', + 'tel' => 'Telephone', + 'telecity' => 'TelecityGroup International Limited', + 'telefonica' => 'Telefónica S.A.', + 'temasek' => 'Temasek Holdings [Private] Limited', + 'tennis' => 'Binky Moon, LLC', + 'teva' => 'Teva Pharmaceutical Industries Limited', + 'tf' => 'French Southern and Antarctic Lands [Territory of the]', + 'tg' => 'Togo [Togolese Republic]', + 'th' => 'Thailand [Kingdom of]', + 'thd' => 'Home Depot Product Authority, LLC', + 'theater' => 'Binky Moon, LLC', + 'theatre' => 'XYZ.COM LLC', + 'tiaa' => 'Teachers Insurance and Annuity Association of America', + 'tickets' => 'Accent Media Limited', + 'tienda' => 'Binky Moon, LLC', + 'tiffany' => 'Tiffany and Company', + 'tips' => 'Binky Moon, LLC', + 'tires' => 'Binky Moon, LLC', + 'tirol' => 'punkt Tirol GmbH', + 'tj' => 'Tajikistan [Republic of]', + 'tjmaxx' => 'The TJX Companies, Inc.', + 'tjx' => 'The TJX Companies, Inc.', + 'tk' => 'Tokelau', + 'tkmaxx' => 'The TJX Companies, Inc.', + 'tl' => 'Timor-Leste [Democratic Republic of] [East Timor]', + 'tm' => 'Turkmenistan', + 'tmall' => 'Alibaba Group Holding Limited', + 'tn' => 'Tunisia [Republic of]', + 'to' => 'Tonga [Kingdom of]', + 'today' => 'Binky Moon, LLC', + 'tokyo' => 'GMO Registry, Inc.', + 'tools' => 'Binky Moon, LLC', + 'top' => 'Jiangsu Bangning Science & Technology Co.,Ltd.', + 'toray' => 'Toray Industries, Inc.', + 'toshiba' => 'TOSHIBA Corporation', + 'total' => 'Total SA', + 'tours' => 'Binky Moon, LLC', + 'town' => 'Binky Moon, LLC', + 'toyota' => 'TOYOTA MOTOR CORPORATION', + 'toys' => 'Binky Moon, LLC', + 'tp' => 'Timor-Leste [Democratic Republic of] [East Timor] {being phased out - also see: .tl}', + 'tr' => 'Turkey [Republic of]', + 'trade' => 'Elite Registry Limited', + 'trading' => 'DOTTRADING REGISTRY LTD', + 'training' => 'Binky Moon, LLC', + 'travel' => 'Travel', + 'travelchannel' => 'Lifestyle Domain Holdings, Inc.', + 'travelers' => 'Travelers TLD, LLC', + 'travelersinsurance' => 'Travelers TLD, LLC', + 'trust' => 'Artemis Internet Inc', + 'trv' => 'Travelers TLD, LLC', + 'tt' => 'Trinidad and Tobago [Republic of]', + 'tube' => 'Latin American Telecom LLC', + 'tui' => 'TUI AG', + 'tunes' => 'Amazon Registry Services, Inc.', + 'tushu' => 'Amazon Registry Services, Inc.', + 'tv' => 'Tuvalu', + 'tvs' => 'T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED', + 'tw' => 'Taiwan [Republic of China]', + 'tz' => 'Tanzania [United Republic of]', + 'ua' => 'Ukraine', + 'ubank' => 'National Australia Bank Limited', + 'ubs' => 'UBS AG', + 'uconnect' => 'FCA US LLC.', + 'ug' => 'Uganda [Republic of]', + 'uk' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', + 'um' => 'United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}', + 'unicom' => 'China United Network Communications Corporation Limited', + 'university' => 'Binky Moon, LLC', + 'uno' => 'Dot Latin LLC', + 'uol' => 'UBN INTERNET LTDA.', + 'ups' => 'UPS Market Driver, Inc.', + 'us' => 'United States of America and United States Minor Outlying Islands', + 'uy' => 'Uruguay [Oriental Republic of]', + 'uz' => 'Uzbekistan [Republic of]', + 'va' => 'Vatican City [Vatican City State]', + 'vacations' => 'Binky Moon, LLC', + 'vana' => 'Lifestyle Domain Holdings, Inc.', + 'vanguard' => 'The Vanguard Group, Inc.', + 'vc' => 'Saint Vincent and the Grenadines', + 've' => 'Venezuela [Bolivarian Republic of]', + 'vegas' => 'Dot Vegas, Inc.', + 'ventures' => 'Binky Moon, LLC', + 'verisign' => 'VeriSign, Inc.', + 'versicherung' => 'TLD-BOX Registrydienstleistungen GmbH', + 'vet' => 'United TLD Holdco, Ltd', + 'vg' => 'British Virgin Islands [Virgin Islands]', + 'vi' => 'United States Virgin Islands [United States Virgin Islands]', + 'viajes' => 'Binky Moon, LLC', + 'video' => 'United TLD Holdco, Ltd', + 'vig' => 'VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe', + 'viking' => 'Viking River Cruises [Bermuda] Ltd.', + 'villas' => 'Binky Moon, LLC', + 'vin' => 'Binky Moon, LLC', + 'vip' => 'Minds + Machines Group Limited', + 'virgin' => 'Virgin Enterprises Limited', + 'visa' => 'Visa Worldwide Pte. Limited', + 'vision' => 'Binky Moon, LLC', + 'vista' => 'Vistaprint Limited', + 'vistaprint' => 'Vistaprint Limited', + 'viva' => 'Saudi Telecom Company', + 'vivo' => 'Telefonica Brasil S.A.', + 'vlaanderen' => 'DNS.be vzw', + 'vn' => 'Vietnam [Socialist Republic of]', + 'vodka' => 'Top Level Domain Holdings Limited', + 'volkswagen' => 'Volkswagen Group of America Inc.', + 'volvo' => 'Volvo Holding Sverige Aktiebolag', + 'vote' => 'Monolith Registry LLC', + 'voting' => 'Valuetainment Corp.', + 'voto' => 'Monolith Registry LLC', + 'voyage' => 'Binky Moon, LLC', + 'vu' => 'Vanuatu [Republic of]', + 'vuelos' => 'Travel Reservations SRL', + 'wales' => 'Nominet UK', + 'walmart' => 'Wal-Mart Stores, Inc.', + 'walter' => 'Sandvik AB', + 'wang' => 'Zodiac Wang Limited', + 'wanggou' => 'Amazon Registry Services, Inc.', + 'warman' => 'Weir Group IP Limited', + 'watch' => 'Binky Moon, LLC', + 'watches' => 'Richemont DNS Inc.', + 'weather' => 'International Business Machines Corporation', + 'weatherchannel' => 'International Business Machines Corporation', + 'webcam' => 'dot Webcam Limited', + 'weber' => 'Saint-Gobain Weber SA', + 'website' => 'DotWebsite Inc.', + 'wed' => 'Emergency Back-End Registry Operator Program - ICANN', + 'wedding' => 'Top Level Domain Holdings Limited', + 'weibo' => 'Sina Corporation', + 'weir' => 'Weir Group IP Limited', + 'wf' => 'Wallis and Futuna [Territory of the Wallis and Futuna Islands]', + 'whoswho' => 'Who\'s Who Registry', + 'wien' => 'punkt.wien GmbH', + 'wiki' => 'Top Level Design, LLC', + 'williamhill' => 'William Hill Organization Limited', + 'win' => 'First Registry Limited', + 'windows' => 'Microsoft Corporation', + 'wine' => 'Binky Moon, LLC', + 'winners' => 'The TJX Companies, Inc.', + 'wme' => 'William Morris Endeavor Entertainment, LLC', + 'wolterskluwer' => 'Wolters Kluwer N.V.', + 'woodside' => 'Woodside Petroleum Limited', + 'work' => 'Top Level Domain Holdings Limited', + 'works' => 'Binky Moon, LLC', + 'world' => 'Binky Moon, LLC', + 'wow' => 'Amazon Registry Services, Inc.', + 'ws' => 'Samoa [Independent State of]', + 'wtc' => 'World Trade Centers Association, Inc.', + 'wtf' => 'Binky Moon, LLC', + 'xbox' => 'Microsoft Corporation', + 'xerox' => 'Xerox DNHC LLC', + 'xfinity' => 'Comcast IP Holdings I, LLC', + 'xihuan' => 'QIHOO 360 TECHNOLOGY CO. LTD.', + 'xin' => 'Elegant Leader Limited', + '测试' => 'Internet Assigned Numbers Authority', + 'कॉम' => 'VeriSign Sarl', + 'परीक्षा' => 'Internet Assigned Numbers Authority', + 'セール' => 'Amazon Registry Services, Inc.', + '佛山' => 'Guangzhou YU Wei Information Technology Co., Ltd.', + 'ಭಾರತ' => 'National Internet eXchange of India', + '慈善' => 'Excellent First Limited', + '集团' => 'Eagle Horizon Limited', + '在线' => 'TLD REGISTRY LIMITED', + '한국' => 'KISA [Korea Internet & Security Agency]', + 'ଭାରତ' => 'National Internet eXchange of India', + '大众汽车' => 'Volkswagen [China] Investment Co., Ltd.', + '点看' => 'VeriSign Sarl', + 'คอม' => 'VeriSign Sarl', + 'ভাৰত' => 'National Internet eXchange of India', + 'ভারত' => 'National Internet Exchange of India', + '八卦' => 'Zodiac Gemini Ltd', + '‏موقع‎' => 'Suhub Electronic Establishment', + 'বাংলা' => 'Posts and Telecommunications Division', + '公益' => 'China Organizational Name Administration Center', + '公司' => 'Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)', + '香格里拉' => 'Shangri‐La International Hotel Management Limited', + '网站' => 'Global Website TLD Asia Limited', + '移动' => 'Afilias plc', + '我爱你' => 'Tycoon Treasure Limited', + 'москва' => 'Foundation for Assistance for Internet Technologies and Infrastructure Development [FAITID]', + 'испытание' => 'Internet Assigned Numbers Authority', + 'қаз' => 'Association of IT Companies of Kazakhstan', + 'католик' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + 'онлайн' => 'CORE Association', + 'сайт' => 'CORE Association', + '联通' => 'China United Network Communications Corporation Limited', + 'срб' => 'Serbian National Internet Domain Registry [RNIDS]', + 'бг' => 'Imena.BG AD', + 'бел' => 'Reliable Software, Ltd.', + '‏קום‎' => 'VeriSign Sarl', + '时尚' => 'RISE VICTORY LIMITED', + '微博' => 'Sina Corporation', + '테스트' => 'Internet Assigned Numbers Authority', + '淡马锡' => 'Temasek Holdings [Private] Limited', + 'ファッション' => 'Amazon Registry Services, Inc.', + 'орг' => 'Public Interest Registry', + 'नेट' => 'VeriSign Sarl', + 'ストア' => 'Amazon Registry Services, Inc.', + '삼성' => 'SAMSUNG SDS CO., LTD', + 'சிங்கப்பூர்' => 'Singapore Network Information Centre [SGNIC] Pte Ltd', + '商标' => 'HU YI GLOBAL INFORMATION RESOURCES[HOLDING] COMPANY.HONGKONG LIMITED', + '商店' => 'Binky Moon, LLC', + '商城' => 'Zodiac Aquarius Limited', + 'дети' => 'The Foundation for Network Initiatives “The Smart Internet”', + 'мкд' => 'Macedonian Academic Research Network Skopje', + '‏טעסט‎' => 'Internet Assigned Numbers Authority', + 'ею' => 'EURid vzw/asbl', + 'ポイント' => 'Amazon Registry Services, Inc.', + '新闻' => 'Guangzhou YU Wei Information and Technology Co.,Ltd', + '工行' => 'Industrial and Commercial Bank of China Limited', + '家電' => 'Amazon Registry Services, Inc.', + '‏كوم‎' => 'VeriSign Sarl', + '中文网' => 'TLD REGISTRY LIMITED', + '中信' => 'CITIC Group Corporation', + '中国' => 'China Internet Network Information Center [CNNIC]', + '中國' => 'China Internet Network Information Center [CNNIC]', + '娱乐' => 'Binky Moon, LLC', + '谷歌' => 'Charleston Road Registry Inc.', + 'భారత్' => 'National Internet Exchange of India', + 'ලංකා' => 'LK Domain Registry', + '電訊盈科' => 'PCCW Enterprises Limited', + '购物' => 'Minds + Machines Group Limited', + '測試' => 'Internet Assigned Numbers Authority', + 'クラウド' => 'Amazon Registry Services, Inc.', + 'ભારત' => 'National Internet Exchange of India', + '通販' => 'Amazon Registry Services, Inc.', + 'भारतम्' => 'National Internet eXchange of India', + 'भारत' => 'National Internet Exchange of India', + 'भारोत' => 'National Internet eXchange of India', + '‏آزمایشی‎' => 'Internet Assigned Numbers Authority', + 'பரிட்சை' => 'Internet Assigned Numbers Authority', + '网店' => 'Zodiac Taurus Ltd.', + 'संगठन' => 'Public Interest Registry', + '餐厅' => 'HU YI GLOBAL INFORMATION RESOURCES [HOLDING] COMPANY. HONGKONG LIMITED', + '网络' => 'Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)', + 'ком' => 'VeriSign Sarl', + 'укр' => 'Ukrainian Network Information Centre [UANIC], Inc.', + '香港' => 'Hong Kong Internet Registration Corporation Ltd.', + '诺基亚' => 'Nokia Corporation', + '食品' => 'Amazon Registry Services, Inc.', + 'δοκιμή' => 'Internet Assigned Numbers Authority', + '飞利浦' => 'Koninklijke Philips N.V.', + '‏إختبار‎' => 'Internet Assigned Numbers Authority', + '台湾' => 'Taiwan Network Information Center [TWNIC]', + '台灣' => 'Taiwan Network Information Center [TWNIC]', + '手表' => 'Richemont DNS Inc.', + '手机' => 'Beijing RITT-Net Technology Development Co., Ltd', + 'мон' => 'Datacom Co.,Ltd', + '‏الجزائر‎' => 'CERIST', + '‏عمان‎' => 'Telecommunications Regulatory Authority [TRA]', + '‏ارامكو‎' => 'Aramco Services Company', + '‏ایران‎' => 'Institute for Research in Fundamental Sciences [IPM]', + '‏العليان‎' => 'Crescent Holding GmbH', + '‏اتصالات‎' => 'Emirates Telecommunications Corporation [trading as Etisalat]', + '‏امارات‎' => 'Telecommunications Regulatory Authority [TRA]', + '‏بازار‎' => 'CORE Association', + '‏موريتانيا‎' => 'Not assigned', + '‏پاکستان‎' => 'National Telecommunication Corporation', + '‏الاردن‎' => 'National Information Technology Center [NITC]', + '‏موبايلي‎' => 'GreenTech Consultancy Company W.L.L.', + '‏بارت‎' => 'National Internet eXchange of India', + '‏بھارت‎' => 'National Internet Exchange of India', + '‏المغرب‎' => 'Agence Nationale de Réglementation des Télécommunications [ANRT]', + '‏ابوظبي‎' => 'Abu Dhabi Systems and Information Centre', + '‏السعودية‎' => 'Communications and Information Technology Commission', + '‏ڀارت‎' => 'National Internet eXchange of India', + '‏كاثوليك‎' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + '‏سودان‎' => 'Sudan Internet Society', + '‏همراه‎' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', + '‏عراق‎' => 'Communications and Media Commission [CMC]', + '‏مليسيا‎' => 'MYNIC Berhad', + '澳門' => 'Macao Post and Telecommunications Bureau [CTT]', + '닷컴' => 'VeriSign Sarl', + '政府' => 'Net-Chinese Co., Ltd.', + '‏شبكة‎' => 'International Domain Registry Pty. Ltd.', + '‏بيتك‎' => 'Kuwait Finance House', + '‏عرب‎' => 'League of Arab States', + 'გე' => 'Information Technologies Development Center [ITDC]', + '机构' => 'Public Interest Registry', + '组织机构' => 'Public Interest Registry', + '健康' => 'Stable Tone Limited', + 'ไทย' => 'Thai Network Information Center Foundation', + '‏سورية‎' => 'National Agency for Network Services [NANS]', + '招聘' => 'Dot Trademark TLD Holding Company Limited', + 'рус' => 'Rusnames Limited', + 'рф' => 'Coordination Center for TLD RU', + '珠宝' => 'Richemont DNS Inc.', + '‏تونس‎' => 'Agence Tunisienne d\'Internet', + '大拿' => 'VeriSign Sarl', + 'みんな' => 'Charleston Road Registry Inc.', + 'グーグル' => 'Charleston Road Registry Inc.', + 'ελ' => 'ICS-FORTH GR', + '世界' => 'Stable Tone Limited', + '書籍' => 'Amazon Registry Services, Inc.', + 'ഭാരതം' => 'National Internet eXchange of India', + 'ਭਾਰਤ' => 'National Internet Exchange of India', + '网址' => 'KNET Co., Ltd', + '닷넷' => 'VeriSign Sarl', + 'コム' => 'VeriSign Sarl', + '天主教' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + '游戏' => 'Binky Moon, LLC', + 'vermögensberater' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', + 'vermögensberatung' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', + '企业' => 'Binky Moon, LLC', + '信息' => 'Beijing Tele-info Network Technology Co., Ltd.', + '嘉里大酒店' => 'Kerry Trading Co. Limited', + '嘉里' => 'Kerry Trading Co. Limited', + '‏مصر‎' => 'National Telecommunication Regulatory Authority - NTRA', + '‏قطر‎' => 'Communications Regulatory Authority', + '广东' => 'Guangzhou YU Wei Information Technology Co., Ltd.', + 'இலங்கை' => 'LK Domain Registry', + 'இந்தியா' => 'National Internet Exchange of India', + 'հայ' => '"Internet Society" Non-governmental Organization', + '新加坡' => 'Singapore Network Information Centre [SGNIC] Pte Ltd', + '‏فلسطين‎' => 'Ministry of Telecom & Information Technology [MTIT]', + 'テスト' => 'Internet Assigned Numbers Authority', + '政务' => 'China Organizational Name Administration Center', + 'xperia' => 'Sony Mobile Communications AB', + 'xxx' => 'Adult entertainment', + 'xyz' => 'XYZ.COM LLC', + 'yachts' => 'DERYachts, LLC', + 'yahoo' => 'Yahoo! Domain Services Inc.', + 'yamaxun' => 'Amazon Registry Services, Inc.', + 'yandex' => 'YANDEX, LLC', + 'ye' => 'Yemen [Republic of]', + 'yodobashi' => 'YODOBASHI CAMERA CO.,LTD.', + 'yoga' => 'Top Level Domain Holdings Limited', + 'yokohama' => 'GMO Registry, Inc.', + 'you' => 'Amazon Registry Services, Inc.', + 'youtube' => 'Charleston Road Registry Inc.', + 'yt' => 'Mayotte [Department of]', + 'yun' => 'QIHOO 360 TECHNOLOGY CO. LTD.', + 'za' => 'South Africa [Republic of]', + 'zappos' => 'Amazon Registry Services, Inc.', + 'zara' => 'Industria de Diseño Textil, S.A. [INDITEX, S.A.]', + 'zero' => 'Amazon Registry Services, Inc.', + 'zip' => 'Charleston Road Registry Inc.', + 'zippo' => 'Zadco Company', + 'zm' => 'Zambia [Republic of]', + 'zone' => 'Binky Moon, LLC', + 'zuerich' => 'Kanton Zürich [Canton of Zurich]', + 'zw' => 'Zimbabwe [Republic of]', +]; + +} \ No newline at end of file diff --git a/formats/php/TldEnum/TldEnum.php b/formats/php/TldEnum/TldEnum.php index 4015b61..ba64a7b 100644 --- a/formats/php/TldEnum/TldEnum.php +++ b/formats/php/TldEnum/TldEnum.php @@ -1,1585 +1,9 @@ 'aaa', + 'description' => 'American Automobile Association, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'aarp', + 'description' => 'AARP', + 'type' => 'generic', +], + [ + 'domain' => 'abarth', + 'description' => 'Fiat Chrysler Automobiles N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'abb', + 'description' => 'ABB Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'abbott', + 'description' => 'Abbott Laboratories, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'abbvie', + 'description' => 'AbbVie Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'abc', + 'description' => 'Disney Enterprises, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'able', + 'description' => 'Able Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'abogado', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'abudhabi', + 'description' => 'Abu Dhabi Systems and Information Centre', + 'type' => 'generic', +], + [ + 'domain' => 'ac', + 'description' => 'Ascension Island', + 'type' => 'country-code', +], + [ + 'domain' => 'academy', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'accenture', + 'description' => 'Accenture plc', + 'type' => 'generic', +], + [ + 'domain' => 'accountant', + 'description' => 'dot Accountant Limited', + 'type' => 'generic', +], + [ + 'domain' => 'accountants', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'aco', + 'description' => 'ACO Severin Ahlmann GmbH & Co. KG', + 'type' => 'generic', +], + [ + 'domain' => 'active', + 'description' => 'Active Network, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'actor', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'ad', + 'description' => 'Andorra [Principality of]', + 'type' => 'country-code', +], + [ + 'domain' => 'adac', + 'description' => 'Allgemeiner Deutscher Automobil-Club e.V. [ADAC]', + 'type' => 'generic', +], + [ + 'domain' => 'ads', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'adult', + 'description' => 'ICM Registry AD LLC', + 'type' => 'generic', +], + [ + 'domain' => 'ae', + 'description' => 'United Arab Emirates', + 'type' => 'country-code', +], + [ + 'domain' => 'aeg', + 'description' => 'Aktiebolaget Electrolux', + 'type' => 'generic', +], + [ + 'domain' => 'aero', + 'description' => 'Air-transport industry', + 'type' => 'sponsored', +], + [ + 'domain' => 'aetna', + 'description' => 'Aetna Life Insurance Company', + 'type' => 'generic', +], + [ + 'domain' => 'af', + 'description' => 'Afghanistan [Islamic Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'afamilycompany', + 'description' => 'Johnson Shareholdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'afl', + 'description' => 'Australian Football League', + 'type' => 'generic', +], + [ + 'domain' => 'africa', + 'description' => 'ZA Central Registry NPC trading as Registry.Africa', + 'type' => 'generic', +], + [ + 'domain' => 'ag', + 'description' => 'Antigua and Barbuda', + 'type' => 'country-code', +], + [ + 'domain' => 'agakhan', + 'description' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'type' => 'generic', +], + [ + 'domain' => 'agency', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'ai', + 'description' => 'Anguilla', + 'type' => 'country-code', +], + [ + 'domain' => 'aig', + 'description' => 'American International Group, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'aigo', + 'description' => 'aigo Digital Technology Co,Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'airbus', + 'description' => 'Airbus S.A.S.', + 'type' => 'generic', +], + [ + 'domain' => 'airforce', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'airtel', + 'description' => 'Bharti Airtel Limited', + 'type' => 'generic', +], + [ + 'domain' => 'akdn', + 'description' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'type' => 'generic', +], + [ + 'domain' => 'al', + 'description' => 'Albania [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'alfaromeo', + 'description' => 'Fiat Chrysler Automobiles N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'alibaba', + 'description' => 'Alibaba Group Holding Limited', + 'type' => 'generic', +], + [ + 'domain' => 'alipay', + 'description' => 'Alibaba Group Holding Limited', + 'type' => 'generic', +], + [ + 'domain' => 'allfinanz', + 'description' => 'Allfinanz Deutsche Vermögensberatung Aktiengesellschaft', + 'type' => 'generic', +], + [ + 'domain' => 'allstate', + 'description' => 'Allstate Fire and Casualty Insurance Company', + 'type' => 'generic', +], + [ + 'domain' => 'ally', + 'description' => 'Ally Financial Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'alsace', + 'description' => 'REGION GRAND EST', + 'type' => 'generic', +], + [ + 'domain' => 'alstom', + 'description' => 'ALSTOM', + 'type' => 'generic', +], + [ + 'domain' => 'am', + 'description' => 'Armenia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'americanexpress', + 'description' => 'American Express Travel Related Services Company, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'americanfamily', + 'description' => 'AmFam, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'amex', + 'description' => 'American Express Travel Related Services Company, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'amfam', + 'description' => 'AmFam, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'amica', + 'description' => 'Amica Mutual Insurance Company', + 'type' => 'generic', +], + [ + 'domain' => 'amsterdam', + 'description' => 'Gemeente Amsterdam', + 'type' => 'generic', +], + [ + 'domain' => 'an', + 'description' => 'Netherlands Antilles', + 'type' => 'country-code', +], + [ + 'domain' => 'analytics', + 'description' => 'Campus IP LLC', + 'type' => 'generic', +], + [ + 'domain' => 'android', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'anquan', + 'description' => 'QIHOO 360 TECHNOLOGY CO. LTD.', + 'type' => 'generic', +], + [ + 'domain' => 'anz', + 'description' => 'Australia and New Zealand Banking Group Limited', + 'type' => 'generic', +], + [ + 'domain' => 'ao', + 'description' => 'Angola [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'aol', + 'description' => 'OATH Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'apartments', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'app', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'apple', + 'description' => 'Apple Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'aq', + 'description' => 'Antarctica', + 'type' => 'country-code', +], + [ + 'domain' => 'aquarelle', + 'description' => 'Aquarelle.com', + 'type' => 'generic', +], + [ + 'domain' => 'ar', + 'description' => 'Argentina [Argentine Republic]', + 'type' => 'country-code', +], + [ + 'domain' => 'arab', + 'description' => 'League of Arab States', + 'type' => 'generic', +], + [ + 'domain' => 'aramco', + 'description' => 'Aramco Services Company', + 'type' => 'generic', +], + [ + 'domain' => 'archi', + 'description' => 'STARTING DOT LIMITED', + 'type' => 'generic', +], + [ + 'domain' => 'army', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'arpa', + 'description' => 'Address and Routing Parameter Area', + 'type' => 'infrastructure', +], + [ + 'domain' => 'art', + 'description' => 'UK Creative Ideas Limited', + 'type' => 'generic', +], + [ + 'domain' => 'arte', + 'description' => 'Association Relative à la Télévision Européenne G.E.I.E.', + 'type' => 'generic', +], + [ + 'domain' => 'as', + 'description' => 'American Samoa', + 'type' => 'country-code', +], + [ + 'domain' => 'asda', + 'description' => 'Wal-Mart Stores, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'asia', + 'description' => 'Organisations and individuals in the Asia-Pacific region', + 'type' => 'sponsored', +], + [ + 'domain' => 'associates', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'at', + 'description' => 'Austria [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'athleta', + 'description' => 'The Gap, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'attorney', + 'description' => 'United TLD Holdco, Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'au', + 'description' => 'Australia [Commonwealth of]', + 'type' => 'country-code', +], + [ + 'domain' => 'auction', + 'description' => 'United TLD HoldCo, Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'audi', + 'description' => 'AUDI Aktiengesellschaft', + 'type' => 'generic', +], + [ + 'domain' => 'audible', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'audio', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'auspost', + 'description' => 'Australian Postal Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'author', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'auto', + 'description' => 'Cars Registry Limited', + 'type' => 'generic', +], + [ + 'domain' => 'autos', + 'description' => 'DERAutos, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'avianca', + 'description' => 'Aerovias del Continente Americano S.A. Avianca', + 'type' => 'generic', +], + [ + 'domain' => 'aw', + 'description' => 'Aruba', + 'type' => 'country-code', +], + [ + 'domain' => 'aws', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ax', + 'description' => 'Åland Islands', + 'type' => 'country-code', +], + [ + 'domain' => 'axa', + 'description' => 'AXA SA', + 'type' => 'generic', +], + [ + 'domain' => 'az', + 'description' => 'Azerbaijan [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'azure', + 'description' => 'Microsoft Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'ba', + 'description' => 'Bosnia and Herzegovina', + 'type' => 'country-code', +], + [ + 'domain' => 'baby', + 'description' => 'Johnson & Johnson Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'baidu', + 'description' => 'Baidu, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'banamex', + 'description' => 'Citigroup Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'bananarepublic', + 'description' => 'The Gap, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'band', + 'description' => 'United TLD Holdco, Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'bank', + 'description' => 'fTLD Registry Services, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'bar', + 'description' => 'Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable', + 'type' => 'generic', +], + [ + 'domain' => 'barcelona', + 'description' => 'Municipi de Barcelona', + 'type' => 'generic', +], + [ + 'domain' => 'barclaycard', + 'description' => 'Barclays Bank PLC', + 'type' => 'generic', +], + [ + 'domain' => 'barclays', + 'description' => 'Barclays Bank PLC', + 'type' => 'generic', +], + [ + 'domain' => 'barefoot', + 'description' => 'Gallo Vineyards, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'bargains', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'baseball', + 'description' => 'MLB Advanced Media DH, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'basketball', + 'description' => 'Fédération Internationale de Basketball [FIBA]', + 'type' => 'generic', +], + [ + 'domain' => 'bauhaus', + 'description' => 'Werkhaus GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'bayern', + 'description' => 'Bayern Connect GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'bb', + 'description' => 'Barbados', + 'type' => 'country-code', +], + [ + 'domain' => 'bbc', + 'description' => 'British Broadcasting Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'bbt', + 'description' => 'BB&T Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'bbva', + 'description' => 'BANCO BILBAO VIZCAYA ARGENTARIA, S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'bcg', + 'description' => 'The Boston Consulting Group, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'bcn', + 'description' => 'Municipi de Barcelona', + 'type' => 'generic', +], + [ + 'domain' => 'bd', + 'description' => 'Bangladesh [People\'s Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'be', + 'description' => 'Belgium [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'beats', + 'description' => 'Beats Electronics, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'beauty', + 'description' => 'L\'Oréal', + 'type' => 'generic', +], + [ + 'domain' => 'beer', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'bentley', + 'description' => 'Bentley Motors Limited', + 'type' => 'generic', +], + [ + 'domain' => 'berlin', + 'description' => 'dotBERLIN GmbH & Co. KG', + 'type' => 'generic', +], + [ + 'domain' => 'best', + 'description' => 'BestTLD Pty Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'bestbuy', + 'description' => 'BBY Solutions, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'bet', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'bf', + 'description' => 'Burkina Faso', + 'type' => 'country-code', +], + [ + 'domain' => 'bg', + 'description' => 'Bulgaria [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'bh', + 'description' => 'Bahrain [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'bharti', + 'description' => 'Bharti Enterprises [Holding] Private Limited', + 'type' => 'generic', +], + [ + 'domain' => 'bi', + 'description' => 'Burundi [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'bible', + 'description' => 'American Bible Society', + 'type' => 'generic', +], + [ + 'domain' => 'bid', + 'description' => 'dot Bid Limited', + 'type' => 'generic', +], + [ + 'domain' => 'bike', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'bing', + 'description' => 'Microsoft Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'bingo', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'bio', + 'description' => 'STARTING DOT LIMITED', + 'type' => 'generic', +], + [ + 'domain' => 'biz', + 'description' => 'Business', + 'type' => 'generic-restricted', +], + [ + 'domain' => 'bj', + 'description' => 'Benin [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'bl', + 'description' => 'Saint Barthélemy [Collectivity of] {unassigned - see also: .gp and .fr}', + 'type' => 'country-code', +], + [ + 'domain' => 'black', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'blackfriday', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'blanco', + 'description' => 'BLANCO GmbH + Co KG', + 'type' => 'generic', +], + [ + 'domain' => 'blockbuster', + 'description' => 'Dish DBS Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'blog', + 'description' => 'Knock Knock WHOIS There, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'bloomberg', + 'description' => 'Bloomberg IP Holdings LLC', + 'type' => 'generic', +], + [ + 'domain' => 'blue', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'bm', + 'description' => 'Bermuda', + 'type' => 'country-code', +], + [ + 'domain' => 'bms', + 'description' => 'Bristol-Myers Squibb Company', + 'type' => 'generic', +], + [ + 'domain' => 'bmw', + 'description' => 'Bayerische Motoren Werke Aktiengesellschaft', + 'type' => 'generic', +], + [ + 'domain' => 'bn', + 'description' => 'Brunei [Nation of Brunei - the Abode of Peace] [Negara Brunei Darussalam]', + 'type' => 'country-code', +], + [ + 'domain' => 'bnl', + 'description' => 'Banca Nazionale del Lavoro', + 'type' => 'generic', +], + [ + 'domain' => 'bnpparibas', + 'description' => 'BNP Paribas', + 'type' => 'generic', +], + [ + 'domain' => 'bo', + 'description' => 'Bolivia [Plurinational State of]', + 'type' => 'country-code', +], + [ + 'domain' => 'boats', + 'description' => 'DERBoats, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'boehringer', + 'description' => 'Boehringer Ingelheim International GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'bofa', + 'description' => 'Bank of America Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'bom', + 'description' => 'Núcleo de Informação e Coordenação do Ponto BR - NIC.br', + 'type' => 'generic', +], + [ + 'domain' => 'bond', + 'description' => 'Bond University Limited', + 'type' => 'generic', +], + [ + 'domain' => 'boo', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'book', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'booking', + 'description' => 'Booking.com B.V.', + 'type' => 'generic', +], + [ + 'domain' => 'boots', + 'description' => 'Not assigned', + 'type' => 'generic', +], + [ + 'domain' => 'bosch', + 'description' => 'Robert Bosch GMBH', + 'type' => 'generic', +], + [ + 'domain' => 'bostik', + 'description' => 'Bostik SA', + 'type' => 'generic', +], + [ + 'domain' => 'boston', + 'description' => 'Boston TLD Management, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'bot', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'boutique', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'box', + 'description' => 'NS1 Limited', + 'type' => 'generic', +], + [ + 'domain' => 'bq', + 'description' => 'Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}', + 'type' => 'country-code', +], + [ + 'domain' => 'br', + 'description' => 'Brazil [Federative Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'bradesco', + 'description' => 'Banco Bradesco S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'bridgestone', + 'description' => 'Bridgestone Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'broadway', + 'description' => 'Celebrate Broadway, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'broker', + 'description' => 'DOTBROKER REGISTRY LTD', + 'type' => 'generic', +], + [ + 'domain' => 'brother', + 'description' => 'Brother Industries, Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'brussels', + 'description' => 'DNS.be vzw', + 'type' => 'generic', +], + [ + 'domain' => 'bs', + 'description' => 'Bahamas [Commonwealth of the]', + 'type' => 'country-code', +], + [ + 'domain' => 'bt', + 'description' => 'Bhutan [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'budapest', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'bugatti', + 'description' => 'Bugatti International SA', + 'type' => 'generic', +], + [ + 'domain' => 'build', + 'description' => 'Plan Bee LLC', + 'type' => 'generic', +], + [ + 'domain' => 'builders', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'business', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'buy', + 'description' => 'Amazon Registry Services, INC', + 'type' => 'generic', +], + [ + 'domain' => 'buzz', + 'description' => 'DOTSTRATEGY CO.', + 'type' => 'generic', +], + [ + 'domain' => 'bv', + 'description' => 'Bouvet Island', + 'type' => 'country-code', +], + [ + 'domain' => 'bw', + 'description' => 'Botswana [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'by', + 'description' => 'Belarus [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'bz', + 'description' => 'Belize', + 'type' => 'country-code', +], + [ + 'domain' => 'bzh', + 'description' => 'Association www.bzh', + 'type' => 'generic', +], + [ + 'domain' => 'ca', + 'description' => 'Canada', + 'type' => 'country-code', +], + [ + 'domain' => 'cab', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cafe', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cal', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'call', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'calvinklein', + 'description' => 'PVH gTLD Holdings LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cam', + 'description' => 'AC Webconnecting Holding B.V.', + 'type' => 'generic', +], + [ + 'domain' => 'camera', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'camp', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cancerresearch', + 'description' => 'Australian Cancer Research Foundation', + 'type' => 'generic', +], + [ + 'domain' => 'canon', + 'description' => 'Canon Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'capetown', + 'description' => 'ZA Central Registry NPC trading as ZA Central Registry', + 'type' => 'generic', +], + [ + 'domain' => 'capital', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'capitalone', + 'description' => 'Capital One Financial Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'car', + 'description' => 'Cars Registry Limited', + 'type' => 'generic', +], + [ + 'domain' => 'caravan', + 'description' => 'Caravan International, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'cards', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'care', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'career', + 'description' => 'dotCareer LLC', + 'type' => 'generic', +], + [ + 'domain' => 'careers', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cars', + 'description' => 'Cars Registry Limited', + 'type' => 'generic', +], + [ + 'domain' => 'cartier', + 'description' => 'Richemont DNS Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'casa', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'case', + 'description' => 'CNH Industrial N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'caseih', + 'description' => 'CNH Industrial N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'cash', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'casino', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cat', + 'description' => 'Catalan', + 'type' => 'sponsored', +], + [ + 'domain' => 'catering', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'catholic', + 'description' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + 'type' => 'generic', +], + [ + 'domain' => 'cba', + 'description' => 'COMMONWEALTH BANK OF AUSTRALIA', + 'type' => 'generic', +], + [ + 'domain' => 'cbn', + 'description' => 'The Christian Broadcasting Network, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'cbre', + 'description' => 'CBRE, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'cbs', + 'description' => 'CBS Domains Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'cc', + 'description' => 'Cocos [Keeling] Islands [Territory of the]', + 'type' => 'country-code', +], + [ + 'domain' => 'cd', + 'description' => 'Congo [Democratic Republic of the] [Congo-Kinshasa]', + 'type' => 'country-code', +], + [ + 'domain' => 'ceb', + 'description' => 'The Corporate Executive Board Company', + 'type' => 'generic', +], + [ + 'domain' => 'center', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'ceo', + 'description' => 'CEOTLD Pty Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'cern', + 'description' => 'European Organization for Nuclear Research ["CERN"]', + 'type' => 'generic', +], + [ + 'domain' => 'cf', + 'description' => 'Central African Republic', + 'type' => 'country-code', +], + [ + 'domain' => 'cfa', + 'description' => 'CFA Institute', + 'type' => 'generic', +], + [ + 'domain' => 'cfd', + 'description' => 'DOTCFD REGISTRY LTD', + 'type' => 'generic', +], + [ + 'domain' => 'cg', + 'description' => 'Congo [Republic of] [Congo-Brazzaville]', + 'type' => 'country-code', +], + [ + 'domain' => 'ch', + 'description' => 'Switzerland [Swiss Confederation]', + 'type' => 'country-code', +], + [ + 'domain' => 'chanel', + 'description' => 'Chanel International B.V.', + 'type' => 'generic', +], + [ + 'domain' => 'channel', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'charity', + 'description' => 'Corn Lake, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'chase', + 'description' => 'JPMorgan Chase Bank, National Association', + 'type' => 'generic', +], + [ + 'domain' => 'chat', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cheap', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'chintai', + 'description' => 'CHINTAI Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'chloe', + 'description' => 'Not assigned', + 'type' => 'generic', +], + [ + 'domain' => 'christmas', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'chrome', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'chrysler', + 'description' => 'FCA US LLC.', + 'type' => 'generic', +], + [ + 'domain' => 'church', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'ci', + 'description' => 'Ivory Coast [Republic of Côte d\'Ivoire]', + 'type' => 'country-code', +], + [ + 'domain' => 'cipriani', + 'description' => 'Hotel Cipriani Srl', + 'type' => 'generic', +], + [ + 'domain' => 'circle', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'cisco', + 'description' => 'Cisco Technology, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'citadel', + 'description' => 'Citadel Domain LLC', + 'type' => 'generic', +], + [ + 'domain' => 'citi', + 'description' => 'Citigroup Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'citic', + 'description' => 'CITIC Group Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'city', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cityeats', + 'description' => 'Lifestyle Domain Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ck', + 'description' => 'Cook Islands', + 'type' => 'country-code', +], + [ + 'domain' => 'cl', + 'description' => 'Chile [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'claims', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cleaning', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'click', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'clinic', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'clinique', + 'description' => 'The Estée Lauder Companies Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'clothing', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cloud', + 'description' => 'ARUBA PEC S.p.A.', + 'type' => 'generic', +], + [ + 'domain' => 'club', + 'description' => '.CLUB DOMAINS, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'clubmed', + 'description' => 'Club Méditerranée S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'cm', + 'description' => 'Cameroon [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'cn', + 'description' => 'China [People\'s Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'co', + 'description' => 'Colombia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'coach', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'codes', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'coffee', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'college', + 'description' => 'XYZ.COM LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cologne', + 'description' => 'punkt.wien GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'com', + 'description' => 'Commercial organizations', + 'type' => 'generic', +], + [ + 'domain' => 'comcast', + 'description' => 'Comcast IP Holdings I, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'commbank', + 'description' => 'COMMONWEALTH BANK OF AUSTRALIA', + 'type' => 'generic', +], + [ + 'domain' => 'community', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'company', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'compare', + 'description' => 'iSelect Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'computer', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'comsec', + 'description' => 'VeriSign, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'condos', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'construction', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'consulting', + 'description' => 'United TLD Holdco, LTD.', + 'type' => 'generic', +], + [ + 'domain' => 'contact', + 'description' => 'Top Level Spectrum, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'contractors', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cooking', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'cookingchannel', + 'description' => 'Lifestyle Domain Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'cool', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'coop', + 'description' => 'Cooperatives', + 'type' => 'sponsored', +], + [ + 'domain' => 'corsica', + 'description' => 'Collectivité Territoriale de Corse', + 'type' => 'generic', +], + [ + 'domain' => 'country', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'coupon', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'coupons', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'courses', + 'description' => 'OPEN UNIVERSITIES AUSTRALIA PTY LTD', + 'type' => 'generic', +], + [ + 'domain' => 'cr', + 'description' => 'Costa Rica [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'credit', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'creditcard', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'creditunion', + 'description' => 'CUNA Performance Resources, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'cricket', + 'description' => 'dot Cricket Limited', + 'type' => 'generic', +], + [ + 'domain' => 'crown', + 'description' => 'Crown Equipment Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'crs', + 'description' => 'Federated Co-operatives Limited', + 'type' => 'generic', +], + [ + 'domain' => 'cruise', + 'description' => 'Viking River Cruises [Bermuda] Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'cruises', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'csc', + 'description' => 'Alliance-One Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'cu', + 'description' => 'Cuba [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'cuisinella', + 'description' => 'SALM S.A.S.', + 'type' => 'generic', +], + [ + 'domain' => 'cv', + 'description' => 'Cape Verde [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'cw', + 'description' => 'Curaçao [Country of]', + 'type' => 'country-code', +], + [ + 'domain' => 'cx', + 'description' => 'Christmas Island [Territory of]', + 'type' => 'country-code', +], + [ + 'domain' => 'cy', + 'description' => 'Cyprus [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'cymru', + 'description' => 'Nominet UK', + 'type' => 'generic', +], + [ + 'domain' => 'cyou', + 'description' => 'Beijing Gamease Age Digital Technology Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'cz', + 'description' => 'Czech Republic', + 'type' => 'country-code', +], + [ + 'domain' => 'dabur', + 'description' => 'Dabur India Limited', + 'type' => 'generic', +], + [ + 'domain' => 'dad', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'dance', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'data', + 'description' => 'Dish DBS Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'date', + 'description' => 'dot Date Limited', + 'type' => 'generic', +], + [ + 'domain' => 'dating', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'datsun', + 'description' => 'NISSAN MOTOR CO., LTD.', + 'type' => 'generic', +], + [ + 'domain' => 'day', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'dclk', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'dds', + 'description' => 'Minds + Machines Group Limited', + 'type' => 'generic', +], + [ + 'domain' => 'de', + 'description' => 'Germany [Federal Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'deal', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'dealer', + 'description' => 'Dealer Dot Com, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'deals', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'degree', + 'description' => 'United TLD Holdco, Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'delivery', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'dell', + 'description' => 'Dell Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'deloitte', + 'description' => 'Deloitte Touche Tohmatsu', + 'type' => 'generic', +], + [ + 'domain' => 'delta', + 'description' => 'Delta Air Lines, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'democrat', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'dental', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'dentist', + 'description' => 'United TLD Holdco, Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'desi', + 'description' => 'Desi Networks LLC', + 'type' => 'generic', +], + [ + 'domain' => 'design', + 'description' => 'Top Level Design, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'dev', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'dhl', + 'description' => 'Deutsche Post AG', + 'type' => 'generic', +], + [ + 'domain' => 'diamonds', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'diet', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'digital', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'direct', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'directory', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'discount', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'discover', + 'description' => 'Discover Financial Services', + 'type' => 'generic', +], + [ + 'domain' => 'dish', + 'description' => 'Dish DBS Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'diy', + 'description' => 'Lifestyle Domain Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'dj', + 'description' => 'Djibouti [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'dk', + 'description' => 'Denmark [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'dm', + 'description' => 'Dominica [Commonwealth of]', + 'type' => 'country-code', +], + [ + 'domain' => 'dnp', + 'description' => 'Dai Nippon Printing Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'do', + 'description' => 'Dominican Republic', + 'type' => 'country-code', +], + [ + 'domain' => 'docs', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'doctor', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'dodge', + 'description' => 'FCA US LLC.', + 'type' => 'generic', +], + [ + 'domain' => 'dog', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'doha', + 'description' => 'Communications Regulatory Authority [CRA]', + 'type' => 'generic', +], + [ + 'domain' => 'domains', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'doosan', + 'description' => 'Retired', + 'type' => 'generic', +], + [ + 'domain' => 'dot', + 'description' => 'Dish DBS Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'download', + 'description' => 'dot Support Limited', + 'type' => 'generic', +], + [ + 'domain' => 'drive', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'dtv', + 'description' => 'Dish DBS Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'dubai', + 'description' => 'Dubai Smart Government Department', + 'type' => 'generic', +], + [ + 'domain' => 'duck', + 'description' => 'Johnson Shareholdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'dunlop', + 'description' => 'The Goodyear Tire & Rubber Company', + 'type' => 'generic', +], + [ + 'domain' => 'duns', + 'description' => 'The Dun & Bradstreet Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'dupont', + 'description' => 'E. I. du Pont de Nemours and Company', + 'type' => 'generic', +], + [ + 'domain' => 'durban', + 'description' => 'ZA Central Registry NPC trading as ZA Central Registry', + 'type' => 'generic', +], + [ + 'domain' => 'dvag', + 'description' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', + 'type' => 'generic', +], + [ + 'domain' => 'dvr', + 'description' => 'Hughes Satellite Systems Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'dz', + 'description' => 'Algeria [People\'s Democratic Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'earth', + 'description' => 'Interlink Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'eat', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ec', + 'description' => 'Ecuador [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'eco', + 'description' => 'Big Room Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'edeka', + 'description' => 'EDEKA Verband kaufmännischer Genossenschaften e.V.', + 'type' => 'generic', +], + [ + 'domain' => 'edu', + 'description' => 'Educational establishments', + 'type' => 'sponsored', +], + [ + 'domain' => 'education', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'ee', + 'description' => 'Estonia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'eg', + 'description' => 'Egypt [Arab Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'eh', + 'description' => 'Western Sahara {reserved}', + 'type' => 'country-code', +], + [ + 'domain' => 'email', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'emerck', + 'description' => 'Merck KGaA', + 'type' => 'generic', +], + [ + 'domain' => 'energy', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'engineer', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'engineering', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'enterprises', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'epost', + 'description' => 'Deutsche Post AG', + 'type' => 'generic', +], + [ + 'domain' => 'epson', + 'description' => 'Seiko Epson Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'equipment', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'er', + 'description' => 'Eritrea [State of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ericsson', + 'description' => 'Telefonaktiebolaget L M Ericsson', + 'type' => 'generic', +], + [ + 'domain' => 'erni', + 'description' => 'ERNI Group Holding AG', + 'type' => 'generic', +], + [ + 'domain' => 'es', + 'description' => 'Spain [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'esq', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'estate', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'esurance', + 'description' => 'Esurance Insurance Company', + 'type' => 'generic', +], + [ + 'domain' => 'et', + 'description' => 'Ethiopia [Federal Democratic Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'etisalat', + 'description' => 'Emirates Telecommunications Corporation [trading as Etisalat]', + 'type' => 'generic', +], + [ + 'domain' => 'eu', + 'description' => 'European Union', + 'type' => 'country-code', +], + [ + 'domain' => 'eurovision', + 'description' => 'European Broadcasting Union [EBU]', + 'type' => 'generic', +], + [ + 'domain' => 'eus', + 'description' => 'Puntueus Fundazioa', + 'type' => 'generic', +], + [ + 'domain' => 'events', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'everbank', + 'description' => 'EverBank', + 'type' => 'generic', +], + [ + 'domain' => 'exchange', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'expert', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'exposed', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'express', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'extraspace', + 'description' => 'Extra Space Storage LLC', + 'type' => 'generic', +], + [ + 'domain' => 'fage', + 'description' => 'Fage International S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'fail', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'fairwinds', + 'description' => 'FairWinds Partners, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'faith', + 'description' => 'dot Faith Limited', + 'type' => 'generic', +], + [ + 'domain' => 'family', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'fan', + 'description' => 'Asiamix Digital Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'fans', + 'description' => 'Asiamix Digital Limited', + 'type' => 'generic', +], + [ + 'domain' => 'farm', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'farmers', + 'description' => 'Farmers Insurance Exchange', + 'type' => 'generic', +], + [ + 'domain' => 'fashion', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'fast', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'fedex', + 'description' => 'Federal Express Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'feedback', + 'description' => 'Top Level Spectrum, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ferrari', + 'description' => 'Fiat Chrysler Automobiles N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'ferrero', + 'description' => 'Ferrero Trading Lux S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'fi', + 'description' => 'Finland [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'fiat', + 'description' => 'Fiat Chrysler Automobiles N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'fidelity', + 'description' => 'Fidelity Brokerage Services LLC', + 'type' => 'generic', +], + [ + 'domain' => 'fido', + 'description' => 'Rogers Communications Canada Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'film', + 'description' => 'Motion Picture Domain Registry Pty Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'final', + 'description' => 'Núcleo de Informação e Coordenação do Ponto BR - NIC.br', + 'type' => 'generic', +], + [ + 'domain' => 'finance', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'financial', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'fire', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'firestone', + 'description' => 'Bridgestone Licensing Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'firmdale', + 'description' => 'Firmdale Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'fish', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'fishing', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'fit', + 'description' => 'Minds + Machines Group Limited', + 'type' => 'generic', +], + [ + 'domain' => 'fitness', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'fj', + 'description' => 'Fiji [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'fk', + 'description' => 'Falkland Islands [Malvinas]', + 'type' => 'country-code', +], + [ + 'domain' => 'flickr', + 'description' => 'Yahoo! Domain Services Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'flights', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'flir', + 'description' => 'FLIR Systems, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'florist', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'flowers', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'flsmidth', + 'description' => 'Retired', + 'type' => 'generic', +], + [ + 'domain' => 'fly', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'fm', + 'description' => 'Micronesia [Federated States of]', + 'type' => 'country-code', +], + [ + 'domain' => 'fo', + 'description' => 'Faroe Islands', + 'type' => 'country-code', +], + [ + 'domain' => 'foo', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'food', + 'description' => 'Lifestyle Domain Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'foodnetwork', + 'description' => 'Lifestyle Domain Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'football', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'ford', + 'description' => 'Ford Motor Company', + 'type' => 'generic', +], + [ + 'domain' => 'forex', + 'description' => 'DOTFOREX REGISTRY LTD', + 'type' => 'generic', +], + [ + 'domain' => 'forsale', + 'description' => 'United TLD Holdco, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'forum', + 'description' => 'Fegistry, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'foundation', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'fox', + 'description' => 'FOX Registry, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'fr', + 'description' => 'France [French Republic]', + 'type' => 'country-code', +], + [ + 'domain' => 'free', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'fresenius', + 'description' => 'Fresenius Immobilien-Verwaltungs-GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'frl', + 'description' => 'FRLregistry B.V.', + 'type' => 'generic', +], + [ + 'domain' => 'frogans', + 'description' => 'OP3FT', + 'type' => 'generic', +], + [ + 'domain' => 'frontdoor', + 'description' => 'Lifestyle Domain Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'frontier', + 'description' => 'Frontier Communications Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'ftr', + 'description' => 'Frontier Communications Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'fujitsu', + 'description' => 'Fujitsu Limited', + 'type' => 'generic', +], + [ + 'domain' => 'fujixerox', + 'description' => 'Xerox DNHC LLC', + 'type' => 'generic', +], + [ + 'domain' => 'fun', + 'description' => 'DotSpace, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'fund', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'furniture', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'futbol', + 'description' => 'United TLD Holdco, Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'fyi', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'ga', + 'description' => 'Gabon [Gabonese Republic]', + 'type' => 'country-code', +], + [ + 'domain' => 'gal', + 'description' => 'Asociación puntoGAL', + 'type' => 'generic', +], + [ + 'domain' => 'gallery', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'gallo', + 'description' => 'Gallo Vineyards, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'gallup', + 'description' => 'Gallup, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'game', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'games', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'gap', + 'description' => 'The Gap, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'garden', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'gb', + 'description' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', + 'type' => 'country-code', +], + [ + 'domain' => 'gbiz', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'gd', + 'description' => 'Grenada', + 'type' => 'country-code', +], + [ + 'domain' => 'gdn', + 'description' => 'Joint Stock Company "Navigation-information systems"', + 'type' => 'generic', +], + [ + 'domain' => 'ge', + 'description' => 'Georgia', + 'type' => 'country-code', +], + [ + 'domain' => 'gea', + 'description' => 'GEA Group Aktiengesellschaft', + 'type' => 'generic', +], + [ + 'domain' => 'gent', + 'description' => 'Combell nv', + 'type' => 'generic', +], + [ + 'domain' => 'genting', + 'description' => 'Resorts World Inc. Pte. Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'george', + 'description' => 'Wal-Mart Stores, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'gf', + 'description' => 'French Guiana', + 'type' => 'country-code', +], + [ + 'domain' => 'gg', + 'description' => 'Guernsey [Bailiwick of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ggee', + 'description' => 'GMO Internet, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'gh', + 'description' => 'Ghana [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'gi', + 'description' => 'Gibraltar', + 'type' => 'country-code', +], + [ + 'domain' => 'gift', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'gifts', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'gives', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'giving', + 'description' => 'Giving Limited', + 'type' => 'generic', +], + [ + 'domain' => 'gl', + 'description' => 'Greenland', + 'type' => 'country-code', +], + [ + 'domain' => 'glade', + 'description' => 'Johnson Shareholdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'glass', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'gle', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'global', + 'description' => 'Dot Global Domain Registry Limited', + 'type' => 'generic', +], + [ + 'domain' => 'globo', + 'description' => 'Globo Comunicação e Participações S.A', + 'type' => 'generic', +], + [ + 'domain' => 'gm', + 'description' => 'Gambia [Republic of The]', + 'type' => 'country-code', +], + [ + 'domain' => 'gmail', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'gmbh', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'gmo', + 'description' => 'GMO Internet, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'gmx', + 'description' => '1&1 Mail & Media GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'gn', + 'description' => 'Guinea [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'godaddy', + 'description' => 'Go Daddy East, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'gold', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'goldpoint', + 'description' => 'YODOBASHI CAMERA CO.,LTD.', + 'type' => 'generic', +], + [ + 'domain' => 'golf', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'goo', + 'description' => 'NTT Resonant Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'goodhands', + 'description' => 'Allstate Fire and Casualty Insurance Company', + 'type' => 'generic', +], + [ + 'domain' => 'goodyear', + 'description' => 'The Goodyear Tire & Rubber Company', + 'type' => 'generic', +], + [ + 'domain' => 'goog', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'google', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'gop', + 'description' => 'Republican State Leadership Committee, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'got', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'gov', + 'description' => 'US government', + 'type' => 'sponsored', +], + [ + 'domain' => 'gp', + 'description' => 'Guadeloupe', + 'type' => 'country-code', +], + [ + 'domain' => 'gq', + 'description' => 'Equatorial Guinea [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'gr', + 'description' => 'Greece [Hellenic Republic]', + 'type' => 'country-code', +], + [ + 'domain' => 'grainger', + 'description' => 'Grainger Registry Services, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'graphics', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'gratis', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'green', + 'description' => 'DotGreen Registry Limited', + 'type' => 'generic', +], + [ + 'domain' => 'gripe', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'grocery', + 'description' => 'Wal-Mart Stores, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'group', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'gs', + 'description' => 'South Georgia and the South Sandwich Islands', + 'type' => 'country-code', +], + [ + 'domain' => 'gt', + 'description' => 'Guatemala [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'gu', + 'description' => 'Guam', + 'type' => 'country-code', +], + [ + 'domain' => 'guardian', + 'description' => 'The Guardian Life Insurance Company of America', + 'type' => 'generic', +], + [ + 'domain' => 'gucci', + 'description' => 'Guccio Gucci S.p.a.', + 'type' => 'generic', +], + [ + 'domain' => 'guge', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'guide', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'guitars', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'guru', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'gw', + 'description' => 'Guinea-Bissau [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'gy', + 'description' => 'Guyana [Co-operative Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'hair', + 'description' => 'L\'Oreal', + 'type' => 'generic', +], + [ + 'domain' => 'hamburg', + 'description' => 'Hamburg Top-Level-Domain GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'hangout', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'haus', + 'description' => 'United TLD Holdco, LTD.', + 'type' => 'generic', +], + [ + 'domain' => 'hbo', + 'description' => 'HBO Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'hdfc', + 'description' => 'HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED', + 'type' => 'generic', +], + [ + 'domain' => 'hdfcbank', + 'description' => 'HDFC Bank Limited', + 'type' => 'generic', +], + [ + 'domain' => 'health', + 'description' => 'DotHealth, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'healthcare', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'help', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'helsinki', + 'description' => 'City of Helsinki', + 'type' => 'generic', +], + [ + 'domain' => 'here', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'hermes', + 'description' => 'Hermes International', + 'type' => 'generic', +], + [ + 'domain' => 'hgtv', + 'description' => 'Lifestyle Domain Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'hiphop', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'hisamitsu', + 'description' => 'Hisamitsu Pharmaceutical Co.,Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'hitachi', + 'description' => 'Hitachi, Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'hiv', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'hk', + 'description' => 'Hong Kong [Hong Kong Special Administrative Region of the People\'s Republic of China]', + 'type' => 'country-code', +], + [ + 'domain' => 'hkt', + 'description' => 'PCCW-HKT DataCom Services Limited', + 'type' => 'generic', +], + [ + 'domain' => 'hm', + 'description' => 'Heard Island and McDonald Islands', + 'type' => 'country-code', +], + [ + 'domain' => 'hn', + 'description' => 'Honduras [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'hockey', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'holdings', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'holiday', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'homedepot', + 'description' => 'Home Depot Product Authority, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'homegoods', + 'description' => 'The TJX Companies, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'homes', + 'description' => 'DERHomes, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'homesense', + 'description' => 'The TJX Companies, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'honda', + 'description' => 'Honda Motor Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'honeywell', + 'description' => 'Honeywell GTLD LLC', + 'type' => 'generic', +], + [ + 'domain' => 'horse', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'hospital', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'host', + 'description' => 'DotHost Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'hosting', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'hot', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'hoteles', + 'description' => 'Travel Reservations SRL', + 'type' => 'generic', +], + [ + 'domain' => 'hotels', + 'description' => 'Booking.com B.V.', + 'type' => 'generic', +], + [ + 'domain' => 'hotmail', + 'description' => 'Microsoft Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'house', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'how', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'hr', + 'description' => 'Croatia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'hsbc', + 'description' => 'HSBC Global Services [UK] Limited', + 'type' => 'generic', +], + [ + 'domain' => 'ht', + 'description' => 'Haiti [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'htc', + 'description' => 'Not assigned', + 'type' => 'generic', +], + [ + 'domain' => 'hu', + 'description' => 'Hungary', + 'type' => 'country-code', +], + [ + 'domain' => 'hughes', + 'description' => 'Hughes Satellite Systems Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'hyatt', + 'description' => 'Hyatt GTLD, L.L.C.', + 'type' => 'generic', +], + [ + 'domain' => 'hyundai', + 'description' => 'Hyundai Motor Company', + 'type' => 'generic', +], + [ + 'domain' => 'ibm', + 'description' => 'International Business Machines Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'icbc', + 'description' => 'Industrial and Commercial Bank of China Limited', + 'type' => 'generic', +], + [ + 'domain' => 'ice', + 'description' => 'IntercontinentalExchange, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'icu', + 'description' => 'Shortdot SA', + 'type' => 'generic', +], + [ + 'domain' => 'id', + 'description' => 'Indonesia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ie', + 'description' => 'Ireland [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ieee', + 'description' => 'IEEE Global LLC', + 'type' => 'generic', +], + [ + 'domain' => 'ifm', + 'description' => 'ifm electronic gmbh', + 'type' => 'generic', +], + [ + 'domain' => 'iinet', + 'description' => 'Retired', + 'type' => 'generic', +], + [ + 'domain' => 'ikano', + 'description' => 'Ikano S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'il', + 'description' => 'Israel [State of]', + 'type' => 'country-code', +], + [ + 'domain' => 'im', + 'description' => 'Isle of Man', + 'type' => 'country-code', +], + [ + 'domain' => 'imamat', + 'description' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'type' => 'generic', +], + [ + 'domain' => 'imdb', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'immo', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'immobilien', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'in', + 'description' => 'India [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'industries', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'infiniti', + 'description' => 'NISSAN MOTOR CO., LTD.', + 'type' => 'generic', +], + [ + 'domain' => 'info', + 'description' => 'Informational sites', + 'type' => 'generic', +], + [ + 'domain' => 'ing', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ink', + 'description' => 'Top Level Design, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'institute', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'insurance', + 'description' => 'fTLD Registry Services LLC', + 'type' => 'generic', +], + [ + 'domain' => 'insure', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'int', + 'description' => 'International treaty-based organizations', + 'type' => 'sponsored', +], + [ + 'domain' => 'intel', + 'description' => 'Intel Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'international', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'intuit', + 'description' => 'Intuit Administrative Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'investments', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'io', + 'description' => 'British Indian Ocean Territory', + 'type' => 'country-code', +], + [ + 'domain' => 'ipiranga', + 'description' => 'Ipiranga Produtos de Petroleo S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'iq', + 'description' => 'Iraq [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ir', + 'description' => 'Iran [Islamic Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'irish', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'is', + 'description' => 'Iceland', + 'type' => 'country-code', +], + [ + 'domain' => 'iselect', + 'description' => 'iSelect Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'ismaili', + 'description' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'type' => 'generic', +], + [ + 'domain' => 'ist', + 'description' => 'Istanbul Metropolitan Municipality', + 'type' => 'generic', +], + [ + 'domain' => 'istanbul', + 'description' => 'Istanbul Metropolitan Municipality', + 'type' => 'generic', +], + [ + 'domain' => 'it', + 'description' => 'Italy [Italian Republic]', + 'type' => 'country-code', +], + [ + 'domain' => 'itau', + 'description' => 'Itau Unibanco Holding S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'itv', + 'description' => 'ITV Services Limited', + 'type' => 'generic', +], + [ + 'domain' => 'iveco', + 'description' => 'CNH Industrial N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'iwc', + 'description' => 'Richemont DNS Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'jaguar', + 'description' => 'Jaguar Land Rover Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'java', + 'description' => 'Oracle Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'jcb', + 'description' => 'JCB Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'jcp', + 'description' => 'JCP Media, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'je', + 'description' => 'Jersey [Bailiwick of]', + 'type' => 'country-code', +], + [ + 'domain' => 'jeep', + 'description' => 'FCA US LLC.', + 'type' => 'generic', +], + [ + 'domain' => 'jetzt', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'jewelry', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'jio', + 'description' => 'Affinity Names, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'jlc', + 'description' => 'Richemont DNS Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'jll', + 'description' => 'Jones Lang LaSalle Incorporated', + 'type' => 'generic', +], + [ + 'domain' => 'jm', + 'description' => 'Jamaica [Commonwealth of]', + 'type' => 'country-code', +], + [ + 'domain' => 'jmp', + 'description' => 'Matrix IP LLC', + 'type' => 'generic', +], + [ + 'domain' => 'jnj', + 'description' => 'Johnson & Johnson Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'jo', + 'description' => 'Jordan [Hashemite Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'jobs', + 'description' => 'Employment-related sites', + 'type' => 'sponsored', +], + [ + 'domain' => 'joburg', + 'description' => 'ZA Central Registry NPC trading as ZA Central Registry', + 'type' => 'generic', +], + [ + 'domain' => 'jot', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'joy', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'jp', + 'description' => 'Japan', + 'type' => 'country-code', +], + [ + 'domain' => 'jpmorgan', + 'description' => 'JPMorgan Chase Bank, National Association', + 'type' => 'generic', +], + [ + 'domain' => 'jprs', + 'description' => 'Japan Registry Services Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'juegos', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'juniper', + 'description' => 'JUNIPER NETWORKS, INC.', + 'type' => 'generic', +], + [ + 'domain' => 'kaufen', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'kddi', + 'description' => 'KDDI CORPORATION', + 'type' => 'generic', +], + [ + 'domain' => 'ke', + 'description' => 'Kenya [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'kerryhotels', + 'description' => 'Kerry Trading Co. Limited', + 'type' => 'generic', +], + [ + 'domain' => 'kerrylogistics', + 'description' => 'Kerry Trading Co. Limited', + 'type' => 'generic', +], + [ + 'domain' => 'kerryproperties', + 'description' => 'Kerry Trading Co. Limited', + 'type' => 'generic', +], + [ + 'domain' => 'kfh', + 'description' => 'Kuwait Finance House', + 'type' => 'generic', +], + [ + 'domain' => 'kg', + 'description' => 'Kyrgyzstan [Kyrgyz Republic]', + 'type' => 'country-code', +], + [ + 'domain' => 'kh', + 'description' => 'Cambodia [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ki', + 'description' => 'Kiribati [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'kia', + 'description' => 'KIA MOTORS CORPORATION', + 'type' => 'generic', +], + [ + 'domain' => 'kim', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'kinder', + 'description' => 'Ferrero Trading Lux S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'kindle', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'kitchen', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'kiwi', + 'description' => 'DOT KIWI LIMITED', + 'type' => 'generic', +], + [ + 'domain' => 'km', + 'description' => 'Comoros [Union of the]', + 'type' => 'country-code', +], + [ + 'domain' => 'kn', + 'description' => 'Saint Kitts and Nevis [Federation of]', + 'type' => 'country-code', +], + [ + 'domain' => 'koeln', + 'description' => 'punkt.wien GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'komatsu', + 'description' => 'Komatsu Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'kosher', + 'description' => 'Kosher Marketing Assets LLC', + 'type' => 'generic', +], + [ + 'domain' => 'kp', + 'description' => 'Korea [Democratic People\'s Republic of] [North Korea]', + 'type' => 'country-code', +], + [ + 'domain' => 'kpmg', + 'description' => 'KPMG International Cooperative [KPMG International Genossenschaft]', + 'type' => 'generic', +], + [ + 'domain' => 'kpn', + 'description' => 'Koninklijke KPN N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'kr', + 'description' => 'Korea [Republic of] [South Korea]', + 'type' => 'country-code', +], + [ + 'domain' => 'krd', + 'description' => 'KRG Department of Information Technology', + 'type' => 'generic', +], + [ + 'domain' => 'kred', + 'description' => 'KredTLD Pty Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'kuokgroup', + 'description' => 'Kerry Trading Co. Limited', + 'type' => 'generic', +], + [ + 'domain' => 'kw', + 'description' => 'Kuwait [State of Kuwait]', + 'type' => 'country-code', +], + [ + 'domain' => 'ky', + 'description' => 'Cayman Islands', + 'type' => 'country-code', +], + [ + 'domain' => 'kyoto', + 'description' => 'Academic Institution: Kyoto Jyoho Gakuen', + 'type' => 'generic', +], + [ + 'domain' => 'kz', + 'description' => 'Kazakhstan [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'la', + 'description' => 'Laos [Lao People\'s Democratic Republic]', + 'type' => 'country-code', +], + [ + 'domain' => 'lacaixa', + 'description' => 'CAIXA D\'ESTALVIS I PENSIONS DE BARCELONA', + 'type' => 'generic', +], + [ + 'domain' => 'ladbrokes', + 'description' => 'LADBROKES INTERNATIONAL PLC', + 'type' => 'generic', +], + [ + 'domain' => 'lamborghini', + 'description' => 'Automobili Lamborghini S.p.A.', + 'type' => 'generic', +], + [ + 'domain' => 'lamer', + 'description' => 'The Estée Lauder Companies Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'lancaster', + 'description' => 'LANCASTER', + 'type' => 'generic', +], + [ + 'domain' => 'lancia', + 'description' => 'Fiat Chrysler Automobiles N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'lancome', + 'description' => 'L\'Oréal', + 'type' => 'generic', +], + [ + 'domain' => 'land', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'landrover', + 'description' => 'Jaguar Land Rover Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'lanxess', + 'description' => 'LANXESS Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'lasalle', + 'description' => 'Jones Lang LaSalle Incorporated', + 'type' => 'generic', +], + [ + 'domain' => 'lat', + 'description' => 'ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico', + 'type' => 'generic', +], + [ + 'domain' => 'latino', + 'description' => 'Dish DBS Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'latrobe', + 'description' => 'La Trobe University', + 'type' => 'generic', +], + [ + 'domain' => 'law', + 'description' => 'Minds + Machines Group Limited', + 'type' => 'generic', +], + [ + 'domain' => 'lawyer', + 'description' => 'United TLD Holdco, Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'lb', + 'description' => 'Lebanon [Lebanese Republic]', + 'type' => 'country-code', +], + [ + 'domain' => 'lc', + 'description' => 'Saint Lucia', + 'type' => 'country-code', +], + [ + 'domain' => 'lds', + 'description' => 'IRI Domain Management, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'lease', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'leclerc', + 'description' => 'A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc', + 'type' => 'generic', +], + [ + 'domain' => 'lefrak', + 'description' => 'LeFrak Organization, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'legal', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'lego', + 'description' => 'LEGO Juris A/S', + 'type' => 'generic', +], + [ + 'domain' => 'lexus', + 'description' => 'TOYOTA MOTOR CORPORATION', + 'type' => 'generic', +], + [ + 'domain' => 'lgbt', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'li', + 'description' => 'Liechtenstein [Principality of]', + 'type' => 'country-code', +], + [ + 'domain' => 'liaison', + 'description' => 'Liaison Technologies, Incorporated', + 'type' => 'generic', +], + [ + 'domain' => 'lidl', + 'description' => 'Schwarz Domains und Services GmbH & Co. KG', + 'type' => 'generic', +], + [ + 'domain' => 'life', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'lifeinsurance', + 'description' => 'American Council of Life Insurers', + 'type' => 'generic', +], + [ + 'domain' => 'lifestyle', + 'description' => 'Lifestyle Domain Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'lighting', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'like', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'lilly', + 'description' => 'Eli Lilly and Company', + 'type' => 'generic', +], + [ + 'domain' => 'limited', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'limo', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'lincoln', + 'description' => 'Ford Motor Company', + 'type' => 'generic', +], + [ + 'domain' => 'linde', + 'description' => 'Linde Aktiengesellschaft', + 'type' => 'generic', +], + [ + 'domain' => 'link', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'lipsy', + 'description' => 'Lipsy Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'live', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'living', + 'description' => 'Lifestyle Domain Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'lixil', + 'description' => 'LIXIL Group Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'lk', + 'description' => 'Sri Lanka [Democratic Socialist Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'llc', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'loan', + 'description' => 'dot Loan Limited', + 'type' => 'generic', +], + [ + 'domain' => 'loans', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'locker', + 'description' => 'Dish DBS Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'locus', + 'description' => 'Locus Analytics LLC', + 'type' => 'generic', +], + [ + 'domain' => 'loft', + 'description' => 'Annco, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'lol', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'london', + 'description' => 'Dot London Domains Limited', + 'type' => 'generic', +], + [ + 'domain' => 'lotte', + 'description' => 'Lotte Holdings Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'lotto', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'love', + 'description' => 'Merchant Law Group LLP', + 'type' => 'generic', +], + [ + 'domain' => 'lpl', + 'description' => 'LPL Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'lplfinancial', + 'description' => 'LPL Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'lr', + 'description' => 'Liberia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ls', + 'description' => 'Lesotho [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'lt', + 'description' => 'Lithuania [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ltd', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'ltda', + 'description' => 'InterNetX Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'lu', + 'description' => 'Luxembourg [Grand Duchy of]', + 'type' => 'country-code', +], + [ + 'domain' => 'lundbeck', + 'description' => 'H. Lundbeck A/S', + 'type' => 'generic', +], + [ + 'domain' => 'lupin', + 'description' => 'LUPIN LIMITED', + 'type' => 'generic', +], + [ + 'domain' => 'luxe', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'luxury', + 'description' => 'Luxury Partners LLC', + 'type' => 'generic', +], + [ + 'domain' => 'lv', + 'description' => 'Latvia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ly', + 'description' => 'Libya', + 'type' => 'country-code', +], + [ + 'domain' => 'ma', + 'description' => 'Morocco', + 'type' => 'country-code', +], + [ + 'domain' => 'macys', + 'description' => 'Macys, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'madrid', + 'description' => 'Comunidad de Madrid', + 'type' => 'generic', +], + [ + 'domain' => 'maif', + 'description' => 'Mutuelle Assurance Instituteur France [MAIF]', + 'type' => 'generic', +], + [ + 'domain' => 'maison', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'makeup', + 'description' => 'L\'Oréal', + 'type' => 'generic', +], + [ + 'domain' => 'man', + 'description' => 'MAN SE', + 'type' => 'generic', +], + [ + 'domain' => 'management', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'mango', + 'description' => 'PUNTO FA S.L.', + 'type' => 'generic', +], + [ + 'domain' => 'map', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'market', + 'description' => 'United TLD Holdco, Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'marketing', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'markets', + 'description' => 'DOTMARKETS REGISTRY LTD', + 'type' => 'generic', +], + [ + 'domain' => 'marriott', + 'description' => 'Marriott Worldwide Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'marshalls', + 'description' => 'The TJX Companies, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'maserati', + 'description' => 'Fiat Chrysler Automobiles N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'mattel', + 'description' => 'Mattel Sites, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'mba', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'mc', + 'description' => 'Monaco [Principality of]', + 'type' => 'country-code', +], + [ + 'domain' => 'mcd', + 'description' => 'Not assigned', + 'type' => 'generic', +], + [ + 'domain' => 'mcdonalds', + 'description' => 'Not assigned', + 'type' => 'generic', +], + [ + 'domain' => 'mckinsey', + 'description' => 'McKinsey Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'md', + 'description' => 'Moldova [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'me', + 'description' => 'Montenegro', + 'type' => 'country-code', +], + [ + 'domain' => 'med', + 'description' => 'Medistry LLC', + 'type' => 'generic', +], + [ + 'domain' => 'media', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'meet', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'melbourne', + 'description' => 'The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation', + 'type' => 'generic', +], + [ + 'domain' => 'meme', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'memorial', + 'description' => 'Dog Beach, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'men', + 'description' => 'Exclusive Registry Limited', + 'type' => 'generic', +], + [ + 'domain' => 'menu', + 'description' => 'Wedding TLD2, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'meo', + 'description' => 'Not assigned', + 'type' => 'generic', +], + [ + 'domain' => 'merckmsd', + 'description' => 'MSD Registry Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'metlife', + 'description' => 'MetLife Services and Solutions, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'mf', + 'description' => 'Saint Martin [Collectivity of] {unassigned - see also: .gp and .fr}', + 'type' => 'country-code', +], + [ + 'domain' => 'mg', + 'description' => 'Madagascar [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'mh', + 'description' => 'Marshall Islands [Republic of the]', + 'type' => 'country-code', +], + [ + 'domain' => 'miami', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'microsoft', + 'description' => 'Microsoft Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'mil', + 'description' => 'US military', + 'type' => 'sponsored', +], + [ + 'domain' => 'mini', + 'description' => 'Bayerische Motoren Werke Aktiengesellschaft', + 'type' => 'generic', +], + [ + 'domain' => 'mint', + 'description' => 'Intuit Administrative Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'mit', + 'description' => 'Massachusetts Institute of Technology', + 'type' => 'generic', +], + [ + 'domain' => 'mitsubishi', + 'description' => 'Mitsubishi Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'mk', + 'description' => 'Macedonia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ml', + 'description' => 'Mali [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'mlb', + 'description' => 'MLB Advanced Media DH, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'mls', + 'description' => 'The Canadian Real Estate Association', + 'type' => 'generic', +], + [ + 'domain' => 'mm', + 'description' => 'Myanmar [Republic of the Union of] [Burma]', + 'type' => 'country-code', +], + [ + 'domain' => 'mma', + 'description' => 'MMA IARD', + 'type' => 'generic', +], + [ + 'domain' => 'mn', + 'description' => 'Mongolia', + 'type' => 'country-code', +], + [ + 'domain' => 'mo', + 'description' => 'Macau [Macau Special Administrative Region of the People\'s Republic of China] [Macao]', + 'type' => 'country-code', +], + [ + 'domain' => 'mobi', + 'description' => 'Mobile', + 'type' => 'generic', +], + [ + 'domain' => 'mobile', + 'description' => 'Dish DBS Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'mobily', + 'description' => 'GreenTech Consultancy Company W.L.L.', + 'type' => 'generic', +], + [ + 'domain' => 'moda', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'moe', + 'description' => 'Interlink Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'moi', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'mom', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'monash', + 'description' => 'Monash University', + 'type' => 'generic', +], + [ + 'domain' => 'money', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'monster', + 'description' => 'Monster Worldwide, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'montblanc', + 'description' => 'Not assigned', + 'type' => 'generic', +], + [ + 'domain' => 'mopar', + 'description' => 'FCA US LLC.', + 'type' => 'generic', +], + [ + 'domain' => 'mormon', + 'description' => 'IRI Domain Management, LLC ["Applicant"]', + 'type' => 'generic', +], + [ + 'domain' => 'mortgage', + 'description' => 'United TLD Holdco, Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'moscow', + 'description' => 'Foundation for Assistance for Internet Technologies and Infrastructure Development [FAITID]', + 'type' => 'generic', +], + [ + 'domain' => 'moto', + 'description' => 'Motorola Trademark Holdings, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'motorcycles', + 'description' => 'DERMotorcycles, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'mov', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'movie', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'movistar', + 'description' => 'Telefónica S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'mp', + 'description' => 'Northern Mariana Islands [Commonwealth of the]', + 'type' => 'country-code', +], + [ + 'domain' => 'mq', + 'description' => 'Martinique', + 'type' => 'country-code', +], + [ + 'domain' => 'mr', + 'description' => 'Mauritania [Islamic Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ms', + 'description' => 'Montserrat', + 'type' => 'country-code', +], + [ + 'domain' => 'msd', + 'description' => 'MSD Registry Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'mt', + 'description' => 'Malta [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'mtn', + 'description' => 'MTN Dubai Limited', + 'type' => 'generic', +], + [ + 'domain' => 'mtpc', + 'description' => 'Retired', + 'type' => 'generic', +], + [ + 'domain' => 'mtr', + 'description' => 'MTR Corporation Limited', + 'type' => 'generic', +], + [ + 'domain' => 'mu', + 'description' => 'Mauritius [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'museum', + 'description' => 'Museums', + 'type' => 'sponsored', +], + [ + 'domain' => 'mutual', + 'description' => 'Northwestern Mutual MU TLD Registry, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'mutuelle', + 'description' => 'Retired', + 'type' => 'generic', +], + [ + 'domain' => 'mv', + 'description' => 'Maldives [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'mw', + 'description' => 'Malawi [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'mx', + 'description' => 'Mexico [United Mexican States]', + 'type' => 'country-code', +], + [ + 'domain' => 'my', + 'description' => 'Malaysia', + 'type' => 'country-code', +], + [ + 'domain' => 'mz', + 'description' => 'Mozambique [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'na', + 'description' => 'Namibia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'nab', + 'description' => 'National Australia Bank Limited', + 'type' => 'generic', +], + [ + 'domain' => 'nadex', + 'description' => 'Nadex Domains, Inc', + 'type' => 'generic', +], + [ + 'domain' => 'nagoya', + 'description' => 'GMO Registry, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'name', + 'description' => 'Individuals', + 'type' => 'generic-restricted', +], + [ + 'domain' => 'nationwide', + 'description' => 'Nationwide Mutual Insurance Company', + 'type' => 'generic', +], + [ + 'domain' => 'natura', + 'description' => 'NATURA COSMÉTICOS S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'navy', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'nba', + 'description' => 'NBA REGISTRY, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'nc', + 'description' => 'New Caledonia', + 'type' => 'country-code', +], + [ + 'domain' => 'ne', + 'description' => 'Niger [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'nec', + 'description' => 'NEC Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'net', + 'description' => 'Network', + 'type' => 'generic', +], + [ + 'domain' => 'netbank', + 'description' => 'COMMONWEALTH BANK OF AUSTRALIA', + 'type' => 'generic', +], + [ + 'domain' => 'netflix', + 'description' => 'Netflix, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'network', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'neustar', + 'description' => 'NeuStar, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'new', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'newholland', + 'description' => 'CNH Industrial N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'news', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'next', + 'description' => 'Next plc', + 'type' => 'generic', +], + [ + 'domain' => 'nextdirect', + 'description' => 'Next plc', + 'type' => 'generic', +], + [ + 'domain' => 'nexus', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'nf', + 'description' => 'Norfolk Island [Territory of]', + 'type' => 'country-code', +], + [ + 'domain' => 'nfl', + 'description' => 'NFL Reg Ops LLC', + 'type' => 'generic', +], + [ + 'domain' => 'ng', + 'description' => 'Nigeria [Federal Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ngo', + 'description' => 'Public Interest Registry', + 'type' => 'generic', +], + [ + 'domain' => 'nhk', + 'description' => 'Japan Broadcasting Corporation [NHK]', + 'type' => 'generic', +], + [ + 'domain' => 'ni', + 'description' => 'Nicaragua [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'nico', + 'description' => 'DWANGO Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'nike', + 'description' => 'NIKE, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'nikon', + 'description' => 'NIKON CORPORATION', + 'type' => 'generic', +], + [ + 'domain' => 'ninja', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'nissan', + 'description' => 'NISSAN MOTOR CO., LTD.', + 'type' => 'generic', +], + [ + 'domain' => 'nissay', + 'description' => 'Nippon Life Insurance Company', + 'type' => 'generic', +], + [ + 'domain' => 'nl', + 'description' => 'Netherlands', + 'type' => 'country-code', +], + [ + 'domain' => 'no', + 'description' => 'Norway [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'nokia', + 'description' => 'Nokia Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'northwesternmutual', + 'description' => 'Northwestern Mutual Registry, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'norton', + 'description' => 'Symantec Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'now', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'nowruz', + 'description' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', + 'type' => 'generic', +], + [ + 'domain' => 'nowtv', + 'description' => 'Starbucks [HK] Limited', + 'type' => 'generic', +], + [ + 'domain' => 'np', + 'description' => 'Nepal [Federal Democratic Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'nr', + 'description' => 'Nauru [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'nra', + 'description' => 'NRA Holdings Company, INC.', + 'type' => 'generic', +], + [ + 'domain' => 'nrw', + 'description' => 'Minds + Machines GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'ntt', + 'description' => 'NIPPON TELEGRAPH AND TELEPHONE CORPORATION', + 'type' => 'generic', +], + [ + 'domain' => 'nu', + 'description' => 'Niue', + 'type' => 'country-code', +], + [ + 'domain' => 'nyc', + 'description' => 'The City of New York by and through the New York City Department of Information Technology & Telecommunications', + 'type' => 'generic', +], + [ + 'domain' => 'nz', + 'description' => 'New Zealand', + 'type' => 'country-code', +], + [ + 'domain' => 'obi', + 'description' => 'OBI Group Holding SE & Co. KGaA', + 'type' => 'generic', +], + [ + 'domain' => 'observer', + 'description' => 'Top Level Spectrum, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'off', + 'description' => 'Johnson Shareholdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'office', + 'description' => 'Microsoft Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'okinawa', + 'description' => 'BRregistry, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'olayan', + 'description' => 'Crescent Holding GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'olayangroup', + 'description' => 'Crescent Holding GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'oldnavy', + 'description' => 'The Gap, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ollo', + 'description' => 'Dish DBS Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'om', + 'description' => 'Oman [Sultanate of]', + 'type' => 'country-code', +], + [ + 'domain' => 'omega', + 'description' => 'The Swatch Group Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'one', + 'description' => 'One.com A/S', + 'type' => 'generic', +], + [ + 'domain' => 'ong', + 'description' => 'Public Interest Registry', + 'type' => 'generic', +], + [ + 'domain' => 'onl', + 'description' => 'I-REGISTRY Ltd., Niederlassung Deutschland', + 'type' => 'generic', +], + [ + 'domain' => 'online', + 'description' => 'DotOnline Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'onyourside', + 'description' => 'Nationwide Mutual Insurance Company', + 'type' => 'generic', +], + [ + 'domain' => 'ooo', + 'description' => 'INFIBEAM INCORPORATION LIMITED', + 'type' => 'generic', +], + [ + 'domain' => 'open', + 'description' => 'American Express Travel Related Services Company, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'oracle', + 'description' => 'Oracle Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'orange', + 'description' => 'Orange Brand Services Limited', + 'type' => 'generic', +], + [ + 'domain' => 'org', + 'description' => 'Non-profit organizations', + 'type' => 'generic', +], + [ + 'domain' => 'organic', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'orientexpress', + 'description' => 'Retired', + 'type' => 'generic', +], + [ + 'domain' => 'origins', + 'description' => 'The Estée Lauder Companies Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'osaka', + 'description' => 'Osaka Registry Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'otsuka', + 'description' => 'Otsuka Holdings Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'ott', + 'description' => 'Dish DBS Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'ovh', + 'description' => 'OVH SAS', + 'type' => 'generic', +], + [ + 'domain' => 'pa', + 'description' => 'Panama [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'page', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'pamperedchef', + 'description' => 'Not assigned', + 'type' => 'generic', +], + [ + 'domain' => 'panasonic', + 'description' => 'Panasonic Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'panerai', + 'description' => 'Richemont DNS Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'paris', + 'description' => 'City of Paris', + 'type' => 'generic', +], + [ + 'domain' => 'pars', + 'description' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', + 'type' => 'generic', +], + [ + 'domain' => 'partners', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'parts', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'party', + 'description' => 'Blue Sky Registry Limited', + 'type' => 'generic', +], + [ + 'domain' => 'passagens', + 'description' => 'Travel Reservations SRL', + 'type' => 'generic', +], + [ + 'domain' => 'pay', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'pccw', + 'description' => 'PCCW Enterprises Limited', + 'type' => 'generic', +], + [ + 'domain' => 'pe', + 'description' => 'Peru [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'pet', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'pf', + 'description' => 'French Polynesia and Clipperton Island', + 'type' => 'country-code', +], + [ + 'domain' => 'pfizer', + 'description' => 'Pfizer Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'pg', + 'description' => 'Papua New Guinea [Independent State of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ph', + 'description' => 'Philippines [Republic of the]', + 'type' => 'country-code', +], + [ + 'domain' => 'pharmacy', + 'description' => 'National Association of Boards of Pharmacy', + 'type' => 'generic', +], + [ + 'domain' => 'phd', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'philips', + 'description' => 'Koninklijke Philips N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'phone', + 'description' => 'Dish DBS Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'photo', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'photography', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'photos', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'physio', + 'description' => 'PhysBiz Pty Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'piaget', + 'description' => 'Richemont DNS Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'pics', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'pictet', + 'description' => 'Pictet Europe S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'pictures', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'pid', + 'description' => 'Top Level Spectrum, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'pin', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ping', + 'description' => 'Ping Registry Provider, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'pink', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'pioneer', + 'description' => 'Pioneer Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'pizza', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'pk', + 'description' => 'Pakistan [Islamic Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'pl', + 'description' => 'Poland [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'place', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'play', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'playstation', + 'description' => 'Sony Computer Entertainment Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'plumbing', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'plus', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'pm', + 'description' => 'Saint Pierre and Miquelon', + 'type' => 'country-code', +], + [ + 'domain' => 'pn', + 'description' => 'Pitcairn Islands [Pitcairn - Henderson - Ducie and Oeno Islands]', + 'type' => 'country-code', +], + [ + 'domain' => 'pnc', + 'description' => 'PNC Domain Co., LLC', + 'type' => 'generic', +], + [ + 'domain' => 'pohl', + 'description' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', + 'type' => 'generic', +], + [ + 'domain' => 'poker', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'politie', + 'description' => 'Politie Nederland', + 'type' => 'generic', +], + [ + 'domain' => 'porn', + 'description' => 'ICM Registry PN LLC', + 'type' => 'generic', +], + [ + 'domain' => 'post', + 'description' => 'Universal Postal Union', + 'type' => 'sponsored', +], + [ + 'domain' => 'pr', + 'description' => 'Puerto Rico [Commonwealth of]', + 'type' => 'country-code', +], + [ + 'domain' => 'pramerica', + 'description' => 'Prudential Financial, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'praxi', + 'description' => 'Praxi S.p.A.', + 'type' => 'generic', +], + [ + 'domain' => 'press', + 'description' => 'DotPress Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'prime', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'pro', + 'description' => 'Profession', + 'type' => 'generic-restricted', +], + [ + 'domain' => 'prod', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'productions', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'prof', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'progressive', + 'description' => 'Progressive Casualty Insurance Company', + 'type' => 'generic', +], + [ + 'domain' => 'promo', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'properties', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'property', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'protection', + 'description' => 'XYZ.COM LLC', + 'type' => 'generic', +], + [ + 'domain' => 'pru', + 'description' => 'Prudential Financial, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'prudential', + 'description' => 'Prudential Financial, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ps', + 'description' => 'Palestine [State of]', + 'type' => 'country-code', +], + [ + 'domain' => 'pt', + 'description' => 'Portugal [Portuguese Republic]', + 'type' => 'country-code', +], + [ + 'domain' => 'pub', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'pw', + 'description' => 'Palau [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'pwc', + 'description' => 'PricewaterhouseCoopers LLP', + 'type' => 'generic', +], + [ + 'domain' => 'py', + 'description' => 'Paraguay [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'qa', + 'description' => 'Qatar [State of]', + 'type' => 'country-code', +], + [ + 'domain' => 'qpon', + 'description' => 'dotCOOL, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'quebec', + 'description' => 'PointQuébec Inc', + 'type' => 'generic', +], + [ + 'domain' => 'quest', + 'description' => 'Quest ION Limited', + 'type' => 'generic', +], + [ + 'domain' => 'qvc', + 'description' => 'QVC, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'racing', + 'description' => 'Premier Registry Limited', + 'type' => 'generic', +], + [ + 'domain' => 'radio', + 'description' => 'European Broadcasting Union [EBU]', + 'type' => 'generic', +], + [ + 'domain' => 'raid', + 'description' => 'Johnson Shareholdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 're', + 'description' => 'Réunion', + 'type' => 'country-code', +], + [ + 'domain' => 'read', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'realestate', + 'description' => 'dotRealEstate LLC', + 'type' => 'generic', +], + [ + 'domain' => 'realtor', + 'description' => 'Real Estate Domains LLC', + 'type' => 'generic', +], + [ + 'domain' => 'realty', + 'description' => 'Fegistry, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'recipes', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'red', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'redstone', + 'description' => 'Redstone Haute Couture Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'redumbrella', + 'description' => 'Travelers TLD, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'rehab', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'reise', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'reisen', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'reit', + 'description' => 'National Association of Real Estate Investment Trusts, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'reliance', + 'description' => 'Reliance Industries Limited', + 'type' => 'generic', +], + [ + 'domain' => 'ren', + 'description' => 'Beijing Qianxiang Wangjing Technology Development Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'rent', + 'description' => 'XYZ.COM LLC', + 'type' => 'generic', +], + [ + 'domain' => 'rentals', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'repair', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'report', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'republican', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'rest', + 'description' => 'Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable', + 'type' => 'generic', +], + [ + 'domain' => 'restaurant', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'review', + 'description' => 'dot Review Limited', + 'type' => 'generic', +], + [ + 'domain' => 'reviews', + 'description' => 'United TLD Holdco, Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'rexroth', + 'description' => 'Robert Bosch GMBH', + 'type' => 'generic', +], + [ + 'domain' => 'rich', + 'description' => 'I-REGISTRY Ltd., Niederlassung Deutschland', + 'type' => 'generic', +], + [ + 'domain' => 'richardli', + 'description' => 'Pacific Century Asset Management [HK] Limited', + 'type' => 'generic', +], + [ + 'domain' => 'ricoh', + 'description' => 'Ricoh Company, Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'rightathome', + 'description' => 'Johnson Shareholdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ril', + 'description' => 'Reliance Industries Limited', + 'type' => 'generic', +], + [ + 'domain' => 'rio', + 'description' => 'Empresa Municipal de Informática SA - IPLANRIO', + 'type' => 'generic', +], + [ + 'domain' => 'rip', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'rmit', + 'description' => 'Royal Melbourne Institute of Technology', + 'type' => 'generic', +], + [ + 'domain' => 'ro', + 'description' => 'Romania', + 'type' => 'country-code', +], + [ + 'domain' => 'rocher', + 'description' => 'Ferrero Trading Lux S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'rocks', + 'description' => 'United TLD Holdco, LTD.', + 'type' => 'generic', +], + [ + 'domain' => 'rodeo', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'rogers', + 'description' => 'Rogers Communications Canada Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'room', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'rs', + 'description' => 'Serbia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'rsvp', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ru', + 'description' => 'Russia [Russian Federation]', + 'type' => 'country-code', +], + [ + 'domain' => 'rugby', + 'description' => 'World Rugby Strategic Developments Limited', + 'type' => 'generic', +], + [ + 'domain' => 'ruhr', + 'description' => 'regiodot GmbH & Co. KG', + 'type' => 'generic', +], + [ + 'domain' => 'run', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'rw', + 'description' => 'Rwanda [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'rwe', + 'description' => 'RWE AG', + 'type' => 'generic', +], + [ + 'domain' => 'ryukyu', + 'description' => 'BRregistry, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'sa', + 'description' => 'Saudi Arabia [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'saarland', + 'description' => 'dotSaarland GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'safe', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'safety', + 'description' => 'Safety Registry Services, LLC.', + 'type' => 'generic', +], + [ + 'domain' => 'sakura', + 'description' => 'SAKURA Internet Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'sale', + 'description' => 'United TLD Holdco, Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'salon', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'samsclub', + 'description' => 'Wal-Mart Stores, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'samsung', + 'description' => 'SAMSUNG SDS CO., LTD', + 'type' => 'generic', +], + [ + 'domain' => 'sandvik', + 'description' => 'Sandvik AB', + 'type' => 'generic', +], + [ + 'domain' => 'sandvikcoromant', + 'description' => 'Sandvik AB', + 'type' => 'generic', +], + [ + 'domain' => 'sanofi', + 'description' => 'Sanofi', + 'type' => 'generic', +], + [ + 'domain' => 'sap', + 'description' => 'SAP AG', + 'type' => 'generic', +], + [ + 'domain' => 'sapo', + 'description' => 'Not assigned', + 'type' => 'generic', +], + [ + 'domain' => 'sarl', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'sas', + 'description' => 'Research IP LLC', + 'type' => 'generic', +], + [ + 'domain' => 'save', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'saxo', + 'description' => 'Saxo Bank A/S', + 'type' => 'generic', +], + [ + 'domain' => 'sb', + 'description' => 'Solomon Islands', + 'type' => 'country-code', +], + [ + 'domain' => 'sbi', + 'description' => 'STATE BANK OF INDIA', + 'type' => 'generic', +], + [ + 'domain' => 'sbs', + 'description' => 'SPECIAL BROADCASTING SERVICE CORPORATION', + 'type' => 'generic', +], + [ + 'domain' => 'sc', + 'description' => 'Seychelles [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'sca', + 'description' => 'SVENSKA CELLULOSA AKTIEBOLAGET SCA [publ]', + 'type' => 'generic', +], + [ + 'domain' => 'scb', + 'description' => 'The Siam Commercial Bank Public Company Limited ["SCB"]', + 'type' => 'generic', +], + [ + 'domain' => 'schaeffler', + 'description' => 'Schaeffler Technologies AG & Co. KG', + 'type' => 'generic', +], + [ + 'domain' => 'schmidt', + 'description' => 'SALM S.A.S.', + 'type' => 'generic', +], + [ + 'domain' => 'scholarships', + 'description' => 'Scholarships.com, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'school', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'schule', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'schwarz', + 'description' => 'Schwarz Domains und Services GmbH & Co. KG', + 'type' => 'generic', +], + [ + 'domain' => 'science', + 'description' => 'dot Science Limited', + 'type' => 'generic', +], + [ + 'domain' => 'scjohnson', + 'description' => 'Johnson Shareholdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'scor', + 'description' => 'SCOR SE', + 'type' => 'generic', +], + [ + 'domain' => 'scot', + 'description' => 'Dot Scot Registry Limited', + 'type' => 'generic', +], + [ + 'domain' => 'sd', + 'description' => 'Sudan [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'se', + 'description' => 'Sweden [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'search', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'seat', + 'description' => 'SEAT, S.A. [Sociedad Unipersonal]', + 'type' => 'generic', +], + [ + 'domain' => 'secure', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'security', + 'description' => 'XYZ.COM LLC', + 'type' => 'generic', +], + [ + 'domain' => 'seek', + 'description' => 'Seek Limited', + 'type' => 'generic', +], + [ + 'domain' => 'select', + 'description' => 'iSelect Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'sener', + 'description' => 'Sener Ingeniería y Sistemas, S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'services', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'ses', + 'description' => 'SES', + 'type' => 'generic', +], + [ + 'domain' => 'seven', + 'description' => 'Seven West Media Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'sew', + 'description' => 'SEW-EURODRIVE GmbH & Co KG', + 'type' => 'generic', +], + [ + 'domain' => 'sex', + 'description' => 'ICM Registry SX LLC', + 'type' => 'generic', +], + [ + 'domain' => 'sexy', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'sfr', + 'description' => 'Societe Francaise du Radiotelephone - SFR', + 'type' => 'generic', +], + [ + 'domain' => 'sg', + 'description' => 'Singapore [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'sh', + 'description' => 'Saint Helena', + 'type' => 'country-code', +], + [ + 'domain' => 'shangrila', + 'description' => 'Shangri‐La International Hotel Management Limited', + 'type' => 'generic', +], + [ + 'domain' => 'sharp', + 'description' => 'Sharp Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'shaw', + 'description' => 'Shaw Cablesystems G.P.', + 'type' => 'generic', +], + [ + 'domain' => 'shell', + 'description' => 'Shell Information Technology International Inc', + 'type' => 'generic', +], + [ + 'domain' => 'shia', + 'description' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', + 'type' => 'generic', +], + [ + 'domain' => 'shiksha', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => 'shoes', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'shop', + 'description' => 'GMO Registry, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'shopping', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'shouji', + 'description' => 'QIHOO 360 TECHNOLOGY CO. LTD.', + 'type' => 'generic', +], + [ + 'domain' => 'show', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'showtime', + 'description' => 'CBS Domains Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'shriram', + 'description' => 'Shriram Capital Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'si', + 'description' => 'Slovenia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'silk', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'sina', + 'description' => 'Sina Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'singles', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'site', + 'description' => 'DotSite Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'sj', + 'description' => 'Svalbard and Jan Mayen {not in use - see also: .no}', + 'type' => 'country-code', +], + [ + 'domain' => 'sk', + 'description' => 'Slovakia [Slovak Republic]', + 'type' => 'country-code', +], + [ + 'domain' => 'ski', + 'description' => 'STARTING DOT LIMITED', + 'type' => 'generic', +], + [ + 'domain' => 'skin', + 'description' => 'L\'Oréal', + 'type' => 'generic', +], + [ + 'domain' => 'sky', + 'description' => 'Sky International AG', + 'type' => 'generic', +], + [ + 'domain' => 'skype', + 'description' => 'Microsoft Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'sl', + 'description' => 'Sierra Leone [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'sling', + 'description' => 'Hughes Satellite Systems Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'sm', + 'description' => 'San Marino [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'smart', + 'description' => 'Smart Communications, Inc. [SMART]', + 'type' => 'generic', +], + [ + 'domain' => 'smile', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'sn', + 'description' => 'Senegal [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'sncf', + 'description' => 'SNCF [Société Nationale des Chemins de fer Francais]', + 'type' => 'generic', +], + [ + 'domain' => 'so', + 'description' => 'Somalia [Federal Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'soccer', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'social', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'softbank', + 'description' => 'SoftBank Group Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'software', + 'description' => 'United TLD Holdco, Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'sohu', + 'description' => 'Sohu.com Limited', + 'type' => 'generic', +], + [ + 'domain' => 'solar', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'solutions', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'song', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'sony', + 'description' => 'Sony Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'soy', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'space', + 'description' => 'DotSpace Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'spiegel', + 'description' => 'SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG', + 'type' => 'generic', +], + [ + 'domain' => 'sport', + 'description' => 'Global Association of International Sports Federations [GAISF]', + 'type' => 'generic', +], + [ + 'domain' => 'spot', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'spreadbetting', + 'description' => 'DOTSPREADBETTING REGISTRY LTD', + 'type' => 'generic', +], + [ + 'domain' => 'sr', + 'description' => 'Suriname [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'srl', + 'description' => 'InterNetX Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'srt', + 'description' => 'FCA US LLC.', + 'type' => 'generic', +], + [ + 'domain' => 'ss', + 'description' => 'South Sudan [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'st', + 'description' => 'São Tomé and Príncipe [Democratic Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'stada', + 'description' => 'STADA Arzneimittel AG', + 'type' => 'generic', +], + [ + 'domain' => 'staples', + 'description' => 'Staples, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'star', + 'description' => 'Star India Private Limited', + 'type' => 'generic', +], + [ + 'domain' => 'starhub', + 'description' => 'StarHub Limited', + 'type' => 'generic', +], + [ + 'domain' => 'statebank', + 'description' => 'STATE BANK OF INDIA', + 'type' => 'generic', +], + [ + 'domain' => 'statefarm', + 'description' => 'State Farm Mutual Automobile Insurance Company', + 'type' => 'generic', +], + [ + 'domain' => 'statoil', + 'description' => 'Statoil ASA', + 'type' => 'generic', +], + [ + 'domain' => 'stc', + 'description' => 'Saudi Telecom Company', + 'type' => 'generic', +], + [ + 'domain' => 'stcgroup', + 'description' => 'Saudi Telecom Company', + 'type' => 'generic', +], + [ + 'domain' => 'stockholm', + 'description' => 'Stockholms kommun', + 'type' => 'generic', +], + [ + 'domain' => 'storage', + 'description' => 'XYZ.COM LLC', + 'type' => 'generic', +], + [ + 'domain' => 'store', + 'description' => 'DotStore Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'stream', + 'description' => 'dot Stream Limited', + 'type' => 'generic', +], + [ + 'domain' => 'studio', + 'description' => 'United TLD Holdco Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'study', + 'description' => 'OPEN UNIVERSITIES AUSTRALIA PTY LTD', + 'type' => 'generic', +], + [ + 'domain' => 'style', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'su', + 'description' => 'Soviet Union [Union of Soviet Socialist Republics]', + 'type' => 'country-code', +], + [ + 'domain' => 'sucks', + 'description' => 'Vox Populi Registry Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'supplies', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'supply', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'support', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'surf', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'surgery', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'suzuki', + 'description' => 'SUZUKI MOTOR CORPORATION', + 'type' => 'generic', +], + [ + 'domain' => 'sv', + 'description' => 'El Salvador [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'swatch', + 'description' => 'The Swatch Group Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'swiftcover', + 'description' => 'Swiftcover Insurance Services Limited', + 'type' => 'generic', +], + [ + 'domain' => 'swiss', + 'description' => 'Swiss Confederation', + 'type' => 'generic', +], + [ + 'domain' => 'sx', + 'description' => 'Sint Maarten', + 'type' => 'country-code', +], + [ + 'domain' => 'sy', + 'description' => 'Syria [Syrian Arab Republic]', + 'type' => 'country-code', +], + [ + 'domain' => 'sydney', + 'description' => 'State of New South Wales, Department of Premier and Cabinet', + 'type' => 'generic', +], + [ + 'domain' => 'symantec', + 'description' => 'Symantec Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'systems', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'sz', + 'description' => 'Swaziland [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'tab', + 'description' => 'Tabcorp Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'taipei', + 'description' => 'Taipei City Government', + 'type' => 'generic', +], + [ + 'domain' => 'talk', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'taobao', + 'description' => 'Alibaba Group Holding Limited', + 'type' => 'generic', +], + [ + 'domain' => 'target', + 'description' => 'Target Domain Holdings, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'tatamotors', + 'description' => 'Tata Motors Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'tatar', + 'description' => 'Limited Liability Company "Coordination Center of Regional Domain of Tatarstan Republic"', + 'type' => 'generic', +], + [ + 'domain' => 'tattoo', + 'description' => 'Uniregistry, Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'tax', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'taxi', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'tc', + 'description' => 'Turks and Caicos Islands', + 'type' => 'country-code', +], + [ + 'domain' => 'tci', + 'description' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', + 'type' => 'generic', +], + [ + 'domain' => 'td', + 'description' => 'Chad [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'tdk', + 'description' => 'TDK Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'team', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'tech', + 'description' => 'Dot Tech LLC', + 'type' => 'generic', +], + [ + 'domain' => 'technology', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'tel', + 'description' => 'Telephone', + 'type' => 'sponsored', +], + [ + 'domain' => 'telecity', + 'description' => 'TelecityGroup International Limited', + 'type' => 'generic', +], + [ + 'domain' => 'telefonica', + 'description' => 'Telefónica S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'temasek', + 'description' => 'Temasek Holdings [Private] Limited', + 'type' => 'generic', +], + [ + 'domain' => 'tennis', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'teva', + 'description' => 'Teva Pharmaceutical Industries Limited', + 'type' => 'generic', +], + [ + 'domain' => 'tf', + 'description' => 'French Southern and Antarctic Lands [Territory of the]', + 'type' => 'country-code', +], + [ + 'domain' => 'tg', + 'description' => 'Togo [Togolese Republic]', + 'type' => 'country-code', +], + [ + 'domain' => 'th', + 'description' => 'Thailand [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'thd', + 'description' => 'Home Depot Product Authority, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'theater', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'theatre', + 'description' => 'XYZ.COM LLC', + 'type' => 'generic', +], + [ + 'domain' => 'tiaa', + 'description' => 'Teachers Insurance and Annuity Association of America', + 'type' => 'generic', +], + [ + 'domain' => 'tickets', + 'description' => 'Accent Media Limited', + 'type' => 'generic', +], + [ + 'domain' => 'tienda', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'tiffany', + 'description' => 'Tiffany and Company', + 'type' => 'generic', +], + [ + 'domain' => 'tips', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'tires', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'tirol', + 'description' => 'punkt Tirol GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'tj', + 'description' => 'Tajikistan [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'tjmaxx', + 'description' => 'The TJX Companies, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'tjx', + 'description' => 'The TJX Companies, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'tk', + 'description' => 'Tokelau', + 'type' => 'country-code', +], + [ + 'domain' => 'tkmaxx', + 'description' => 'The TJX Companies, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'tl', + 'description' => 'Timor-Leste [Democratic Republic of] [East Timor]', + 'type' => 'country-code', +], + [ + 'domain' => 'tm', + 'description' => 'Turkmenistan', + 'type' => 'country-code', +], + [ + 'domain' => 'tmall', + 'description' => 'Alibaba Group Holding Limited', + 'type' => 'generic', +], + [ + 'domain' => 'tn', + 'description' => 'Tunisia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'to', + 'description' => 'Tonga [Kingdom of]', + 'type' => 'country-code', +], + [ + 'domain' => 'today', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'tokyo', + 'description' => 'GMO Registry, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'tools', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'top', + 'description' => 'Jiangsu Bangning Science & Technology Co.,Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'toray', + 'description' => 'Toray Industries, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'toshiba', + 'description' => 'TOSHIBA Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'total', + 'description' => 'Total SA', + 'type' => 'generic', +], + [ + 'domain' => 'tours', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'town', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'toyota', + 'description' => 'TOYOTA MOTOR CORPORATION', + 'type' => 'generic', +], + [ + 'domain' => 'toys', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'tp', + 'description' => 'Timor-Leste [Democratic Republic of] [East Timor] {being phased out - also see: .tl}', + 'type' => 'country-code', +], + [ + 'domain' => 'tr', + 'description' => 'Turkey [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'trade', + 'description' => 'Elite Registry Limited', + 'type' => 'generic', +], + [ + 'domain' => 'trading', + 'description' => 'DOTTRADING REGISTRY LTD', + 'type' => 'generic', +], + [ + 'domain' => 'training', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'travel', + 'description' => 'Travel', + 'type' => 'sponsored', +], + [ + 'domain' => 'travelchannel', + 'description' => 'Lifestyle Domain Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'travelers', + 'description' => 'Travelers TLD, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'travelersinsurance', + 'description' => 'Travelers TLD, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'trust', + 'description' => 'Artemis Internet Inc', + 'type' => 'generic', +], + [ + 'domain' => 'trv', + 'description' => 'Travelers TLD, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'tt', + 'description' => 'Trinidad and Tobago [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'tube', + 'description' => 'Latin American Telecom LLC', + 'type' => 'generic', +], + [ + 'domain' => 'tui', + 'description' => 'TUI AG', + 'type' => 'generic', +], + [ + 'domain' => 'tunes', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'tushu', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'tv', + 'description' => 'Tuvalu', + 'type' => 'country-code', +], + [ + 'domain' => 'tvs', + 'description' => 'T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED', + 'type' => 'generic', +], + [ + 'domain' => 'tw', + 'description' => 'Taiwan [Republic of China]', + 'type' => 'country-code', +], + [ + 'domain' => 'tz', + 'description' => 'Tanzania [United Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'ua', + 'description' => 'Ukraine', + 'type' => 'country-code', +], + [ + 'domain' => 'ubank', + 'description' => 'National Australia Bank Limited', + 'type' => 'generic', +], + [ + 'domain' => 'ubs', + 'description' => 'UBS AG', + 'type' => 'generic', +], + [ + 'domain' => 'uconnect', + 'description' => 'FCA US LLC.', + 'type' => 'generic', +], + [ + 'domain' => 'ug', + 'description' => 'Uganda [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'uk', + 'description' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', + 'type' => 'country-code', +], + [ + 'domain' => 'um', + 'description' => 'United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}', + 'type' => 'country-code', +], + [ + 'domain' => 'unicom', + 'description' => 'China United Network Communications Corporation Limited', + 'type' => 'generic', +], + [ + 'domain' => 'university', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'uno', + 'description' => 'Dot Latin LLC', + 'type' => 'generic', +], + [ + 'domain' => 'uol', + 'description' => 'UBN INTERNET LTDA.', + 'type' => 'generic', +], + [ + 'domain' => 'ups', + 'description' => 'UPS Market Driver, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'us', + 'description' => 'United States of America and United States Minor Outlying Islands', + 'type' => 'country-code', +], + [ + 'domain' => 'uy', + 'description' => 'Uruguay [Oriental Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'uz', + 'description' => 'Uzbekistan [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'va', + 'description' => 'Vatican City [Vatican City State]', + 'type' => 'country-code', +], + [ + 'domain' => 'vacations', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'vana', + 'description' => 'Lifestyle Domain Holdings, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'vanguard', + 'description' => 'The Vanguard Group, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'vc', + 'description' => 'Saint Vincent and the Grenadines', + 'type' => 'country-code', +], + [ + 'domain' => 've', + 'description' => 'Venezuela [Bolivarian Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'vegas', + 'description' => 'Dot Vegas, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ventures', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'verisign', + 'description' => 'VeriSign, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'versicherung', + 'description' => 'TLD-BOX Registrydienstleistungen GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'vet', + 'description' => 'United TLD Holdco, Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'vg', + 'description' => 'British Virgin Islands [Virgin Islands]', + 'type' => 'country-code', +], + [ + 'domain' => 'vi', + 'description' => 'United States Virgin Islands [United States Virgin Islands]', + 'type' => 'country-code', +], + [ + 'domain' => 'viajes', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'video', + 'description' => 'United TLD Holdco, Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'vig', + 'description' => 'VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe', + 'type' => 'generic', +], + [ + 'domain' => 'viking', + 'description' => 'Viking River Cruises [Bermuda] Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'villas', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'vin', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'vip', + 'description' => 'Minds + Machines Group Limited', + 'type' => 'generic', +], + [ + 'domain' => 'virgin', + 'description' => 'Virgin Enterprises Limited', + 'type' => 'generic', +], + [ + 'domain' => 'visa', + 'description' => 'Visa Worldwide Pte. Limited', + 'type' => 'generic', +], + [ + 'domain' => 'vision', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'vista', + 'description' => 'Vistaprint Limited', + 'type' => 'generic', +], + [ + 'domain' => 'vistaprint', + 'description' => 'Vistaprint Limited', + 'type' => 'generic', +], + [ + 'domain' => 'viva', + 'description' => 'Saudi Telecom Company', + 'type' => 'generic', +], + [ + 'domain' => 'vivo', + 'description' => 'Telefonica Brasil S.A.', + 'type' => 'generic', +], + [ + 'domain' => 'vlaanderen', + 'description' => 'DNS.be vzw', + 'type' => 'generic', +], + [ + 'domain' => 'vn', + 'description' => 'Vietnam [Socialist Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'vodka', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'volkswagen', + 'description' => 'Volkswagen Group of America Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'volvo', + 'description' => 'Volvo Holding Sverige Aktiebolag', + 'type' => 'generic', +], + [ + 'domain' => 'vote', + 'description' => 'Monolith Registry LLC', + 'type' => 'generic', +], + [ + 'domain' => 'voting', + 'description' => 'Valuetainment Corp.', + 'type' => 'generic', +], + [ + 'domain' => 'voto', + 'description' => 'Monolith Registry LLC', + 'type' => 'generic', +], + [ + 'domain' => 'voyage', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'vu', + 'description' => 'Vanuatu [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'vuelos', + 'description' => 'Travel Reservations SRL', + 'type' => 'generic', +], + [ + 'domain' => 'wales', + 'description' => 'Nominet UK', + 'type' => 'generic', +], + [ + 'domain' => 'walmart', + 'description' => 'Wal-Mart Stores, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'walter', + 'description' => 'Sandvik AB', + 'type' => 'generic', +], + [ + 'domain' => 'wang', + 'description' => 'Zodiac Wang Limited', + 'type' => 'generic', +], + [ + 'domain' => 'wanggou', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'warman', + 'description' => 'Weir Group IP Limited', + 'type' => 'generic', +], + [ + 'domain' => 'watch', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'watches', + 'description' => 'Richemont DNS Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'weather', + 'description' => 'International Business Machines Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'weatherchannel', + 'description' => 'International Business Machines Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'webcam', + 'description' => 'dot Webcam Limited', + 'type' => 'generic', +], + [ + 'domain' => 'weber', + 'description' => 'Saint-Gobain Weber SA', + 'type' => 'generic', +], + [ + 'domain' => 'website', + 'description' => 'DotWebsite Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'wed', + 'description' => 'Emergency Back-End Registry Operator Program - ICANN', + 'type' => 'generic', +], + [ + 'domain' => 'wedding', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'weibo', + 'description' => 'Sina Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'weir', + 'description' => 'Weir Group IP Limited', + 'type' => 'generic', +], + [ + 'domain' => 'wf', + 'description' => 'Wallis and Futuna [Territory of the Wallis and Futuna Islands]', + 'type' => 'country-code', +], + [ + 'domain' => 'whoswho', + 'description' => 'Who\'s Who Registry', + 'type' => 'generic', +], + [ + 'domain' => 'wien', + 'description' => 'punkt.wien GmbH', + 'type' => 'generic', +], + [ + 'domain' => 'wiki', + 'description' => 'Top Level Design, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'williamhill', + 'description' => 'William Hill Organization Limited', + 'type' => 'generic', +], + [ + 'domain' => 'win', + 'description' => 'First Registry Limited', + 'type' => 'generic', +], + [ + 'domain' => 'windows', + 'description' => 'Microsoft Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'wine', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'winners', + 'description' => 'The TJX Companies, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'wme', + 'description' => 'William Morris Endeavor Entertainment, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'wolterskluwer', + 'description' => 'Wolters Kluwer N.V.', + 'type' => 'generic', +], + [ + 'domain' => 'woodside', + 'description' => 'Woodside Petroleum Limited', + 'type' => 'generic', +], + [ + 'domain' => 'work', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'works', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'world', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'wow', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ws', + 'description' => 'Samoa [Independent State of]', + 'type' => 'country-code', +], + [ + 'domain' => 'wtc', + 'description' => 'World Trade Centers Association, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'wtf', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'xbox', + 'description' => 'Microsoft Corporation', + 'type' => 'generic', +], + [ + 'domain' => 'xerox', + 'description' => 'Xerox DNHC LLC', + 'type' => 'generic', +], + [ + 'domain' => 'xfinity', + 'description' => 'Comcast IP Holdings I, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'xihuan', + 'description' => 'QIHOO 360 TECHNOLOGY CO. LTD.', + 'type' => 'generic', +], + [ + 'domain' => 'xin', + 'description' => 'Elegant Leader Limited', + 'type' => 'generic', +], + [ + 'domain' => '测试', + 'description' => 'Internet Assigned Numbers Authority', + 'type' => 'test', +], + [ + 'domain' => 'कॉम', + 'description' => 'VeriSign Sarl', + 'type' => 'generic', +], + [ + 'domain' => 'परीक्षा', + 'description' => 'Internet Assigned Numbers Authority', + 'type' => 'test', +], + [ + 'domain' => 'セール', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => '佛山', + 'description' => 'Guangzhou YU Wei Information Technology Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'ಭಾರತ', + 'description' => 'National Internet eXchange of India', + 'type' => 'country-code', +], + [ + 'domain' => '慈善', + 'description' => 'Excellent First Limited', + 'type' => 'generic', +], + [ + 'domain' => '集团', + 'description' => 'Eagle Horizon Limited', + 'type' => 'generic', +], + [ + 'domain' => '在线', + 'description' => 'TLD REGISTRY LIMITED', + 'type' => 'generic', +], + [ + 'domain' => '한국', + 'description' => 'KISA [Korea Internet & Security Agency]', + 'type' => 'country-code', +], + [ + 'domain' => 'ଭାରତ', + 'description' => 'National Internet eXchange of India', + 'type' => 'country-code', +], + [ + 'domain' => '大众汽车', + 'description' => 'Volkswagen [China] Investment Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => '点看', + 'description' => 'VeriSign Sarl', + 'type' => 'generic', +], + [ + 'domain' => 'คอม', + 'description' => 'VeriSign Sarl', + 'type' => 'generic', +], + [ + 'domain' => 'ভাৰত', + 'description' => 'National Internet eXchange of India', + 'type' => 'country-code', +], + [ + 'domain' => 'ভারত', + 'description' => 'National Internet Exchange of India', + 'type' => 'country-code', +], + [ + 'domain' => '八卦', + 'description' => 'Zodiac Gemini Ltd', + 'type' => 'generic', +], + [ + 'domain' => '‏موقع‎', + 'description' => 'Suhub Electronic Establishment', + 'type' => 'generic', +], + [ + 'domain' => 'বাংলা', + 'description' => 'Posts and Telecommunications Division', + 'type' => 'country-code', +], + [ + 'domain' => '公益', + 'description' => 'China Organizational Name Administration Center', + 'type' => 'generic', +], + [ + 'domain' => '公司', + 'description' => 'Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)', + 'type' => 'generic', +], + [ + 'domain' => '香格里拉', + 'description' => 'Shangri‐La International Hotel Management Limited', + 'type' => 'generic', +], + [ + 'domain' => '网站', + 'description' => 'Global Website TLD Asia Limited', + 'type' => 'generic', +], + [ + 'domain' => '移动', + 'description' => 'Afilias plc', + 'type' => 'generic', +], + [ + 'domain' => '我爱你', + 'description' => 'Tycoon Treasure Limited', + 'type' => 'generic', +], + [ + 'domain' => 'москва', + 'description' => 'Foundation for Assistance for Internet Technologies and Infrastructure Development [FAITID]', + 'type' => 'generic', +], + [ + 'domain' => 'испытание', + 'description' => 'Internet Assigned Numbers Authority', + 'type' => 'test', +], + [ + 'domain' => 'қаз', + 'description' => 'Association of IT Companies of Kazakhstan', + 'type' => 'country-code', +], + [ + 'domain' => 'католик', + 'description' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + 'type' => 'generic', +], + [ + 'domain' => 'онлайн', + 'description' => 'CORE Association', + 'type' => 'generic', +], + [ + 'domain' => 'сайт', + 'description' => 'CORE Association', + 'type' => 'generic', +], + [ + 'domain' => '联通', + 'description' => 'China United Network Communications Corporation Limited', + 'type' => 'generic', +], + [ + 'domain' => 'срб', + 'description' => 'Serbian National Internet Domain Registry [RNIDS]', + 'type' => 'country-code', +], + [ + 'domain' => 'бг', + 'description' => 'Imena.BG AD', + 'type' => 'country-code', +], + [ + 'domain' => 'бел', + 'description' => 'Reliable Software, Ltd.', + 'type' => 'country-code', +], + [ + 'domain' => '‏קום‎', + 'description' => 'VeriSign Sarl', + 'type' => 'generic', +], + [ + 'domain' => '时尚', + 'description' => 'RISE VICTORY LIMITED', + 'type' => 'generic', +], + [ + 'domain' => '微博', + 'description' => 'Sina Corporation', + 'type' => 'generic', +], + [ + 'domain' => '테스트', + 'description' => 'Internet Assigned Numbers Authority', + 'type' => 'test', +], + [ + 'domain' => '淡马锡', + 'description' => 'Temasek Holdings [Private] Limited', + 'type' => 'generic', +], + [ + 'domain' => 'ファッション', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'орг', + 'description' => 'Public Interest Registry', + 'type' => 'generic', +], + [ + 'domain' => 'नेट', + 'description' => 'VeriSign Sarl', + 'type' => 'generic', +], + [ + 'domain' => 'ストア', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => '삼성', + 'description' => 'SAMSUNG SDS CO., LTD', + 'type' => 'generic', +], + [ + 'domain' => 'சிங்கப்பூர்', + 'description' => 'Singapore Network Information Centre [SGNIC] Pte Ltd', + 'type' => 'country-code', +], + [ + 'domain' => '商标', + 'description' => 'HU YI GLOBAL INFORMATION RESOURCES[HOLDING] COMPANY.HONGKONG LIMITED', + 'type' => 'generic', +], + [ + 'domain' => '商店', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => '商城', + 'description' => 'Zodiac Aquarius Limited', + 'type' => 'generic', +], + [ + 'domain' => 'дети', + 'description' => 'The Foundation for Network Initiatives “The Smart Internet”', + 'type' => 'generic', +], + [ + 'domain' => 'мкд', + 'description' => 'Macedonian Academic Research Network Skopje', + 'type' => 'country-code', +], + [ + 'domain' => '‏טעסט‎', + 'description' => 'Internet Assigned Numbers Authority', + 'type' => 'test', +], + [ + 'domain' => 'ею', + 'description' => 'EURid vzw/asbl', + 'type' => 'country-code', +], + [ + 'domain' => 'ポイント', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => '新闻', + 'description' => 'Guangzhou YU Wei Information and Technology Co.,Ltd', + 'type' => 'generic', +], + [ + 'domain' => '工行', + 'description' => 'Industrial and Commercial Bank of China Limited', + 'type' => 'generic', +], + [ + 'domain' => '家電', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => '‏كوم‎', + 'description' => 'VeriSign Sarl', + 'type' => 'generic', +], + [ + 'domain' => '中文网', + 'description' => 'TLD REGISTRY LIMITED', + 'type' => 'generic', +], + [ + 'domain' => '中信', + 'description' => 'CITIC Group Corporation', + 'type' => 'generic', +], + [ + 'domain' => '中国', + 'description' => 'China Internet Network Information Center [CNNIC]', + 'type' => 'country-code', +], + [ + 'domain' => '中國', + 'description' => 'China Internet Network Information Center [CNNIC]', + 'type' => 'country-code', +], + [ + 'domain' => '娱乐', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => '谷歌', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'భారత్', + 'description' => 'National Internet Exchange of India', + 'type' => 'country-code', +], + [ + 'domain' => 'ලංකා', + 'description' => 'LK Domain Registry', + 'type' => 'country-code', +], + [ + 'domain' => '電訊盈科', + 'description' => 'PCCW Enterprises Limited', + 'type' => 'generic', +], + [ + 'domain' => '购物', + 'description' => 'Minds + Machines Group Limited', + 'type' => 'generic', +], + [ + 'domain' => '測試', + 'description' => 'Internet Assigned Numbers Authority', + 'type' => 'test', +], + [ + 'domain' => 'クラウド', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ભારત', + 'description' => 'National Internet Exchange of India', + 'type' => 'country-code', +], + [ + 'domain' => '通販', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'भारतम्', + 'description' => 'National Internet eXchange of India', + 'type' => 'country-code', +], + [ + 'domain' => 'भारत', + 'description' => 'National Internet Exchange of India', + 'type' => 'country-code', +], + [ + 'domain' => 'भारोत', + 'description' => 'National Internet eXchange of India', + 'type' => 'country-code', +], + [ + 'domain' => '‏آزمایشی‎', + 'description' => 'Internet Assigned Numbers Authority', + 'type' => 'test', +], + [ + 'domain' => 'பரிட்சை', + 'description' => 'Internet Assigned Numbers Authority', + 'type' => 'test', +], + [ + 'domain' => '网店', + 'description' => 'Zodiac Taurus Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'संगठन', + 'description' => 'Public Interest Registry', + 'type' => 'generic', +], + [ + 'domain' => '餐厅', + 'description' => 'HU YI GLOBAL INFORMATION RESOURCES [HOLDING] COMPANY. HONGKONG LIMITED', + 'type' => 'generic', +], + [ + 'domain' => '网络', + 'description' => 'Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)', + 'type' => 'generic', +], + [ + 'domain' => 'ком', + 'description' => 'VeriSign Sarl', + 'type' => 'generic', +], + [ + 'domain' => 'укр', + 'description' => 'Ukrainian Network Information Centre [UANIC], Inc.', + 'type' => 'country-code', +], + [ + 'domain' => '香港', + 'description' => 'Hong Kong Internet Registration Corporation Ltd.', + 'type' => 'country-code', +], + [ + 'domain' => '诺基亚', + 'description' => 'Nokia Corporation', + 'type' => 'generic', +], + [ + 'domain' => '食品', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'δοκιμή', + 'description' => 'Internet Assigned Numbers Authority', + 'type' => 'test', +], + [ + 'domain' => '飞利浦', + 'description' => 'Koninklijke Philips N.V.', + 'type' => 'generic', +], + [ + 'domain' => '‏إختبار‎', + 'description' => 'Internet Assigned Numbers Authority', + 'type' => 'test', +], + [ + 'domain' => '台湾', + 'description' => 'Taiwan Network Information Center [TWNIC]', + 'type' => 'country-code', +], + [ + 'domain' => '台灣', + 'description' => 'Taiwan Network Information Center [TWNIC]', + 'type' => 'country-code', +], + [ + 'domain' => '手表', + 'description' => 'Richemont DNS Inc.', + 'type' => 'generic', +], + [ + 'domain' => '手机', + 'description' => 'Beijing RITT-Net Technology Development Co., Ltd', + 'type' => 'generic', +], + [ + 'domain' => 'мон', + 'description' => 'Datacom Co.,Ltd', + 'type' => 'country-code', +], + [ + 'domain' => '‏الجزائر‎', + 'description' => 'CERIST', + 'type' => 'country-code', +], + [ + 'domain' => '‏عمان‎', + 'description' => 'Telecommunications Regulatory Authority [TRA]', + 'type' => 'country-code', +], + [ + 'domain' => '‏ارامكو‎', + 'description' => 'Aramco Services Company', + 'type' => 'generic', +], + [ + 'domain' => '‏ایران‎', + 'description' => 'Institute for Research in Fundamental Sciences [IPM]', + 'type' => 'country-code', +], + [ + 'domain' => '‏العليان‎', + 'description' => 'Crescent Holding GmbH', + 'type' => 'generic', +], + [ + 'domain' => '‏اتصالات‎', + 'description' => 'Emirates Telecommunications Corporation [trading as Etisalat]', + 'type' => 'generic', +], + [ + 'domain' => '‏امارات‎', + 'description' => 'Telecommunications Regulatory Authority [TRA]', + 'type' => 'country-code', +], + [ + 'domain' => '‏بازار‎', + 'description' => 'CORE Association', + 'type' => 'generic', +], + [ + 'domain' => '‏موريتانيا‎', + 'description' => 'Not assigned', + 'type' => 'country-code', +], + [ + 'domain' => '‏پاکستان‎', + 'description' => 'National Telecommunication Corporation', + 'type' => 'country-code', +], + [ + 'domain' => '‏الاردن‎', + 'description' => 'National Information Technology Center [NITC]', + 'type' => 'country-code', +], + [ + 'domain' => '‏موبايلي‎', + 'description' => 'GreenTech Consultancy Company W.L.L.', + 'type' => 'generic', +], + [ + 'domain' => '‏بارت‎', + 'description' => 'National Internet eXchange of India', + 'type' => 'country-code', +], + [ + 'domain' => '‏بھارت‎', + 'description' => 'National Internet Exchange of India', + 'type' => 'country-code', +], + [ + 'domain' => '‏المغرب‎', + 'description' => 'Agence Nationale de Réglementation des Télécommunications [ANRT]', + 'type' => 'country-code', +], + [ + 'domain' => '‏ابوظبي‎', + 'description' => 'Abu Dhabi Systems and Information Centre', + 'type' => 'generic', +], + [ + 'domain' => '‏السعودية‎', + 'description' => 'Communications and Information Technology Commission', + 'type' => 'country-code', +], + [ + 'domain' => '‏ڀارت‎', + 'description' => 'National Internet eXchange of India', + 'type' => 'country-code', +], + [ + 'domain' => '‏كاثوليك‎', + 'description' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + 'type' => 'generic', +], + [ + 'domain' => '‏سودان‎', + 'description' => 'Sudan Internet Society', + 'type' => 'country-code', +], + [ + 'domain' => '‏همراه‎', + 'description' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', + 'type' => 'generic', +], + [ + 'domain' => '‏عراق‎', + 'description' => 'Communications and Media Commission [CMC]', + 'type' => 'country-code', +], + [ + 'domain' => '‏مليسيا‎', + 'description' => 'MYNIC Berhad', + 'type' => 'country-code', +], + [ + 'domain' => '澳門', + 'description' => 'Macao Post and Telecommunications Bureau [CTT]', + 'type' => 'country-code', +], + [ + 'domain' => '닷컴', + 'description' => 'VeriSign Sarl', + 'type' => 'generic', +], + [ + 'domain' => '政府', + 'description' => 'Net-Chinese Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => '‏شبكة‎', + 'description' => 'International Domain Registry Pty. Ltd.', + 'type' => 'generic', +], + [ + 'domain' => '‏بيتك‎', + 'description' => 'Kuwait Finance House', + 'type' => 'generic', +], + [ + 'domain' => '‏عرب‎', + 'description' => 'League of Arab States', + 'type' => 'generic', +], + [ + 'domain' => 'გე', + 'description' => 'Information Technologies Development Center [ITDC]', + 'type' => 'country-code', +], + [ + 'domain' => '机构', + 'description' => 'Public Interest Registry', + 'type' => 'generic', +], + [ + 'domain' => '组织机构', + 'description' => 'Public Interest Registry', + 'type' => 'generic', +], + [ + 'domain' => '健康', + 'description' => 'Stable Tone Limited', + 'type' => 'generic', +], + [ + 'domain' => 'ไทย', + 'description' => 'Thai Network Information Center Foundation', + 'type' => 'country-code', +], + [ + 'domain' => '‏سورية‎', + 'description' => 'National Agency for Network Services [NANS]', + 'type' => 'country-code', +], + [ + 'domain' => '招聘', + 'description' => 'Dot Trademark TLD Holding Company Limited', + 'type' => 'generic', +], + [ + 'domain' => 'рус', + 'description' => 'Rusnames Limited', + 'type' => 'generic', +], + [ + 'domain' => 'рф', + 'description' => 'Coordination Center for TLD RU', + 'type' => 'country-code', +], + [ + 'domain' => '珠宝', + 'description' => 'Richemont DNS Inc.', + 'type' => 'generic', +], + [ + 'domain' => '‏تونس‎', + 'description' => 'Agence Tunisienne d\'Internet', + 'type' => 'country-code', +], + [ + 'domain' => '大拿', + 'description' => 'VeriSign Sarl', + 'type' => 'generic', +], + [ + 'domain' => 'みんな', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'グーグル', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ελ', + 'description' => 'ICS-FORTH GR', + 'type' => 'country-code', +], + [ + 'domain' => '世界', + 'description' => 'Stable Tone Limited', + 'type' => 'generic', +], + [ + 'domain' => '書籍', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'ഭാരതം', + 'description' => 'National Internet eXchange of India', + 'type' => 'country-code', +], + [ + 'domain' => 'ਭਾਰਤ', + 'description' => 'National Internet Exchange of India', + 'type' => 'country-code', +], + [ + 'domain' => '网址', + 'description' => 'KNET Co., Ltd', + 'type' => 'generic', +], + [ + 'domain' => '닷넷', + 'description' => 'VeriSign Sarl', + 'type' => 'generic', +], + [ + 'domain' => 'コム', + 'description' => 'VeriSign Sarl', + 'type' => 'generic', +], + [ + 'domain' => '天主教', + 'description' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + 'type' => 'generic', +], + [ + 'domain' => '游戏', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'vermögensberater', + 'description' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', + 'type' => 'generic', +], + [ + 'domain' => 'vermögensberatung', + 'description' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', + 'type' => 'generic', +], + [ + 'domain' => '企业', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => '信息', + 'description' => 'Beijing Tele-info Network Technology Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => '嘉里大酒店', + 'description' => 'Kerry Trading Co. Limited', + 'type' => 'generic', +], + [ + 'domain' => '嘉里', + 'description' => 'Kerry Trading Co. Limited', + 'type' => 'generic', +], + [ + 'domain' => '‏مصر‎', + 'description' => 'National Telecommunication Regulatory Authority - NTRA', + 'type' => 'country-code', +], + [ + 'domain' => '‏قطر‎', + 'description' => 'Communications Regulatory Authority', + 'type' => 'country-code', +], + [ + 'domain' => '广东', + 'description' => 'Guangzhou YU Wei Information Technology Co., Ltd.', + 'type' => 'generic', +], + [ + 'domain' => 'இலங்கை', + 'description' => 'LK Domain Registry', + 'type' => 'country-code', +], + [ + 'domain' => 'இந்தியா', + 'description' => 'National Internet Exchange of India', + 'type' => 'country-code', +], + [ + 'domain' => 'հայ', + 'description' => '"Internet Society" Non-governmental Organization', + 'type' => 'country-code', +], + [ + 'domain' => '新加坡', + 'description' => 'Singapore Network Information Centre [SGNIC] Pte Ltd', + 'type' => 'country-code', +], + [ + 'domain' => '‏فلسطين‎', + 'description' => 'Ministry of Telecom & Information Technology [MTIT]', + 'type' => 'country-code', +], + [ + 'domain' => 'テスト', + 'description' => 'Internet Assigned Numbers Authority', + 'type' => 'test', +], + [ + 'domain' => '政务', + 'description' => 'China Organizational Name Administration Center', + 'type' => 'generic', +], + [ + 'domain' => 'xperia', + 'description' => 'Sony Mobile Communications AB', + 'type' => 'generic', +], + [ + 'domain' => 'xxx', + 'description' => 'Adult entertainment', + 'type' => 'sponsored', +], + [ + 'domain' => 'xyz', + 'description' => 'XYZ.COM LLC', + 'type' => 'generic', +], + [ + 'domain' => 'yachts', + 'description' => 'DERYachts, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'yahoo', + 'description' => 'Yahoo! Domain Services Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'yamaxun', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'yandex', + 'description' => 'YANDEX, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'ye', + 'description' => 'Yemen [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'yodobashi', + 'description' => 'YODOBASHI CAMERA CO.,LTD.', + 'type' => 'generic', +], + [ + 'domain' => 'yoga', + 'description' => 'Top Level Domain Holdings Limited', + 'type' => 'generic', +], + [ + 'domain' => 'yokohama', + 'description' => 'GMO Registry, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'you', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'youtube', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'yt', + 'description' => 'Mayotte [Department of]', + 'type' => 'country-code', +], + [ + 'domain' => 'yun', + 'description' => 'QIHOO 360 TECHNOLOGY CO. LTD.', + 'type' => 'generic', +], + [ + 'domain' => 'za', + 'description' => 'South Africa [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'zappos', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'zara', + 'description' => 'Industria de Diseño Textil, S.A. [INDITEX, S.A.]', + 'type' => 'generic', +], + [ + 'domain' => 'zero', + 'description' => 'Amazon Registry Services, Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'zip', + 'description' => 'Charleston Road Registry Inc.', + 'type' => 'generic', +], + [ + 'domain' => 'zippo', + 'description' => 'Zadco Company', + 'type' => 'generic', +], + [ + 'domain' => 'zm', + 'description' => 'Zambia [Republic of]', + 'type' => 'country-code', +], + [ + 'domain' => 'zone', + 'description' => 'Binky Moon, LLC', + 'type' => 'generic', +], + [ + 'domain' => 'zuerich', + 'description' => 'Kanton Zürich [Canton of Zurich]', + 'type' => 'generic', +], + [ + 'domain' => 'zw', + 'description' => 'Zimbabwe [Republic of]', + 'type' => 'country-code', +]]; + + /** + * converts a TLD_INFO element into a TldInfoItem object + * + * @param array $info element from \TldEnum\TldInfo::TLD_INFO + * + * @return \TldEnum\TldInfoItem + */ + public static function toInfoItem(array $info) : TldInfoItem { + $infoItem = new TldInfoItem; + foreach($infoItem as $prop=>&$val) { + if (isset($info[$prop])) { + $val = $info[$prop]; + } + } + unset($prop); + unset($val); + return $infoItem; + } + +} \ No newline at end of file diff --git a/formats/php/TldEnum/TldInfoItem.php b/formats/php/TldEnum/TldInfoItem.php new file mode 100644 index 0000000..a89c22e --- /dev/null +++ b/formats/php/TldEnum/TldInfoItem.php @@ -0,0 +1,12 @@ + 'generic', + 'aarp' => 'generic', + 'abarth' => 'generic', + 'abb' => 'generic', + 'abbott' => 'generic', + 'abbvie' => 'generic', + 'abc' => 'generic', + 'able' => 'generic', + 'abogado' => 'generic', + 'abudhabi' => 'generic', + 'ac' => 'country-code', + 'academy' => 'generic', + 'accenture' => 'generic', + 'accountant' => 'generic', + 'accountants' => 'generic', + 'aco' => 'generic', + 'active' => 'generic', + 'actor' => 'generic', + 'ad' => 'country-code', + 'adac' => 'generic', + 'ads' => 'generic', + 'adult' => 'generic', + 'ae' => 'country-code', + 'aeg' => 'generic', + 'aero' => 'sponsored', + 'aetna' => 'generic', + 'af' => 'country-code', + 'afamilycompany' => 'generic', + 'afl' => 'generic', + 'africa' => 'generic', + 'ag' => 'country-code', + 'agakhan' => 'generic', + 'agency' => 'generic', + 'ai' => 'country-code', + 'aig' => 'generic', + 'aigo' => 'generic', + 'airbus' => 'generic', + 'airforce' => 'generic', + 'airtel' => 'generic', + 'akdn' => 'generic', + 'al' => 'country-code', + 'alfaromeo' => 'generic', + 'alibaba' => 'generic', + 'alipay' => 'generic', + 'allfinanz' => 'generic', + 'allstate' => 'generic', + 'ally' => 'generic', + 'alsace' => 'generic', + 'alstom' => 'generic', + 'am' => 'country-code', + 'americanexpress' => 'generic', + 'americanfamily' => 'generic', + 'amex' => 'generic', + 'amfam' => 'generic', + 'amica' => 'generic', + 'amsterdam' => 'generic', + 'an' => 'country-code', + 'analytics' => 'generic', + 'android' => 'generic', + 'anquan' => 'generic', + 'anz' => 'generic', + 'ao' => 'country-code', + 'aol' => 'generic', + 'apartments' => 'generic', + 'app' => 'generic', + 'apple' => 'generic', + 'aq' => 'country-code', + 'aquarelle' => 'generic', + 'ar' => 'country-code', + 'arab' => 'generic', + 'aramco' => 'generic', + 'archi' => 'generic', + 'army' => 'generic', + 'arpa' => 'infrastructure', + 'art' => 'generic', + 'arte' => 'generic', + 'as' => 'country-code', + 'asda' => 'generic', + 'asia' => 'sponsored', + 'associates' => 'generic', + 'at' => 'country-code', + 'athleta' => 'generic', + 'attorney' => 'generic', + 'au' => 'country-code', + 'auction' => 'generic', + 'audi' => 'generic', + 'audible' => 'generic', + 'audio' => 'generic', + 'auspost' => 'generic', + 'author' => 'generic', + 'auto' => 'generic', + 'autos' => 'generic', + 'avianca' => 'generic', + 'aw' => 'country-code', + 'aws' => 'generic', + 'ax' => 'country-code', + 'axa' => 'generic', + 'az' => 'country-code', + 'azure' => 'generic', + 'ba' => 'country-code', + 'baby' => 'generic', + 'baidu' => 'generic', + 'banamex' => 'generic', + 'bananarepublic' => 'generic', + 'band' => 'generic', + 'bank' => 'generic', + 'bar' => 'generic', + 'barcelona' => 'generic', + 'barclaycard' => 'generic', + 'barclays' => 'generic', + 'barefoot' => 'generic', + 'bargains' => 'generic', + 'baseball' => 'generic', + 'basketball' => 'generic', + 'bauhaus' => 'generic', + 'bayern' => 'generic', + 'bb' => 'country-code', + 'bbc' => 'generic', + 'bbt' => 'generic', + 'bbva' => 'generic', + 'bcg' => 'generic', + 'bcn' => 'generic', + 'bd' => 'country-code', + 'be' => 'country-code', + 'beats' => 'generic', + 'beauty' => 'generic', + 'beer' => 'generic', + 'bentley' => 'generic', + 'berlin' => 'generic', + 'best' => 'generic', + 'bestbuy' => 'generic', + 'bet' => 'generic', + 'bf' => 'country-code', + 'bg' => 'country-code', + 'bh' => 'country-code', + 'bharti' => 'generic', + 'bi' => 'country-code', + 'bible' => 'generic', + 'bid' => 'generic', + 'bike' => 'generic', + 'bing' => 'generic', + 'bingo' => 'generic', + 'bio' => 'generic', + 'biz' => 'generic-restricted', + 'bj' => 'country-code', + 'bl' => 'country-code', + 'black' => 'generic', + 'blackfriday' => 'generic', + 'blanco' => 'generic', + 'blockbuster' => 'generic', + 'blog' => 'generic', + 'bloomberg' => 'generic', + 'blue' => 'generic', + 'bm' => 'country-code', + 'bms' => 'generic', + 'bmw' => 'generic', + 'bn' => 'country-code', + 'bnl' => 'generic', + 'bnpparibas' => 'generic', + 'bo' => 'country-code', + 'boats' => 'generic', + 'boehringer' => 'generic', + 'bofa' => 'generic', + 'bom' => 'generic', + 'bond' => 'generic', + 'boo' => 'generic', + 'book' => 'generic', + 'booking' => 'generic', + 'boots' => 'generic', + 'bosch' => 'generic', + 'bostik' => 'generic', + 'boston' => 'generic', + 'bot' => 'generic', + 'boutique' => 'generic', + 'box' => 'generic', + 'bq' => 'country-code', + 'br' => 'country-code', + 'bradesco' => 'generic', + 'bridgestone' => 'generic', + 'broadway' => 'generic', + 'broker' => 'generic', + 'brother' => 'generic', + 'brussels' => 'generic', + 'bs' => 'country-code', + 'bt' => 'country-code', + 'budapest' => 'generic', + 'bugatti' => 'generic', + 'build' => 'generic', + 'builders' => 'generic', + 'business' => 'generic', + 'buy' => 'generic', + 'buzz' => 'generic', + 'bv' => 'country-code', + 'bw' => 'country-code', + 'by' => 'country-code', + 'bz' => 'country-code', + 'bzh' => 'generic', + 'ca' => 'country-code', + 'cab' => 'generic', + 'cafe' => 'generic', + 'cal' => 'generic', + 'call' => 'generic', + 'calvinklein' => 'generic', + 'cam' => 'generic', + 'camera' => 'generic', + 'camp' => 'generic', + 'cancerresearch' => 'generic', + 'canon' => 'generic', + 'capetown' => 'generic', + 'capital' => 'generic', + 'capitalone' => 'generic', + 'car' => 'generic', + 'caravan' => 'generic', + 'cards' => 'generic', + 'care' => 'generic', + 'career' => 'generic', + 'careers' => 'generic', + 'cars' => 'generic', + 'cartier' => 'generic', + 'casa' => 'generic', + 'case' => 'generic', + 'caseih' => 'generic', + 'cash' => 'generic', + 'casino' => 'generic', + 'cat' => 'sponsored', + 'catering' => 'generic', + 'catholic' => 'generic', + 'cba' => 'generic', + 'cbn' => 'generic', + 'cbre' => 'generic', + 'cbs' => 'generic', + 'cc' => 'country-code', + 'cd' => 'country-code', + 'ceb' => 'generic', + 'center' => 'generic', + 'ceo' => 'generic', + 'cern' => 'generic', + 'cf' => 'country-code', + 'cfa' => 'generic', + 'cfd' => 'generic', + 'cg' => 'country-code', + 'ch' => 'country-code', + 'chanel' => 'generic', + 'channel' => 'generic', + 'charity' => 'generic', + 'chase' => 'generic', + 'chat' => 'generic', + 'cheap' => 'generic', + 'chintai' => 'generic', + 'chloe' => 'generic', + 'christmas' => 'generic', + 'chrome' => 'generic', + 'chrysler' => 'generic', + 'church' => 'generic', + 'ci' => 'country-code', + 'cipriani' => 'generic', + 'circle' => 'generic', + 'cisco' => 'generic', + 'citadel' => 'generic', + 'citi' => 'generic', + 'citic' => 'generic', + 'city' => 'generic', + 'cityeats' => 'generic', + 'ck' => 'country-code', + 'cl' => 'country-code', + 'claims' => 'generic', + 'cleaning' => 'generic', + 'click' => 'generic', + 'clinic' => 'generic', + 'clinique' => 'generic', + 'clothing' => 'generic', + 'cloud' => 'generic', + 'club' => 'generic', + 'clubmed' => 'generic', + 'cm' => 'country-code', + 'cn' => 'country-code', + 'co' => 'country-code', + 'coach' => 'generic', + 'codes' => 'generic', + 'coffee' => 'generic', + 'college' => 'generic', + 'cologne' => 'generic', + 'com' => 'generic', + 'comcast' => 'generic', + 'commbank' => 'generic', + 'community' => 'generic', + 'company' => 'generic', + 'compare' => 'generic', + 'computer' => 'generic', + 'comsec' => 'generic', + 'condos' => 'generic', + 'construction' => 'generic', + 'consulting' => 'generic', + 'contact' => 'generic', + 'contractors' => 'generic', + 'cooking' => 'generic', + 'cookingchannel' => 'generic', + 'cool' => 'generic', + 'coop' => 'sponsored', + 'corsica' => 'generic', + 'country' => 'generic', + 'coupon' => 'generic', + 'coupons' => 'generic', + 'courses' => 'generic', + 'cr' => 'country-code', + 'credit' => 'generic', + 'creditcard' => 'generic', + 'creditunion' => 'generic', + 'cricket' => 'generic', + 'crown' => 'generic', + 'crs' => 'generic', + 'cruise' => 'generic', + 'cruises' => 'generic', + 'csc' => 'generic', + 'cu' => 'country-code', + 'cuisinella' => 'generic', + 'cv' => 'country-code', + 'cw' => 'country-code', + 'cx' => 'country-code', + 'cy' => 'country-code', + 'cymru' => 'generic', + 'cyou' => 'generic', + 'cz' => 'country-code', + 'dabur' => 'generic', + 'dad' => 'generic', + 'dance' => 'generic', + 'data' => 'generic', + 'date' => 'generic', + 'dating' => 'generic', + 'datsun' => 'generic', + 'day' => 'generic', + 'dclk' => 'generic', + 'dds' => 'generic', + 'de' => 'country-code', + 'deal' => 'generic', + 'dealer' => 'generic', + 'deals' => 'generic', + 'degree' => 'generic', + 'delivery' => 'generic', + 'dell' => 'generic', + 'deloitte' => 'generic', + 'delta' => 'generic', + 'democrat' => 'generic', + 'dental' => 'generic', + 'dentist' => 'generic', + 'desi' => 'generic', + 'design' => 'generic', + 'dev' => 'generic', + 'dhl' => 'generic', + 'diamonds' => 'generic', + 'diet' => 'generic', + 'digital' => 'generic', + 'direct' => 'generic', + 'directory' => 'generic', + 'discount' => 'generic', + 'discover' => 'generic', + 'dish' => 'generic', + 'diy' => 'generic', + 'dj' => 'country-code', + 'dk' => 'country-code', + 'dm' => 'country-code', + 'dnp' => 'generic', + 'do' => 'country-code', + 'docs' => 'generic', + 'doctor' => 'generic', + 'dodge' => 'generic', + 'dog' => 'generic', + 'doha' => 'generic', + 'domains' => 'generic', + 'doosan' => 'generic', + 'dot' => 'generic', + 'download' => 'generic', + 'drive' => 'generic', + 'dtv' => 'generic', + 'dubai' => 'generic', + 'duck' => 'generic', + 'dunlop' => 'generic', + 'duns' => 'generic', + 'dupont' => 'generic', + 'durban' => 'generic', + 'dvag' => 'generic', + 'dvr' => 'generic', + 'dz' => 'country-code', + 'earth' => 'generic', + 'eat' => 'generic', + 'ec' => 'country-code', + 'eco' => 'generic', + 'edeka' => 'generic', + 'edu' => 'sponsored', + 'education' => 'generic', + 'ee' => 'country-code', + 'eg' => 'country-code', + 'eh' => 'country-code', + 'email' => 'generic', + 'emerck' => 'generic', + 'energy' => 'generic', + 'engineer' => 'generic', + 'engineering' => 'generic', + 'enterprises' => 'generic', + 'epost' => 'generic', + 'epson' => 'generic', + 'equipment' => 'generic', + 'er' => 'country-code', + 'ericsson' => 'generic', + 'erni' => 'generic', + 'es' => 'country-code', + 'esq' => 'generic', + 'estate' => 'generic', + 'esurance' => 'generic', + 'et' => 'country-code', + 'etisalat' => 'generic', + 'eu' => 'country-code', + 'eurovision' => 'generic', + 'eus' => 'generic', + 'events' => 'generic', + 'everbank' => 'generic', + 'exchange' => 'generic', + 'expert' => 'generic', + 'exposed' => 'generic', + 'express' => 'generic', + 'extraspace' => 'generic', + 'fage' => 'generic', + 'fail' => 'generic', + 'fairwinds' => 'generic', + 'faith' => 'generic', + 'family' => 'generic', + 'fan' => 'generic', + 'fans' => 'generic', + 'farm' => 'generic', + 'farmers' => 'generic', + 'fashion' => 'generic', + 'fast' => 'generic', + 'fedex' => 'generic', + 'feedback' => 'generic', + 'ferrari' => 'generic', + 'ferrero' => 'generic', + 'fi' => 'country-code', + 'fiat' => 'generic', + 'fidelity' => 'generic', + 'fido' => 'generic', + 'film' => 'generic', + 'final' => 'generic', + 'finance' => 'generic', + 'financial' => 'generic', + 'fire' => 'generic', + 'firestone' => 'generic', + 'firmdale' => 'generic', + 'fish' => 'generic', + 'fishing' => 'generic', + 'fit' => 'generic', + 'fitness' => 'generic', + 'fj' => 'country-code', + 'fk' => 'country-code', + 'flickr' => 'generic', + 'flights' => 'generic', + 'flir' => 'generic', + 'florist' => 'generic', + 'flowers' => 'generic', + 'flsmidth' => 'generic', + 'fly' => 'generic', + 'fm' => 'country-code', + 'fo' => 'country-code', + 'foo' => 'generic', + 'food' => 'generic', + 'foodnetwork' => 'generic', + 'football' => 'generic', + 'ford' => 'generic', + 'forex' => 'generic', + 'forsale' => 'generic', + 'forum' => 'generic', + 'foundation' => 'generic', + 'fox' => 'generic', + 'fr' => 'country-code', + 'free' => 'generic', + 'fresenius' => 'generic', + 'frl' => 'generic', + 'frogans' => 'generic', + 'frontdoor' => 'generic', + 'frontier' => 'generic', + 'ftr' => 'generic', + 'fujitsu' => 'generic', + 'fujixerox' => 'generic', + 'fun' => 'generic', + 'fund' => 'generic', + 'furniture' => 'generic', + 'futbol' => 'generic', + 'fyi' => 'generic', + 'ga' => 'country-code', + 'gal' => 'generic', + 'gallery' => 'generic', + 'gallo' => 'generic', + 'gallup' => 'generic', + 'game' => 'generic', + 'games' => 'generic', + 'gap' => 'generic', + 'garden' => 'generic', + 'gb' => 'country-code', + 'gbiz' => 'generic', + 'gd' => 'country-code', + 'gdn' => 'generic', + 'ge' => 'country-code', + 'gea' => 'generic', + 'gent' => 'generic', + 'genting' => 'generic', + 'george' => 'generic', + 'gf' => 'country-code', + 'gg' => 'country-code', + 'ggee' => 'generic', + 'gh' => 'country-code', + 'gi' => 'country-code', + 'gift' => 'generic', + 'gifts' => 'generic', + 'gives' => 'generic', + 'giving' => 'generic', + 'gl' => 'country-code', + 'glade' => 'generic', + 'glass' => 'generic', + 'gle' => 'generic', + 'global' => 'generic', + 'globo' => 'generic', + 'gm' => 'country-code', + 'gmail' => 'generic', + 'gmbh' => 'generic', + 'gmo' => 'generic', + 'gmx' => 'generic', + 'gn' => 'country-code', + 'godaddy' => 'generic', + 'gold' => 'generic', + 'goldpoint' => 'generic', + 'golf' => 'generic', + 'goo' => 'generic', + 'goodhands' => 'generic', + 'goodyear' => 'generic', + 'goog' => 'generic', + 'google' => 'generic', + 'gop' => 'generic', + 'got' => 'generic', + 'gov' => 'sponsored', + 'gp' => 'country-code', + 'gq' => 'country-code', + 'gr' => 'country-code', + 'grainger' => 'generic', + 'graphics' => 'generic', + 'gratis' => 'generic', + 'green' => 'generic', + 'gripe' => 'generic', + 'grocery' => 'generic', + 'group' => 'generic', + 'gs' => 'country-code', + 'gt' => 'country-code', + 'gu' => 'country-code', + 'guardian' => 'generic', + 'gucci' => 'generic', + 'guge' => 'generic', + 'guide' => 'generic', + 'guitars' => 'generic', + 'guru' => 'generic', + 'gw' => 'country-code', + 'gy' => 'country-code', + 'hair' => 'generic', + 'hamburg' => 'generic', + 'hangout' => 'generic', + 'haus' => 'generic', + 'hbo' => 'generic', + 'hdfc' => 'generic', + 'hdfcbank' => 'generic', + 'health' => 'generic', + 'healthcare' => 'generic', + 'help' => 'generic', + 'helsinki' => 'generic', + 'here' => 'generic', + 'hermes' => 'generic', + 'hgtv' => 'generic', + 'hiphop' => 'generic', + 'hisamitsu' => 'generic', + 'hitachi' => 'generic', + 'hiv' => 'generic', + 'hk' => 'country-code', + 'hkt' => 'generic', + 'hm' => 'country-code', + 'hn' => 'country-code', + 'hockey' => 'generic', + 'holdings' => 'generic', + 'holiday' => 'generic', + 'homedepot' => 'generic', + 'homegoods' => 'generic', + 'homes' => 'generic', + 'homesense' => 'generic', + 'honda' => 'generic', + 'honeywell' => 'generic', + 'horse' => 'generic', + 'hospital' => 'generic', + 'host' => 'generic', + 'hosting' => 'generic', + 'hot' => 'generic', + 'hoteles' => 'generic', + 'hotels' => 'generic', + 'hotmail' => 'generic', + 'house' => 'generic', + 'how' => 'generic', + 'hr' => 'country-code', + 'hsbc' => 'generic', + 'ht' => 'country-code', + 'htc' => 'generic', + 'hu' => 'country-code', + 'hughes' => 'generic', + 'hyatt' => 'generic', + 'hyundai' => 'generic', + 'ibm' => 'generic', + 'icbc' => 'generic', + 'ice' => 'generic', + 'icu' => 'generic', + 'id' => 'country-code', + 'ie' => 'country-code', + 'ieee' => 'generic', + 'ifm' => 'generic', + 'iinet' => 'generic', + 'ikano' => 'generic', + 'il' => 'country-code', + 'im' => 'country-code', + 'imamat' => 'generic', + 'imdb' => 'generic', + 'immo' => 'generic', + 'immobilien' => 'generic', + 'in' => 'country-code', + 'industries' => 'generic', + 'infiniti' => 'generic', + 'info' => 'generic', + 'ing' => 'generic', + 'ink' => 'generic', + 'institute' => 'generic', + 'insurance' => 'generic', + 'insure' => 'generic', + 'int' => 'sponsored', + 'intel' => 'generic', + 'international' => 'generic', + 'intuit' => 'generic', + 'investments' => 'generic', + 'io' => 'country-code', + 'ipiranga' => 'generic', + 'iq' => 'country-code', + 'ir' => 'country-code', + 'irish' => 'generic', + 'is' => 'country-code', + 'iselect' => 'generic', + 'ismaili' => 'generic', + 'ist' => 'generic', + 'istanbul' => 'generic', + 'it' => 'country-code', + 'itau' => 'generic', + 'itv' => 'generic', + 'iveco' => 'generic', + 'iwc' => 'generic', + 'jaguar' => 'generic', + 'java' => 'generic', + 'jcb' => 'generic', + 'jcp' => 'generic', + 'je' => 'country-code', + 'jeep' => 'generic', + 'jetzt' => 'generic', + 'jewelry' => 'generic', + 'jio' => 'generic', + 'jlc' => 'generic', + 'jll' => 'generic', + 'jm' => 'country-code', + 'jmp' => 'generic', + 'jnj' => 'generic', + 'jo' => 'country-code', + 'jobs' => 'sponsored', + 'joburg' => 'generic', + 'jot' => 'generic', + 'joy' => 'generic', + 'jp' => 'country-code', + 'jpmorgan' => 'generic', + 'jprs' => 'generic', + 'juegos' => 'generic', + 'juniper' => 'generic', + 'kaufen' => 'generic', + 'kddi' => 'generic', + 'ke' => 'country-code', + 'kerryhotels' => 'generic', + 'kerrylogistics' => 'generic', + 'kerryproperties' => 'generic', + 'kfh' => 'generic', + 'kg' => 'country-code', + 'kh' => 'country-code', + 'ki' => 'country-code', + 'kia' => 'generic', + 'kim' => 'generic', + 'kinder' => 'generic', + 'kindle' => 'generic', + 'kitchen' => 'generic', + 'kiwi' => 'generic', + 'km' => 'country-code', + 'kn' => 'country-code', + 'koeln' => 'generic', + 'komatsu' => 'generic', + 'kosher' => 'generic', + 'kp' => 'country-code', + 'kpmg' => 'generic', + 'kpn' => 'generic', + 'kr' => 'country-code', + 'krd' => 'generic', + 'kred' => 'generic', + 'kuokgroup' => 'generic', + 'kw' => 'country-code', + 'ky' => 'country-code', + 'kyoto' => 'generic', + 'kz' => 'country-code', + 'la' => 'country-code', + 'lacaixa' => 'generic', + 'ladbrokes' => 'generic', + 'lamborghini' => 'generic', + 'lamer' => 'generic', + 'lancaster' => 'generic', + 'lancia' => 'generic', + 'lancome' => 'generic', + 'land' => 'generic', + 'landrover' => 'generic', + 'lanxess' => 'generic', + 'lasalle' => 'generic', + 'lat' => 'generic', + 'latino' => 'generic', + 'latrobe' => 'generic', + 'law' => 'generic', + 'lawyer' => 'generic', + 'lb' => 'country-code', + 'lc' => 'country-code', + 'lds' => 'generic', + 'lease' => 'generic', + 'leclerc' => 'generic', + 'lefrak' => 'generic', + 'legal' => 'generic', + 'lego' => 'generic', + 'lexus' => 'generic', + 'lgbt' => 'generic', + 'li' => 'country-code', + 'liaison' => 'generic', + 'lidl' => 'generic', + 'life' => 'generic', + 'lifeinsurance' => 'generic', + 'lifestyle' => 'generic', + 'lighting' => 'generic', + 'like' => 'generic', + 'lilly' => 'generic', + 'limited' => 'generic', + 'limo' => 'generic', + 'lincoln' => 'generic', + 'linde' => 'generic', + 'link' => 'generic', + 'lipsy' => 'generic', + 'live' => 'generic', + 'living' => 'generic', + 'lixil' => 'generic', + 'lk' => 'country-code', + 'llc' => 'generic', + 'loan' => 'generic', + 'loans' => 'generic', + 'locker' => 'generic', + 'locus' => 'generic', + 'loft' => 'generic', + 'lol' => 'generic', + 'london' => 'generic', + 'lotte' => 'generic', + 'lotto' => 'generic', + 'love' => 'generic', + 'lpl' => 'generic', + 'lplfinancial' => 'generic', + 'lr' => 'country-code', + 'ls' => 'country-code', + 'lt' => 'country-code', + 'ltd' => 'generic', + 'ltda' => 'generic', + 'lu' => 'country-code', + 'lundbeck' => 'generic', + 'lupin' => 'generic', + 'luxe' => 'generic', + 'luxury' => 'generic', + 'lv' => 'country-code', + 'ly' => 'country-code', + 'ma' => 'country-code', + 'macys' => 'generic', + 'madrid' => 'generic', + 'maif' => 'generic', + 'maison' => 'generic', + 'makeup' => 'generic', + 'man' => 'generic', + 'management' => 'generic', + 'mango' => 'generic', + 'map' => 'generic', + 'market' => 'generic', + 'marketing' => 'generic', + 'markets' => 'generic', + 'marriott' => 'generic', + 'marshalls' => 'generic', + 'maserati' => 'generic', + 'mattel' => 'generic', + 'mba' => 'generic', + 'mc' => 'country-code', + 'mcd' => 'generic', + 'mcdonalds' => 'generic', + 'mckinsey' => 'generic', + 'md' => 'country-code', + 'me' => 'country-code', + 'med' => 'generic', + 'media' => 'generic', + 'meet' => 'generic', + 'melbourne' => 'generic', + 'meme' => 'generic', + 'memorial' => 'generic', + 'men' => 'generic', + 'menu' => 'generic', + 'meo' => 'generic', + 'merckmsd' => 'generic', + 'metlife' => 'generic', + 'mf' => 'country-code', + 'mg' => 'country-code', + 'mh' => 'country-code', + 'miami' => 'generic', + 'microsoft' => 'generic', + 'mil' => 'sponsored', + 'mini' => 'generic', + 'mint' => 'generic', + 'mit' => 'generic', + 'mitsubishi' => 'generic', + 'mk' => 'country-code', + 'ml' => 'country-code', + 'mlb' => 'generic', + 'mls' => 'generic', + 'mm' => 'country-code', + 'mma' => 'generic', + 'mn' => 'country-code', + 'mo' => 'country-code', + 'mobi' => 'generic', + 'mobile' => 'generic', + 'mobily' => 'generic', + 'moda' => 'generic', + 'moe' => 'generic', + 'moi' => 'generic', + 'mom' => 'generic', + 'monash' => 'generic', + 'money' => 'generic', + 'monster' => 'generic', + 'montblanc' => 'generic', + 'mopar' => 'generic', + 'mormon' => 'generic', + 'mortgage' => 'generic', + 'moscow' => 'generic', + 'moto' => 'generic', + 'motorcycles' => 'generic', + 'mov' => 'generic', + 'movie' => 'generic', + 'movistar' => 'generic', + 'mp' => 'country-code', + 'mq' => 'country-code', + 'mr' => 'country-code', + 'ms' => 'country-code', + 'msd' => 'generic', + 'mt' => 'country-code', + 'mtn' => 'generic', + 'mtpc' => 'generic', + 'mtr' => 'generic', + 'mu' => 'country-code', + 'museum' => 'sponsored', + 'mutual' => 'generic', + 'mutuelle' => 'generic', + 'mv' => 'country-code', + 'mw' => 'country-code', + 'mx' => 'country-code', + 'my' => 'country-code', + 'mz' => 'country-code', + 'na' => 'country-code', + 'nab' => 'generic', + 'nadex' => 'generic', + 'nagoya' => 'generic', + 'name' => 'generic-restricted', + 'nationwide' => 'generic', + 'natura' => 'generic', + 'navy' => 'generic', + 'nba' => 'generic', + 'nc' => 'country-code', + 'ne' => 'country-code', + 'nec' => 'generic', + 'net' => 'generic', + 'netbank' => 'generic', + 'netflix' => 'generic', + 'network' => 'generic', + 'neustar' => 'generic', + 'new' => 'generic', + 'newholland' => 'generic', + 'news' => 'generic', + 'next' => 'generic', + 'nextdirect' => 'generic', + 'nexus' => 'generic', + 'nf' => 'country-code', + 'nfl' => 'generic', + 'ng' => 'country-code', + 'ngo' => 'generic', + 'nhk' => 'generic', + 'ni' => 'country-code', + 'nico' => 'generic', + 'nike' => 'generic', + 'nikon' => 'generic', + 'ninja' => 'generic', + 'nissan' => 'generic', + 'nissay' => 'generic', + 'nl' => 'country-code', + 'no' => 'country-code', + 'nokia' => 'generic', + 'northwesternmutual' => 'generic', + 'norton' => 'generic', + 'now' => 'generic', + 'nowruz' => 'generic', + 'nowtv' => 'generic', + 'np' => 'country-code', + 'nr' => 'country-code', + 'nra' => 'generic', + 'nrw' => 'generic', + 'ntt' => 'generic', + 'nu' => 'country-code', + 'nyc' => 'generic', + 'nz' => 'country-code', + 'obi' => 'generic', + 'observer' => 'generic', + 'off' => 'generic', + 'office' => 'generic', + 'okinawa' => 'generic', + 'olayan' => 'generic', + 'olayangroup' => 'generic', + 'oldnavy' => 'generic', + 'ollo' => 'generic', + 'om' => 'country-code', + 'omega' => 'generic', + 'one' => 'generic', + 'ong' => 'generic', + 'onl' => 'generic', + 'online' => 'generic', + 'onyourside' => 'generic', + 'ooo' => 'generic', + 'open' => 'generic', + 'oracle' => 'generic', + 'orange' => 'generic', + 'org' => 'generic', + 'organic' => 'generic', + 'orientexpress' => 'generic', + 'origins' => 'generic', + 'osaka' => 'generic', + 'otsuka' => 'generic', + 'ott' => 'generic', + 'ovh' => 'generic', + 'pa' => 'country-code', + 'page' => 'generic', + 'pamperedchef' => 'generic', + 'panasonic' => 'generic', + 'panerai' => 'generic', + 'paris' => 'generic', + 'pars' => 'generic', + 'partners' => 'generic', + 'parts' => 'generic', + 'party' => 'generic', + 'passagens' => 'generic', + 'pay' => 'generic', + 'pccw' => 'generic', + 'pe' => 'country-code', + 'pet' => 'generic', + 'pf' => 'country-code', + 'pfizer' => 'generic', + 'pg' => 'country-code', + 'ph' => 'country-code', + 'pharmacy' => 'generic', + 'phd' => 'generic', + 'philips' => 'generic', + 'phone' => 'generic', + 'photo' => 'generic', + 'photography' => 'generic', + 'photos' => 'generic', + 'physio' => 'generic', + 'piaget' => 'generic', + 'pics' => 'generic', + 'pictet' => 'generic', + 'pictures' => 'generic', + 'pid' => 'generic', + 'pin' => 'generic', + 'ping' => 'generic', + 'pink' => 'generic', + 'pioneer' => 'generic', + 'pizza' => 'generic', + 'pk' => 'country-code', + 'pl' => 'country-code', + 'place' => 'generic', + 'play' => 'generic', + 'playstation' => 'generic', + 'plumbing' => 'generic', + 'plus' => 'generic', + 'pm' => 'country-code', + 'pn' => 'country-code', + 'pnc' => 'generic', + 'pohl' => 'generic', + 'poker' => 'generic', + 'politie' => 'generic', + 'porn' => 'generic', + 'post' => 'sponsored', + 'pr' => 'country-code', + 'pramerica' => 'generic', + 'praxi' => 'generic', + 'press' => 'generic', + 'prime' => 'generic', + 'pro' => 'generic-restricted', + 'prod' => 'generic', + 'productions' => 'generic', + 'prof' => 'generic', + 'progressive' => 'generic', + 'promo' => 'generic', + 'properties' => 'generic', + 'property' => 'generic', + 'protection' => 'generic', + 'pru' => 'generic', + 'prudential' => 'generic', + 'ps' => 'country-code', + 'pt' => 'country-code', + 'pub' => 'generic', + 'pw' => 'country-code', + 'pwc' => 'generic', + 'py' => 'country-code', + 'qa' => 'country-code', + 'qpon' => 'generic', + 'quebec' => 'generic', + 'quest' => 'generic', + 'qvc' => 'generic', + 'racing' => 'generic', + 'radio' => 'generic', + 'raid' => 'generic', + 're' => 'country-code', + 'read' => 'generic', + 'realestate' => 'generic', + 'realtor' => 'generic', + 'realty' => 'generic', + 'recipes' => 'generic', + 'red' => 'generic', + 'redstone' => 'generic', + 'redumbrella' => 'generic', + 'rehab' => 'generic', + 'reise' => 'generic', + 'reisen' => 'generic', + 'reit' => 'generic', + 'reliance' => 'generic', + 'ren' => 'generic', + 'rent' => 'generic', + 'rentals' => 'generic', + 'repair' => 'generic', + 'report' => 'generic', + 'republican' => 'generic', + 'rest' => 'generic', + 'restaurant' => 'generic', + 'review' => 'generic', + 'reviews' => 'generic', + 'rexroth' => 'generic', + 'rich' => 'generic', + 'richardli' => 'generic', + 'ricoh' => 'generic', + 'rightathome' => 'generic', + 'ril' => 'generic', + 'rio' => 'generic', + 'rip' => 'generic', + 'rmit' => 'generic', + 'ro' => 'country-code', + 'rocher' => 'generic', + 'rocks' => 'generic', + 'rodeo' => 'generic', + 'rogers' => 'generic', + 'room' => 'generic', + 'rs' => 'country-code', + 'rsvp' => 'generic', + 'ru' => 'country-code', + 'rugby' => 'generic', + 'ruhr' => 'generic', + 'run' => 'generic', + 'rw' => 'country-code', + 'rwe' => 'generic', + 'ryukyu' => 'generic', + 'sa' => 'country-code', + 'saarland' => 'generic', + 'safe' => 'generic', + 'safety' => 'generic', + 'sakura' => 'generic', + 'sale' => 'generic', + 'salon' => 'generic', + 'samsclub' => 'generic', + 'samsung' => 'generic', + 'sandvik' => 'generic', + 'sandvikcoromant' => 'generic', + 'sanofi' => 'generic', + 'sap' => 'generic', + 'sapo' => 'generic', + 'sarl' => 'generic', + 'sas' => 'generic', + 'save' => 'generic', + 'saxo' => 'generic', + 'sb' => 'country-code', + 'sbi' => 'generic', + 'sbs' => 'generic', + 'sc' => 'country-code', + 'sca' => 'generic', + 'scb' => 'generic', + 'schaeffler' => 'generic', + 'schmidt' => 'generic', + 'scholarships' => 'generic', + 'school' => 'generic', + 'schule' => 'generic', + 'schwarz' => 'generic', + 'science' => 'generic', + 'scjohnson' => 'generic', + 'scor' => 'generic', + 'scot' => 'generic', + 'sd' => 'country-code', + 'se' => 'country-code', + 'search' => 'generic', + 'seat' => 'generic', + 'secure' => 'generic', + 'security' => 'generic', + 'seek' => 'generic', + 'select' => 'generic', + 'sener' => 'generic', + 'services' => 'generic', + 'ses' => 'generic', + 'seven' => 'generic', + 'sew' => 'generic', + 'sex' => 'generic', + 'sexy' => 'generic', + 'sfr' => 'generic', + 'sg' => 'country-code', + 'sh' => 'country-code', + 'shangrila' => 'generic', + 'sharp' => 'generic', + 'shaw' => 'generic', + 'shell' => 'generic', + 'shia' => 'generic', + 'shiksha' => 'generic', + 'shoes' => 'generic', + 'shop' => 'generic', + 'shopping' => 'generic', + 'shouji' => 'generic', + 'show' => 'generic', + 'showtime' => 'generic', + 'shriram' => 'generic', + 'si' => 'country-code', + 'silk' => 'generic', + 'sina' => 'generic', + 'singles' => 'generic', + 'site' => 'generic', + 'sj' => 'country-code', + 'sk' => 'country-code', + 'ski' => 'generic', + 'skin' => 'generic', + 'sky' => 'generic', + 'skype' => 'generic', + 'sl' => 'country-code', + 'sling' => 'generic', + 'sm' => 'country-code', + 'smart' => 'generic', + 'smile' => 'generic', + 'sn' => 'country-code', + 'sncf' => 'generic', + 'so' => 'country-code', + 'soccer' => 'generic', + 'social' => 'generic', + 'softbank' => 'generic', + 'software' => 'generic', + 'sohu' => 'generic', + 'solar' => 'generic', + 'solutions' => 'generic', + 'song' => 'generic', + 'sony' => 'generic', + 'soy' => 'generic', + 'space' => 'generic', + 'spiegel' => 'generic', + 'sport' => 'generic', + 'spot' => 'generic', + 'spreadbetting' => 'generic', + 'sr' => 'country-code', + 'srl' => 'generic', + 'srt' => 'generic', + 'ss' => 'country-code', + 'st' => 'country-code', + 'stada' => 'generic', + 'staples' => 'generic', + 'star' => 'generic', + 'starhub' => 'generic', + 'statebank' => 'generic', + 'statefarm' => 'generic', + 'statoil' => 'generic', + 'stc' => 'generic', + 'stcgroup' => 'generic', + 'stockholm' => 'generic', + 'storage' => 'generic', + 'store' => 'generic', + 'stream' => 'generic', + 'studio' => 'generic', + 'study' => 'generic', + 'style' => 'generic', + 'su' => 'country-code', + 'sucks' => 'generic', + 'supplies' => 'generic', + 'supply' => 'generic', + 'support' => 'generic', + 'surf' => 'generic', + 'surgery' => 'generic', + 'suzuki' => 'generic', + 'sv' => 'country-code', + 'swatch' => 'generic', + 'swiftcover' => 'generic', + 'swiss' => 'generic', + 'sx' => 'country-code', + 'sy' => 'country-code', + 'sydney' => 'generic', + 'symantec' => 'generic', + 'systems' => 'generic', + 'sz' => 'country-code', + 'tab' => 'generic', + 'taipei' => 'generic', + 'talk' => 'generic', + 'taobao' => 'generic', + 'target' => 'generic', + 'tatamotors' => 'generic', + 'tatar' => 'generic', + 'tattoo' => 'generic', + 'tax' => 'generic', + 'taxi' => 'generic', + 'tc' => 'country-code', + 'tci' => 'generic', + 'td' => 'country-code', + 'tdk' => 'generic', + 'team' => 'generic', + 'tech' => 'generic', + 'technology' => 'generic', + 'tel' => 'sponsored', + 'telecity' => 'generic', + 'telefonica' => 'generic', + 'temasek' => 'generic', + 'tennis' => 'generic', + 'teva' => 'generic', + 'tf' => 'country-code', + 'tg' => 'country-code', + 'th' => 'country-code', + 'thd' => 'generic', + 'theater' => 'generic', + 'theatre' => 'generic', + 'tiaa' => 'generic', + 'tickets' => 'generic', + 'tienda' => 'generic', + 'tiffany' => 'generic', + 'tips' => 'generic', + 'tires' => 'generic', + 'tirol' => 'generic', + 'tj' => 'country-code', + 'tjmaxx' => 'generic', + 'tjx' => 'generic', + 'tk' => 'country-code', + 'tkmaxx' => 'generic', + 'tl' => 'country-code', + 'tm' => 'country-code', + 'tmall' => 'generic', + 'tn' => 'country-code', + 'to' => 'country-code', + 'today' => 'generic', + 'tokyo' => 'generic', + 'tools' => 'generic', + 'top' => 'generic', + 'toray' => 'generic', + 'toshiba' => 'generic', + 'total' => 'generic', + 'tours' => 'generic', + 'town' => 'generic', + 'toyota' => 'generic', + 'toys' => 'generic', + 'tp' => 'country-code', + 'tr' => 'country-code', + 'trade' => 'generic', + 'trading' => 'generic', + 'training' => 'generic', + 'travel' => 'sponsored', + 'travelchannel' => 'generic', + 'travelers' => 'generic', + 'travelersinsurance' => 'generic', + 'trust' => 'generic', + 'trv' => 'generic', + 'tt' => 'country-code', + 'tube' => 'generic', + 'tui' => 'generic', + 'tunes' => 'generic', + 'tushu' => 'generic', + 'tv' => 'country-code', + 'tvs' => 'generic', + 'tw' => 'country-code', + 'tz' => 'country-code', + 'ua' => 'country-code', + 'ubank' => 'generic', + 'ubs' => 'generic', + 'uconnect' => 'generic', + 'ug' => 'country-code', + 'uk' => 'country-code', + 'um' => 'country-code', + 'unicom' => 'generic', + 'university' => 'generic', + 'uno' => 'generic', + 'uol' => 'generic', + 'ups' => 'generic', + 'us' => 'country-code', + 'uy' => 'country-code', + 'uz' => 'country-code', + 'va' => 'country-code', + 'vacations' => 'generic', + 'vana' => 'generic', + 'vanguard' => 'generic', + 'vc' => 'country-code', + 've' => 'country-code', + 'vegas' => 'generic', + 'ventures' => 'generic', + 'verisign' => 'generic', + 'versicherung' => 'generic', + 'vet' => 'generic', + 'vg' => 'country-code', + 'vi' => 'country-code', + 'viajes' => 'generic', + 'video' => 'generic', + 'vig' => 'generic', + 'viking' => 'generic', + 'villas' => 'generic', + 'vin' => 'generic', + 'vip' => 'generic', + 'virgin' => 'generic', + 'visa' => 'generic', + 'vision' => 'generic', + 'vista' => 'generic', + 'vistaprint' => 'generic', + 'viva' => 'generic', + 'vivo' => 'generic', + 'vlaanderen' => 'generic', + 'vn' => 'country-code', + 'vodka' => 'generic', + 'volkswagen' => 'generic', + 'volvo' => 'generic', + 'vote' => 'generic', + 'voting' => 'generic', + 'voto' => 'generic', + 'voyage' => 'generic', + 'vu' => 'country-code', + 'vuelos' => 'generic', + 'wales' => 'generic', + 'walmart' => 'generic', + 'walter' => 'generic', + 'wang' => 'generic', + 'wanggou' => 'generic', + 'warman' => 'generic', + 'watch' => 'generic', + 'watches' => 'generic', + 'weather' => 'generic', + 'weatherchannel' => 'generic', + 'webcam' => 'generic', + 'weber' => 'generic', + 'website' => 'generic', + 'wed' => 'generic', + 'wedding' => 'generic', + 'weibo' => 'generic', + 'weir' => 'generic', + 'wf' => 'country-code', + 'whoswho' => 'generic', + 'wien' => 'generic', + 'wiki' => 'generic', + 'williamhill' => 'generic', + 'win' => 'generic', + 'windows' => 'generic', + 'wine' => 'generic', + 'winners' => 'generic', + 'wme' => 'generic', + 'wolterskluwer' => 'generic', + 'woodside' => 'generic', + 'work' => 'generic', + 'works' => 'generic', + 'world' => 'generic', + 'wow' => 'generic', + 'ws' => 'country-code', + 'wtc' => 'generic', + 'wtf' => 'generic', + 'xbox' => 'generic', + 'xerox' => 'generic', + 'xfinity' => 'generic', + 'xihuan' => 'generic', + 'xin' => 'generic', + '测试' => 'test', + 'कॉम' => 'generic', + 'परीक्षा' => 'test', + 'セール' => 'generic', + '佛山' => 'generic', + 'ಭಾರತ' => 'country-code', + '慈善' => 'generic', + '集团' => 'generic', + '在线' => 'generic', + '한국' => 'country-code', + 'ଭାରତ' => 'country-code', + '大众汽车' => 'generic', + '点看' => 'generic', + 'คอม' => 'generic', + 'ভাৰত' => 'country-code', + 'ভারত' => 'country-code', + '八卦' => 'generic', + '‏موقع‎' => 'generic', + 'বাংলা' => 'country-code', + '公益' => 'generic', + '公司' => 'generic', + '香格里拉' => 'generic', + '网站' => 'generic', + '移动' => 'generic', + '我爱你' => 'generic', + 'москва' => 'generic', + 'испытание' => 'test', + 'қаз' => 'country-code', + 'католик' => 'generic', + 'онлайн' => 'generic', + 'сайт' => 'generic', + '联通' => 'generic', + 'срб' => 'country-code', + 'бг' => 'country-code', + 'бел' => 'country-code', + '‏קום‎' => 'generic', + '时尚' => 'generic', + '微博' => 'generic', + '테스트' => 'test', + '淡马锡' => 'generic', + 'ファッション' => 'generic', + 'орг' => 'generic', + 'नेट' => 'generic', + 'ストア' => 'generic', + '삼성' => 'generic', + 'சிங்கப்பூர்' => 'country-code', + '商标' => 'generic', + '商店' => 'generic', + '商城' => 'generic', + 'дети' => 'generic', + 'мкд' => 'country-code', + '‏טעסט‎' => 'test', + 'ею' => 'country-code', + 'ポイント' => 'generic', + '新闻' => 'generic', + '工行' => 'generic', + '家電' => 'generic', + '‏كوم‎' => 'generic', + '中文网' => 'generic', + '中信' => 'generic', + '中国' => 'country-code', + '中國' => 'country-code', + '娱乐' => 'generic', + '谷歌' => 'generic', + 'భారత్' => 'country-code', + 'ලංකා' => 'country-code', + '電訊盈科' => 'generic', + '购物' => 'generic', + '測試' => 'test', + 'クラウド' => 'generic', + 'ભારત' => 'country-code', + '通販' => 'generic', + 'भारतम्' => 'country-code', + 'भारत' => 'country-code', + 'भारोत' => 'country-code', + '‏آزمایشی‎' => 'test', + 'பரிட்சை' => 'test', + '网店' => 'generic', + 'संगठन' => 'generic', + '餐厅' => 'generic', + '网络' => 'generic', + 'ком' => 'generic', + 'укр' => 'country-code', + '香港' => 'country-code', + '诺基亚' => 'generic', + '食品' => 'generic', + 'δοκιμή' => 'test', + '飞利浦' => 'generic', + '‏إختبار‎' => 'test', + '台湾' => 'country-code', + '台灣' => 'country-code', + '手表' => 'generic', + '手机' => 'generic', + 'мон' => 'country-code', + '‏الجزائر‎' => 'country-code', + '‏عمان‎' => 'country-code', + '‏ارامكو‎' => 'generic', + '‏ایران‎' => 'country-code', + '‏العليان‎' => 'generic', + '‏اتصالات‎' => 'generic', + '‏امارات‎' => 'country-code', + '‏بازار‎' => 'generic', + '‏موريتانيا‎' => 'country-code', + '‏پاکستان‎' => 'country-code', + '‏الاردن‎' => 'country-code', + '‏موبايلي‎' => 'generic', + '‏بارت‎' => 'country-code', + '‏بھارت‎' => 'country-code', + '‏المغرب‎' => 'country-code', + '‏ابوظبي‎' => 'generic', + '‏السعودية‎' => 'country-code', + '‏ڀارت‎' => 'country-code', + '‏كاثوليك‎' => 'generic', + '‏سودان‎' => 'country-code', + '‏همراه‎' => 'generic', + '‏عراق‎' => 'country-code', + '‏مليسيا‎' => 'country-code', + '澳門' => 'country-code', + '닷컴' => 'generic', + '政府' => 'generic', + '‏شبكة‎' => 'generic', + '‏بيتك‎' => 'generic', + '‏عرب‎' => 'generic', + 'გე' => 'country-code', + '机构' => 'generic', + '组织机构' => 'generic', + '健康' => 'generic', + 'ไทย' => 'country-code', + '‏سورية‎' => 'country-code', + '招聘' => 'generic', + 'рус' => 'generic', + 'рф' => 'country-code', + '珠宝' => 'generic', + '‏تونس‎' => 'country-code', + '大拿' => 'generic', + 'みんな' => 'generic', + 'グーグル' => 'generic', + 'ελ' => 'country-code', + '世界' => 'generic', + '書籍' => 'generic', + 'ഭാരതം' => 'country-code', + 'ਭਾਰਤ' => 'country-code', + '网址' => 'generic', + '닷넷' => 'generic', + 'コム' => 'generic', + '天主教' => 'generic', + '游戏' => 'generic', + 'vermögensberater' => 'generic', + 'vermögensberatung' => 'generic', + '企业' => 'generic', + '信息' => 'generic', + '嘉里大酒店' => 'generic', + '嘉里' => 'generic', + '‏مصر‎' => 'country-code', + '‏قطر‎' => 'country-code', + '广东' => 'generic', + 'இலங்கை' => 'country-code', + 'இந்தியா' => 'country-code', + 'հայ' => 'country-code', + '新加坡' => 'country-code', + '‏فلسطين‎' => 'country-code', + 'テスト' => 'test', + '政务' => 'generic', + 'xperia' => 'generic', + 'xxx' => 'sponsored', + 'xyz' => 'generic', + 'yachts' => 'generic', + 'yahoo' => 'generic', + 'yamaxun' => 'generic', + 'yandex' => 'generic', + 'ye' => 'country-code', + 'yodobashi' => 'generic', + 'yoga' => 'generic', + 'yokohama' => 'generic', + 'you' => 'generic', + 'youtube' => 'generic', + 'yt' => 'country-code', + 'yun' => 'generic', + 'za' => 'country-code', + 'zappos' => 'generic', + 'zara' => 'generic', + 'zero' => 'generic', + 'zip' => 'generic', + 'zippo' => 'generic', + 'zm' => 'country-code', + 'zone' => 'generic', + 'zuerich' => 'generic', + 'zw' => 'country-code', +]; + +} \ No newline at end of file diff --git a/package.json b/package.json index 5798a48..f01bce1 100644 --- a/package.json +++ b/package.json @@ -1,8 +1,8 @@ { "name": "tld-enum", - "version": "1.0.8", + "version": "2.0.0", "description": "Lists of every ICANN TLD in multiple formats", - "main": "formats/js/tld-enum.js", + "main": "formats/js/tld-enum", "repository": { "type": "git", "url": "git+https://github.com/katmore/tld-enum.git" From 16e7cdb202b417d92bd9685644591dfa04255ad5 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:16:56 -0700 Subject: [PATCH 069/113] Update README.md --- README.md | 96 +++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 69 insertions(+), 27 deletions(-) diff --git a/README.md b/README.md index bf8e812..868c3c7 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # TLD Enumerations Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in various formats. The lists may be continuously updated using the [included utility](#updating-the-tld-lists) that pulls the latest data from IANA. - * [CSV format](./tlds.csv) - * [All Formats](#tld-list-formats) - * [Updating the TLDs](#updating-the-tld-lists) + * [CSV Format](./tlds.csv) + * [All Format Files](#tld-list-formats) + * [Updating the Format Files](#updating-the-tld-format-files) * [Node Usage](#node-usage) * [PHP Usage](#php-usage) @@ -29,20 +29,20 @@ Additionally, for convenience, some native programming language formats have als ```js const tldEnum = require('tld-enum'); - tldEnum.tldList; //an array with every IANA TLD + tldEnum.list; //an array with every IANA TLD ``` The following example... ```js const tldEnum = require('tld-enum'); - console.log("There are " + tldEnum.tldList.length + " IANA TLDs"); + console.log("There are " + tldEnum.list.length + " IANA TLDs"); let tldCheck; tldCheck = "com"; console.log("Is '" + tldCheck + "' a real TLD?"); - if (tldEnum.tldList.indexOf(tldCheck.toLowerCase()) != -1) { + if (tldEnum.list.indexOf(tldCheck.toLowerCase()) != -1) { console.log(" yes"); } else { console.log(" no"); @@ -50,7 +50,7 @@ Additionally, for convenience, some native programming language formats have als tldCheck = "somethingWeird"; console.log("Is '" + tldCheck + "' a real TLD?"); - if (tldEnum.tldList.indexOf(tldCheck.toLowerCase()) != -1) { + if (tldEnum.list.indexOf(tldCheck.toLowerCase()) != -1) { console.log(" yes"); } else { console.log(" no"); @@ -59,7 +59,7 @@ Additionally, for convenience, some native programming language formats have als Should produce the following output... ```txt - There are 1573 IANA TLDs + There are 1577 IANA TLDs Is 'com' a real TLD? yes Is 'somethingWeird' a real TLD? @@ -72,26 +72,23 @@ Additionally, for convenience, some native programming language formats have als $ composer require katmore/tld-enum ``` - * access the list by using the `\TldEnum\TldEnum::TLD_ENUM` class constant array + * access the list by using the `\TldList::TLD_LIST` class constant array ```php Date: Tue, 12 Jun 2018 23:17:55 -0700 Subject: [PATCH 070/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 868c3c7..c51272c 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Additionally, for convenience, some native programming language formats have als ## TLD List Formats * **CSV**: [tlds.csv](/tlds.csv) - A CSV file providing a row for each TLD with the following three columns: *domain* (TLD), *description*, and *type*. + A CSV file providing a row for every IANA TLD with the following three columns: *domain* (TLD), *description*, and *type*. * **PHP** * [TldList.php](/formats/php/TldEnum/TldList.php) From 3c0f05d60c7b2db13f6748417215428ab50dacad Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:20:09 -0700 Subject: [PATCH 071/113] Update README.md --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c51272c..5cfe3a5 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,12 @@ Additionally, for convenience, some native programming language formats have als no ``` +#### More Node Examples + * [js-demo.js](/examples/js-demo.js) Demo using the simple array of every TLD in JavaScript. + * [js-desc-demo.js](/examples/js-desc-demo.js) Demo using the TLD description hashmap in JavaScript. + * [js-type-demo.js](/examples/js-type-demo.js) Demo using the TLD type hashmap in JavaScript. + * [js-info-demo.js](/examples/js-info-demo.js) Demo using the array of TLD info hashmaps in JavaScript. + ### PHP Usage * use composer to add the `katmore/tld-enum` package to your project ```sh @@ -112,15 +118,11 @@ Additionally, for convenience, some native programming language formats have als no ``` -## Examples +#### More PHP Examples * [php-demo.php](/examples/php-demo.php) Demo using the simple array of every TLD in PHP. - * [js-demo.js](/examples/js-demo.js) Demo using the simple array of every TLD in JavaScript. * [php-TldDesc-demo.php](/examples/php-TldDesc-demo.php) Demo using the TLD description hashmap in PHP. * [php-TldType-demo.php](/examples/php-TldType-demo.php) Demo using the TLD type hashmap in PHP. * [php-TldInfo-demo.php](/examples/php-TldInfo-demo.php) Demo using the array of TLD info hashmaps in PHP. - * [js-desc-demo.js](/examples/js-desc-demo.js) Demo using the TLD description hashmap in JavaScript. - * [js-type-demo.js](/examples/js-type-demo.js) Demo using the TLD type hashmap in JavaScript. - * [js-info-demo.js](/examples/js-info-demo.js) Demo using the array of TLD info hashmaps in JavaScript. ## TLD List Formats * **CSV**: [tlds.csv](/tlds.csv) From f1926c60c072a3addcbf2045f3976ad64bcd0d92 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:21:27 -0700 Subject: [PATCH 072/113] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5cfe3a5..d34641a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in Because the lists are provided in universial CSV and JSON formats, they can be easily utilitized in most programming environments. Additionally, for convenience, some native programming language formats have also been provided. * [Node Usage](#node-usage) + * [More Node Examples](#more-node-examples) * [PHP Usage](#php-usage) + * [More PHP Examples](#more-php-examples) ### Node Usage * use npm to add the `tld-enum` package to your project From 02355e5b4c45aa58ef0f87bfefc8c77e22d267b3 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:25:11 -0700 Subject: [PATCH 073/113] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d34641a..bb30998 100644 --- a/README.md +++ b/README.md @@ -166,19 +166,19 @@ Additionally, for convenience, some native programming language formats have als A JSON formatted array of "info" object elements of every IANA TLD. * **JavaScript** - * [list.js](/formats/js/tld-enum/list.json) + * [list.js](/formats/js/tld-enum/list.js) An export module with an array comprised of every IANA TLD. - * [desc.js](/formats/js/tld-enum/desc.json) + * [desc.js](/formats/js/tld-enum/desc.js) An export module with an object containing a property for every IANA TLD and the corresponding TLD's "description" as the value. - * [type.js](/formats/js/tld-enum/type.json) + * [type.js](/formats/js/tld-enum/type.js) An export module with an object containing a property for every IANA TLD and the corresponding TLD's "type" as the value. - * [info.js](/formats/js/tld-enum/info.json) + * [info.js](/formats/js/tld-enum/info.js) An export module with an array comprised of "info" object elements of every IANA TLD. From 6af38e16441d46aeef9ff34ab7467e54755940dd Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:30:55 -0700 Subject: [PATCH 074/113] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index bb30998..a4a5509 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,10 @@ $ bin/update-formats.sh ### TLD Update Utility Prerequisites * Node.js version 8.11 or higher. * (Optional) PHP command-line version 7.2 or higher, to create the [PHP format class file](#tld-list-formats). + * `npm install --dev` must have been performed (in the project root): + ```sh + npm install --dev + ``` ### TLD Update Utility Usage ```txt From 5c3b268715875b3c13c501a28dd7411a90dd00c0 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:31:49 -0700 Subject: [PATCH 075/113] Update README.md --- README.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a4a5509..ae23126 100644 --- a/README.md +++ b/README.md @@ -200,13 +200,15 @@ $ bin/update-formats.sh ### TLD Update Utility Usage ```txt usage: - update-formats.sh [-h] | [-q][--skip-php] + update-formats.sh [-h]|[-q][format file options...] -options: - -h,--help: Print a help message and exit. - -q,--quiet: Print less messages. - --force-php: Creating the PHP format file is mandatory. - --skip-php: Always skip creating the PHP format file +-h,--help: Print a help message and exit. +-q,--quiet: Print only critical messages. + +format file options: + --force-php: Creating the PHP format files is mandatory. + --skip-php: Always skip creating the PHP format files. + --skip-csv: Use existing tlds.csv and do not download new data from IANA. ``` ### TLD Update Helpers From 57ff92668d4f66b7ec6c32173af184eecd99b637 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:34:53 -0700 Subject: [PATCH 076/113] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae23126..8dc033a 100644 --- a/README.md +++ b/README.md @@ -192,9 +192,9 @@ $ bin/update-formats.sh ### TLD Update Utility Prerequisites * Node.js version 8.11 or higher. * (Optional) PHP command-line version 7.2 or higher, to create the [PHP format class file](#tld-list-formats). - * `npm install --dev` must have been performed (in the project root): + * The *devDependencies* from [*package.json*](./package.json) must be fullfilled: ```sh - npm install --dev + $ npm install --dev ``` ### TLD Update Utility Usage From 9f425a827d7806f721dd87e6b058dc4b4d671a0c Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Tue, 12 Jun 2018 23:38:10 -0700 Subject: [PATCH 077/113] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8dc033a..d836a03 100644 --- a/README.md +++ b/README.md @@ -191,10 +191,10 @@ $ bin/update-formats.sh ### TLD Update Utility Prerequisites * Node.js version 8.11 or higher. - * (Optional) PHP command-line version 7.2 or higher, to create the [PHP format class file](#tld-list-formats). - * The *devDependencies* from [*package.json*](./package.json) must be fullfilled: + * (Optional) PHP command-line version 7.2 or higher, to re-generate the [PHP format files](#tld-list-formats). + * The *devDependencies* from [*package.json*](./package.json) must be fullfilled ```sh - $ npm install --dev + $ npm install tld-enum --dev ``` ### TLD Update Utility Usage From e777bd1ebe6a55a936fbd4985de55b7fed3c7565 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Jun 2018 00:04:17 -0700 Subject: [PATCH 078/113] Update README.md --- README.md | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d836a03..6b6a76b 100644 --- a/README.md +++ b/README.md @@ -225,14 +225,6 @@ The following copyright notice applies to all resources in this project unless s Copyright (c) 2017-2018 Doug Bird. All Rights Reserved. -### Public Domain Resources -The following resources of this project are hereby released into the public domain: - * [tlds.csv](/tlds.csv) - * [formats/js/tld-enum.js](/formats/js/tld-enum.js) - * [formats/json/tld-list.json](/formats/json/tld-list.json) - * [formats/php/TldEnum/TldEnum.php](/formats/php/TldEnum/TldEnum.php) - * [assets/tld-desc.csv](/assets/tld-desc.csv) - ### License All resources in the 'TLD Enumerations' project are copyrighted free software unless specifically noted otherwise. @@ -241,3 +233,20 @@ You may redistribute and modify it under either the terms and conditions of the See [LICENSE](/LICENSE) and [GPLv3](/GPLv3). These licensing conditions do not apply to any resources that have been released into the public domain; which are listed in the [**"Public Domain Resources"**](/README.md#public-domain-resources) section of the 'TLD Enumerations' project's [README](/README.md) document. + +### Public Domain Resources +The following resources of this project are hereby released into the public domain: + * [tlds.csv](/tlds.csv) + * [formats/js/tld-enum/list.js](/formats/js/tld-enum/list.js) + * [formats/js/tld-enum/desc.js](/formats/js/tld-enum/desc.js) + * [formats/js/tld-enum/info.js](/formats/js/tld-enum/info.js) + * [formats/js/tld-enum/type.js](/formats/js/tld-enum/type.js) + * [formats/json/tld-list.json](/formats/json/tld-list.json) + * [formats/json/tld-desc.json](/formats/json/tld-desc.json) + * [formats/json/tld-info.json](/formats/json/tld-info.json) + * [formats/json/tld-type.json](/formats/json/tld-type.json) + * [formats/php/TldEnum/TldList.php](/formats/php/TldEnum/TldList.php) + * [formats/php/TldEnum/TldDesc.php](/formats/php/TldEnum/TldDesc.php) + * [formats/php/TldEnum/TldInfo.php](/formats/php/TldEnum/TldInfo.php) + * [formats/php/TldEnum/TldType.php](/formats/php/TldEnum/TldType.php) + * [assets/tld-desc.csv](/assets/tld-desc.csv) From 8a0309deff1c92c49faf4796101056e72081a00d Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Jun 2018 00:06:25 -0700 Subject: [PATCH 079/113] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6b6a76b..99805fb 100644 --- a/README.md +++ b/README.md @@ -226,13 +226,13 @@ The following copyright notice applies to all resources in this project unless s Copyright (c) 2017-2018 Doug Bird. All Rights Reserved. ### License -All resources in the 'TLD Enumerations' project are copyrighted free software unless specifically noted otherwise. +All resources in the *TLD Enumerations* project are copyrighted free software unless specifically noted otherwise. You may redistribute and modify it under either the terms and conditions of the "The MIT License (MIT)"; or the terms and conditions of the "GPL v3 License". See [LICENSE](/LICENSE) and [GPLv3](/GPLv3). -These licensing conditions do not apply to any resources that have been released into the public domain; which are listed in the [**"Public Domain Resources"**](/README.md#public-domain-resources) section of the 'TLD Enumerations' project's [README](/README.md) document. +These licensing conditions do not apply to any resources that have been released into the public domain; which are listed in the [**"Public Domain Resources"**](/README.md#public-domain-resources) section of the *TLD Enumerations* project's [README](/README.md) document. ### Public Domain Resources The following resources of this project are hereby released into the public domain: From 0734ced11374992e134b372e8a53b6cc280ca519 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Jun 2018 00:06:59 -0700 Subject: [PATCH 080/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99805fb..00ea218 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TLD Enumerations -Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in various formats. The lists may be continuously updated using the [included utility](#updating-the-tld-lists) that pulls the latest data from IANA. +Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in various formats. The lists may be continuously updated using the included [update utility](#updating-the-tld-lists) that pulls the latest data from IANA. * [CSV Format](./tlds.csv) * [All Format Files](#tld-list-formats) From 5a1ce775622c9fdb978b0172beabe31038e66ea6 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Jun 2018 00:07:30 -0700 Subject: [PATCH 081/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00ea218..daaba6e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # TLD Enumerations -Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in various formats. The lists may be continuously updated using the included [update utility](#updating-the-tld-lists) that pulls the latest data from IANA. +Lists of every [IANA TLD](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) in various formats. The lists may be continuously updated using the included [update utility](#updating-the-tld-format-files) that pulls the latest data from IANA. * [CSV Format](./tlds.csv) * [All Format Files](#tld-list-formats) From 9c6db021d727727bd3cd6af6ac7a07886177e397 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Jun 2018 00:14:44 -0700 Subject: [PATCH 082/113] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index daaba6e..6867513 100644 --- a/README.md +++ b/README.md @@ -80,11 +80,11 @@ Additionally, for convenience, some native programming language formats have als $ composer require katmore/tld-enum ``` - * access the list by using the `\TldList::TLD_LIST` class constant array + * access the list by using the `\TldEnum\TldList::TLD_LIST` class constant array ```php Date: Wed, 13 Jun 2018 00:27:30 -0700 Subject: [PATCH 083/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6867513..014182d 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Additionally, for convenience, some native programming language formats have als ```js const tldEnum = require('tld-enum'); - tldEnum.list; //an array with every IANA TLD + console.log(tldEnum.list); //an array with every IANA TLD ``` The following example... From b75aaae0c487e8fad4c1580c93b199ceddbc5499 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Jun 2018 01:02:24 -0700 Subject: [PATCH 084/113] Update README.md --- README.md | 30 ++++++++++++++++++++++++++---- 1 file changed, 26 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 014182d..bb4d704 100644 --- a/README.md +++ b/README.md @@ -192,10 +192,32 @@ $ bin/update-formats.sh ### TLD Update Utility Prerequisites * Node.js version 8.11 or higher. * (Optional) PHP command-line version 7.2 or higher, to re-generate the [PHP format files](#tld-list-formats). - * The *devDependencies* from [*package.json*](./package.json) must be fullfilled - ```sh - $ npm install tld-enum --dev - ``` + * The *devDependencies* from [*package.json*](./package.json) must be available. + + * If **tld-enum** has installed in an outside project using npm, then these must be installed manually, as in the following example: + + ```sh + npm install async-request --save-dev + npm install cheerio --save-dev + npm install commander --save-dev + npm install country-data --save-dev + npm install countryjs --save-dev + npm install csv-parse --save-dev + npm install csv-stringify --save-dev + npm install es6-promisify --save-dev + npm install fs --save-dev + npm install fs-extra --save-dev + npm install md5-file --save-dev + npm install pathinfo --save-dev + npm install request --save-dev + npm install tmp --save-dev + ``` + + * If **tld-enum** has installed in an outside project using npm, then the **TLD Update Utility** can be executed from the *node_module* to update the TLD format files without having to wait for an update to the [**tld-enum** npm package](https://www.npmjs.com/package/tld-enum), as in the following example: + + ```sh + node_modules/tld-enum/bin/update-formats.sh + ``` ### TLD Update Utility Usage ```txt From 2ac03cf6a93a50d50776cdf210b8d5c6be7ac009 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Jun 2018 01:10:16 -0700 Subject: [PATCH 085/113] npm updates --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f01bce1..d0d426c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "2.0.0", + "version": "2.0.1", "description": "Lists of every ICANN TLD in multiple formats", "main": "formats/js/tld-enum", "repository": { @@ -16,17 +16,17 @@ "devDependencies": { "async-request": "^1.2.0", "cheerio": "^1.0.0-rc.2", - "commander": "^2.12.2", + "commander": "^2.15.1", "country-data": "0.0.31", "countryjs": "^1.8.0", - "csv-parse": "^2.0.0", - "csv-stringify": "^2.0.0", + "csv-parse": "^2.5.0", + "csv-stringify": "^2.1.0", "es6-promisify": "^5.0.0", "fs": "0.0.1-security", "fs-extra": "^5.0.0", "md5-file": "^3.2.3", "pathinfo": "^0.1.0", - "request": "^2.83.0", + "request": "^2.87.0", "tmp": "0.0.33" } } From 97547a5e9c3b1b0cb15303a170b7b9097301cb1c Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Jun 2018 01:10:33 -0700 Subject: [PATCH 086/113] npm updates --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 758ef1a..06e0a87 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,7 @@ /vendor/ /node_modules/ composer.lock +package-lock.json *.log !**.gitkeep /*-backup.csv From 651c5f457fc561467b753ff8d018fb75f7b315ed Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Jun 2018 01:10:41 -0700 Subject: [PATCH 087/113] typo fixes --- bin/helpers/generate-js-tld-desc.js | 4 ++-- bin/helpers/generate-js-tld-info.js | 4 ++-- bin/helpers/generate-js-tld-list.js | 4 ++-- bin/helpers/generate-js-tld-type.js | 4 ++-- bin/helpers/generate-json-tld-desc.js | 4 ++-- bin/helpers/generate-json-tld-info.js | 2 +- bin/helpers/generate-json-tld-list.js | 2 +- bin/helpers/generate-json-tld-type.js | 2 +- bin/helpers/generate-php-tld-desc.php | 4 ++-- bin/helpers/generate-php-tld-info.php | 4 ++-- bin/helpers/generate-php-tld-type.php | 4 ++-- 11 files changed, 19 insertions(+), 19 deletions(-) diff --git a/bin/helpers/generate-js-tld-desc.js b/bin/helpers/generate-js-tld-desc.js index 84c398d..6bd7166 100755 --- a/bin/helpers/generate-js-tld-desc.js +++ b/bin/helpers/generate-js-tld-desc.js @@ -1,6 +1,6 @@ #!/usr/bin/env node -const meName = 'generate-js-desc.js'; +const meName = 'generate-js-tld-desc.js'; process.on('unhandledRejection', error => { console.error(meName + ": (FATAL)", error); @@ -32,7 +32,7 @@ if (!program.quiet) { console.log(" see README.md for licensing and other information"); console.log(" https://github.com/katmore/tld-enum#readme"); console.log(""); - console.log(" Generates new javascript format file 'desc.js' from the 'tlds.csv' file"); + console.log(" Generates new JavaScript format file 'desc.js' from the 'tlds.csv' file"); console.log(""); } diff --git a/bin/helpers/generate-js-tld-info.js b/bin/helpers/generate-js-tld-info.js index 0154927..45e5c78 100755 --- a/bin/helpers/generate-js-tld-info.js +++ b/bin/helpers/generate-js-tld-info.js @@ -1,6 +1,6 @@ #!/usr/bin/env node -const meName = 'generate-js-info.js'; +const meName = 'generate-js-tld-info.js'; process.on('unhandledRejection', error => { console.error(meName + ": (FATAL)", error); @@ -32,7 +32,7 @@ if (!program.quiet) { console.log(" see README.md for licensing and other information"); console.log(" https://github.com/katmore/tld-enum#readme"); console.log(""); - console.log(" Generates new javascript format file 'info.js' from the 'tlds.csv' file"); + console.log(" Generates new JavaScript format file 'info.js' from the 'tlds.csv' file"); console.log(""); } diff --git a/bin/helpers/generate-js-tld-list.js b/bin/helpers/generate-js-tld-list.js index 3d6a689..b56a6d3 100755 --- a/bin/helpers/generate-js-tld-list.js +++ b/bin/helpers/generate-js-tld-list.js @@ -1,6 +1,6 @@ #!/usr/bin/env node -const meName = 'generate-js-list.js'; +const meName = 'generate-js-tld-list.js'; process.on('unhandledRejection', error => { console.error(meName + ": (FATAL)", error); @@ -30,7 +30,7 @@ if (!program.quiet) { console.log(" see README.md for licensing and other information"); console.log(" https://github.com/katmore/tld-list#readme"); console.log(""); - console.log(" Generates new javascript format file 'list.js' from the 'tlds.csv' file"); + console.log(" Generates new JavaScript format file 'list.js' from the 'tlds.csv' file"); console.log(""); } diff --git a/bin/helpers/generate-js-tld-type.js b/bin/helpers/generate-js-tld-type.js index dfeaea2..4cf3788 100755 --- a/bin/helpers/generate-js-tld-type.js +++ b/bin/helpers/generate-js-tld-type.js @@ -1,6 +1,6 @@ #!/usr/bin/env node -const meName = 'generate-js-type.js'; +const meName = 'generate-js-tld-type.js'; process.on('unhandledRejection', error => { console.error(meName + ": (FATAL)", error); @@ -32,7 +32,7 @@ if (!program.quiet) { console.log(" see README.md for licensing and other information"); console.log(" https://github.com/katmore/tld-enum#readme"); console.log(""); - console.log(" Generates new javascript format file 'type.js' from the 'tlds.csv' file"); + console.log(" Generates new JavaScript format file 'type.js' from the 'tlds.csv' file"); console.log(""); } diff --git a/bin/helpers/generate-json-tld-desc.js b/bin/helpers/generate-json-tld-desc.js index 3fdeffe..ab104ed 100755 --- a/bin/helpers/generate-json-tld-desc.js +++ b/bin/helpers/generate-json-tld-desc.js @@ -1,6 +1,6 @@ #!/usr/bin/env node -const meName = 'generate-js-tld-desc.json'; +const meName = 'generate-json-tld-desc.json'; process.on('unhandledRejection', error => { console.error(meName + ": (FATAL)", error); @@ -32,7 +32,7 @@ if (!program.quiet) { console.log(" see README.md for licensing and other information"); console.log(" https://github.com/katmore/tld-enum#readme"); console.log(""); - console.log(" Generates new javascript desc format file from the 'tlds.csv' file"); + console.log(" Generates new JSON format file 'tld-desc.json' from the 'tlds.csv' file"); console.log(""); } diff --git a/bin/helpers/generate-json-tld-info.js b/bin/helpers/generate-json-tld-info.js index f5e62c3..280edf1 100755 --- a/bin/helpers/generate-json-tld-info.js +++ b/bin/helpers/generate-json-tld-info.js @@ -32,7 +32,7 @@ if (!program.quiet) { console.log(" see README.md for licensing and other information"); console.log(" https://github.com/katmore/tld-enum#readme"); console.log(""); - console.log(" Generates new javascript desc format file from the 'tlds.csv' file"); + console.log(" Generates new JSON format file 'tld-info.json' from the 'tlds.csv' file"); console.log(""); } diff --git a/bin/helpers/generate-json-tld-list.js b/bin/helpers/generate-json-tld-list.js index 71ca7e9..63ecb7e 100755 --- a/bin/helpers/generate-json-tld-list.js +++ b/bin/helpers/generate-json-tld-list.js @@ -32,7 +32,7 @@ if (!program.quiet) { console.log(" see README.md for licensing and other information"); console.log(" https://github.com/katmore/tld-enum#readme"); console.log(""); - console.log(" Generates new JSON format files from the 'tlds.csv' file"); + console.log(" Generates new JSON format file 'tld-list.json' from the 'tlds.csv' file"); console.log(""); } diff --git a/bin/helpers/generate-json-tld-type.js b/bin/helpers/generate-json-tld-type.js index 9dc31c8..573a597 100755 --- a/bin/helpers/generate-json-tld-type.js +++ b/bin/helpers/generate-json-tld-type.js @@ -32,7 +32,7 @@ if (!program.quiet) { console.log(" see README.md for licensing and other information"); console.log(" https://github.com/katmore/tld-enum#readme"); console.log(""); - console.log(" Generates new javascript desc format file from the 'tlds.csv' file"); + console.log(" Generates new JSON format file 'tld-type.json' from the 'tlds.csv' file"); console.log(""); } diff --git a/bin/helpers/generate-php-tld-desc.php b/bin/helpers/generate-php-tld-desc.php index 7640791..abfcd19 100755 --- a/bin/helpers/generate-php-tld-desc.php +++ b/bin/helpers/generate-php-tld-desc.php @@ -1,7 +1,7 @@ #!/usr/bin/env php Date: Wed, 13 Jun 2018 01:12:46 -0700 Subject: [PATCH 088/113] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bb4d704..e29e3d1 100644 --- a/README.md +++ b/README.md @@ -194,7 +194,7 @@ $ bin/update-formats.sh * (Optional) PHP command-line version 7.2 or higher, to re-generate the [PHP format files](#tld-list-formats). * The *devDependencies* from [*package.json*](./package.json) must be available. - * If **tld-enum** has installed in an outside project using npm, then these must be installed manually, as in the following example: + * If **tld-enum** was installed in an outside project using npm, then the *tld-enum* dev dependencies must be installed manually, as in the following example: ```sh npm install async-request --save-dev @@ -213,7 +213,7 @@ $ bin/update-formats.sh npm install tmp --save-dev ``` - * If **tld-enum** has installed in an outside project using npm, then the **TLD Update Utility** can be executed from the *node_module* to update the TLD format files without having to wait for an update to the [**tld-enum** npm package](https://www.npmjs.com/package/tld-enum), as in the following example: + * If **tld-enum** was installed in an outside project using npm, then the **TLD Update Utility** can be executed from the *node_module* to update the TLD format files without having to wait for an update to the [**tld-enum** npm package](https://www.npmjs.com/package/tld-enum), as in the following example: ```sh node_modules/tld-enum/bin/update-formats.sh From 607fb1b46a31c2c212e03754ad7a58b754f30001 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Wed, 13 Jun 2018 01:14:23 -0700 Subject: [PATCH 089/113] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e29e3d1..687b634 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ $ bin/update-formats.sh npm install tmp --save-dev ``` - * If **tld-enum** was installed in an outside project using npm, then the **TLD Update Utility** can be executed from the *node_module* to update the TLD format files without having to wait for an update to the [**tld-enum** npm package](https://www.npmjs.com/package/tld-enum), as in the following example: + * If **tld-enum** was installed in an outside project using npm, then the **TLD Update Utility** can be executed from the *node_module* directory, as in the following example: ```sh node_modules/tld-enum/bin/update-formats.sh From c69d089f92e57d2d7a5e68f1467eeadc413fce6c Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 14 Jun 2018 12:10:23 -0700 Subject: [PATCH 090/113] 180614 TLD updates --- formats/js/tld-enum/desc.js | 1580 +------ formats/js/tld-enum/info.js | 7888 +------------------------------ formats/js/tld-enum/list.js | 1580 +------ formats/js/tld-enum/type.js | 1580 +------ formats/json/tld-desc.json | 1580 +------ formats/json/tld-info.json | 7888 +------------------------------ formats/json/tld-list.json | 1580 +------ formats/json/tld-type.json | 1580 +------ formats/php/TldEnum/TldDesc.php | 589 +-- formats/php/TldEnum/TldInfo.php | 589 +-- tlds.csv | 589 +-- 11 files changed, 944 insertions(+), 26079 deletions(-) diff --git a/formats/js/tld-enum/desc.js b/formats/js/tld-enum/desc.js index 309ab2f..a099545 100644 --- a/formats/js/tld-enum/desc.js +++ b/formats/js/tld-enum/desc.js @@ -1,1579 +1 @@ -module.exports = { - "aaa": "American Automobile Association, Inc.", - "aarp": "AARP", - "abarth": "Fiat Chrysler Automobiles N.V.", - "abb": "ABB Ltd", - "abbott": "Abbott Laboratories, Inc.", - "abbvie": "AbbVie Inc.", - "abc": "Disney Enterprises, Inc.", - "able": "Able Inc.", - "abogado": "Top Level Domain Holdings Limited", - "abudhabi": "Abu Dhabi Systems and Information Centre", - "ac": "Ascension Island", - "academy": "Binky Moon, LLC", - "accenture": "Accenture plc", - "accountant": "dot Accountant Limited", - "accountants": "Binky Moon, LLC", - "aco": "ACO Severin Ahlmann GmbH & Co. KG", - "active": "Active Network, LLC", - "actor": "United TLD Holdco Ltd.", - "ad": "Andorra (Principality of)", - "adac": "Allgemeiner Deutscher Automobil-Club e.V. (ADAC)", - "ads": "Charleston Road Registry Inc.", - "adult": "ICM Registry AD LLC", - "ae": "United Arab Emirates", - "aeg": "Aktiebolaget Electrolux", - "aero": "Air-transport industry", - "aetna": "Aetna Life Insurance Company", - "af": "Afghanistan (Islamic Republic of)", - "afamilycompany": "Johnson Shareholdings, Inc.", - "afl": "Australian Football League", - "africa": "ZA Central Registry NPC trading as Registry.Africa", - "ag": "Antigua and Barbuda", - "agakhan": "Fondation Aga Khan (Aga Khan Foundation)", - "agency": "Binky Moon, LLC", - "ai": "Anguilla", - "aig": "American International Group, Inc.", - "aigo": "aigo Digital Technology Co,Ltd.", - "airbus": "Airbus S.A.S.", - "airforce": "United TLD Holdco Ltd.", - "airtel": "Bharti Airtel Limited", - "akdn": "Fondation Aga Khan (Aga Khan Foundation)", - "al": "Albania (Republic of)", - "alfaromeo": "Fiat Chrysler Automobiles N.V.", - "alibaba": "Alibaba Group Holding Limited", - "alipay": "Alibaba Group Holding Limited", - "allfinanz": "Allfinanz Deutsche Vermögensberatung Aktiengesellschaft", - "allstate": "Allstate Fire and Casualty Insurance Company", - "ally": "Ally Financial Inc.", - "alsace": "REGION GRAND EST", - "alstom": "ALSTOM", - "am": "Armenia (Republic of)", - "americanexpress": "American Express Travel Related Services Company, Inc.", - "americanfamily": "AmFam, Inc.", - "amex": "American Express Travel Related Services Company, Inc.", - "amfam": "AmFam, Inc.", - "amica": "Amica Mutual Insurance Company", - "amsterdam": "Gemeente Amsterdam", - "an": "Netherlands Antilles", - "analytics": "Campus IP LLC", - "android": "Charleston Road Registry Inc.", - "anquan": "QIHOO 360 TECHNOLOGY CO. LTD.", - "anz": "Australia and New Zealand Banking Group Limited", - "ao": "Angola (Republic of)", - "aol": "OATH Inc.", - "apartments": "Binky Moon, LLC", - "app": "Charleston Road Registry Inc.", - "apple": "Apple Inc.", - "aq": "Antarctica", - "aquarelle": "Aquarelle.com", - "ar": "Argentina (Argentine Republic)", - "arab": "League of Arab States", - "aramco": "Aramco Services Company", - "archi": "STARTING DOT LIMITED", - "army": "United TLD Holdco Ltd.", - "arpa": "Address and Routing Parameter Area", - "art": "UK Creative Ideas Limited", - "arte": "Association Relative à la Télévision Européenne G.E.I.E.", - "as": "American Samoa", - "asda": "Wal-Mart Stores, Inc.", - "asia": "Organisations and individuals in the Asia-Pacific region", - "associates": "Binky Moon, LLC", - "at": "Austria (Republic of)", - "athleta": "The Gap, Inc.", - "attorney": "United TLD Holdco, Ltd", - "au": "Australia (Commonwealth of)", - "auction": "United TLD HoldCo, Ltd.", - "audi": "AUDI Aktiengesellschaft", - "audible": "Amazon Registry Services, Inc.", - "audio": "Uniregistry, Corp.", - "auspost": "Australian Postal Corporation", - "author": "Amazon Registry Services, Inc.", - "auto": "Cars Registry Limited", - "autos": "DERAutos, LLC", - "avianca": "Aerovias del Continente Americano S.A. Avianca", - "aw": "Aruba", - "aws": "Amazon Registry Services, Inc.", - "ax": "Åland Islands", - "axa": "AXA SA", - "az": "Azerbaijan (Republic of)", - "azure": "Microsoft Corporation", - "ba": "Bosnia and Herzegovina", - "baby": "Johnson & Johnson Services, Inc.", - "baidu": "Baidu, Inc.", - "banamex": "Citigroup Inc.", - "bananarepublic": "The Gap, Inc.", - "band": "United TLD Holdco, Ltd", - "bank": "fTLD Registry Services, LLC", - "bar": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", - "barcelona": "Municipi de Barcelona", - "barclaycard": "Barclays Bank PLC", - "barclays": "Barclays Bank PLC", - "barefoot": "Gallo Vineyards, Inc.", - "bargains": "Binky Moon, LLC", - "baseball": "MLB Advanced Media DH, LLC", - "basketball": "Fédération Internationale de Basketball (FIBA)", - "bauhaus": "Werkhaus GmbH", - "bayern": "Bayern Connect GmbH", - "bb": "Barbados", - "bbc": "British Broadcasting Corporation", - "bbt": "BB&T Corporation", - "bbva": "BANCO BILBAO VIZCAYA ARGENTARIA, S.A.", - "bcg": "The Boston Consulting Group, Inc.", - "bcn": "Municipi de Barcelona", - "bd": "Bangladesh (People's Republic of)", - "be": "Belgium (Kingdom of)", - "beats": "Beats Electronics, LLC", - "beauty": "L'Oréal", - "beer": "Top Level Domain Holdings Limited", - "bentley": "Bentley Motors Limited", - "berlin": "dotBERLIN GmbH & Co. KG", - "best": "BestTLD Pty Ltd", - "bestbuy": "BBY Solutions, Inc.", - "bet": "Afilias plc", - "bf": "Burkina Faso", - "bg": "Bulgaria (Republic of)", - "bh": "Bahrain (Kingdom of)", - "bharti": "Bharti Enterprises (Holding) Private Limited", - "bi": "Burundi (Republic of)", - "bible": "American Bible Society", - "bid": "dot Bid Limited", - "bike": "Binky Moon, LLC", - "bing": "Microsoft Corporation", - "bingo": "Binky Moon, LLC", - "bio": "STARTING DOT LIMITED", - "biz": "Business", - "bj": "Benin (Republic of)", - "bl": "Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr}", - "black": "Afilias plc", - "blackfriday": "Uniregistry, Corp.", - "blanco": "BLANCO GmbH + Co KG", - "blockbuster": "Dish DBS Corporation", - "blog": "Knock Knock WHOIS There, LLC", - "bloomberg": "Bloomberg IP Holdings LLC", - "blue": "Afilias plc", - "bm": "Bermuda", - "bms": "Bristol-Myers Squibb Company", - "bmw": "Bayerische Motoren Werke Aktiengesellschaft", - "bn": "Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam]", - "bnl": "Banca Nazionale del Lavoro", - "bnpparibas": "BNP Paribas", - "bo": "Bolivia (Plurinational State of)", - "boats": "DERBoats, LLC", - "boehringer": "Boehringer Ingelheim International GmbH", - "bofa": "Bank of America Corporation", - "bom": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", - "bond": "Bond University Limited", - "boo": "Charleston Road Registry Inc.", - "book": "Amazon Registry Services, Inc.", - "booking": "Booking.com B.V.", - "boots": "Not assigned", - "bosch": "Robert Bosch GMBH", - "bostik": "Bostik SA", - "boston": "Boston TLD Management, LLC", - "bot": "Amazon Registry Services, Inc.", - "boutique": "Binky Moon, LLC", - "box": "NS1 Limited", - "bq": "Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}", - "br": "Brazil (Federative Republic of)", - "bradesco": "Banco Bradesco S.A.", - "bridgestone": "Bridgestone Corporation", - "broadway": "Celebrate Broadway, Inc.", - "broker": "DOTBROKER REGISTRY LTD", - "brother": "Brother Industries, Ltd.", - "brussels": "DNS.be vzw", - "bs": "Bahamas (Commonwealth of the)", - "bt": "Bhutan (Kingdom of)", - "budapest": "Top Level Domain Holdings Limited", - "bugatti": "Bugatti International SA", - "build": "Plan Bee LLC", - "builders": "Binky Moon, LLC", - "business": "Binky Moon, LLC", - "buy": "Amazon Registry Services, INC", - "buzz": "DOTSTRATEGY CO.", - "bv": "Bouvet Island", - "bw": "Botswana (Republic of)", - "by": "Belarus (Republic of)", - "bz": "Belize", - "bzh": "Association www.bzh", - "ca": "Canada", - "cab": "Binky Moon, LLC", - "cafe": "Binky Moon, LLC", - "cal": "Charleston Road Registry Inc.", - "call": "Amazon Registry Services, Inc.", - "calvinklein": "PVH gTLD Holdings LLC", - "cam": "AC Webconnecting Holding B.V.", - "camera": "Binky Moon, LLC", - "camp": "Binky Moon, LLC", - "cancerresearch": "Australian Cancer Research Foundation", - "canon": "Canon Inc.", - "capetown": "ZA Central Registry NPC trading as ZA Central Registry", - "capital": "Binky Moon, LLC", - "capitalone": "Capital One Financial Corporation", - "car": "Cars Registry Limited", - "caravan": "Caravan International, Inc.", - "cards": "Binky Moon, LLC", - "care": "Binky Moon, LLC", - "career": "dotCareer LLC", - "careers": "Binky Moon, LLC", - "cars": "Cars Registry Limited", - "cartier": "Richemont DNS Inc.", - "casa": "Top Level Domain Holdings Limited", - "case": "CNH Industrial N.V.", - "caseih": "CNH Industrial N.V.", - "cash": "Binky Moon, LLC", - "casino": "Binky Moon, LLC", - "cat": "Catalan", - "catering": "Binky Moon, LLC", - "catholic": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "cba": "COMMONWEALTH BANK OF AUSTRALIA", - "cbn": "The Christian Broadcasting Network, Inc.", - "cbre": "CBRE, Inc.", - "cbs": "CBS Domains Inc.", - "cc": "Cocos (Keeling) Islands (Territory of the)", - "cd": "Congo (Democratic Republic of the) [Congo-Kinshasa]", - "ceb": "The Corporate Executive Board Company", - "center": "Binky Moon, LLC", - "ceo": "CEOTLD Pty Ltd", - "cern": "European Organization for Nuclear Research (\"CERN\")", - "cf": "Central African Republic", - "cfa": "CFA Institute", - "cfd": "DOTCFD REGISTRY LTD", - "cg": "Congo (Republic of) [Congo-Brazzaville]", - "ch": "Switzerland (Swiss Confederation)", - "chanel": "Chanel International B.V.", - "channel": "Charleston Road Registry Inc.", - "charity": "Corn Lake, LLC", - "chase": "JPMorgan Chase Bank, National Association", - "chat": "Binky Moon, LLC", - "cheap": "Binky Moon, LLC", - "chintai": "CHINTAI Corporation", - "chloe": "Not assigned", - "christmas": "Uniregistry, Corp.", - "chrome": "Charleston Road Registry Inc.", - "chrysler": "FCA US LLC.", - "church": "Binky Moon, LLC", - "ci": "Ivory Coast (Republic of Côte d'Ivoire)", - "cipriani": "Hotel Cipriani Srl", - "circle": "Amazon Registry Services, Inc.", - "cisco": "Cisco Technology, Inc.", - "citadel": "Citadel Domain LLC", - "citi": "Citigroup Inc.", - "citic": "CITIC Group Corporation", - "city": "Binky Moon, LLC", - "cityeats": "Lifestyle Domain Holdings, Inc.", - "ck": "Cook Islands", - "cl": "Chile (Republic of)", - "claims": "Binky Moon, LLC", - "cleaning": "Binky Moon, LLC", - "click": "Uniregistry, Corp.", - "clinic": "Binky Moon, LLC", - "clinique": "The Estée Lauder Companies Inc.", - "clothing": "Binky Moon, LLC", - "cloud": "ARUBA PEC S.p.A.", - "club": ".CLUB DOMAINS, LLC", - "clubmed": "Club Méditerranée S.A.", - "cm": "Cameroon (Republic of)", - "cn": "China (People's Republic of)", - "co": "Colombia (Republic of)", - "coach": "Binky Moon, LLC", - "codes": "Binky Moon, LLC", - "coffee": "Binky Moon, LLC", - "college": "XYZ.COM LLC", - "cologne": "punkt.wien GmbH", - "com": "Commercial organizations", - "comcast": "Comcast IP Holdings I, LLC", - "commbank": "COMMONWEALTH BANK OF AUSTRALIA", - "community": "Binky Moon, LLC", - "company": "Binky Moon, LLC", - "compare": "iSelect Ltd", - "computer": "Binky Moon, LLC", - "comsec": "VeriSign, Inc.", - "condos": "Binky Moon, LLC", - "construction": "Binky Moon, LLC", - "consulting": "United TLD Holdco, LTD.", - "contact": "Top Level Spectrum, Inc.", - "contractors": "Binky Moon, LLC", - "cooking": "Top Level Domain Holdings Limited", - "cookingchannel": "Lifestyle Domain Holdings, Inc.", - "cool": "Binky Moon, LLC", - "coop": "Cooperatives", - "corsica": "Collectivité Territoriale de Corse", - "country": "Top Level Domain Holdings Limited", - "coupon": "Amazon Registry Services, Inc.", - "coupons": "Binky Moon, LLC", - "courses": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", - "cr": "Costa Rica (Republic of)", - "credit": "Binky Moon, LLC", - "creditcard": "Binky Moon, LLC", - "creditunion": "CUNA Performance Resources, LLC", - "cricket": "dot Cricket Limited", - "crown": "Crown Equipment Corporation", - "crs": "Federated Co-operatives Limited", - "cruise": "Viking River Cruises (Bermuda) Ltd.", - "cruises": "Binky Moon, LLC", - "csc": "Alliance-One Services, Inc.", - "cu": "Cuba (Republic of)", - "cuisinella": "SALM S.A.S.", - "cv": "Cape Verde (Republic of)", - "cw": "Curaçao (Country of)", - "cx": "Christmas Island (Territory of)", - "cy": "Cyprus (Republic of)", - "cymru": "Nominet UK", - "cyou": "Beijing Gamease Age Digital Technology Co., Ltd.", - "cz": "Czech Republic", - "dabur": "Dabur India Limited", - "dad": "Charleston Road Registry Inc.", - "dance": "United TLD Holdco Ltd.", - "data": "Dish DBS Corporation", - "date": "dot Date Limited", - "dating": "Binky Moon, LLC", - "datsun": "NISSAN MOTOR CO., LTD.", - "day": "Charleston Road Registry Inc.", - "dclk": "Charleston Road Registry Inc.", - "dds": "Minds + Machines Group Limited", - "de": "Germany (Federal Republic of)", - "deal": "Amazon Registry Services, Inc.", - "dealer": "Dealer Dot Com, Inc.", - "deals": "Binky Moon, LLC", - "degree": "United TLD Holdco, Ltd", - "delivery": "Binky Moon, LLC", - "dell": "Dell Inc.", - "deloitte": "Deloitte Touche Tohmatsu", - "delta": "Delta Air Lines, Inc.", - "democrat": "United TLD Holdco Ltd.", - "dental": "Binky Moon, LLC", - "dentist": "United TLD Holdco, Ltd", - "desi": "Desi Networks LLC", - "design": "Top Level Design, LLC", - "dev": "Charleston Road Registry Inc.", - "dhl": "Deutsche Post AG", - "diamonds": "Binky Moon, LLC", - "diet": "Uniregistry, Corp.", - "digital": "Binky Moon, LLC", - "direct": "Binky Moon, LLC", - "directory": "Binky Moon, LLC", - "discount": "Binky Moon, LLC", - "discover": "Discover Financial Services", - "dish": "Dish DBS Corporation", - "diy": "Lifestyle Domain Holdings, Inc.", - "dj": "Djibouti (Republic of)", - "dk": "Denmark (Kingdom of)", - "dm": "Dominica (Commonwealth of)", - "dnp": "Dai Nippon Printing Co., Ltd.", - "do": "Dominican Republic", - "docs": "Charleston Road Registry Inc.", - "doctor": "Binky Moon, LLC", - "dodge": "FCA US LLC.", - "dog": "Binky Moon, LLC", - "doha": "Communications Regulatory Authority (CRA)", - "domains": "Binky Moon, LLC", - "doosan": "Retired", - "dot": "Dish DBS Corporation", - "download": "dot Support Limited", - "drive": "Charleston Road Registry Inc.", - "dtv": "Dish DBS Corporation", - "dubai": "Dubai Smart Government Department", - "duck": "Johnson Shareholdings, Inc.", - "dunlop": "The Goodyear Tire & Rubber Company", - "duns": "The Dun & Bradstreet Corporation", - "dupont": "E. I. du Pont de Nemours and Company", - "durban": "ZA Central Registry NPC trading as ZA Central Registry", - "dvag": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "dvr": "Hughes Satellite Systems Corporation", - "dz": "Algeria (People's Democratic Republic of)", - "earth": "Interlink Co., Ltd.", - "eat": "Charleston Road Registry Inc.", - "ec": "Ecuador (Republic of)", - "eco": "Big Room Inc.", - "edeka": "EDEKA Verband kaufmännischer Genossenschaften e.V.", - "edu": "Educational establishments", - "education": "Binky Moon, LLC", - "ee": "Estonia (Republic of)", - "eg": "Egypt (Arab Republic of)", - "eh": "Western Sahara {reserved}", - "email": "Binky Moon, LLC", - "emerck": "Merck KGaA", - "energy": "Binky Moon, LLC", - "engineer": "United TLD Holdco Ltd.", - "engineering": "Binky Moon, LLC", - "enterprises": "Binky Moon, LLC", - "epost": "Deutsche Post AG", - "epson": "Seiko Epson Corporation", - "equipment": "Binky Moon, LLC", - "er": "Eritrea (State of)", - "ericsson": "Telefonaktiebolaget L M Ericsson", - "erni": "ERNI Group Holding AG", - "es": "Spain (Kingdom of)", - "esq": "Charleston Road Registry Inc.", - "estate": "Binky Moon, LLC", - "esurance": "Esurance Insurance Company", - "et": "Ethiopia (Federal Democratic Republic of)", - "etisalat": "Emirates Telecommunications Corporation (trading as Etisalat)", - "eu": "European Union", - "eurovision": "European Broadcasting Union (EBU)", - "eus": "Puntueus Fundazioa", - "events": "Binky Moon, LLC", - "everbank": "EverBank", - "exchange": "Binky Moon, LLC", - "expert": "Binky Moon, LLC", - "exposed": "Binky Moon, LLC", - "express": "Binky Moon, LLC", - "extraspace": "Extra Space Storage LLC", - "fage": "Fage International S.A.", - "fail": "Binky Moon, LLC", - "fairwinds": "FairWinds Partners, LLC", - "faith": "dot Faith Limited", - "family": "United TLD Holdco Ltd.", - "fan": "Asiamix Digital Ltd", - "fans": "Asiamix Digital Limited", - "farm": "Binky Moon, LLC", - "farmers": "Farmers Insurance Exchange", - "fashion": "Top Level Domain Holdings Limited", - "fast": "Amazon Registry Services, Inc.", - "fedex": "Federal Express Corporation", - "feedback": "Top Level Spectrum, Inc.", - "ferrari": "Fiat Chrysler Automobiles N.V.", - "ferrero": "Ferrero Trading Lux S.A.", - "fi": "Finland (Republic of)", - "fiat": "Fiat Chrysler Automobiles N.V.", - "fidelity": "Fidelity Brokerage Services LLC", - "fido": "Rogers Communications Canada Inc.", - "film": "Motion Picture Domain Registry Pty Ltd", - "final": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", - "finance": "Binky Moon, LLC", - "financial": "Binky Moon, LLC", - "fire": "Amazon Registry Services, Inc.", - "firestone": "Bridgestone Licensing Services, Inc.", - "firmdale": "Firmdale Holdings Limited", - "fish": "Binky Moon, LLC", - "fishing": "Top Level Domain Holdings Limited", - "fit": "Minds + Machines Group Limited", - "fitness": "Binky Moon, LLC", - "fj": "Fiji (Republic of)", - "fk": "Falkland Islands (Malvinas)", - "flickr": "Yahoo! Domain Services Inc.", - "flights": "Binky Moon, LLC", - "flir": "FLIR Systems, Inc.", - "florist": "Binky Moon, LLC", - "flowers": "Uniregistry, Corp.", - "flsmidth": "Retired", - "fly": "Charleston Road Registry Inc.", - "fm": "Micronesia (Federated States of)", - "fo": "Faroe Islands", - "foo": "Charleston Road Registry Inc.", - "food": "Lifestyle Domain Holdings, Inc.", - "foodnetwork": "Lifestyle Domain Holdings, Inc.", - "football": "Binky Moon, LLC", - "ford": "Ford Motor Company", - "forex": "DOTFOREX REGISTRY LTD", - "forsale": "United TLD Holdco, LLC", - "forum": "Fegistry, LLC", - "foundation": "Binky Moon, LLC", - "fox": "FOX Registry, LLC", - "fr": "France (French Republic)", - "free": "Amazon Registry Services, Inc.", - "fresenius": "Fresenius Immobilien-Verwaltungs-GmbH", - "frl": "FRLregistry B.V.", - "frogans": "OP3FT", - "frontdoor": "Lifestyle Domain Holdings, Inc.", - "frontier": "Frontier Communications Corporation", - "ftr": "Frontier Communications Corporation", - "fujitsu": "Fujitsu Limited", - "fujixerox": "Xerox DNHC LLC", - "fun": "DotSpace, Inc.", - "fund": "Binky Moon, LLC", - "furniture": "Binky Moon, LLC", - "futbol": "United TLD Holdco, Ltd.", - "fyi": "Binky Moon, LLC", - "ga": "Gabon (Gabonese Republic)", - "gal": "Asociación puntoGAL", - "gallery": "Binky Moon, LLC", - "gallo": "Gallo Vineyards, Inc.", - "gallup": "Gallup, Inc.", - "game": "Uniregistry, Corp.", - "games": "United TLD Holdco Ltd.", - "gap": "The Gap, Inc.", - "garden": "Top Level Domain Holdings Limited", - "gb": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", - "gbiz": "Charleston Road Registry Inc.", - "gd": "Grenada", - "gdn": "Joint Stock Company \"Navigation-information systems\"", - "ge": "Georgia", - "gea": "GEA Group Aktiengesellschaft", - "gent": "Combell nv", - "genting": "Resorts World Inc. Pte. Ltd.", - "george": "Wal-Mart Stores, Inc.", - "gf": "French Guiana", - "gg": "Guernsey (Bailiwick of)", - "ggee": "GMO Internet, Inc.", - "gh": "Ghana (Republic of)", - "gi": "Gibraltar", - "gift": "Uniregistry, Corp.", - "gifts": "Binky Moon, LLC", - "gives": "United TLD Holdco Ltd.", - "giving": "Giving Limited", - "gl": "Greenland", - "glade": "Johnson Shareholdings, Inc.", - "glass": "Binky Moon, LLC", - "gle": "Charleston Road Registry Inc.", - "global": "Dot Global Domain Registry Limited", - "globo": "Globo Comunicação e Participações S.A", - "gm": "Gambia (Republic of The)", - "gmail": "Charleston Road Registry Inc.", - "gmbh": "Binky Moon, LLC", - "gmo": "GMO Internet, Inc.", - "gmx": "1&1 Mail & Media GmbH", - "gn": "Guinea (Republic of)", - "godaddy": "Go Daddy East, LLC", - "gold": "Binky Moon, LLC", - "goldpoint": "YODOBASHI CAMERA CO.,LTD.", - "golf": "Binky Moon, LLC", - "goo": "NTT Resonant Inc.", - "goodhands": "Allstate Fire and Casualty Insurance Company", - "goodyear": "The Goodyear Tire & Rubber Company", - "goog": "Charleston Road Registry Inc.", - "google": "Charleston Road Registry Inc.", - "gop": "Republican State Leadership Committee, Inc.", - "got": "Amazon Registry Services, Inc.", - "gov": "US government", - "gp": "Guadeloupe", - "gq": "Equatorial Guinea (Republic of)", - "gr": "Greece (Hellenic Republic)", - "grainger": "Grainger Registry Services, LLC", - "graphics": "Binky Moon, LLC", - "gratis": "Binky Moon, LLC", - "green": "DotGreen Registry Limited", - "gripe": "Binky Moon, LLC", - "grocery": "Wal-Mart Stores, Inc.", - "group": "Binky Moon, LLC", - "gs": "South Georgia and the South Sandwich Islands", - "gt": "Guatemala (Republic of)", - "gu": "Guam", - "guardian": "The Guardian Life Insurance Company of America", - "gucci": "Guccio Gucci S.p.a.", - "guge": "Charleston Road Registry Inc.", - "guide": "Binky Moon, LLC", - "guitars": "Uniregistry, Corp.", - "guru": "Binky Moon, LLC", - "gw": "Guinea-Bissau (Republic of)", - "gy": "Guyana (Co-operative Republic of)", - "hair": "L'Oreal", - "hamburg": "Hamburg Top-Level-Domain GmbH", - "hangout": "Charleston Road Registry Inc.", - "haus": "United TLD Holdco, LTD.", - "hbo": "HBO Registry Services, Inc.", - "hdfc": "HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED", - "hdfcbank": "HDFC Bank Limited", - "health": "DotHealth, LLC", - "healthcare": "Binky Moon, LLC", - "help": "Uniregistry, Corp.", - "helsinki": "City of Helsinki", - "here": "Charleston Road Registry Inc.", - "hermes": "Hermes International", - "hgtv": "Lifestyle Domain Holdings, Inc.", - "hiphop": "Uniregistry, Corp.", - "hisamitsu": "Hisamitsu Pharmaceutical Co.,Inc.", - "hitachi": "Hitachi, Ltd.", - "hiv": "Uniregistry, Corp.", - "hk": "Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China)", - "hkt": "PCCW-HKT DataCom Services Limited", - "hm": "Heard Island and McDonald Islands", - "hn": "Honduras (Republic of)", - "hockey": "Binky Moon, LLC", - "holdings": "Binky Moon, LLC", - "holiday": "Binky Moon, LLC", - "homedepot": "Home Depot Product Authority, LLC", - "homegoods": "The TJX Companies, Inc.", - "homes": "DERHomes, LLC", - "homesense": "The TJX Companies, Inc.", - "honda": "Honda Motor Co., Ltd.", - "honeywell": "Honeywell GTLD LLC", - "horse": "Top Level Domain Holdings Limited", - "hospital": "Binky Moon, LLC", - "host": "DotHost Inc.", - "hosting": "Uniregistry, Corp.", - "hot": "Amazon Registry Services, Inc.", - "hoteles": "Travel Reservations SRL", - "hotels": "Booking.com B.V.", - "hotmail": "Microsoft Corporation", - "house": "Binky Moon, LLC", - "how": "Charleston Road Registry Inc.", - "hr": "Croatia (Republic of)", - "hsbc": "HSBC Global Services (UK) Limited", - "ht": "Haiti (Republic of)", - "htc": "Not assigned", - "hu": "Hungary", - "hughes": "Hughes Satellite Systems Corporation", - "hyatt": "Hyatt GTLD, L.L.C.", - "hyundai": "Hyundai Motor Company", - "ibm": "International Business Machines Corporation", - "icbc": "Industrial and Commercial Bank of China Limited", - "ice": "IntercontinentalExchange, Inc.", - "icu": "Shortdot SA", - "id": "Indonesia (Republic of)", - "ie": "Ireland (Republic of)", - "ieee": "IEEE Global LLC", - "ifm": "ifm electronic gmbh", - "iinet": "Retired", - "ikano": "Ikano S.A.", - "il": "Israel (State of)", - "im": "Isle of Man", - "imamat": "Fondation Aga Khan (Aga Khan Foundation)", - "imdb": "Amazon Registry Services, Inc.", - "immo": "Binky Moon, LLC", - "immobilien": "United TLD Holdco Ltd.", - "in": "India (Republic of)", - "industries": "Binky Moon, LLC", - "infiniti": "NISSAN MOTOR CO., LTD.", - "info": "Informational sites", - "ing": "Charleston Road Registry Inc.", - "ink": "Top Level Design, LLC", - "institute": "Binky Moon, LLC", - "insurance": "fTLD Registry Services LLC", - "insure": "Binky Moon, LLC", - "int": "International treaty-based organizations", - "intel": "Intel Corporation", - "international": "Binky Moon, LLC", - "intuit": "Intuit Administrative Services, Inc.", - "investments": "Binky Moon, LLC", - "io": "British Indian Ocean Territory", - "ipiranga": "Ipiranga Produtos de Petroleo S.A.", - "iq": "Iraq (Republic of)", - "ir": "Iran (Islamic Republic of)", - "irish": "Binky Moon, LLC", - "is": "Iceland", - "iselect": "iSelect Ltd", - "ismaili": "Fondation Aga Khan (Aga Khan Foundation)", - "ist": "Istanbul Metropolitan Municipality", - "istanbul": "Istanbul Metropolitan Municipality", - "it": "Italy (Italian Republic)", - "itau": "Itau Unibanco Holding S.A.", - "itv": "ITV Services Limited", - "iveco": "CNH Industrial N.V.", - "iwc": "Richemont DNS Inc.", - "jaguar": "Jaguar Land Rover Ltd", - "java": "Oracle Corporation", - "jcb": "JCB Co., Ltd.", - "jcp": "JCP Media, Inc.", - "je": "Jersey (Bailiwick of)", - "jeep": "FCA US LLC.", - "jetzt": "Binky Moon, LLC", - "jewelry": "Binky Moon, LLC", - "jio": "Affinity Names, Inc.", - "jlc": "Richemont DNS Inc.", - "jll": "Jones Lang LaSalle Incorporated", - "jm": "Jamaica (Commonwealth of)", - "jmp": "Matrix IP LLC", - "jnj": "Johnson & Johnson Services, Inc.", - "jo": "Jordan (Hashemite Kingdom of)", - "jobs": "Employment-related sites", - "joburg": "ZA Central Registry NPC trading as ZA Central Registry", - "jot": "Amazon Registry Services, Inc.", - "joy": "Amazon Registry Services, Inc.", - "jp": "Japan", - "jpmorgan": "JPMorgan Chase Bank, National Association", - "jprs": "Japan Registry Services Co., Ltd.", - "juegos": "Uniregistry, Corp.", - "juniper": "JUNIPER NETWORKS, INC.", - "kaufen": "United TLD Holdco Ltd.", - "kddi": "KDDI CORPORATION", - "ke": "Kenya (Republic of)", - "kerryhotels": "Kerry Trading Co. Limited", - "kerrylogistics": "Kerry Trading Co. Limited", - "kerryproperties": "Kerry Trading Co. Limited", - "kfh": "Kuwait Finance House", - "kg": "Kyrgyzstan (Kyrgyz Republic)", - "kh": "Cambodia (Kingdom of)", - "ki": "Kiribati (Republic of)", - "kia": "KIA MOTORS CORPORATION", - "kim": "Afilias plc", - "kinder": "Ferrero Trading Lux S.A.", - "kindle": "Amazon Registry Services, Inc.", - "kitchen": "Binky Moon, LLC", - "kiwi": "DOT KIWI LIMITED", - "km": "Comoros (Union of the)", - "kn": "Saint Kitts and Nevis (Federation of)", - "koeln": "punkt.wien GmbH", - "komatsu": "Komatsu Ltd.", - "kosher": "Kosher Marketing Assets LLC", - "kp": "Korea (Democratic People's Republic of) [North Korea]", - "kpmg": "KPMG International Cooperative (KPMG International Genossenschaft)", - "kpn": "Koninklijke KPN N.V.", - "kr": "Korea (Republic of) [South Korea]", - "krd": "KRG Department of Information Technology", - "kred": "KredTLD Pty Ltd", - "kuokgroup": "Kerry Trading Co. Limited", - "kw": "Kuwait (State of Kuwait)", - "ky": "Cayman Islands", - "kyoto": "Academic Institution: Kyoto Jyoho Gakuen", - "kz": "Kazakhstan (Republic of)", - "la": "Laos (Lao People's Democratic Republic)", - "lacaixa": "CAIXA D'ESTALVIS I PENSIONS DE BARCELONA", - "ladbrokes": "LADBROKES INTERNATIONAL PLC", - "lamborghini": "Automobili Lamborghini S.p.A.", - "lamer": "The Estée Lauder Companies Inc.", - "lancaster": "LANCASTER", - "lancia": "Fiat Chrysler Automobiles N.V.", - "lancome": "L'Oréal", - "land": "Binky Moon, LLC", - "landrover": "Jaguar Land Rover Ltd", - "lanxess": "LANXESS Corporation", - "lasalle": "Jones Lang LaSalle Incorporated", - "lat": "ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico", - "latino": "Dish DBS Corporation", - "latrobe": "La Trobe University", - "law": "Minds + Machines Group Limited", - "lawyer": "United TLD Holdco, Ltd", - "lb": "Lebanon (Lebanese Republic)", - "lc": "Saint Lucia", - "lds": "IRI Domain Management, LLC", - "lease": "Binky Moon, LLC", - "leclerc": "A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc", - "lefrak": "LeFrak Organization, Inc.", - "legal": "Binky Moon, LLC", - "lego": "LEGO Juris A/S", - "lexus": "TOYOTA MOTOR CORPORATION", - "lgbt": "Afilias plc", - "li": "Liechtenstein (Principality of)", - "liaison": "Liaison Technologies, Incorporated", - "lidl": "Schwarz Domains und Services GmbH & Co. KG", - "life": "Binky Moon, LLC", - "lifeinsurance": "American Council of Life Insurers", - "lifestyle": "Lifestyle Domain Holdings, Inc.", - "lighting": "Binky Moon, LLC", - "like": "Amazon Registry Services, Inc.", - "lilly": "Eli Lilly and Company", - "limited": "Binky Moon, LLC", - "limo": "Binky Moon, LLC", - "lincoln": "Ford Motor Company", - "linde": "Linde Aktiengesellschaft", - "link": "Uniregistry, Corp.", - "lipsy": "Lipsy Ltd", - "live": "United TLD Holdco Ltd.", - "living": "Lifestyle Domain Holdings, Inc.", - "lixil": "LIXIL Group Corporation", - "lk": "Sri Lanka (Democratic Socialist Republic of)", - "llc": "Afilias plc", - "loan": "dot Loan Limited", - "loans": "Binky Moon, LLC", - "locker": "Dish DBS Corporation", - "locus": "Locus Analytics LLC", - "loft": "Annco, Inc.", - "lol": "Uniregistry, Corp.", - "london": "Dot London Domains Limited", - "lotte": "Lotte Holdings Co., Ltd.", - "lotto": "Afilias plc", - "love": "Merchant Law Group LLP", - "lpl": "LPL Holdings, Inc.", - "lplfinancial": "LPL Holdings, Inc.", - "lr": "Liberia (Republic of)", - "ls": "Lesotho (Kingdom of)", - "lt": "Lithuania (Republic of)", - "ltd": "Binky Moon, LLC", - "ltda": "InterNetX Corp.", - "lu": "Luxembourg (Grand Duchy of)", - "lundbeck": "H. Lundbeck A/S", - "lupin": "LUPIN LIMITED", - "luxe": "Top Level Domain Holdings Limited", - "luxury": "Luxury Partners LLC", - "lv": "Latvia (Republic of)", - "ly": "Libya", - "ma": "Morocco", - "macys": "Macys, Inc.", - "madrid": "Comunidad de Madrid", - "maif": "Mutuelle Assurance Instituteur France (MAIF)", - "maison": "Binky Moon, LLC", - "makeup": "L'Oréal", - "man": "MAN SE", - "management": "Binky Moon, LLC", - "mango": "PUNTO FA S.L.", - "map": "Charleston Road Registry Inc.", - "market": "United TLD Holdco, Ltd", - "marketing": "Binky Moon, LLC", - "markets": "DOTMARKETS REGISTRY LTD", - "marriott": "Marriott Worldwide Corporation", - "marshalls": "The TJX Companies, Inc.", - "maserati": "Fiat Chrysler Automobiles N.V.", - "mattel": "Mattel Sites, Inc.", - "mba": "Binky Moon, LLC", - "mc": "Monaco (Principality of)", - "mcd": "Not assigned", - "mcdonalds": "Not assigned", - "mckinsey": "McKinsey Holdings, Inc.", - "md": "Moldova (Republic of)", - "me": "Montenegro", - "med": "Medistry LLC", - "media": "Binky Moon, LLC", - "meet": "Charleston Road Registry Inc.", - "melbourne": "The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation", - "meme": "Charleston Road Registry Inc.", - "memorial": "Dog Beach, LLC", - "men": "Exclusive Registry Limited", - "menu": "Wedding TLD2, LLC", - "meo": "Not assigned", - "merckmsd": "MSD Registry Holdings, Inc.", - "metlife": "MetLife Services and Solutions, LLC", - "mf": "Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr}", - "mg": "Madagascar (Republic of)", - "mh": "Marshall Islands (Republic of the)", - "miami": "Top Level Domain Holdings Limited", - "microsoft": "Microsoft Corporation", - "mil": "US military", - "mini": "Bayerische Motoren Werke Aktiengesellschaft", - "mint": "Intuit Administrative Services, Inc.", - "mit": "Massachusetts Institute of Technology", - "mitsubishi": "Mitsubishi Corporation", - "mk": "Macedonia (Republic of)", - "ml": "Mali (Republic of)", - "mlb": "MLB Advanced Media DH, LLC", - "mls": "The Canadian Real Estate Association", - "mm": "Myanmar (Republic of the Union of) [Burma]", - "mma": "MMA IARD", - "mn": "Mongolia", - "mo": "Macau (Macau Special Administrative Region of the People's Republic of China) [Macao]", - "mobi": "Mobile", - "mobile": "Dish DBS Corporation", - "mobily": "GreenTech Consultancy Company W.L.L.", - "moda": "United TLD Holdco Ltd.", - "moe": "Interlink Co., Ltd.", - "moi": "Amazon Registry Services, Inc.", - "mom": "Uniregistry, Corp.", - "monash": "Monash University", - "money": "Binky Moon, LLC", - "monster": "Monster Worldwide, Inc.", - "montblanc": "Not assigned", - "mopar": "FCA US LLC.", - "mormon": "IRI Domain Management, LLC (\"Applicant\")", - "mortgage": "United TLD Holdco, Ltd", - "moscow": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", - "moto": "Motorola Trademark Holdings, LLC", - "motorcycles": "DERMotorcycles, LLC", - "mov": "Charleston Road Registry Inc.", - "movie": "Binky Moon, LLC", - "movistar": "Telefónica S.A.", - "mp": "Northern Mariana Islands (Commonwealth of the)", - "mq": "Martinique", - "mr": "Mauritania (Islamic Republic of)", - "ms": "Montserrat", - "msd": "MSD Registry Holdings, Inc.", - "mt": "Malta (Republic of)", - "mtn": "MTN Dubai Limited", - "mtpc": "Retired", - "mtr": "MTR Corporation Limited", - "mu": "Mauritius (Republic of)", - "museum": "Museums", - "mutual": "Northwestern Mutual MU TLD Registry, LLC", - "mutuelle": "Retired", - "mv": "Maldives (Republic of)", - "mw": "Malawi (Republic of)", - "mx": "Mexico (United Mexican States)", - "my": "Malaysia", - "mz": "Mozambique (Republic of)", - "na": "Namibia (Republic of)", - "nab": "National Australia Bank Limited", - "nadex": "Nadex Domains, Inc", - "nagoya": "GMO Registry, Inc.", - "name": "Individuals", - "nationwide": "Nationwide Mutual Insurance Company", - "natura": "NATURA COSMÉTICOS S.A.", - "navy": "United TLD Holdco Ltd.", - "nba": "NBA REGISTRY, LLC", - "nc": "New Caledonia", - "ne": "Niger (Republic of)", - "nec": "NEC Corporation", - "net": "Network", - "netbank": "COMMONWEALTH BANK OF AUSTRALIA", - "netflix": "Netflix, Inc.", - "network": "Binky Moon, LLC", - "neustar": "NeuStar, Inc.", - "new": "Charleston Road Registry Inc.", - "newholland": "CNH Industrial N.V.", - "news": "United TLD Holdco Ltd.", - "next": "Next plc", - "nextdirect": "Next plc", - "nexus": "Charleston Road Registry Inc.", - "nf": "Norfolk Island (Territory of)", - "nfl": "NFL Reg Ops LLC", - "ng": "Nigeria (Federal Republic of)", - "ngo": "Public Interest Registry", - "nhk": "Japan Broadcasting Corporation (NHK)", - "ni": "Nicaragua (Republic of)", - "nico": "DWANGO Co., Ltd.", - "nike": "NIKE, Inc.", - "nikon": "NIKON CORPORATION", - "ninja": "United TLD Holdco Ltd.", - "nissan": "NISSAN MOTOR CO., LTD.", - "nissay": "Nippon Life Insurance Company", - "nl": "Netherlands", - "no": "Norway (Kingdom of)", - "nokia": "Nokia Corporation", - "northwesternmutual": "Northwestern Mutual Registry, LLC", - "norton": "Symantec Corporation", - "now": "Amazon Registry Services, Inc.", - "nowruz": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "nowtv": "Starbucks (HK) Limited", - "np": "Nepal (Federal Democratic Republic of)", - "nr": "Nauru (Republic of)", - "nra": "NRA Holdings Company, INC.", - "nrw": "Minds + Machines GmbH", - "ntt": "NIPPON TELEGRAPH AND TELEPHONE CORPORATION", - "nu": "Niue", - "nyc": "The City of New York by and through the New York City Department of Information Technology & Telecommunications", - "nz": "New Zealand", - "obi": "OBI Group Holding SE & Co. KGaA", - "observer": "Top Level Spectrum, Inc.", - "off": "Johnson Shareholdings, Inc.", - "office": "Microsoft Corporation", - "okinawa": "BRregistry, Inc.", - "olayan": "Crescent Holding GmbH", - "olayangroup": "Crescent Holding GmbH", - "oldnavy": "The Gap, Inc.", - "ollo": "Dish DBS Corporation", - "om": "Oman (Sultanate of)", - "omega": "The Swatch Group Ltd", - "one": "One.com A/S", - "ong": "Public Interest Registry", - "onl": "I-REGISTRY Ltd., Niederlassung Deutschland", - "online": "DotOnline Inc.", - "onyourside": "Nationwide Mutual Insurance Company", - "ooo": "INFIBEAM INCORPORATION LIMITED", - "open": "American Express Travel Related Services Company, Inc.", - "oracle": "Oracle Corporation", - "orange": "Orange Brand Services Limited", - "org": "Non-profit organizations", - "organic": "Afilias plc", - "orientexpress": "Retired", - "origins": "The Estée Lauder Companies Inc.", - "osaka": "Osaka Registry Co., Ltd.", - "otsuka": "Otsuka Holdings Co., Ltd.", - "ott": "Dish DBS Corporation", - "ovh": "OVH SAS", - "pa": "Panama (Republic of)", - "page": "Charleston Road Registry Inc.", - "pamperedchef": "Not assigned", - "panasonic": "Panasonic Corporation", - "panerai": "Richemont DNS Inc.", - "paris": "City of Paris", - "pars": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "partners": "Binky Moon, LLC", - "parts": "Binky Moon, LLC", - "party": "Blue Sky Registry Limited", - "passagens": "Travel Reservations SRL", - "pay": "Amazon Registry Services, Inc.", - "pccw": "PCCW Enterprises Limited", - "pe": "Peru (Republic of)", - "pet": "Afilias plc", - "pf": "French Polynesia and Clipperton Island", - "pfizer": "Pfizer Inc.", - "pg": "Papua New Guinea (Independent State of)", - "ph": "Philippines (Republic of the)", - "pharmacy": "National Association of Boards of Pharmacy", - "phd": "Charleston Road Registry Inc.", - "philips": "Koninklijke Philips N.V.", - "phone": "Dish DBS Corporation", - "photo": "Uniregistry, Corp.", - "photography": "Binky Moon, LLC", - "photos": "Binky Moon, LLC", - "physio": "PhysBiz Pty Ltd", - "piaget": "Richemont DNS Inc.", - "pics": "Uniregistry, Corp.", - "pictet": "Pictet Europe S.A.", - "pictures": "Binky Moon, LLC", - "pid": "Top Level Spectrum, Inc.", - "pin": "Amazon Registry Services, Inc.", - "ping": "Ping Registry Provider, Inc.", - "pink": "Afilias plc", - "pioneer": "Pioneer Corporation", - "pizza": "Binky Moon, LLC", - "pk": "Pakistan (Islamic Republic of)", - "pl": "Poland (Republic of)", - "place": "Binky Moon, LLC", - "play": "Charleston Road Registry Inc.", - "playstation": "Sony Computer Entertainment Inc.", - "plumbing": "Binky Moon, LLC", - "plus": "Binky Moon, LLC", - "pm": "Saint Pierre and Miquelon", - "pn": "Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands)", - "pnc": "PNC Domain Co., LLC", - "pohl": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "poker": "Afilias plc", - "politie": "Politie Nederland", - "porn": "ICM Registry PN LLC", - "post": "Universal Postal Union", - "pr": "Puerto Rico (Commonwealth of)", - "pramerica": "Prudential Financial, Inc.", - "praxi": "Praxi S.p.A.", - "press": "DotPress Inc.", - "prime": "Amazon Registry Services, Inc.", - "pro": "Profession", - "prod": "Charleston Road Registry Inc.", - "productions": "Binky Moon, LLC", - "prof": "Charleston Road Registry Inc.", - "progressive": "Progressive Casualty Insurance Company", - "promo": "Afilias plc", - "properties": "Binky Moon, LLC", - "property": "Uniregistry, Corp.", - "protection": "XYZ.COM LLC", - "pru": "Prudential Financial, Inc.", - "prudential": "Prudential Financial, Inc.", - "ps": "Palestine (State of)", - "pt": "Portugal (Portuguese Republic)", - "pub": "United TLD Holdco Ltd.", - "pw": "Palau (Republic of)", - "pwc": "PricewaterhouseCoopers LLP", - "py": "Paraguay (Republic of)", - "qa": "Qatar (State of)", - "qpon": "dotCOOL, Inc.", - "quebec": "PointQuébec Inc", - "quest": "Quest ION Limited", - "qvc": "QVC, Inc.", - "racing": "Premier Registry Limited", - "radio": "European Broadcasting Union (EBU)", - "raid": "Johnson Shareholdings, Inc.", - "re": "Réunion", - "read": "Amazon Registry Services, Inc.", - "realestate": "dotRealEstate LLC", - "realtor": "Real Estate Domains LLC", - "realty": "Fegistry, LLC", - "recipes": "Binky Moon, LLC", - "red": "Afilias plc", - "redstone": "Redstone Haute Couture Co., Ltd.", - "redumbrella": "Travelers TLD, LLC", - "rehab": "United TLD Holdco Ltd.", - "reise": "Binky Moon, LLC", - "reisen": "Binky Moon, LLC", - "reit": "National Association of Real Estate Investment Trusts, Inc.", - "reliance": "Reliance Industries Limited", - "ren": "Beijing Qianxiang Wangjing Technology Development Co., Ltd.", - "rent": "XYZ.COM LLC", - "rentals": "Binky Moon, LLC", - "repair": "Binky Moon, LLC", - "report": "Binky Moon, LLC", - "republican": "United TLD Holdco Ltd.", - "rest": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", - "restaurant": "Binky Moon, LLC", - "review": "dot Review Limited", - "reviews": "United TLD Holdco, Ltd.", - "rexroth": "Robert Bosch GMBH", - "rich": "I-REGISTRY Ltd., Niederlassung Deutschland", - "richardli": "Pacific Century Asset Management (HK) Limited", - "ricoh": "Ricoh Company, Ltd.", - "rightathome": "Johnson Shareholdings, Inc.", - "ril": "Reliance Industries Limited", - "rio": "Empresa Municipal de Informática SA - IPLANRIO", - "rip": "United TLD Holdco Ltd.", - "rmit": "Royal Melbourne Institute of Technology", - "ro": "Romania", - "rocher": "Ferrero Trading Lux S.A.", - "rocks": "United TLD Holdco, LTD.", - "rodeo": "Top Level Domain Holdings Limited", - "rogers": "Rogers Communications Canada Inc.", - "room": "Amazon Registry Services, Inc.", - "rs": "Serbia (Republic of)", - "rsvp": "Charleston Road Registry Inc.", - "ru": "Russia (Russian Federation)", - "rugby": "World Rugby Strategic Developments Limited", - "ruhr": "regiodot GmbH & Co. KG", - "run": "Binky Moon, LLC", - "rw": "Rwanda (Republic of)", - "rwe": "RWE AG", - "ryukyu": "BRregistry, Inc.", - "sa": "Saudi Arabia (Kingdom of)", - "saarland": "dotSaarland GmbH", - "safe": "Amazon Registry Services, Inc.", - "safety": "Safety Registry Services, LLC.", - "sakura": "SAKURA Internet Inc.", - "sale": "United TLD Holdco, Ltd", - "salon": "Binky Moon, LLC", - "samsclub": "Wal-Mart Stores, Inc.", - "samsung": "SAMSUNG SDS CO., LTD", - "sandvik": "Sandvik AB", - "sandvikcoromant": "Sandvik AB", - "sanofi": "Sanofi", - "sap": "SAP AG", - "sapo": "Not assigned", - "sarl": "Binky Moon, LLC", - "sas": "Research IP LLC", - "save": "Amazon Registry Services, Inc.", - "saxo": "Saxo Bank A/S", - "sb": "Solomon Islands", - "sbi": "STATE BANK OF INDIA", - "sbs": "SPECIAL BROADCASTING SERVICE CORPORATION", - "sc": "Seychelles (Republic of)", - "sca": "SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)", - "scb": "The Siam Commercial Bank Public Company Limited (\"SCB\")", - "schaeffler": "Schaeffler Technologies AG & Co. KG", - "schmidt": "SALM S.A.S.", - "scholarships": "Scholarships.com, LLC", - "school": "Binky Moon, LLC", - "schule": "Binky Moon, LLC", - "schwarz": "Schwarz Domains und Services GmbH & Co. KG", - "science": "dot Science Limited", - "scjohnson": "Johnson Shareholdings, Inc.", - "scor": "SCOR SE", - "scot": "Dot Scot Registry Limited", - "sd": "Sudan (Republic of)", - "se": "Sweden (Kingdom of)", - "search": "Charleston Road Registry Inc.", - "seat": "SEAT, S.A. (Sociedad Unipersonal)", - "secure": "Amazon Registry Services, Inc.", - "security": "XYZ.COM LLC", - "seek": "Seek Limited", - "select": "iSelect Ltd", - "sener": "Sener Ingeniería y Sistemas, S.A.", - "services": "Binky Moon, LLC", - "ses": "SES", - "seven": "Seven West Media Ltd", - "sew": "SEW-EURODRIVE GmbH & Co KG", - "sex": "ICM Registry SX LLC", - "sexy": "Uniregistry, Corp.", - "sfr": "Societe Francaise du Radiotelephone - SFR", - "sg": "Singapore (Republic of)", - "sh": "Saint Helena", - "shangrila": "Shangri‐La International Hotel Management Limited", - "sharp": "Sharp Corporation", - "shaw": "Shaw Cablesystems G.P.", - "shell": "Shell Information Technology International Inc", - "shia": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "shiksha": "Afilias plc", - "shoes": "Binky Moon, LLC", - "shop": "GMO Registry, Inc.", - "shopping": "Binky Moon, LLC", - "shouji": "QIHOO 360 TECHNOLOGY CO. LTD.", - "show": "Binky Moon, LLC", - "showtime": "CBS Domains Inc.", - "shriram": "Shriram Capital Ltd.", - "si": "Slovenia (Republic of)", - "silk": "Amazon Registry Services, Inc.", - "sina": "Sina Corporation", - "singles": "Binky Moon, LLC", - "site": "DotSite Inc.", - "sj": "Svalbard and Jan Mayen {not in use - see also: .no}", - "sk": "Slovakia (Slovak Republic)", - "ski": "STARTING DOT LIMITED", - "skin": "L'Oréal", - "sky": "Sky International AG", - "skype": "Microsoft Corporation", - "sl": "Sierra Leone (Republic of)", - "sling": "Hughes Satellite Systems Corporation", - "sm": "San Marino (Republic of)", - "smart": "Smart Communications, Inc. (SMART)", - "smile": "Amazon Registry Services, Inc.", - "sn": "Senegal (Republic of)", - "sncf": "SNCF (Société Nationale des Chemins de fer Francais)", - "so": "Somalia (Federal Republic of)", - "soccer": "Binky Moon, LLC", - "social": "United TLD Holdco Ltd.", - "softbank": "SoftBank Group Corp.", - "software": "United TLD Holdco, Ltd", - "sohu": "Sohu.com Limited", - "solar": "Binky Moon, LLC", - "solutions": "Binky Moon, LLC", - "song": "Amazon Registry Services, Inc.", - "sony": "Sony Corporation", - "soy": "Charleston Road Registry Inc.", - "space": "DotSpace Inc.", - "spiegel": "SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG", - "sport": "Global Association of International Sports Federations (GAISF)", - "spot": "Amazon Registry Services, Inc.", - "spreadbetting": "DOTSPREADBETTING REGISTRY LTD", - "sr": "Suriname (Republic of)", - "srl": "InterNetX Corp.", - "srt": "FCA US LLC.", - "ss": "South Sudan (Republic of)", - "st": "São Tomé and Príncipe (Democratic Republic of)", - "stada": "STADA Arzneimittel AG", - "staples": "Staples, Inc.", - "star": "Star India Private Limited", - "starhub": "StarHub Limited", - "statebank": "STATE BANK OF INDIA", - "statefarm": "State Farm Mutual Automobile Insurance Company", - "statoil": "Statoil ASA", - "stc": "Saudi Telecom Company", - "stcgroup": "Saudi Telecom Company", - "stockholm": "Stockholms kommun", - "storage": "XYZ.COM LLC", - "store": "DotStore Inc.", - "stream": "dot Stream Limited", - "studio": "United TLD Holdco Ltd.", - "study": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", - "style": "Binky Moon, LLC", - "su": "Soviet Union (Union of Soviet Socialist Republics)", - "sucks": "Vox Populi Registry Ltd.", - "supplies": "Binky Moon, LLC", - "supply": "Binky Moon, LLC", - "support": "Binky Moon, LLC", - "surf": "Top Level Domain Holdings Limited", - "surgery": "Binky Moon, LLC", - "suzuki": "SUZUKI MOTOR CORPORATION", - "sv": "El Salvador (Republic of)", - "swatch": "The Swatch Group Ltd", - "swiftcover": "Swiftcover Insurance Services Limited", - "swiss": "Swiss Confederation", - "sx": "Sint Maarten", - "sy": "Syria (Syrian Arab Republic)", - "sydney": "State of New South Wales, Department of Premier and Cabinet", - "symantec": "Symantec Corporation", - "systems": "Binky Moon, LLC", - "sz": "Swaziland (Kingdom of)", - "tab": "Tabcorp Holdings Limited", - "taipei": "Taipei City Government", - "talk": "Amazon Registry Services, Inc.", - "taobao": "Alibaba Group Holding Limited", - "target": "Target Domain Holdings, LLC", - "tatamotors": "Tata Motors Ltd", - "tatar": "Limited Liability Company \"Coordination Center of Regional Domain of Tatarstan Republic\"", - "tattoo": "Uniregistry, Corp.", - "tax": "Binky Moon, LLC", - "taxi": "Binky Moon, LLC", - "tc": "Turks and Caicos Islands", - "tci": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "td": "Chad (Republic of)", - "tdk": "TDK Corporation", - "team": "Binky Moon, LLC", - "tech": "Dot Tech LLC", - "technology": "Binky Moon, LLC", - "tel": "Telephone", - "telecity": "TelecityGroup International Limited", - "telefonica": "Telefónica S.A.", - "temasek": "Temasek Holdings (Private) Limited", - "tennis": "Binky Moon, LLC", - "teva": "Teva Pharmaceutical Industries Limited", - "tf": "French Southern and Antarctic Lands (Territory of the)", - "tg": "Togo (Togolese Republic)", - "th": "Thailand (Kingdom of)", - "thd": "Home Depot Product Authority, LLC", - "theater": "Binky Moon, LLC", - "theatre": "XYZ.COM LLC", - "tiaa": "Teachers Insurance and Annuity Association of America", - "tickets": "Accent Media Limited", - "tienda": "Binky Moon, LLC", - "tiffany": "Tiffany and Company", - "tips": "Binky Moon, LLC", - "tires": "Binky Moon, LLC", - "tirol": "punkt Tirol GmbH", - "tj": "Tajikistan (Republic of)", - "tjmaxx": "The TJX Companies, Inc.", - "tjx": "The TJX Companies, Inc.", - "tk": "Tokelau", - "tkmaxx": "The TJX Companies, Inc.", - "tl": "Timor-Leste (Democratic Republic of) [East Timor]", - "tm": "Turkmenistan", - "tmall": "Alibaba Group Holding Limited", - "tn": "Tunisia (Republic of)", - "to": "Tonga (Kingdom of)", - "today": "Binky Moon, LLC", - "tokyo": "GMO Registry, Inc.", - "tools": "Binky Moon, LLC", - "top": "Jiangsu Bangning Science & Technology Co.,Ltd.", - "toray": "Toray Industries, Inc.", - "toshiba": "TOSHIBA Corporation", - "total": "Total SA", - "tours": "Binky Moon, LLC", - "town": "Binky Moon, LLC", - "toyota": "TOYOTA MOTOR CORPORATION", - "toys": "Binky Moon, LLC", - "tp": "Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl}", - "tr": "Turkey (Republic of)", - "trade": "Elite Registry Limited", - "trading": "DOTTRADING REGISTRY LTD", - "training": "Binky Moon, LLC", - "travel": "Travel", - "travelchannel": "Lifestyle Domain Holdings, Inc.", - "travelers": "Travelers TLD, LLC", - "travelersinsurance": "Travelers TLD, LLC", - "trust": "Artemis Internet Inc", - "trv": "Travelers TLD, LLC", - "tt": "Trinidad and Tobago (Republic of)", - "tube": "Latin American Telecom LLC", - "tui": "TUI AG", - "tunes": "Amazon Registry Services, Inc.", - "tushu": "Amazon Registry Services, Inc.", - "tv": "Tuvalu", - "tvs": "T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED", - "tw": "Taiwan (Republic of China)", - "tz": "Tanzania (United Republic of)", - "ua": "Ukraine", - "ubank": "National Australia Bank Limited", - "ubs": "UBS AG", - "uconnect": "FCA US LLC.", - "ug": "Uganda (Republic of)", - "uk": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", - "um": "United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}", - "unicom": "China United Network Communications Corporation Limited", - "university": "Binky Moon, LLC", - "uno": "Dot Latin LLC", - "uol": "UBN INTERNET LTDA.", - "ups": "UPS Market Driver, Inc.", - "us": "United States of America and United States Minor Outlying Islands", - "uy": "Uruguay (Oriental Republic of)", - "uz": "Uzbekistan (Republic of)", - "va": "Vatican City (Vatican City State)", - "vacations": "Binky Moon, LLC", - "vana": "Lifestyle Domain Holdings, Inc.", - "vanguard": "The Vanguard Group, Inc.", - "vc": "Saint Vincent and the Grenadines", - "ve": "Venezuela (Bolivarian Republic of)", - "vegas": "Dot Vegas, Inc.", - "ventures": "Binky Moon, LLC", - "verisign": "VeriSign, Inc.", - "versicherung": "TLD-BOX Registrydienstleistungen GmbH", - "vet": "United TLD Holdco, Ltd", - "vg": "British Virgin Islands (Virgin Islands)", - "vi": "United States Virgin Islands (United States Virgin Islands)", - "viajes": "Binky Moon, LLC", - "video": "United TLD Holdco, Ltd", - "vig": "VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe", - "viking": "Viking River Cruises (Bermuda) Ltd.", - "villas": "Binky Moon, LLC", - "vin": "Binky Moon, LLC", - "vip": "Minds + Machines Group Limited", - "virgin": "Virgin Enterprises Limited", - "visa": "Visa Worldwide Pte. Limited", - "vision": "Binky Moon, LLC", - "vista": "Vistaprint Limited", - "vistaprint": "Vistaprint Limited", - "viva": "Saudi Telecom Company", - "vivo": "Telefonica Brasil S.A.", - "vlaanderen": "DNS.be vzw", - "vn": "Vietnam (Socialist Republic of)", - "vodka": "Top Level Domain Holdings Limited", - "volkswagen": "Volkswagen Group of America Inc.", - "volvo": "Volvo Holding Sverige Aktiebolag", - "vote": "Monolith Registry LLC", - "voting": "Valuetainment Corp.", - "voto": "Monolith Registry LLC", - "voyage": "Binky Moon, LLC", - "vu": "Vanuatu (Republic of)", - "vuelos": "Travel Reservations SRL", - "wales": "Nominet UK", - "walmart": "Wal-Mart Stores, Inc.", - "walter": "Sandvik AB", - "wang": "Zodiac Wang Limited", - "wanggou": "Amazon Registry Services, Inc.", - "warman": "Weir Group IP Limited", - "watch": "Binky Moon, LLC", - "watches": "Richemont DNS Inc.", - "weather": "International Business Machines Corporation", - "weatherchannel": "International Business Machines Corporation", - "webcam": "dot Webcam Limited", - "weber": "Saint-Gobain Weber SA", - "website": "DotWebsite Inc.", - "wed": "Emergency Back-End Registry Operator Program - ICANN", - "wedding": "Top Level Domain Holdings Limited", - "weibo": "Sina Corporation", - "weir": "Weir Group IP Limited", - "wf": "Wallis and Futuna (Territory of the Wallis and Futuna Islands)", - "whoswho": "Who's Who Registry", - "wien": "punkt.wien GmbH", - "wiki": "Top Level Design, LLC", - "williamhill": "William Hill Organization Limited", - "win": "First Registry Limited", - "windows": "Microsoft Corporation", - "wine": "Binky Moon, LLC", - "winners": "The TJX Companies, Inc.", - "wme": "William Morris Endeavor Entertainment, LLC", - "wolterskluwer": "Wolters Kluwer N.V.", - "woodside": "Woodside Petroleum Limited", - "work": "Top Level Domain Holdings Limited", - "works": "Binky Moon, LLC", - "world": "Binky Moon, LLC", - "wow": "Amazon Registry Services, Inc.", - "ws": "Samoa (Independent State of)", - "wtc": "World Trade Centers Association, Inc.", - "wtf": "Binky Moon, LLC", - "xbox": "Microsoft Corporation", - "xerox": "Xerox DNHC LLC", - "xfinity": "Comcast IP Holdings I, LLC", - "xihuan": "QIHOO 360 TECHNOLOGY CO. LTD.", - "xin": "Elegant Leader Limited", - "测试": "Internet Assigned Numbers Authority", - "कॉम": "VeriSign Sarl", - "परीक्षा": "Internet Assigned Numbers Authority", - "セール": "Amazon Registry Services, Inc.", - "佛山": "Guangzhou YU Wei Information Technology Co., Ltd.", - "ಭಾರತ": "National Internet eXchange of India", - "慈善": "Excellent First Limited", - "集团": "Eagle Horizon Limited", - "在线": "TLD REGISTRY LIMITED", - "한국": "KISA (Korea Internet & Security Agency)", - "ଭାରତ": "National Internet eXchange of India", - "大众汽车": "Volkswagen (China) Investment Co., Ltd.", - "点看": "VeriSign Sarl", - "คอม": "VeriSign Sarl", - "ভাৰত": "National Internet eXchange of India", - "ভারত": "National Internet Exchange of India", - "八卦": "Zodiac Gemini Ltd", - "‏موقع‎": "Suhub Electronic Establishment", - "বাংলা": "Posts and Telecommunications Division", - "公益": "China Organizational Name Administration Center", - "公司": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", - "香格里拉": "Shangri‐La International Hotel Management Limited", - "网站": "Global Website TLD Asia Limited", - "移动": "Afilias plc", - "我爱你": "Tycoon Treasure Limited", - "москва": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", - "испытание": "Internet Assigned Numbers Authority", - "қаз": "Association of IT Companies of Kazakhstan", - "католик": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "онлайн": "CORE Association", - "сайт": "CORE Association", - "联通": "China United Network Communications Corporation Limited", - "срб": "Serbian National Internet Domain Registry (RNIDS)", - "бг": "Imena.BG AD", - "бел": "Reliable Software, Ltd.", - "‏קום‎": "VeriSign Sarl", - "时尚": "RISE VICTORY LIMITED", - "微博": "Sina Corporation", - "테스트": "Internet Assigned Numbers Authority", - "淡马锡": "Temasek Holdings (Private) Limited", - "ファッション": "Amazon Registry Services, Inc.", - "орг": "Public Interest Registry", - "नेट": "VeriSign Sarl", - "ストア": "Amazon Registry Services, Inc.", - "삼성": "SAMSUNG SDS CO., LTD", - "சிங்கப்பூர்": "Singapore Network Information Centre (SGNIC) Pte Ltd", - "商标": "HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED", - "商店": "Binky Moon, LLC", - "商城": "Zodiac Aquarius Limited", - "дети": "The Foundation for Network Initiatives “The Smart Internet”", - "мкд": "Macedonian Academic Research Network Skopje", - "‏טעסט‎": "Internet Assigned Numbers Authority", - "ею": "EURid vzw/asbl", - "ポイント": "Amazon Registry Services, Inc.", - "新闻": "Guangzhou YU Wei Information and Technology Co.,Ltd", - "工行": "Industrial and Commercial Bank of China Limited", - "家電": "Amazon Registry Services, Inc.", - "‏كوم‎": "VeriSign Sarl", - "中文网": "TLD REGISTRY LIMITED", - "中信": "CITIC Group Corporation", - "中国": "China Internet Network Information Center (CNNIC)", - "中國": "China Internet Network Information Center (CNNIC)", - "娱乐": "Binky Moon, LLC", - "谷歌": "Charleston Road Registry Inc.", - "భారత్": "National Internet Exchange of India", - "ලංකා": "LK Domain Registry", - "電訊盈科": "PCCW Enterprises Limited", - "购物": "Minds + Machines Group Limited", - "測試": "Internet Assigned Numbers Authority", - "クラウド": "Amazon Registry Services, Inc.", - "ભારત": "National Internet Exchange of India", - "通販": "Amazon Registry Services, Inc.", - "भारतम्": "National Internet eXchange of India", - "भारत": "National Internet Exchange of India", - "भारोत": "National Internet eXchange of India", - "‏آزمایشی‎": "Internet Assigned Numbers Authority", - "பரிட்சை": "Internet Assigned Numbers Authority", - "网店": "Zodiac Taurus Ltd.", - "संगठन": "Public Interest Registry", - "餐厅": "HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED", - "网络": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", - "ком": "VeriSign Sarl", - "укр": "Ukrainian Network Information Centre (UANIC), Inc.", - "香港": "Hong Kong Internet Registration Corporation Ltd.", - "诺基亚": "Nokia Corporation", - "食品": "Amazon Registry Services, Inc.", - "δοκιμή": "Internet Assigned Numbers Authority", - "飞利浦": "Koninklijke Philips N.V.", - "‏إختبار‎": "Internet Assigned Numbers Authority", - "台湾": "Taiwan Network Information Center (TWNIC)", - "台灣": "Taiwan Network Information Center (TWNIC)", - "手表": "Richemont DNS Inc.", - "手机": "Beijing RITT-Net Technology Development Co., Ltd", - "мон": "Datacom Co.,Ltd", - "‏الجزائر‎": "CERIST", - "‏عمان‎": "Telecommunications Regulatory Authority (TRA)", - "‏ارامكو‎": "Aramco Services Company", - "‏ایران‎": "Institute for Research in Fundamental Sciences (IPM)", - "‏العليان‎": "Crescent Holding GmbH", - "‏اتصالات‎": "Emirates Telecommunications Corporation (trading as Etisalat)", - "‏امارات‎": "Telecommunications Regulatory Authority (TRA)", - "‏بازار‎": "CORE Association", - "‏موريتانيا‎": "Not assigned", - "‏پاکستان‎": "National Telecommunication Corporation", - "‏الاردن‎": "National Information Technology Center (NITC)", - "‏موبايلي‎": "GreenTech Consultancy Company W.L.L.", - "‏بارت‎": "National Internet eXchange of India", - "‏بھارت‎": "National Internet Exchange of India", - "‏المغرب‎": "Agence Nationale de Réglementation des Télécommunications (ANRT)", - "‏ابوظبي‎": "Abu Dhabi Systems and Information Centre", - "‏السعودية‎": "Communications and Information Technology Commission", - "‏ڀارت‎": "National Internet eXchange of India", - "‏كاثوليك‎": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "‏سودان‎": "Sudan Internet Society", - "‏همراه‎": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "‏عراق‎": "Communications and Media Commission (CMC)", - "‏مليسيا‎": "MYNIC Berhad", - "澳門": "Macao Post and Telecommunications Bureau (CTT)", - "닷컴": "VeriSign Sarl", - "政府": "Net-Chinese Co., Ltd.", - "‏شبكة‎": "International Domain Registry Pty. Ltd.", - "‏بيتك‎": "Kuwait Finance House", - "‏عرب‎": "League of Arab States", - "გე": "Information Technologies Development Center (ITDC)", - "机构": "Public Interest Registry", - "组织机构": "Public Interest Registry", - "健康": "Stable Tone Limited", - "ไทย": "Thai Network Information Center Foundation", - "‏سورية‎": "National Agency for Network Services (NANS)", - "招聘": "Dot Trademark TLD Holding Company Limited", - "рус": "Rusnames Limited", - "рф": "Coordination Center for TLD RU", - "珠宝": "Richemont DNS Inc.", - "‏تونس‎": "Agence Tunisienne d'Internet", - "大拿": "VeriSign Sarl", - "みんな": "Charleston Road Registry Inc.", - "グーグル": "Charleston Road Registry Inc.", - "ελ": "ICS-FORTH GR", - "世界": "Stable Tone Limited", - "書籍": "Amazon Registry Services, Inc.", - "ഭാരതം": "National Internet eXchange of India", - "ਭਾਰਤ": "National Internet Exchange of India", - "网址": "KNET Co., Ltd", - "닷넷": "VeriSign Sarl", - "コム": "VeriSign Sarl", - "天主教": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "游戏": "Binky Moon, LLC", - "vermögensberater": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "vermögensberatung": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "企业": "Binky Moon, LLC", - "信息": "Beijing Tele-info Network Technology Co., Ltd.", - "嘉里大酒店": "Kerry Trading Co. Limited", - "嘉里": "Kerry Trading Co. Limited", - "‏مصر‎": "National Telecommunication Regulatory Authority - NTRA", - "‏قطر‎": "Communications Regulatory Authority", - "广东": "Guangzhou YU Wei Information Technology Co., Ltd.", - "இலங்கை": "LK Domain Registry", - "இந்தியா": "National Internet Exchange of India", - "հայ": "\"Internet Society\" Non-governmental Organization", - "新加坡": "Singapore Network Information Centre (SGNIC) Pte Ltd", - "‏فلسطين‎": "Ministry of Telecom & Information Technology (MTIT)", - "テスト": "Internet Assigned Numbers Authority", - "政务": "China Organizational Name Administration Center", - "xperia": "Sony Mobile Communications AB", - "xxx": "Adult entertainment", - "xyz": "XYZ.COM LLC", - "yachts": "DERYachts, LLC", - "yahoo": "Yahoo! Domain Services Inc.", - "yamaxun": "Amazon Registry Services, Inc.", - "yandex": "YANDEX, LLC", - "ye": "Yemen (Republic of)", - "yodobashi": "YODOBASHI CAMERA CO.,LTD.", - "yoga": "Top Level Domain Holdings Limited", - "yokohama": "GMO Registry, Inc.", - "you": "Amazon Registry Services, Inc.", - "youtube": "Charleston Road Registry Inc.", - "yt": "Mayotte (Department of)", - "yun": "QIHOO 360 TECHNOLOGY CO. LTD.", - "za": "South Africa (Republic of)", - "zappos": "Amazon Registry Services, Inc.", - "zara": "Industria de Diseño Textil, S.A. (INDITEX, S.A.)", - "zero": "Amazon Registry Services, Inc.", - "zip": "Charleston Road Registry Inc.", - "zippo": "Zadco Company", - "zm": "Zambia (Republic of)", - "zone": "Binky Moon, LLC", - "zuerich": "Kanton Zürich (Canton of Zurich)", - "zw": "Zimbabwe (Republic of)" -}; \ No newline at end of file +module.exports = {}; \ No newline at end of file diff --git a/formats/js/tld-enum/info.js b/formats/js/tld-enum/info.js index 2790cd6..744c39b 100644 --- a/formats/js/tld-enum/info.js +++ b/formats/js/tld-enum/info.js @@ -1,7887 +1 @@ -module.exports = [ - { - "domain": "aaa", - "description": "American Automobile Association, Inc.", - "type": "generic" - }, - { - "domain": "aarp", - "description": "AARP", - "type": "generic" - }, - { - "domain": "abarth", - "description": "Fiat Chrysler Automobiles N.V.", - "type": "generic" - }, - { - "domain": "abb", - "description": "ABB Ltd", - "type": "generic" - }, - { - "domain": "abbott", - "description": "Abbott Laboratories, Inc.", - "type": "generic" - }, - { - "domain": "abbvie", - "description": "AbbVie Inc.", - "type": "generic" - }, - { - "domain": "abc", - "description": "Disney Enterprises, Inc.", - "type": "generic" - }, - { - "domain": "able", - "description": "Able Inc.", - "type": "generic" - }, - { - "domain": "abogado", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "abudhabi", - "description": "Abu Dhabi Systems and Information Centre", - "type": "generic" - }, - { - "domain": "ac", - "description": "Ascension Island", - "type": "country-code" - }, - { - "domain": "academy", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "accenture", - "description": "Accenture plc", - "type": "generic" - }, - { - "domain": "accountant", - "description": "dot Accountant Limited", - "type": "generic" - }, - { - "domain": "accountants", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "aco", - "description": "ACO Severin Ahlmann GmbH & Co. KG", - "type": "generic" - }, - { - "domain": "active", - "description": "Active Network, LLC", - "type": "generic" - }, - { - "domain": "actor", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "ad", - "description": "Andorra (Principality of)", - "type": "country-code" - }, - { - "domain": "adac", - "description": "Allgemeiner Deutscher Automobil-Club e.V. (ADAC)", - "type": "generic" - }, - { - "domain": "ads", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "adult", - "description": "ICM Registry AD LLC", - "type": "generic" - }, - { - "domain": "ae", - "description": "United Arab Emirates", - "type": "country-code" - }, - { - "domain": "aeg", - "description": "Aktiebolaget Electrolux", - "type": "generic" - }, - { - "domain": "aero", - "description": "Air-transport industry", - "type": "sponsored" - }, - { - "domain": "aetna", - "description": "Aetna Life Insurance Company", - "type": "generic" - }, - { - "domain": "af", - "description": "Afghanistan (Islamic Republic of)", - "type": "country-code" - }, - { - "domain": "afamilycompany", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "afl", - "description": "Australian Football League", - "type": "generic" - }, - { - "domain": "africa", - "description": "ZA Central Registry NPC trading as Registry.Africa", - "type": "generic" - }, - { - "domain": "ag", - "description": "Antigua and Barbuda", - "type": "country-code" - }, - { - "domain": "agakhan", - "description": "Fondation Aga Khan (Aga Khan Foundation)", - "type": "generic" - }, - { - "domain": "agency", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ai", - "description": "Anguilla", - "type": "country-code" - }, - { - "domain": "aig", - "description": "American International Group, Inc.", - "type": "generic" - }, - { - "domain": "aigo", - "description": "aigo Digital Technology Co,Ltd.", - "type": "generic" - }, - { - "domain": "airbus", - "description": "Airbus S.A.S.", - "type": "generic" - }, - { - "domain": "airforce", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "airtel", - "description": "Bharti Airtel Limited", - "type": "generic" - }, - { - "domain": "akdn", - "description": "Fondation Aga Khan (Aga Khan Foundation)", - "type": "generic" - }, - { - "domain": "al", - "description": "Albania (Republic of)", - "type": "country-code" - }, - { - "domain": "alfaromeo", - "description": "Fiat Chrysler Automobiles N.V.", - "type": "generic" - }, - { - "domain": "alibaba", - "description": "Alibaba Group Holding Limited", - "type": "generic" - }, - { - "domain": "alipay", - "description": "Alibaba Group Holding Limited", - "type": "generic" - }, - { - "domain": "allfinanz", - "description": "Allfinanz Deutsche Vermögensberatung Aktiengesellschaft", - "type": "generic" - }, - { - "domain": "allstate", - "description": "Allstate Fire and Casualty Insurance Company", - "type": "generic" - }, - { - "domain": "ally", - "description": "Ally Financial Inc.", - "type": "generic" - }, - { - "domain": "alsace", - "description": "REGION GRAND EST", - "type": "generic" - }, - { - "domain": "alstom", - "description": "ALSTOM", - "type": "generic" - }, - { - "domain": "am", - "description": "Armenia (Republic of)", - "type": "country-code" - }, - { - "domain": "americanexpress", - "description": "American Express Travel Related Services Company, Inc.", - "type": "generic" - }, - { - "domain": "americanfamily", - "description": "AmFam, Inc.", - "type": "generic" - }, - { - "domain": "amex", - "description": "American Express Travel Related Services Company, Inc.", - "type": "generic" - }, - { - "domain": "amfam", - "description": "AmFam, Inc.", - "type": "generic" - }, - { - "domain": "amica", - "description": "Amica Mutual Insurance Company", - "type": "generic" - }, - { - "domain": "amsterdam", - "description": "Gemeente Amsterdam", - "type": "generic" - }, - { - "domain": "an", - "description": "Netherlands Antilles", - "type": "country-code" - }, - { - "domain": "analytics", - "description": "Campus IP LLC", - "type": "generic" - }, - { - "domain": "android", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "anquan", - "description": "QIHOO 360 TECHNOLOGY CO. LTD.", - "type": "generic" - }, - { - "domain": "anz", - "description": "Australia and New Zealand Banking Group Limited", - "type": "generic" - }, - { - "domain": "ao", - "description": "Angola (Republic of)", - "type": "country-code" - }, - { - "domain": "aol", - "description": "OATH Inc.", - "type": "generic" - }, - { - "domain": "apartments", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "app", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "apple", - "description": "Apple Inc.", - "type": "generic" - }, - { - "domain": "aq", - "description": "Antarctica", - "type": "country-code" - }, - { - "domain": "aquarelle", - "description": "Aquarelle.com", - "type": "generic" - }, - { - "domain": "ar", - "description": "Argentina (Argentine Republic)", - "type": "country-code" - }, - { - "domain": "arab", - "description": "League of Arab States", - "type": "generic" - }, - { - "domain": "aramco", - "description": "Aramco Services Company", - "type": "generic" - }, - { - "domain": "archi", - "description": "STARTING DOT LIMITED", - "type": "generic" - }, - { - "domain": "army", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "arpa", - "description": "Address and Routing Parameter Area", - "type": "infrastructure" - }, - { - "domain": "art", - "description": "UK Creative Ideas Limited", - "type": "generic" - }, - { - "domain": "arte", - "description": "Association Relative à la Télévision Européenne G.E.I.E.", - "type": "generic" - }, - { - "domain": "as", - "description": "American Samoa", - "type": "country-code" - }, - { - "domain": "asda", - "description": "Wal-Mart Stores, Inc.", - "type": "generic" - }, - { - "domain": "asia", - "description": "Organisations and individuals in the Asia-Pacific region", - "type": "sponsored" - }, - { - "domain": "associates", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "at", - "description": "Austria (Republic of)", - "type": "country-code" - }, - { - "domain": "athleta", - "description": "The Gap, Inc.", - "type": "generic" - }, - { - "domain": "attorney", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "au", - "description": "Australia (Commonwealth of)", - "type": "country-code" - }, - { - "domain": "auction", - "description": "United TLD HoldCo, Ltd.", - "type": "generic" - }, - { - "domain": "audi", - "description": "AUDI Aktiengesellschaft", - "type": "generic" - }, - { - "domain": "audible", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "audio", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "auspost", - "description": "Australian Postal Corporation", - "type": "generic" - }, - { - "domain": "author", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "auto", - "description": "Cars Registry Limited", - "type": "generic" - }, - { - "domain": "autos", - "description": "DERAutos, LLC", - "type": "generic" - }, - { - "domain": "avianca", - "description": "Aerovias del Continente Americano S.A. Avianca", - "type": "generic" - }, - { - "domain": "aw", - "description": "Aruba", - "type": "country-code" - }, - { - "domain": "aws", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "ax", - "description": "Åland Islands", - "type": "country-code" - }, - { - "domain": "axa", - "description": "AXA SA", - "type": "generic" - }, - { - "domain": "az", - "description": "Azerbaijan (Republic of)", - "type": "country-code" - }, - { - "domain": "azure", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "ba", - "description": "Bosnia and Herzegovina", - "type": "country-code" - }, - { - "domain": "baby", - "description": "Johnson & Johnson Services, Inc.", - "type": "generic" - }, - { - "domain": "baidu", - "description": "Baidu, Inc.", - "type": "generic" - }, - { - "domain": "banamex", - "description": "Citigroup Inc.", - "type": "generic" - }, - { - "domain": "bananarepublic", - "description": "The Gap, Inc.", - "type": "generic" - }, - { - "domain": "band", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "bank", - "description": "fTLD Registry Services, LLC", - "type": "generic" - }, - { - "domain": "bar", - "description": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", - "type": "generic" - }, - { - "domain": "barcelona", - "description": "Municipi de Barcelona", - "type": "generic" - }, - { - "domain": "barclaycard", - "description": "Barclays Bank PLC", - "type": "generic" - }, - { - "domain": "barclays", - "description": "Barclays Bank PLC", - "type": "generic" - }, - { - "domain": "barefoot", - "description": "Gallo Vineyards, Inc.", - "type": "generic" - }, - { - "domain": "bargains", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "baseball", - "description": "MLB Advanced Media DH, LLC", - "type": "generic" - }, - { - "domain": "basketball", - "description": "Fédération Internationale de Basketball (FIBA)", - "type": "generic" - }, - { - "domain": "bauhaus", - "description": "Werkhaus GmbH", - "type": "generic" - }, - { - "domain": "bayern", - "description": "Bayern Connect GmbH", - "type": "generic" - }, - { - "domain": "bb", - "description": "Barbados", - "type": "country-code" - }, - { - "domain": "bbc", - "description": "British Broadcasting Corporation", - "type": "generic" - }, - { - "domain": "bbt", - "description": "BB&T Corporation", - "type": "generic" - }, - { - "domain": "bbva", - "description": "BANCO BILBAO VIZCAYA ARGENTARIA, S.A.", - "type": "generic" - }, - { - "domain": "bcg", - "description": "The Boston Consulting Group, Inc.", - "type": "generic" - }, - { - "domain": "bcn", - "description": "Municipi de Barcelona", - "type": "generic" - }, - { - "domain": "bd", - "description": "Bangladesh (People's Republic of)", - "type": "country-code" - }, - { - "domain": "be", - "description": "Belgium (Kingdom of)", - "type": "country-code" - }, - { - "domain": "beats", - "description": "Beats Electronics, LLC", - "type": "generic" - }, - { - "domain": "beauty", - "description": "L'Oréal", - "type": "generic" - }, - { - "domain": "beer", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "bentley", - "description": "Bentley Motors Limited", - "type": "generic" - }, - { - "domain": "berlin", - "description": "dotBERLIN GmbH & Co. KG", - "type": "generic" - }, - { - "domain": "best", - "description": "BestTLD Pty Ltd", - "type": "generic" - }, - { - "domain": "bestbuy", - "description": "BBY Solutions, Inc.", - "type": "generic" - }, - { - "domain": "bet", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "bf", - "description": "Burkina Faso", - "type": "country-code" - }, - { - "domain": "bg", - "description": "Bulgaria (Republic of)", - "type": "country-code" - }, - { - "domain": "bh", - "description": "Bahrain (Kingdom of)", - "type": "country-code" - }, - { - "domain": "bharti", - "description": "Bharti Enterprises (Holding) Private Limited", - "type": "generic" - }, - { - "domain": "bi", - "description": "Burundi (Republic of)", - "type": "country-code" - }, - { - "domain": "bible", - "description": "American Bible Society", - "type": "generic" - }, - { - "domain": "bid", - "description": "dot Bid Limited", - "type": "generic" - }, - { - "domain": "bike", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "bing", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "bingo", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "bio", - "description": "STARTING DOT LIMITED", - "type": "generic" - }, - { - "domain": "biz", - "description": "Business", - "type": "generic-restricted" - }, - { - "domain": "bj", - "description": "Benin (Republic of)", - "type": "country-code" - }, - { - "domain": "bl", - "description": "Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr}", - "type": "country-code" - }, - { - "domain": "black", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "blackfriday", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "blanco", - "description": "BLANCO GmbH + Co KG", - "type": "generic" - }, - { - "domain": "blockbuster", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "blog", - "description": "Knock Knock WHOIS There, LLC", - "type": "generic" - }, - { - "domain": "bloomberg", - "description": "Bloomberg IP Holdings LLC", - "type": "generic" - }, - { - "domain": "blue", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "bm", - "description": "Bermuda", - "type": "country-code" - }, - { - "domain": "bms", - "description": "Bristol-Myers Squibb Company", - "type": "generic" - }, - { - "domain": "bmw", - "description": "Bayerische Motoren Werke Aktiengesellschaft", - "type": "generic" - }, - { - "domain": "bn", - "description": "Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam]", - "type": "country-code" - }, - { - "domain": "bnl", - "description": "Banca Nazionale del Lavoro", - "type": "generic" - }, - { - "domain": "bnpparibas", - "description": "BNP Paribas", - "type": "generic" - }, - { - "domain": "bo", - "description": "Bolivia (Plurinational State of)", - "type": "country-code" - }, - { - "domain": "boats", - "description": "DERBoats, LLC", - "type": "generic" - }, - { - "domain": "boehringer", - "description": "Boehringer Ingelheim International GmbH", - "type": "generic" - }, - { - "domain": "bofa", - "description": "Bank of America Corporation", - "type": "generic" - }, - { - "domain": "bom", - "description": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", - "type": "generic" - }, - { - "domain": "bond", - "description": "Bond University Limited", - "type": "generic" - }, - { - "domain": "boo", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "book", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "booking", - "description": "Booking.com B.V.", - "type": "generic" - }, - { - "domain": "boots", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "bosch", - "description": "Robert Bosch GMBH", - "type": "generic" - }, - { - "domain": "bostik", - "description": "Bostik SA", - "type": "generic" - }, - { - "domain": "boston", - "description": "Boston TLD Management, LLC", - "type": "generic" - }, - { - "domain": "bot", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "boutique", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "box", - "description": "NS1 Limited", - "type": "generic" - }, - { - "domain": "bq", - "description": "Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}", - "type": "country-code" - }, - { - "domain": "br", - "description": "Brazil (Federative Republic of)", - "type": "country-code" - }, - { - "domain": "bradesco", - "description": "Banco Bradesco S.A.", - "type": "generic" - }, - { - "domain": "bridgestone", - "description": "Bridgestone Corporation", - "type": "generic" - }, - { - "domain": "broadway", - "description": "Celebrate Broadway, Inc.", - "type": "generic" - }, - { - "domain": "broker", - "description": "DOTBROKER REGISTRY LTD", - "type": "generic" - }, - { - "domain": "brother", - "description": "Brother Industries, Ltd.", - "type": "generic" - }, - { - "domain": "brussels", - "description": "DNS.be vzw", - "type": "generic" - }, - { - "domain": "bs", - "description": "Bahamas (Commonwealth of the)", - "type": "country-code" - }, - { - "domain": "bt", - "description": "Bhutan (Kingdom of)", - "type": "country-code" - }, - { - "domain": "budapest", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "bugatti", - "description": "Bugatti International SA", - "type": "generic" - }, - { - "domain": "build", - "description": "Plan Bee LLC", - "type": "generic" - }, - { - "domain": "builders", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "business", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "buy", - "description": "Amazon Registry Services, INC", - "type": "generic" - }, - { - "domain": "buzz", - "description": "DOTSTRATEGY CO.", - "type": "generic" - }, - { - "domain": "bv", - "description": "Bouvet Island", - "type": "country-code" - }, - { - "domain": "bw", - "description": "Botswana (Republic of)", - "type": "country-code" - }, - { - "domain": "by", - "description": "Belarus (Republic of)", - "type": "country-code" - }, - { - "domain": "bz", - "description": "Belize", - "type": "country-code" - }, - { - "domain": "bzh", - "description": "Association www.bzh", - "type": "generic" - }, - { - "domain": "ca", - "description": "Canada", - "type": "country-code" - }, - { - "domain": "cab", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cafe", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cal", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "call", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "calvinklein", - "description": "PVH gTLD Holdings LLC", - "type": "generic" - }, - { - "domain": "cam", - "description": "AC Webconnecting Holding B.V.", - "type": "generic" - }, - { - "domain": "camera", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "camp", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cancerresearch", - "description": "Australian Cancer Research Foundation", - "type": "generic" - }, - { - "domain": "canon", - "description": "Canon Inc.", - "type": "generic" - }, - { - "domain": "capetown", - "description": "ZA Central Registry NPC trading as ZA Central Registry", - "type": "generic" - }, - { - "domain": "capital", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "capitalone", - "description": "Capital One Financial Corporation", - "type": "generic" - }, - { - "domain": "car", - "description": "Cars Registry Limited", - "type": "generic" - }, - { - "domain": "caravan", - "description": "Caravan International, Inc.", - "type": "generic" - }, - { - "domain": "cards", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "care", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "career", - "description": "dotCareer LLC", - "type": "generic" - }, - { - "domain": "careers", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cars", - "description": "Cars Registry Limited", - "type": "generic" - }, - { - "domain": "cartier", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "casa", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "case", - "description": "CNH Industrial N.V.", - "type": "generic" - }, - { - "domain": "caseih", - "description": "CNH Industrial N.V.", - "type": "generic" - }, - { - "domain": "cash", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "casino", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cat", - "description": "Catalan", - "type": "sponsored" - }, - { - "domain": "catering", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "catholic", - "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "type": "generic" - }, - { - "domain": "cba", - "description": "COMMONWEALTH BANK OF AUSTRALIA", - "type": "generic" - }, - { - "domain": "cbn", - "description": "The Christian Broadcasting Network, Inc.", - "type": "generic" - }, - { - "domain": "cbre", - "description": "CBRE, Inc.", - "type": "generic" - }, - { - "domain": "cbs", - "description": "CBS Domains Inc.", - "type": "generic" - }, - { - "domain": "cc", - "description": "Cocos (Keeling) Islands (Territory of the)", - "type": "country-code" - }, - { - "domain": "cd", - "description": "Congo (Democratic Republic of the) [Congo-Kinshasa]", - "type": "country-code" - }, - { - "domain": "ceb", - "description": "The Corporate Executive Board Company", - "type": "generic" - }, - { - "domain": "center", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ceo", - "description": "CEOTLD Pty Ltd", - "type": "generic" - }, - { - "domain": "cern", - "description": "European Organization for Nuclear Research (\"CERN\")", - "type": "generic" - }, - { - "domain": "cf", - "description": "Central African Republic", - "type": "country-code" - }, - { - "domain": "cfa", - "description": "CFA Institute", - "type": "generic" - }, - { - "domain": "cfd", - "description": "DOTCFD REGISTRY LTD", - "type": "generic" - }, - { - "domain": "cg", - "description": "Congo (Republic of) [Congo-Brazzaville]", - "type": "country-code" - }, - { - "domain": "ch", - "description": "Switzerland (Swiss Confederation)", - "type": "country-code" - }, - { - "domain": "chanel", - "description": "Chanel International B.V.", - "type": "generic" - }, - { - "domain": "channel", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "charity", - "description": "Corn Lake, LLC", - "type": "generic" - }, - { - "domain": "chase", - "description": "JPMorgan Chase Bank, National Association", - "type": "generic" - }, - { - "domain": "chat", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cheap", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "chintai", - "description": "CHINTAI Corporation", - "type": "generic" - }, - { - "domain": "chloe", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "christmas", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "chrome", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "chrysler", - "description": "FCA US LLC.", - "type": "generic" - }, - { - "domain": "church", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ci", - "description": "Ivory Coast (Republic of Côte d'Ivoire)", - "type": "country-code" - }, - { - "domain": "cipriani", - "description": "Hotel Cipriani Srl", - "type": "generic" - }, - { - "domain": "circle", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "cisco", - "description": "Cisco Technology, Inc.", - "type": "generic" - }, - { - "domain": "citadel", - "description": "Citadel Domain LLC", - "type": "generic" - }, - { - "domain": "citi", - "description": "Citigroup Inc.", - "type": "generic" - }, - { - "domain": "citic", - "description": "CITIC Group Corporation", - "type": "generic" - }, - { - "domain": "city", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cityeats", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "ck", - "description": "Cook Islands", - "type": "country-code" - }, - { - "domain": "cl", - "description": "Chile (Republic of)", - "type": "country-code" - }, - { - "domain": "claims", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cleaning", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "click", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "clinic", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "clinique", - "description": "The Estée Lauder Companies Inc.", - "type": "generic" - }, - { - "domain": "clothing", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cloud", - "description": "ARUBA PEC S.p.A.", - "type": "generic" - }, - { - "domain": "club", - "description": ".CLUB DOMAINS, LLC", - "type": "generic" - }, - { - "domain": "clubmed", - "description": "Club Méditerranée S.A.", - "type": "generic" - }, - { - "domain": "cm", - "description": "Cameroon (Republic of)", - "type": "country-code" - }, - { - "domain": "cn", - "description": "China (People's Republic of)", - "type": "country-code" - }, - { - "domain": "co", - "description": "Colombia (Republic of)", - "type": "country-code" - }, - { - "domain": "coach", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "codes", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "coffee", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "college", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "cologne", - "description": "punkt.wien GmbH", - "type": "generic" - }, - { - "domain": "com", - "description": "Commercial organizations", - "type": "generic" - }, - { - "domain": "comcast", - "description": "Comcast IP Holdings I, LLC", - "type": "generic" - }, - { - "domain": "commbank", - "description": "COMMONWEALTH BANK OF AUSTRALIA", - "type": "generic" - }, - { - "domain": "community", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "company", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "compare", - "description": "iSelect Ltd", - "type": "generic" - }, - { - "domain": "computer", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "comsec", - "description": "VeriSign, Inc.", - "type": "generic" - }, - { - "domain": "condos", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "construction", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "consulting", - "description": "United TLD Holdco, LTD.", - "type": "generic" - }, - { - "domain": "contact", - "description": "Top Level Spectrum, Inc.", - "type": "generic" - }, - { - "domain": "contractors", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cooking", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "cookingchannel", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "cool", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "coop", - "description": "Cooperatives", - "type": "sponsored" - }, - { - "domain": "corsica", - "description": "Collectivité Territoriale de Corse", - "type": "generic" - }, - { - "domain": "country", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "coupon", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "coupons", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "courses", - "description": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", - "type": "generic" - }, - { - "domain": "cr", - "description": "Costa Rica (Republic of)", - "type": "country-code" - }, - { - "domain": "credit", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "creditcard", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "creditunion", - "description": "CUNA Performance Resources, LLC", - "type": "generic" - }, - { - "domain": "cricket", - "description": "dot Cricket Limited", - "type": "generic" - }, - { - "domain": "crown", - "description": "Crown Equipment Corporation", - "type": "generic" - }, - { - "domain": "crs", - "description": "Federated Co-operatives Limited", - "type": "generic" - }, - { - "domain": "cruise", - "description": "Viking River Cruises (Bermuda) Ltd.", - "type": "generic" - }, - { - "domain": "cruises", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "csc", - "description": "Alliance-One Services, Inc.", - "type": "generic" - }, - { - "domain": "cu", - "description": "Cuba (Republic of)", - "type": "country-code" - }, - { - "domain": "cuisinella", - "description": "SALM S.A.S.", - "type": "generic" - }, - { - "domain": "cv", - "description": "Cape Verde (Republic of)", - "type": "country-code" - }, - { - "domain": "cw", - "description": "Curaçao (Country of)", - "type": "country-code" - }, - { - "domain": "cx", - "description": "Christmas Island (Territory of)", - "type": "country-code" - }, - { - "domain": "cy", - "description": "Cyprus (Republic of)", - "type": "country-code" - }, - { - "domain": "cymru", - "description": "Nominet UK", - "type": "generic" - }, - { - "domain": "cyou", - "description": "Beijing Gamease Age Digital Technology Co., Ltd.", - "type": "generic" - }, - { - "domain": "cz", - "description": "Czech Republic", - "type": "country-code" - }, - { - "domain": "dabur", - "description": "Dabur India Limited", - "type": "generic" - }, - { - "domain": "dad", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "dance", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "data", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "date", - "description": "dot Date Limited", - "type": "generic" - }, - { - "domain": "dating", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "datsun", - "description": "NISSAN MOTOR CO., LTD.", - "type": "generic" - }, - { - "domain": "day", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "dclk", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "dds", - "description": "Minds + Machines Group Limited", - "type": "generic" - }, - { - "domain": "de", - "description": "Germany (Federal Republic of)", - "type": "country-code" - }, - { - "domain": "deal", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "dealer", - "description": "Dealer Dot Com, Inc.", - "type": "generic" - }, - { - "domain": "deals", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "degree", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "delivery", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "dell", - "description": "Dell Inc.", - "type": "generic" - }, - { - "domain": "deloitte", - "description": "Deloitte Touche Tohmatsu", - "type": "generic" - }, - { - "domain": "delta", - "description": "Delta Air Lines, Inc.", - "type": "generic" - }, - { - "domain": "democrat", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "dental", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "dentist", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "desi", - "description": "Desi Networks LLC", - "type": "generic" - }, - { - "domain": "design", - "description": "Top Level Design, LLC", - "type": "generic" - }, - { - "domain": "dev", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "dhl", - "description": "Deutsche Post AG", - "type": "generic" - }, - { - "domain": "diamonds", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "diet", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "digital", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "direct", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "directory", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "discount", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "discover", - "description": "Discover Financial Services", - "type": "generic" - }, - { - "domain": "dish", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "diy", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "dj", - "description": "Djibouti (Republic of)", - "type": "country-code" - }, - { - "domain": "dk", - "description": "Denmark (Kingdom of)", - "type": "country-code" - }, - { - "domain": "dm", - "description": "Dominica (Commonwealth of)", - "type": "country-code" - }, - { - "domain": "dnp", - "description": "Dai Nippon Printing Co., Ltd.", - "type": "generic" - }, - { - "domain": "do", - "description": "Dominican Republic", - "type": "country-code" - }, - { - "domain": "docs", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "doctor", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "dodge", - "description": "FCA US LLC.", - "type": "generic" - }, - { - "domain": "dog", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "doha", - "description": "Communications Regulatory Authority (CRA)", - "type": "generic" - }, - { - "domain": "domains", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "doosan", - "description": "Retired", - "type": "generic" - }, - { - "domain": "dot", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "download", - "description": "dot Support Limited", - "type": "generic" - }, - { - "domain": "drive", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "dtv", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "dubai", - "description": "Dubai Smart Government Department", - "type": "generic" - }, - { - "domain": "duck", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "dunlop", - "description": "The Goodyear Tire & Rubber Company", - "type": "generic" - }, - { - "domain": "duns", - "description": "The Dun & Bradstreet Corporation", - "type": "generic" - }, - { - "domain": "dupont", - "description": "E. I. du Pont de Nemours and Company", - "type": "generic" - }, - { - "domain": "durban", - "description": "ZA Central Registry NPC trading as ZA Central Registry", - "type": "generic" - }, - { - "domain": "dvag", - "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "type": "generic" - }, - { - "domain": "dvr", - "description": "Hughes Satellite Systems Corporation", - "type": "generic" - }, - { - "domain": "dz", - "description": "Algeria (People's Democratic Republic of)", - "type": "country-code" - }, - { - "domain": "earth", - "description": "Interlink Co., Ltd.", - "type": "generic" - }, - { - "domain": "eat", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "ec", - "description": "Ecuador (Republic of)", - "type": "country-code" - }, - { - "domain": "eco", - "description": "Big Room Inc.", - "type": "generic" - }, - { - "domain": "edeka", - "description": "EDEKA Verband kaufmännischer Genossenschaften e.V.", - "type": "generic" - }, - { - "domain": "edu", - "description": "Educational establishments", - "type": "sponsored" - }, - { - "domain": "education", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ee", - "description": "Estonia (Republic of)", - "type": "country-code" - }, - { - "domain": "eg", - "description": "Egypt (Arab Republic of)", - "type": "country-code" - }, - { - "domain": "eh", - "description": "Western Sahara {reserved}", - "type": "country-code" - }, - { - "domain": "email", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "emerck", - "description": "Merck KGaA", - "type": "generic" - }, - { - "domain": "energy", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "engineer", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "engineering", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "enterprises", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "epost", - "description": "Deutsche Post AG", - "type": "generic" - }, - { - "domain": "epson", - "description": "Seiko Epson Corporation", - "type": "generic" - }, - { - "domain": "equipment", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "er", - "description": "Eritrea (State of)", - "type": "country-code" - }, - { - "domain": "ericsson", - "description": "Telefonaktiebolaget L M Ericsson", - "type": "generic" - }, - { - "domain": "erni", - "description": "ERNI Group Holding AG", - "type": "generic" - }, - { - "domain": "es", - "description": "Spain (Kingdom of)", - "type": "country-code" - }, - { - "domain": "esq", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "estate", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "esurance", - "description": "Esurance Insurance Company", - "type": "generic" - }, - { - "domain": "et", - "description": "Ethiopia (Federal Democratic Republic of)", - "type": "country-code" - }, - { - "domain": "etisalat", - "description": "Emirates Telecommunications Corporation (trading as Etisalat)", - "type": "generic" - }, - { - "domain": "eu", - "description": "European Union", - "type": "country-code" - }, - { - "domain": "eurovision", - "description": "European Broadcasting Union (EBU)", - "type": "generic" - }, - { - "domain": "eus", - "description": "Puntueus Fundazioa", - "type": "generic" - }, - { - "domain": "events", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "everbank", - "description": "EverBank", - "type": "generic" - }, - { - "domain": "exchange", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "expert", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "exposed", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "express", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "extraspace", - "description": "Extra Space Storage LLC", - "type": "generic" - }, - { - "domain": "fage", - "description": "Fage International S.A.", - "type": "generic" - }, - { - "domain": "fail", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "fairwinds", - "description": "FairWinds Partners, LLC", - "type": "generic" - }, - { - "domain": "faith", - "description": "dot Faith Limited", - "type": "generic" - }, - { - "domain": "family", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "fan", - "description": "Asiamix Digital Ltd", - "type": "generic" - }, - { - "domain": "fans", - "description": "Asiamix Digital Limited", - "type": "generic" - }, - { - "domain": "farm", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "farmers", - "description": "Farmers Insurance Exchange", - "type": "generic" - }, - { - "domain": "fashion", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "fast", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "fedex", - "description": "Federal Express Corporation", - "type": "generic" - }, - { - "domain": "feedback", - "description": "Top Level Spectrum, Inc.", - "type": "generic" - }, - { - "domain": "ferrari", - "description": "Fiat Chrysler Automobiles N.V.", - "type": "generic" - }, - { - "domain": "ferrero", - "description": "Ferrero Trading Lux S.A.", - "type": "generic" - }, - { - "domain": "fi", - "description": "Finland (Republic of)", - "type": "country-code" - }, - { - "domain": "fiat", - "description": "Fiat Chrysler Automobiles N.V.", - "type": "generic" - }, - { - "domain": "fidelity", - "description": "Fidelity Brokerage Services LLC", - "type": "generic" - }, - { - "domain": "fido", - "description": "Rogers Communications Canada Inc.", - "type": "generic" - }, - { - "domain": "film", - "description": "Motion Picture Domain Registry Pty Ltd", - "type": "generic" - }, - { - "domain": "final", - "description": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", - "type": "generic" - }, - { - "domain": "finance", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "financial", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "fire", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "firestone", - "description": "Bridgestone Licensing Services, Inc.", - "type": "generic" - }, - { - "domain": "firmdale", - "description": "Firmdale Holdings Limited", - "type": "generic" - }, - { - "domain": "fish", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "fishing", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "fit", - "description": "Minds + Machines Group Limited", - "type": "generic" - }, - { - "domain": "fitness", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "fj", - "description": "Fiji (Republic of)", - "type": "country-code" - }, - { - "domain": "fk", - "description": "Falkland Islands (Malvinas)", - "type": "country-code" - }, - { - "domain": "flickr", - "description": "Yahoo! Domain Services Inc.", - "type": "generic" - }, - { - "domain": "flights", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "flir", - "description": "FLIR Systems, Inc.", - "type": "generic" - }, - { - "domain": "florist", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "flowers", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "flsmidth", - "description": "Retired", - "type": "generic" - }, - { - "domain": "fly", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "fm", - "description": "Micronesia (Federated States of)", - "type": "country-code" - }, - { - "domain": "fo", - "description": "Faroe Islands", - "type": "country-code" - }, - { - "domain": "foo", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "food", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "foodnetwork", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "football", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ford", - "description": "Ford Motor Company", - "type": "generic" - }, - { - "domain": "forex", - "description": "DOTFOREX REGISTRY LTD", - "type": "generic" - }, - { - "domain": "forsale", - "description": "United TLD Holdco, LLC", - "type": "generic" - }, - { - "domain": "forum", - "description": "Fegistry, LLC", - "type": "generic" - }, - { - "domain": "foundation", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "fox", - "description": "FOX Registry, LLC", - "type": "generic" - }, - { - "domain": "fr", - "description": "France (French Republic)", - "type": "country-code" - }, - { - "domain": "free", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "fresenius", - "description": "Fresenius Immobilien-Verwaltungs-GmbH", - "type": "generic" - }, - { - "domain": "frl", - "description": "FRLregistry B.V.", - "type": "generic" - }, - { - "domain": "frogans", - "description": "OP3FT", - "type": "generic" - }, - { - "domain": "frontdoor", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "frontier", - "description": "Frontier Communications Corporation", - "type": "generic" - }, - { - "domain": "ftr", - "description": "Frontier Communications Corporation", - "type": "generic" - }, - { - "domain": "fujitsu", - "description": "Fujitsu Limited", - "type": "generic" - }, - { - "domain": "fujixerox", - "description": "Xerox DNHC LLC", - "type": "generic" - }, - { - "domain": "fun", - "description": "DotSpace, Inc.", - "type": "generic" - }, - { - "domain": "fund", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "furniture", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "futbol", - "description": "United TLD Holdco, Ltd.", - "type": "generic" - }, - { - "domain": "fyi", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ga", - "description": "Gabon (Gabonese Republic)", - "type": "country-code" - }, - { - "domain": "gal", - "description": "Asociación puntoGAL", - "type": "generic" - }, - { - "domain": "gallery", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gallo", - "description": "Gallo Vineyards, Inc.", - "type": "generic" - }, - { - "domain": "gallup", - "description": "Gallup, Inc.", - "type": "generic" - }, - { - "domain": "game", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "games", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "gap", - "description": "The Gap, Inc.", - "type": "generic" - }, - { - "domain": "garden", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "gb", - "description": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", - "type": "country-code" - }, - { - "domain": "gbiz", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "gd", - "description": "Grenada", - "type": "country-code" - }, - { - "domain": "gdn", - "description": "Joint Stock Company \"Navigation-information systems\"", - "type": "generic" - }, - { - "domain": "ge", - "description": "Georgia", - "type": "country-code" - }, - { - "domain": "gea", - "description": "GEA Group Aktiengesellschaft", - "type": "generic" - }, - { - "domain": "gent", - "description": "Combell nv", - "type": "generic" - }, - { - "domain": "genting", - "description": "Resorts World Inc. Pte. Ltd.", - "type": "generic" - }, - { - "domain": "george", - "description": "Wal-Mart Stores, Inc.", - "type": "generic" - }, - { - "domain": "gf", - "description": "French Guiana", - "type": "country-code" - }, - { - "domain": "gg", - "description": "Guernsey (Bailiwick of)", - "type": "country-code" - }, - { - "domain": "ggee", - "description": "GMO Internet, Inc.", - "type": "generic" - }, - { - "domain": "gh", - "description": "Ghana (Republic of)", - "type": "country-code" - }, - { - "domain": "gi", - "description": "Gibraltar", - "type": "country-code" - }, - { - "domain": "gift", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "gifts", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gives", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "giving", - "description": "Giving Limited", - "type": "generic" - }, - { - "domain": "gl", - "description": "Greenland", - "type": "country-code" - }, - { - "domain": "glade", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "glass", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gle", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "global", - "description": "Dot Global Domain Registry Limited", - "type": "generic" - }, - { - "domain": "globo", - "description": "Globo Comunicação e Participações S.A", - "type": "generic" - }, - { - "domain": "gm", - "description": "Gambia (Republic of The)", - "type": "country-code" - }, - { - "domain": "gmail", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "gmbh", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gmo", - "description": "GMO Internet, Inc.", - "type": "generic" - }, - { - "domain": "gmx", - "description": "1&1 Mail & Media GmbH", - "type": "generic" - }, - { - "domain": "gn", - "description": "Guinea (Republic of)", - "type": "country-code" - }, - { - "domain": "godaddy", - "description": "Go Daddy East, LLC", - "type": "generic" - }, - { - "domain": "gold", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "goldpoint", - "description": "YODOBASHI CAMERA CO.,LTD.", - "type": "generic" - }, - { - "domain": "golf", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "goo", - "description": "NTT Resonant Inc.", - "type": "generic" - }, - { - "domain": "goodhands", - "description": "Allstate Fire and Casualty Insurance Company", - "type": "generic" - }, - { - "domain": "goodyear", - "description": "The Goodyear Tire & Rubber Company", - "type": "generic" - }, - { - "domain": "goog", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "google", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "gop", - "description": "Republican State Leadership Committee, Inc.", - "type": "generic" - }, - { - "domain": "got", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "gov", - "description": "US government", - "type": "sponsored" - }, - { - "domain": "gp", - "description": "Guadeloupe", - "type": "country-code" - }, - { - "domain": "gq", - "description": "Equatorial Guinea (Republic of)", - "type": "country-code" - }, - { - "domain": "gr", - "description": "Greece (Hellenic Republic)", - "type": "country-code" - }, - { - "domain": "grainger", - "description": "Grainger Registry Services, LLC", - "type": "generic" - }, - { - "domain": "graphics", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gratis", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "green", - "description": "DotGreen Registry Limited", - "type": "generic" - }, - { - "domain": "gripe", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "grocery", - "description": "Wal-Mart Stores, Inc.", - "type": "generic" - }, - { - "domain": "group", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gs", - "description": "South Georgia and the South Sandwich Islands", - "type": "country-code" - }, - { - "domain": "gt", - "description": "Guatemala (Republic of)", - "type": "country-code" - }, - { - "domain": "gu", - "description": "Guam", - "type": "country-code" - }, - { - "domain": "guardian", - "description": "The Guardian Life Insurance Company of America", - "type": "generic" - }, - { - "domain": "gucci", - "description": "Guccio Gucci S.p.a.", - "type": "generic" - }, - { - "domain": "guge", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "guide", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "guitars", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "guru", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gw", - "description": "Guinea-Bissau (Republic of)", - "type": "country-code" - }, - { - "domain": "gy", - "description": "Guyana (Co-operative Republic of)", - "type": "country-code" - }, - { - "domain": "hair", - "description": "L'Oreal", - "type": "generic" - }, - { - "domain": "hamburg", - "description": "Hamburg Top-Level-Domain GmbH", - "type": "generic" - }, - { - "domain": "hangout", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "haus", - "description": "United TLD Holdco, LTD.", - "type": "generic" - }, - { - "domain": "hbo", - "description": "HBO Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "hdfc", - "description": "HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED", - "type": "generic" - }, - { - "domain": "hdfcbank", - "description": "HDFC Bank Limited", - "type": "generic" - }, - { - "domain": "health", - "description": "DotHealth, LLC", - "type": "generic" - }, - { - "domain": "healthcare", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "help", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "helsinki", - "description": "City of Helsinki", - "type": "generic" - }, - { - "domain": "here", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "hermes", - "description": "Hermes International", - "type": "generic" - }, - { - "domain": "hgtv", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "hiphop", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "hisamitsu", - "description": "Hisamitsu Pharmaceutical Co.,Inc.", - "type": "generic" - }, - { - "domain": "hitachi", - "description": "Hitachi, Ltd.", - "type": "generic" - }, - { - "domain": "hiv", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "hk", - "description": "Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China)", - "type": "country-code" - }, - { - "domain": "hkt", - "description": "PCCW-HKT DataCom Services Limited", - "type": "generic" - }, - { - "domain": "hm", - "description": "Heard Island and McDonald Islands", - "type": "country-code" - }, - { - "domain": "hn", - "description": "Honduras (Republic of)", - "type": "country-code" - }, - { - "domain": "hockey", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "holdings", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "holiday", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "homedepot", - "description": "Home Depot Product Authority, LLC", - "type": "generic" - }, - { - "domain": "homegoods", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "homes", - "description": "DERHomes, LLC", - "type": "generic" - }, - { - "domain": "homesense", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "honda", - "description": "Honda Motor Co., Ltd.", - "type": "generic" - }, - { - "domain": "honeywell", - "description": "Honeywell GTLD LLC", - "type": "generic" - }, - { - "domain": "horse", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "hospital", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "host", - "description": "DotHost Inc.", - "type": "generic" - }, - { - "domain": "hosting", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "hot", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "hoteles", - "description": "Travel Reservations SRL", - "type": "generic" - }, - { - "domain": "hotels", - "description": "Booking.com B.V.", - "type": "generic" - }, - { - "domain": "hotmail", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "house", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "how", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "hr", - "description": "Croatia (Republic of)", - "type": "country-code" - }, - { - "domain": "hsbc", - "description": "HSBC Global Services (UK) Limited", - "type": "generic" - }, - { - "domain": "ht", - "description": "Haiti (Republic of)", - "type": "country-code" - }, - { - "domain": "htc", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "hu", - "description": "Hungary", - "type": "country-code" - }, - { - "domain": "hughes", - "description": "Hughes Satellite Systems Corporation", - "type": "generic" - }, - { - "domain": "hyatt", - "description": "Hyatt GTLD, L.L.C.", - "type": "generic" - }, - { - "domain": "hyundai", - "description": "Hyundai Motor Company", - "type": "generic" - }, - { - "domain": "ibm", - "description": "International Business Machines Corporation", - "type": "generic" - }, - { - "domain": "icbc", - "description": "Industrial and Commercial Bank of China Limited", - "type": "generic" - }, - { - "domain": "ice", - "description": "IntercontinentalExchange, Inc.", - "type": "generic" - }, - { - "domain": "icu", - "description": "Shortdot SA", - "type": "generic" - }, - { - "domain": "id", - "description": "Indonesia (Republic of)", - "type": "country-code" - }, - { - "domain": "ie", - "description": "Ireland (Republic of)", - "type": "country-code" - }, - { - "domain": "ieee", - "description": "IEEE Global LLC", - "type": "generic" - }, - { - "domain": "ifm", - "description": "ifm electronic gmbh", - "type": "generic" - }, - { - "domain": "iinet", - "description": "Retired", - "type": "generic" - }, - { - "domain": "ikano", - "description": "Ikano S.A.", - "type": "generic" - }, - { - "domain": "il", - "description": "Israel (State of)", - "type": "country-code" - }, - { - "domain": "im", - "description": "Isle of Man", - "type": "country-code" - }, - { - "domain": "imamat", - "description": "Fondation Aga Khan (Aga Khan Foundation)", - "type": "generic" - }, - { - "domain": "imdb", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "immo", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "immobilien", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "in", - "description": "India (Republic of)", - "type": "country-code" - }, - { - "domain": "industries", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "infiniti", - "description": "NISSAN MOTOR CO., LTD.", - "type": "generic" - }, - { - "domain": "info", - "description": "Informational sites", - "type": "generic" - }, - { - "domain": "ing", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "ink", - "description": "Top Level Design, LLC", - "type": "generic" - }, - { - "domain": "institute", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "insurance", - "description": "fTLD Registry Services LLC", - "type": "generic" - }, - { - "domain": "insure", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "int", - "description": "International treaty-based organizations", - "type": "sponsored" - }, - { - "domain": "intel", - "description": "Intel Corporation", - "type": "generic" - }, - { - "domain": "international", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "intuit", - "description": "Intuit Administrative Services, Inc.", - "type": "generic" - }, - { - "domain": "investments", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "io", - "description": "British Indian Ocean Territory", - "type": "country-code" - }, - { - "domain": "ipiranga", - "description": "Ipiranga Produtos de Petroleo S.A.", - "type": "generic" - }, - { - "domain": "iq", - "description": "Iraq (Republic of)", - "type": "country-code" - }, - { - "domain": "ir", - "description": "Iran (Islamic Republic of)", - "type": "country-code" - }, - { - "domain": "irish", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "is", - "description": "Iceland", - "type": "country-code" - }, - { - "domain": "iselect", - "description": "iSelect Ltd", - "type": "generic" - }, - { - "domain": "ismaili", - "description": "Fondation Aga Khan (Aga Khan Foundation)", - "type": "generic" - }, - { - "domain": "ist", - "description": "Istanbul Metropolitan Municipality", - "type": "generic" - }, - { - "domain": "istanbul", - "description": "Istanbul Metropolitan Municipality", - "type": "generic" - }, - { - "domain": "it", - "description": "Italy (Italian Republic)", - "type": "country-code" - }, - { - "domain": "itau", - "description": "Itau Unibanco Holding S.A.", - "type": "generic" - }, - { - "domain": "itv", - "description": "ITV Services Limited", - "type": "generic" - }, - { - "domain": "iveco", - "description": "CNH Industrial N.V.", - "type": "generic" - }, - { - "domain": "iwc", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "jaguar", - "description": "Jaguar Land Rover Ltd", - "type": "generic" - }, - { - "domain": "java", - "description": "Oracle Corporation", - "type": "generic" - }, - { - "domain": "jcb", - "description": "JCB Co., Ltd.", - "type": "generic" - }, - { - "domain": "jcp", - "description": "JCP Media, Inc.", - "type": "generic" - }, - { - "domain": "je", - "description": "Jersey (Bailiwick of)", - "type": "country-code" - }, - { - "domain": "jeep", - "description": "FCA US LLC.", - "type": "generic" - }, - { - "domain": "jetzt", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "jewelry", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "jio", - "description": "Affinity Names, Inc.", - "type": "generic" - }, - { - "domain": "jlc", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "jll", - "description": "Jones Lang LaSalle Incorporated", - "type": "generic" - }, - { - "domain": "jm", - "description": "Jamaica (Commonwealth of)", - "type": "country-code" - }, - { - "domain": "jmp", - "description": "Matrix IP LLC", - "type": "generic" - }, - { - "domain": "jnj", - "description": "Johnson & Johnson Services, Inc.", - "type": "generic" - }, - { - "domain": "jo", - "description": "Jordan (Hashemite Kingdom of)", - "type": "country-code" - }, - { - "domain": "jobs", - "description": "Employment-related sites", - "type": "sponsored" - }, - { - "domain": "joburg", - "description": "ZA Central Registry NPC trading as ZA Central Registry", - "type": "generic" - }, - { - "domain": "jot", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "joy", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "jp", - "description": "Japan", - "type": "country-code" - }, - { - "domain": "jpmorgan", - "description": "JPMorgan Chase Bank, National Association", - "type": "generic" - }, - { - "domain": "jprs", - "description": "Japan Registry Services Co., Ltd.", - "type": "generic" - }, - { - "domain": "juegos", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "juniper", - "description": "JUNIPER NETWORKS, INC.", - "type": "generic" - }, - { - "domain": "kaufen", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "kddi", - "description": "KDDI CORPORATION", - "type": "generic" - }, - { - "domain": "ke", - "description": "Kenya (Republic of)", - "type": "country-code" - }, - { - "domain": "kerryhotels", - "description": "Kerry Trading Co. Limited", - "type": "generic" - }, - { - "domain": "kerrylogistics", - "description": "Kerry Trading Co. Limited", - "type": "generic" - }, - { - "domain": "kerryproperties", - "description": "Kerry Trading Co. Limited", - "type": "generic" - }, - { - "domain": "kfh", - "description": "Kuwait Finance House", - "type": "generic" - }, - { - "domain": "kg", - "description": "Kyrgyzstan (Kyrgyz Republic)", - "type": "country-code" - }, - { - "domain": "kh", - "description": "Cambodia (Kingdom of)", - "type": "country-code" - }, - { - "domain": "ki", - "description": "Kiribati (Republic of)", - "type": "country-code" - }, - { - "domain": "kia", - "description": "KIA MOTORS CORPORATION", - "type": "generic" - }, - { - "domain": "kim", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "kinder", - "description": "Ferrero Trading Lux S.A.", - "type": "generic" - }, - { - "domain": "kindle", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "kitchen", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "kiwi", - "description": "DOT KIWI LIMITED", - "type": "generic" - }, - { - "domain": "km", - "description": "Comoros (Union of the)", - "type": "country-code" - }, - { - "domain": "kn", - "description": "Saint Kitts and Nevis (Federation of)", - "type": "country-code" - }, - { - "domain": "koeln", - "description": "punkt.wien GmbH", - "type": "generic" - }, - { - "domain": "komatsu", - "description": "Komatsu Ltd.", - "type": "generic" - }, - { - "domain": "kosher", - "description": "Kosher Marketing Assets LLC", - "type": "generic" - }, - { - "domain": "kp", - "description": "Korea (Democratic People's Republic of) [North Korea]", - "type": "country-code" - }, - { - "domain": "kpmg", - "description": "KPMG International Cooperative (KPMG International Genossenschaft)", - "type": "generic" - }, - { - "domain": "kpn", - "description": "Koninklijke KPN N.V.", - "type": "generic" - }, - { - "domain": "kr", - "description": "Korea (Republic of) [South Korea]", - "type": "country-code" - }, - { - "domain": "krd", - "description": "KRG Department of Information Technology", - "type": "generic" - }, - { - "domain": "kred", - "description": "KredTLD Pty Ltd", - "type": "generic" - }, - { - "domain": "kuokgroup", - "description": "Kerry Trading Co. Limited", - "type": "generic" - }, - { - "domain": "kw", - "description": "Kuwait (State of Kuwait)", - "type": "country-code" - }, - { - "domain": "ky", - "description": "Cayman Islands", - "type": "country-code" - }, - { - "domain": "kyoto", - "description": "Academic Institution: Kyoto Jyoho Gakuen", - "type": "generic" - }, - { - "domain": "kz", - "description": "Kazakhstan (Republic of)", - "type": "country-code" - }, - { - "domain": "la", - "description": "Laos (Lao People's Democratic Republic)", - "type": "country-code" - }, - { - "domain": "lacaixa", - "description": "CAIXA D'ESTALVIS I PENSIONS DE BARCELONA", - "type": "generic" - }, - { - "domain": "ladbrokes", - "description": "LADBROKES INTERNATIONAL PLC", - "type": "generic" - }, - { - "domain": "lamborghini", - "description": "Automobili Lamborghini S.p.A.", - "type": "generic" - }, - { - "domain": "lamer", - "description": "The Estée Lauder Companies Inc.", - "type": "generic" - }, - { - "domain": "lancaster", - "description": "LANCASTER", - "type": "generic" - }, - { - "domain": "lancia", - "description": "Fiat Chrysler Automobiles N.V.", - "type": "generic" - }, - { - "domain": "lancome", - "description": "L'Oréal", - "type": "generic" - }, - { - "domain": "land", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "landrover", - "description": "Jaguar Land Rover Ltd", - "type": "generic" - }, - { - "domain": "lanxess", - "description": "LANXESS Corporation", - "type": "generic" - }, - { - "domain": "lasalle", - "description": "Jones Lang LaSalle Incorporated", - "type": "generic" - }, - { - "domain": "lat", - "description": "ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico", - "type": "generic" - }, - { - "domain": "latino", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "latrobe", - "description": "La Trobe University", - "type": "generic" - }, - { - "domain": "law", - "description": "Minds + Machines Group Limited", - "type": "generic" - }, - { - "domain": "lawyer", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "lb", - "description": "Lebanon (Lebanese Republic)", - "type": "country-code" - }, - { - "domain": "lc", - "description": "Saint Lucia", - "type": "country-code" - }, - { - "domain": "lds", - "description": "IRI Domain Management, LLC", - "type": "generic" - }, - { - "domain": "lease", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "leclerc", - "description": "A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc", - "type": "generic" - }, - { - "domain": "lefrak", - "description": "LeFrak Organization, Inc.", - "type": "generic" - }, - { - "domain": "legal", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "lego", - "description": "LEGO Juris A/S", - "type": "generic" - }, - { - "domain": "lexus", - "description": "TOYOTA MOTOR CORPORATION", - "type": "generic" - }, - { - "domain": "lgbt", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "li", - "description": "Liechtenstein (Principality of)", - "type": "country-code" - }, - { - "domain": "liaison", - "description": "Liaison Technologies, Incorporated", - "type": "generic" - }, - { - "domain": "lidl", - "description": "Schwarz Domains und Services GmbH & Co. KG", - "type": "generic" - }, - { - "domain": "life", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "lifeinsurance", - "description": "American Council of Life Insurers", - "type": "generic" - }, - { - "domain": "lifestyle", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "lighting", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "like", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "lilly", - "description": "Eli Lilly and Company", - "type": "generic" - }, - { - "domain": "limited", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "limo", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "lincoln", - "description": "Ford Motor Company", - "type": "generic" - }, - { - "domain": "linde", - "description": "Linde Aktiengesellschaft", - "type": "generic" - }, - { - "domain": "link", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "lipsy", - "description": "Lipsy Ltd", - "type": "generic" - }, - { - "domain": "live", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "living", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "lixil", - "description": "LIXIL Group Corporation", - "type": "generic" - }, - { - "domain": "lk", - "description": "Sri Lanka (Democratic Socialist Republic of)", - "type": "country-code" - }, - { - "domain": "llc", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "loan", - "description": "dot Loan Limited", - "type": "generic" - }, - { - "domain": "loans", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "locker", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "locus", - "description": "Locus Analytics LLC", - "type": "generic" - }, - { - "domain": "loft", - "description": "Annco, Inc.", - "type": "generic" - }, - { - "domain": "lol", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "london", - "description": "Dot London Domains Limited", - "type": "generic" - }, - { - "domain": "lotte", - "description": "Lotte Holdings Co., Ltd.", - "type": "generic" - }, - { - "domain": "lotto", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "love", - "description": "Merchant Law Group LLP", - "type": "generic" - }, - { - "domain": "lpl", - "description": "LPL Holdings, Inc.", - "type": "generic" - }, - { - "domain": "lplfinancial", - "description": "LPL Holdings, Inc.", - "type": "generic" - }, - { - "domain": "lr", - "description": "Liberia (Republic of)", - "type": "country-code" - }, - { - "domain": "ls", - "description": "Lesotho (Kingdom of)", - "type": "country-code" - }, - { - "domain": "lt", - "description": "Lithuania (Republic of)", - "type": "country-code" - }, - { - "domain": "ltd", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ltda", - "description": "InterNetX Corp.", - "type": "generic" - }, - { - "domain": "lu", - "description": "Luxembourg (Grand Duchy of)", - "type": "country-code" - }, - { - "domain": "lundbeck", - "description": "H. Lundbeck A/S", - "type": "generic" - }, - { - "domain": "lupin", - "description": "LUPIN LIMITED", - "type": "generic" - }, - { - "domain": "luxe", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "luxury", - "description": "Luxury Partners LLC", - "type": "generic" - }, - { - "domain": "lv", - "description": "Latvia (Republic of)", - "type": "country-code" - }, - { - "domain": "ly", - "description": "Libya", - "type": "country-code" - }, - { - "domain": "ma", - "description": "Morocco", - "type": "country-code" - }, - { - "domain": "macys", - "description": "Macys, Inc.", - "type": "generic" - }, - { - "domain": "madrid", - "description": "Comunidad de Madrid", - "type": "generic" - }, - { - "domain": "maif", - "description": "Mutuelle Assurance Instituteur France (MAIF)", - "type": "generic" - }, - { - "domain": "maison", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "makeup", - "description": "L'Oréal", - "type": "generic" - }, - { - "domain": "man", - "description": "MAN SE", - "type": "generic" - }, - { - "domain": "management", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "mango", - "description": "PUNTO FA S.L.", - "type": "generic" - }, - { - "domain": "map", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "market", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "marketing", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "markets", - "description": "DOTMARKETS REGISTRY LTD", - "type": "generic" - }, - { - "domain": "marriott", - "description": "Marriott Worldwide Corporation", - "type": "generic" - }, - { - "domain": "marshalls", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "maserati", - "description": "Fiat Chrysler Automobiles N.V.", - "type": "generic" - }, - { - "domain": "mattel", - "description": "Mattel Sites, Inc.", - "type": "generic" - }, - { - "domain": "mba", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "mc", - "description": "Monaco (Principality of)", - "type": "country-code" - }, - { - "domain": "mcd", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "mcdonalds", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "mckinsey", - "description": "McKinsey Holdings, Inc.", - "type": "generic" - }, - { - "domain": "md", - "description": "Moldova (Republic of)", - "type": "country-code" - }, - { - "domain": "me", - "description": "Montenegro", - "type": "country-code" - }, - { - "domain": "med", - "description": "Medistry LLC", - "type": "generic" - }, - { - "domain": "media", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "meet", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "melbourne", - "description": "The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation", - "type": "generic" - }, - { - "domain": "meme", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "memorial", - "description": "Dog Beach, LLC", - "type": "generic" - }, - { - "domain": "men", - "description": "Exclusive Registry Limited", - "type": "generic" - }, - { - "domain": "menu", - "description": "Wedding TLD2, LLC", - "type": "generic" - }, - { - "domain": "meo", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "merckmsd", - "description": "MSD Registry Holdings, Inc.", - "type": "generic" - }, - { - "domain": "metlife", - "description": "MetLife Services and Solutions, LLC", - "type": "generic" - }, - { - "domain": "mf", - "description": "Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr}", - "type": "country-code" - }, - { - "domain": "mg", - "description": "Madagascar (Republic of)", - "type": "country-code" - }, - { - "domain": "mh", - "description": "Marshall Islands (Republic of the)", - "type": "country-code" - }, - { - "domain": "miami", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "microsoft", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "mil", - "description": "US military", - "type": "sponsored" - }, - { - "domain": "mini", - "description": "Bayerische Motoren Werke Aktiengesellschaft", - "type": "generic" - }, - { - "domain": "mint", - "description": "Intuit Administrative Services, Inc.", - "type": "generic" - }, - { - "domain": "mit", - "description": "Massachusetts Institute of Technology", - "type": "generic" - }, - { - "domain": "mitsubishi", - "description": "Mitsubishi Corporation", - "type": "generic" - }, - { - "domain": "mk", - "description": "Macedonia (Republic of)", - "type": "country-code" - }, - { - "domain": "ml", - "description": "Mali (Republic of)", - "type": "country-code" - }, - { - "domain": "mlb", - "description": "MLB Advanced Media DH, LLC", - "type": "generic" - }, - { - "domain": "mls", - "description": "The Canadian Real Estate Association", - "type": "generic" - }, - { - "domain": "mm", - "description": "Myanmar (Republic of the Union of) [Burma]", - "type": "country-code" - }, - { - "domain": "mma", - "description": "MMA IARD", - "type": "generic" - }, - { - "domain": "mn", - "description": "Mongolia", - "type": "country-code" - }, - { - "domain": "mo", - "description": "Macau (Macau Special Administrative Region of the People's Republic of China) [Macao]", - "type": "country-code" - }, - { - "domain": "mobi", - "description": "Mobile", - "type": "generic" - }, - { - "domain": "mobile", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "mobily", - "description": "GreenTech Consultancy Company W.L.L.", - "type": "generic" - }, - { - "domain": "moda", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "moe", - "description": "Interlink Co., Ltd.", - "type": "generic" - }, - { - "domain": "moi", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "mom", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "monash", - "description": "Monash University", - "type": "generic" - }, - { - "domain": "money", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "monster", - "description": "Monster Worldwide, Inc.", - "type": "generic" - }, - { - "domain": "montblanc", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "mopar", - "description": "FCA US LLC.", - "type": "generic" - }, - { - "domain": "mormon", - "description": "IRI Domain Management, LLC (\"Applicant\")", - "type": "generic" - }, - { - "domain": "mortgage", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "moscow", - "description": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", - "type": "generic" - }, - { - "domain": "moto", - "description": "Motorola Trademark Holdings, LLC", - "type": "generic" - }, - { - "domain": "motorcycles", - "description": "DERMotorcycles, LLC", - "type": "generic" - }, - { - "domain": "mov", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "movie", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "movistar", - "description": "Telefónica S.A.", - "type": "generic" - }, - { - "domain": "mp", - "description": "Northern Mariana Islands (Commonwealth of the)", - "type": "country-code" - }, - { - "domain": "mq", - "description": "Martinique", - "type": "country-code" - }, - { - "domain": "mr", - "description": "Mauritania (Islamic Republic of)", - "type": "country-code" - }, - { - "domain": "ms", - "description": "Montserrat", - "type": "country-code" - }, - { - "domain": "msd", - "description": "MSD Registry Holdings, Inc.", - "type": "generic" - }, - { - "domain": "mt", - "description": "Malta (Republic of)", - "type": "country-code" - }, - { - "domain": "mtn", - "description": "MTN Dubai Limited", - "type": "generic" - }, - { - "domain": "mtpc", - "description": "Retired", - "type": "generic" - }, - { - "domain": "mtr", - "description": "MTR Corporation Limited", - "type": "generic" - }, - { - "domain": "mu", - "description": "Mauritius (Republic of)", - "type": "country-code" - }, - { - "domain": "museum", - "description": "Museums", - "type": "sponsored" - }, - { - "domain": "mutual", - "description": "Northwestern Mutual MU TLD Registry, LLC", - "type": "generic" - }, - { - "domain": "mutuelle", - "description": "Retired", - "type": "generic" - }, - { - "domain": "mv", - "description": "Maldives (Republic of)", - "type": "country-code" - }, - { - "domain": "mw", - "description": "Malawi (Republic of)", - "type": "country-code" - }, - { - "domain": "mx", - "description": "Mexico (United Mexican States)", - "type": "country-code" - }, - { - "domain": "my", - "description": "Malaysia", - "type": "country-code" - }, - { - "domain": "mz", - "description": "Mozambique (Republic of)", - "type": "country-code" - }, - { - "domain": "na", - "description": "Namibia (Republic of)", - "type": "country-code" - }, - { - "domain": "nab", - "description": "National Australia Bank Limited", - "type": "generic" - }, - { - "domain": "nadex", - "description": "Nadex Domains, Inc", - "type": "generic" - }, - { - "domain": "nagoya", - "description": "GMO Registry, Inc.", - "type": "generic" - }, - { - "domain": "name", - "description": "Individuals", - "type": "generic-restricted" - }, - { - "domain": "nationwide", - "description": "Nationwide Mutual Insurance Company", - "type": "generic" - }, - { - "domain": "natura", - "description": "NATURA COSMÉTICOS S.A.", - "type": "generic" - }, - { - "domain": "navy", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "nba", - "description": "NBA REGISTRY, LLC", - "type": "generic" - }, - { - "domain": "nc", - "description": "New Caledonia", - "type": "country-code" - }, - { - "domain": "ne", - "description": "Niger (Republic of)", - "type": "country-code" - }, - { - "domain": "nec", - "description": "NEC Corporation", - "type": "generic" - }, - { - "domain": "net", - "description": "Network", - "type": "generic" - }, - { - "domain": "netbank", - "description": "COMMONWEALTH BANK OF AUSTRALIA", - "type": "generic" - }, - { - "domain": "netflix", - "description": "Netflix, Inc.", - "type": "generic" - }, - { - "domain": "network", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "neustar", - "description": "NeuStar, Inc.", - "type": "generic" - }, - { - "domain": "new", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "newholland", - "description": "CNH Industrial N.V.", - "type": "generic" - }, - { - "domain": "news", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "next", - "description": "Next plc", - "type": "generic" - }, - { - "domain": "nextdirect", - "description": "Next plc", - "type": "generic" - }, - { - "domain": "nexus", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "nf", - "description": "Norfolk Island (Territory of)", - "type": "country-code" - }, - { - "domain": "nfl", - "description": "NFL Reg Ops LLC", - "type": "generic" - }, - { - "domain": "ng", - "description": "Nigeria (Federal Republic of)", - "type": "country-code" - }, - { - "domain": "ngo", - "description": "Public Interest Registry", - "type": "generic" - }, - { - "domain": "nhk", - "description": "Japan Broadcasting Corporation (NHK)", - "type": "generic" - }, - { - "domain": "ni", - "description": "Nicaragua (Republic of)", - "type": "country-code" - }, - { - "domain": "nico", - "description": "DWANGO Co., Ltd.", - "type": "generic" - }, - { - "domain": "nike", - "description": "NIKE, Inc.", - "type": "generic" - }, - { - "domain": "nikon", - "description": "NIKON CORPORATION", - "type": "generic" - }, - { - "domain": "ninja", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "nissan", - "description": "NISSAN MOTOR CO., LTD.", - "type": "generic" - }, - { - "domain": "nissay", - "description": "Nippon Life Insurance Company", - "type": "generic" - }, - { - "domain": "nl", - "description": "Netherlands", - "type": "country-code" - }, - { - "domain": "no", - "description": "Norway (Kingdom of)", - "type": "country-code" - }, - { - "domain": "nokia", - "description": "Nokia Corporation", - "type": "generic" - }, - { - "domain": "northwesternmutual", - "description": "Northwestern Mutual Registry, LLC", - "type": "generic" - }, - { - "domain": "norton", - "description": "Symantec Corporation", - "type": "generic" - }, - { - "domain": "now", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "nowruz", - "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "type": "generic" - }, - { - "domain": "nowtv", - "description": "Starbucks (HK) Limited", - "type": "generic" - }, - { - "domain": "np", - "description": "Nepal (Federal Democratic Republic of)", - "type": "country-code" - }, - { - "domain": "nr", - "description": "Nauru (Republic of)", - "type": "country-code" - }, - { - "domain": "nra", - "description": "NRA Holdings Company, INC.", - "type": "generic" - }, - { - "domain": "nrw", - "description": "Minds + Machines GmbH", - "type": "generic" - }, - { - "domain": "ntt", - "description": "NIPPON TELEGRAPH AND TELEPHONE CORPORATION", - "type": "generic" - }, - { - "domain": "nu", - "description": "Niue", - "type": "country-code" - }, - { - "domain": "nyc", - "description": "The City of New York by and through the New York City Department of Information Technology & Telecommunications", - "type": "generic" - }, - { - "domain": "nz", - "description": "New Zealand", - "type": "country-code" - }, - { - "domain": "obi", - "description": "OBI Group Holding SE & Co. KGaA", - "type": "generic" - }, - { - "domain": "observer", - "description": "Top Level Spectrum, Inc.", - "type": "generic" - }, - { - "domain": "off", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "office", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "okinawa", - "description": "BRregistry, Inc.", - "type": "generic" - }, - { - "domain": "olayan", - "description": "Crescent Holding GmbH", - "type": "generic" - }, - { - "domain": "olayangroup", - "description": "Crescent Holding GmbH", - "type": "generic" - }, - { - "domain": "oldnavy", - "description": "The Gap, Inc.", - "type": "generic" - }, - { - "domain": "ollo", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "om", - "description": "Oman (Sultanate of)", - "type": "country-code" - }, - { - "domain": "omega", - "description": "The Swatch Group Ltd", - "type": "generic" - }, - { - "domain": "one", - "description": "One.com A/S", - "type": "generic" - }, - { - "domain": "ong", - "description": "Public Interest Registry", - "type": "generic" - }, - { - "domain": "onl", - "description": "I-REGISTRY Ltd., Niederlassung Deutschland", - "type": "generic" - }, - { - "domain": "online", - "description": "DotOnline Inc.", - "type": "generic" - }, - { - "domain": "onyourside", - "description": "Nationwide Mutual Insurance Company", - "type": "generic" - }, - { - "domain": "ooo", - "description": "INFIBEAM INCORPORATION LIMITED", - "type": "generic" - }, - { - "domain": "open", - "description": "American Express Travel Related Services Company, Inc.", - "type": "generic" - }, - { - "domain": "oracle", - "description": "Oracle Corporation", - "type": "generic" - }, - { - "domain": "orange", - "description": "Orange Brand Services Limited", - "type": "generic" - }, - { - "domain": "org", - "description": "Non-profit organizations", - "type": "generic" - }, - { - "domain": "organic", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "orientexpress", - "description": "Retired", - "type": "generic" - }, - { - "domain": "origins", - "description": "The Estée Lauder Companies Inc.", - "type": "generic" - }, - { - "domain": "osaka", - "description": "Osaka Registry Co., Ltd.", - "type": "generic" - }, - { - "domain": "otsuka", - "description": "Otsuka Holdings Co., Ltd.", - "type": "generic" - }, - { - "domain": "ott", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "ovh", - "description": "OVH SAS", - "type": "generic" - }, - { - "domain": "pa", - "description": "Panama (Republic of)", - "type": "country-code" - }, - { - "domain": "page", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "pamperedchef", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "panasonic", - "description": "Panasonic Corporation", - "type": "generic" - }, - { - "domain": "panerai", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "paris", - "description": "City of Paris", - "type": "generic" - }, - { - "domain": "pars", - "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "type": "generic" - }, - { - "domain": "partners", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "parts", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "party", - "description": "Blue Sky Registry Limited", - "type": "generic" - }, - { - "domain": "passagens", - "description": "Travel Reservations SRL", - "type": "generic" - }, - { - "domain": "pay", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "pccw", - "description": "PCCW Enterprises Limited", - "type": "generic" - }, - { - "domain": "pe", - "description": "Peru (Republic of)", - "type": "country-code" - }, - { - "domain": "pet", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "pf", - "description": "French Polynesia and Clipperton Island", - "type": "country-code" - }, - { - "domain": "pfizer", - "description": "Pfizer Inc.", - "type": "generic" - }, - { - "domain": "pg", - "description": "Papua New Guinea (Independent State of)", - "type": "country-code" - }, - { - "domain": "ph", - "description": "Philippines (Republic of the)", - "type": "country-code" - }, - { - "domain": "pharmacy", - "description": "National Association of Boards of Pharmacy", - "type": "generic" - }, - { - "domain": "phd", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "philips", - "description": "Koninklijke Philips N.V.", - "type": "generic" - }, - { - "domain": "phone", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "photo", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "photography", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "photos", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "physio", - "description": "PhysBiz Pty Ltd", - "type": "generic" - }, - { - "domain": "piaget", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "pics", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "pictet", - "description": "Pictet Europe S.A.", - "type": "generic" - }, - { - "domain": "pictures", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "pid", - "description": "Top Level Spectrum, Inc.", - "type": "generic" - }, - { - "domain": "pin", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "ping", - "description": "Ping Registry Provider, Inc.", - "type": "generic" - }, - { - "domain": "pink", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "pioneer", - "description": "Pioneer Corporation", - "type": "generic" - }, - { - "domain": "pizza", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "pk", - "description": "Pakistan (Islamic Republic of)", - "type": "country-code" - }, - { - "domain": "pl", - "description": "Poland (Republic of)", - "type": "country-code" - }, - { - "domain": "place", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "play", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "playstation", - "description": "Sony Computer Entertainment Inc.", - "type": "generic" - }, - { - "domain": "plumbing", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "plus", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "pm", - "description": "Saint Pierre and Miquelon", - "type": "country-code" - }, - { - "domain": "pn", - "description": "Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands)", - "type": "country-code" - }, - { - "domain": "pnc", - "description": "PNC Domain Co., LLC", - "type": "generic" - }, - { - "domain": "pohl", - "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "type": "generic" - }, - { - "domain": "poker", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "politie", - "description": "Politie Nederland", - "type": "generic" - }, - { - "domain": "porn", - "description": "ICM Registry PN LLC", - "type": "generic" - }, - { - "domain": "post", - "description": "Universal Postal Union", - "type": "sponsored" - }, - { - "domain": "pr", - "description": "Puerto Rico (Commonwealth of)", - "type": "country-code" - }, - { - "domain": "pramerica", - "description": "Prudential Financial, Inc.", - "type": "generic" - }, - { - "domain": "praxi", - "description": "Praxi S.p.A.", - "type": "generic" - }, - { - "domain": "press", - "description": "DotPress Inc.", - "type": "generic" - }, - { - "domain": "prime", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "pro", - "description": "Profession", - "type": "generic-restricted" - }, - { - "domain": "prod", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "productions", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "prof", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "progressive", - "description": "Progressive Casualty Insurance Company", - "type": "generic" - }, - { - "domain": "promo", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "properties", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "property", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "protection", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "pru", - "description": "Prudential Financial, Inc.", - "type": "generic" - }, - { - "domain": "prudential", - "description": "Prudential Financial, Inc.", - "type": "generic" - }, - { - "domain": "ps", - "description": "Palestine (State of)", - "type": "country-code" - }, - { - "domain": "pt", - "description": "Portugal (Portuguese Republic)", - "type": "country-code" - }, - { - "domain": "pub", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "pw", - "description": "Palau (Republic of)", - "type": "country-code" - }, - { - "domain": "pwc", - "description": "PricewaterhouseCoopers LLP", - "type": "generic" - }, - { - "domain": "py", - "description": "Paraguay (Republic of)", - "type": "country-code" - }, - { - "domain": "qa", - "description": "Qatar (State of)", - "type": "country-code" - }, - { - "domain": "qpon", - "description": "dotCOOL, Inc.", - "type": "generic" - }, - { - "domain": "quebec", - "description": "PointQuébec Inc", - "type": "generic" - }, - { - "domain": "quest", - "description": "Quest ION Limited", - "type": "generic" - }, - { - "domain": "qvc", - "description": "QVC, Inc.", - "type": "generic" - }, - { - "domain": "racing", - "description": "Premier Registry Limited", - "type": "generic" - }, - { - "domain": "radio", - "description": "European Broadcasting Union (EBU)", - "type": "generic" - }, - { - "domain": "raid", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "re", - "description": "Réunion", - "type": "country-code" - }, - { - "domain": "read", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "realestate", - "description": "dotRealEstate LLC", - "type": "generic" - }, - { - "domain": "realtor", - "description": "Real Estate Domains LLC", - "type": "generic" - }, - { - "domain": "realty", - "description": "Fegistry, LLC", - "type": "generic" - }, - { - "domain": "recipes", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "red", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "redstone", - "description": "Redstone Haute Couture Co., Ltd.", - "type": "generic" - }, - { - "domain": "redumbrella", - "description": "Travelers TLD, LLC", - "type": "generic" - }, - { - "domain": "rehab", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "reise", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "reisen", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "reit", - "description": "National Association of Real Estate Investment Trusts, Inc.", - "type": "generic" - }, - { - "domain": "reliance", - "description": "Reliance Industries Limited", - "type": "generic" - }, - { - "domain": "ren", - "description": "Beijing Qianxiang Wangjing Technology Development Co., Ltd.", - "type": "generic" - }, - { - "domain": "rent", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "rentals", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "repair", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "report", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "republican", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "rest", - "description": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", - "type": "generic" - }, - { - "domain": "restaurant", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "review", - "description": "dot Review Limited", - "type": "generic" - }, - { - "domain": "reviews", - "description": "United TLD Holdco, Ltd.", - "type": "generic" - }, - { - "domain": "rexroth", - "description": "Robert Bosch GMBH", - "type": "generic" - }, - { - "domain": "rich", - "description": "I-REGISTRY Ltd., Niederlassung Deutschland", - "type": "generic" - }, - { - "domain": "richardli", - "description": "Pacific Century Asset Management (HK) Limited", - "type": "generic" - }, - { - "domain": "ricoh", - "description": "Ricoh Company, Ltd.", - "type": "generic" - }, - { - "domain": "rightathome", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "ril", - "description": "Reliance Industries Limited", - "type": "generic" - }, - { - "domain": "rio", - "description": "Empresa Municipal de Informática SA - IPLANRIO", - "type": "generic" - }, - { - "domain": "rip", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "rmit", - "description": "Royal Melbourne Institute of Technology", - "type": "generic" - }, - { - "domain": "ro", - "description": "Romania", - "type": "country-code" - }, - { - "domain": "rocher", - "description": "Ferrero Trading Lux S.A.", - "type": "generic" - }, - { - "domain": "rocks", - "description": "United TLD Holdco, LTD.", - "type": "generic" - }, - { - "domain": "rodeo", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "rogers", - "description": "Rogers Communications Canada Inc.", - "type": "generic" - }, - { - "domain": "room", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "rs", - "description": "Serbia (Republic of)", - "type": "country-code" - }, - { - "domain": "rsvp", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "ru", - "description": "Russia (Russian Federation)", - "type": "country-code" - }, - { - "domain": "rugby", - "description": "World Rugby Strategic Developments Limited", - "type": "generic" - }, - { - "domain": "ruhr", - "description": "regiodot GmbH & Co. KG", - "type": "generic" - }, - { - "domain": "run", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "rw", - "description": "Rwanda (Republic of)", - "type": "country-code" - }, - { - "domain": "rwe", - "description": "RWE AG", - "type": "generic" - }, - { - "domain": "ryukyu", - "description": "BRregistry, Inc.", - "type": "generic" - }, - { - "domain": "sa", - "description": "Saudi Arabia (Kingdom of)", - "type": "country-code" - }, - { - "domain": "saarland", - "description": "dotSaarland GmbH", - "type": "generic" - }, - { - "domain": "safe", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "safety", - "description": "Safety Registry Services, LLC.", - "type": "generic" - }, - { - "domain": "sakura", - "description": "SAKURA Internet Inc.", - "type": "generic" - }, - { - "domain": "sale", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "salon", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "samsclub", - "description": "Wal-Mart Stores, Inc.", - "type": "generic" - }, - { - "domain": "samsung", - "description": "SAMSUNG SDS CO., LTD", - "type": "generic" - }, - { - "domain": "sandvik", - "description": "Sandvik AB", - "type": "generic" - }, - { - "domain": "sandvikcoromant", - "description": "Sandvik AB", - "type": "generic" - }, - { - "domain": "sanofi", - "description": "Sanofi", - "type": "generic" - }, - { - "domain": "sap", - "description": "SAP AG", - "type": "generic" - }, - { - "domain": "sapo", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "sarl", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "sas", - "description": "Research IP LLC", - "type": "generic" - }, - { - "domain": "save", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "saxo", - "description": "Saxo Bank A/S", - "type": "generic" - }, - { - "domain": "sb", - "description": "Solomon Islands", - "type": "country-code" - }, - { - "domain": "sbi", - "description": "STATE BANK OF INDIA", - "type": "generic" - }, - { - "domain": "sbs", - "description": "SPECIAL BROADCASTING SERVICE CORPORATION", - "type": "generic" - }, - { - "domain": "sc", - "description": "Seychelles (Republic of)", - "type": "country-code" - }, - { - "domain": "sca", - "description": "SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)", - "type": "generic" - }, - { - "domain": "scb", - "description": "The Siam Commercial Bank Public Company Limited (\"SCB\")", - "type": "generic" - }, - { - "domain": "schaeffler", - "description": "Schaeffler Technologies AG & Co. KG", - "type": "generic" - }, - { - "domain": "schmidt", - "description": "SALM S.A.S.", - "type": "generic" - }, - { - "domain": "scholarships", - "description": "Scholarships.com, LLC", - "type": "generic" - }, - { - "domain": "school", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "schule", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "schwarz", - "description": "Schwarz Domains und Services GmbH & Co. KG", - "type": "generic" - }, - { - "domain": "science", - "description": "dot Science Limited", - "type": "generic" - }, - { - "domain": "scjohnson", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "scor", - "description": "SCOR SE", - "type": "generic" - }, - { - "domain": "scot", - "description": "Dot Scot Registry Limited", - "type": "generic" - }, - { - "domain": "sd", - "description": "Sudan (Republic of)", - "type": "country-code" - }, - { - "domain": "se", - "description": "Sweden (Kingdom of)", - "type": "country-code" - }, - { - "domain": "search", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "seat", - "description": "SEAT, S.A. (Sociedad Unipersonal)", - "type": "generic" - }, - { - "domain": "secure", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "security", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "seek", - "description": "Seek Limited", - "type": "generic" - }, - { - "domain": "select", - "description": "iSelect Ltd", - "type": "generic" - }, - { - "domain": "sener", - "description": "Sener Ingeniería y Sistemas, S.A.", - "type": "generic" - }, - { - "domain": "services", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ses", - "description": "SES", - "type": "generic" - }, - { - "domain": "seven", - "description": "Seven West Media Ltd", - "type": "generic" - }, - { - "domain": "sew", - "description": "SEW-EURODRIVE GmbH & Co KG", - "type": "generic" - }, - { - "domain": "sex", - "description": "ICM Registry SX LLC", - "type": "generic" - }, - { - "domain": "sexy", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "sfr", - "description": "Societe Francaise du Radiotelephone - SFR", - "type": "generic" - }, - { - "domain": "sg", - "description": "Singapore (Republic of)", - "type": "country-code" - }, - { - "domain": "sh", - "description": "Saint Helena", - "type": "country-code" - }, - { - "domain": "shangrila", - "description": "Shangri‐La International Hotel Management Limited", - "type": "generic" - }, - { - "domain": "sharp", - "description": "Sharp Corporation", - "type": "generic" - }, - { - "domain": "shaw", - "description": "Shaw Cablesystems G.P.", - "type": "generic" - }, - { - "domain": "shell", - "description": "Shell Information Technology International Inc", - "type": "generic" - }, - { - "domain": "shia", - "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "type": "generic" - }, - { - "domain": "shiksha", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "shoes", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "shop", - "description": "GMO Registry, Inc.", - "type": "generic" - }, - { - "domain": "shopping", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "shouji", - "description": "QIHOO 360 TECHNOLOGY CO. LTD.", - "type": "generic" - }, - { - "domain": "show", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "showtime", - "description": "CBS Domains Inc.", - "type": "generic" - }, - { - "domain": "shriram", - "description": "Shriram Capital Ltd.", - "type": "generic" - }, - { - "domain": "si", - "description": "Slovenia (Republic of)", - "type": "country-code" - }, - { - "domain": "silk", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "sina", - "description": "Sina Corporation", - "type": "generic" - }, - { - "domain": "singles", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "site", - "description": "DotSite Inc.", - "type": "generic" - }, - { - "domain": "sj", - "description": "Svalbard and Jan Mayen {not in use - see also: .no}", - "type": "country-code" - }, - { - "domain": "sk", - "description": "Slovakia (Slovak Republic)", - "type": "country-code" - }, - { - "domain": "ski", - "description": "STARTING DOT LIMITED", - "type": "generic" - }, - { - "domain": "skin", - "description": "L'Oréal", - "type": "generic" - }, - { - "domain": "sky", - "description": "Sky International AG", - "type": "generic" - }, - { - "domain": "skype", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "sl", - "description": "Sierra Leone (Republic of)", - "type": "country-code" - }, - { - "domain": "sling", - "description": "Hughes Satellite Systems Corporation", - "type": "generic" - }, - { - "domain": "sm", - "description": "San Marino (Republic of)", - "type": "country-code" - }, - { - "domain": "smart", - "description": "Smart Communications, Inc. (SMART)", - "type": "generic" - }, - { - "domain": "smile", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "sn", - "description": "Senegal (Republic of)", - "type": "country-code" - }, - { - "domain": "sncf", - "description": "SNCF (Société Nationale des Chemins de fer Francais)", - "type": "generic" - }, - { - "domain": "so", - "description": "Somalia (Federal Republic of)", - "type": "country-code" - }, - { - "domain": "soccer", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "social", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "softbank", - "description": "SoftBank Group Corp.", - "type": "generic" - }, - { - "domain": "software", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "sohu", - "description": "Sohu.com Limited", - "type": "generic" - }, - { - "domain": "solar", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "solutions", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "song", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "sony", - "description": "Sony Corporation", - "type": "generic" - }, - { - "domain": "soy", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "space", - "description": "DotSpace Inc.", - "type": "generic" - }, - { - "domain": "spiegel", - "description": "SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG", - "type": "generic" - }, - { - "domain": "sport", - "description": "Global Association of International Sports Federations (GAISF)", - "type": "generic" - }, - { - "domain": "spot", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "spreadbetting", - "description": "DOTSPREADBETTING REGISTRY LTD", - "type": "generic" - }, - { - "domain": "sr", - "description": "Suriname (Republic of)", - "type": "country-code" - }, - { - "domain": "srl", - "description": "InterNetX Corp.", - "type": "generic" - }, - { - "domain": "srt", - "description": "FCA US LLC.", - "type": "generic" - }, - { - "domain": "ss", - "description": "South Sudan (Republic of)", - "type": "country-code" - }, - { - "domain": "st", - "description": "São Tomé and Príncipe (Democratic Republic of)", - "type": "country-code" - }, - { - "domain": "stada", - "description": "STADA Arzneimittel AG", - "type": "generic" - }, - { - "domain": "staples", - "description": "Staples, Inc.", - "type": "generic" - }, - { - "domain": "star", - "description": "Star India Private Limited", - "type": "generic" - }, - { - "domain": "starhub", - "description": "StarHub Limited", - "type": "generic" - }, - { - "domain": "statebank", - "description": "STATE BANK OF INDIA", - "type": "generic" - }, - { - "domain": "statefarm", - "description": "State Farm Mutual Automobile Insurance Company", - "type": "generic" - }, - { - "domain": "statoil", - "description": "Statoil ASA", - "type": "generic" - }, - { - "domain": "stc", - "description": "Saudi Telecom Company", - "type": "generic" - }, - { - "domain": "stcgroup", - "description": "Saudi Telecom Company", - "type": "generic" - }, - { - "domain": "stockholm", - "description": "Stockholms kommun", - "type": "generic" - }, - { - "domain": "storage", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "store", - "description": "DotStore Inc.", - "type": "generic" - }, - { - "domain": "stream", - "description": "dot Stream Limited", - "type": "generic" - }, - { - "domain": "studio", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "study", - "description": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", - "type": "generic" - }, - { - "domain": "style", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "su", - "description": "Soviet Union (Union of Soviet Socialist Republics)", - "type": "country-code" - }, - { - "domain": "sucks", - "description": "Vox Populi Registry Ltd.", - "type": "generic" - }, - { - "domain": "supplies", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "supply", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "support", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "surf", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "surgery", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "suzuki", - "description": "SUZUKI MOTOR CORPORATION", - "type": "generic" - }, - { - "domain": "sv", - "description": "El Salvador (Republic of)", - "type": "country-code" - }, - { - "domain": "swatch", - "description": "The Swatch Group Ltd", - "type": "generic" - }, - { - "domain": "swiftcover", - "description": "Swiftcover Insurance Services Limited", - "type": "generic" - }, - { - "domain": "swiss", - "description": "Swiss Confederation", - "type": "generic" - }, - { - "domain": "sx", - "description": "Sint Maarten", - "type": "country-code" - }, - { - "domain": "sy", - "description": "Syria (Syrian Arab Republic)", - "type": "country-code" - }, - { - "domain": "sydney", - "description": "State of New South Wales, Department of Premier and Cabinet", - "type": "generic" - }, - { - "domain": "symantec", - "description": "Symantec Corporation", - "type": "generic" - }, - { - "domain": "systems", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "sz", - "description": "Swaziland (Kingdom of)", - "type": "country-code" - }, - { - "domain": "tab", - "description": "Tabcorp Holdings Limited", - "type": "generic" - }, - { - "domain": "taipei", - "description": "Taipei City Government", - "type": "generic" - }, - { - "domain": "talk", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "taobao", - "description": "Alibaba Group Holding Limited", - "type": "generic" - }, - { - "domain": "target", - "description": "Target Domain Holdings, LLC", - "type": "generic" - }, - { - "domain": "tatamotors", - "description": "Tata Motors Ltd", - "type": "generic" - }, - { - "domain": "tatar", - "description": "Limited Liability Company \"Coordination Center of Regional Domain of Tatarstan Republic\"", - "type": "generic" - }, - { - "domain": "tattoo", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "tax", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "taxi", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tc", - "description": "Turks and Caicos Islands", - "type": "country-code" - }, - { - "domain": "tci", - "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "type": "generic" - }, - { - "domain": "td", - "description": "Chad (Republic of)", - "type": "country-code" - }, - { - "domain": "tdk", - "description": "TDK Corporation", - "type": "generic" - }, - { - "domain": "team", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tech", - "description": "Dot Tech LLC", - "type": "generic" - }, - { - "domain": "technology", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tel", - "description": "Telephone", - "type": "sponsored" - }, - { - "domain": "telecity", - "description": "TelecityGroup International Limited", - "type": "generic" - }, - { - "domain": "telefonica", - "description": "Telefónica S.A.", - "type": "generic" - }, - { - "domain": "temasek", - "description": "Temasek Holdings (Private) Limited", - "type": "generic" - }, - { - "domain": "tennis", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "teva", - "description": "Teva Pharmaceutical Industries Limited", - "type": "generic" - }, - { - "domain": "tf", - "description": "French Southern and Antarctic Lands (Territory of the)", - "type": "country-code" - }, - { - "domain": "tg", - "description": "Togo (Togolese Republic)", - "type": "country-code" - }, - { - "domain": "th", - "description": "Thailand (Kingdom of)", - "type": "country-code" - }, - { - "domain": "thd", - "description": "Home Depot Product Authority, LLC", - "type": "generic" - }, - { - "domain": "theater", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "theatre", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "tiaa", - "description": "Teachers Insurance and Annuity Association of America", - "type": "generic" - }, - { - "domain": "tickets", - "description": "Accent Media Limited", - "type": "generic" - }, - { - "domain": "tienda", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tiffany", - "description": "Tiffany and Company", - "type": "generic" - }, - { - "domain": "tips", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tires", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tirol", - "description": "punkt Tirol GmbH", - "type": "generic" - }, - { - "domain": "tj", - "description": "Tajikistan (Republic of)", - "type": "country-code" - }, - { - "domain": "tjmaxx", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "tjx", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "tk", - "description": "Tokelau", - "type": "country-code" - }, - { - "domain": "tkmaxx", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "tl", - "description": "Timor-Leste (Democratic Republic of) [East Timor]", - "type": "country-code" - }, - { - "domain": "tm", - "description": "Turkmenistan", - "type": "country-code" - }, - { - "domain": "tmall", - "description": "Alibaba Group Holding Limited", - "type": "generic" - }, - { - "domain": "tn", - "description": "Tunisia (Republic of)", - "type": "country-code" - }, - { - "domain": "to", - "description": "Tonga (Kingdom of)", - "type": "country-code" - }, - { - "domain": "today", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tokyo", - "description": "GMO Registry, Inc.", - "type": "generic" - }, - { - "domain": "tools", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "top", - "description": "Jiangsu Bangning Science & Technology Co.,Ltd.", - "type": "generic" - }, - { - "domain": "toray", - "description": "Toray Industries, Inc.", - "type": "generic" - }, - { - "domain": "toshiba", - "description": "TOSHIBA Corporation", - "type": "generic" - }, - { - "domain": "total", - "description": "Total SA", - "type": "generic" - }, - { - "domain": "tours", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "town", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "toyota", - "description": "TOYOTA MOTOR CORPORATION", - "type": "generic" - }, - { - "domain": "toys", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tp", - "description": "Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl}", - "type": "country-code" - }, - { - "domain": "tr", - "description": "Turkey (Republic of)", - "type": "country-code" - }, - { - "domain": "trade", - "description": "Elite Registry Limited", - "type": "generic" - }, - { - "domain": "trading", - "description": "DOTTRADING REGISTRY LTD", - "type": "generic" - }, - { - "domain": "training", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "travel", - "description": "Travel", - "type": "sponsored" - }, - { - "domain": "travelchannel", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "travelers", - "description": "Travelers TLD, LLC", - "type": "generic" - }, - { - "domain": "travelersinsurance", - "description": "Travelers TLD, LLC", - "type": "generic" - }, - { - "domain": "trust", - "description": "Artemis Internet Inc", - "type": "generic" - }, - { - "domain": "trv", - "description": "Travelers TLD, LLC", - "type": "generic" - }, - { - "domain": "tt", - "description": "Trinidad and Tobago (Republic of)", - "type": "country-code" - }, - { - "domain": "tube", - "description": "Latin American Telecom LLC", - "type": "generic" - }, - { - "domain": "tui", - "description": "TUI AG", - "type": "generic" - }, - { - "domain": "tunes", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "tushu", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "tv", - "description": "Tuvalu", - "type": "country-code" - }, - { - "domain": "tvs", - "description": "T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED", - "type": "generic" - }, - { - "domain": "tw", - "description": "Taiwan (Republic of China)", - "type": "country-code" - }, - { - "domain": "tz", - "description": "Tanzania (United Republic of)", - "type": "country-code" - }, - { - "domain": "ua", - "description": "Ukraine", - "type": "country-code" - }, - { - "domain": "ubank", - "description": "National Australia Bank Limited", - "type": "generic" - }, - { - "domain": "ubs", - "description": "UBS AG", - "type": "generic" - }, - { - "domain": "uconnect", - "description": "FCA US LLC.", - "type": "generic" - }, - { - "domain": "ug", - "description": "Uganda (Republic of)", - "type": "country-code" - }, - { - "domain": "uk", - "description": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", - "type": "country-code" - }, - { - "domain": "um", - "description": "United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}", - "type": "country-code" - }, - { - "domain": "unicom", - "description": "China United Network Communications Corporation Limited", - "type": "generic" - }, - { - "domain": "university", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "uno", - "description": "Dot Latin LLC", - "type": "generic" - }, - { - "domain": "uol", - "description": "UBN INTERNET LTDA.", - "type": "generic" - }, - { - "domain": "ups", - "description": "UPS Market Driver, Inc.", - "type": "generic" - }, - { - "domain": "us", - "description": "United States of America and United States Minor Outlying Islands", - "type": "country-code" - }, - { - "domain": "uy", - "description": "Uruguay (Oriental Republic of)", - "type": "country-code" - }, - { - "domain": "uz", - "description": "Uzbekistan (Republic of)", - "type": "country-code" - }, - { - "domain": "va", - "description": "Vatican City (Vatican City State)", - "type": "country-code" - }, - { - "domain": "vacations", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "vana", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "vanguard", - "description": "The Vanguard Group, Inc.", - "type": "generic" - }, - { - "domain": "vc", - "description": "Saint Vincent and the Grenadines", - "type": "country-code" - }, - { - "domain": "ve", - "description": "Venezuela (Bolivarian Republic of)", - "type": "country-code" - }, - { - "domain": "vegas", - "description": "Dot Vegas, Inc.", - "type": "generic" - }, - { - "domain": "ventures", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "verisign", - "description": "VeriSign, Inc.", - "type": "generic" - }, - { - "domain": "versicherung", - "description": "TLD-BOX Registrydienstleistungen GmbH", - "type": "generic" - }, - { - "domain": "vet", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "vg", - "description": "British Virgin Islands (Virgin Islands)", - "type": "country-code" - }, - { - "domain": "vi", - "description": "United States Virgin Islands (United States Virgin Islands)", - "type": "country-code" - }, - { - "domain": "viajes", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "video", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "vig", - "description": "VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe", - "type": "generic" - }, - { - "domain": "viking", - "description": "Viking River Cruises (Bermuda) Ltd.", - "type": "generic" - }, - { - "domain": "villas", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "vin", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "vip", - "description": "Minds + Machines Group Limited", - "type": "generic" - }, - { - "domain": "virgin", - "description": "Virgin Enterprises Limited", - "type": "generic" - }, - { - "domain": "visa", - "description": "Visa Worldwide Pte. Limited", - "type": "generic" - }, - { - "domain": "vision", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "vista", - "description": "Vistaprint Limited", - "type": "generic" - }, - { - "domain": "vistaprint", - "description": "Vistaprint Limited", - "type": "generic" - }, - { - "domain": "viva", - "description": "Saudi Telecom Company", - "type": "generic" - }, - { - "domain": "vivo", - "description": "Telefonica Brasil S.A.", - "type": "generic" - }, - { - "domain": "vlaanderen", - "description": "DNS.be vzw", - "type": "generic" - }, - { - "domain": "vn", - "description": "Vietnam (Socialist Republic of)", - "type": "country-code" - }, - { - "domain": "vodka", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "volkswagen", - "description": "Volkswagen Group of America Inc.", - "type": "generic" - }, - { - "domain": "volvo", - "description": "Volvo Holding Sverige Aktiebolag", - "type": "generic" - }, - { - "domain": "vote", - "description": "Monolith Registry LLC", - "type": "generic" - }, - { - "domain": "voting", - "description": "Valuetainment Corp.", - "type": "generic" - }, - { - "domain": "voto", - "description": "Monolith Registry LLC", - "type": "generic" - }, - { - "domain": "voyage", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "vu", - "description": "Vanuatu (Republic of)", - "type": "country-code" - }, - { - "domain": "vuelos", - "description": "Travel Reservations SRL", - "type": "generic" - }, - { - "domain": "wales", - "description": "Nominet UK", - "type": "generic" - }, - { - "domain": "walmart", - "description": "Wal-Mart Stores, Inc.", - "type": "generic" - }, - { - "domain": "walter", - "description": "Sandvik AB", - "type": "generic" - }, - { - "domain": "wang", - "description": "Zodiac Wang Limited", - "type": "generic" - }, - { - "domain": "wanggou", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "warman", - "description": "Weir Group IP Limited", - "type": "generic" - }, - { - "domain": "watch", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "watches", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "weather", - "description": "International Business Machines Corporation", - "type": "generic" - }, - { - "domain": "weatherchannel", - "description": "International Business Machines Corporation", - "type": "generic" - }, - { - "domain": "webcam", - "description": "dot Webcam Limited", - "type": "generic" - }, - { - "domain": "weber", - "description": "Saint-Gobain Weber SA", - "type": "generic" - }, - { - "domain": "website", - "description": "DotWebsite Inc.", - "type": "generic" - }, - { - "domain": "wed", - "description": "Emergency Back-End Registry Operator Program - ICANN", - "type": "generic" - }, - { - "domain": "wedding", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "weibo", - "description": "Sina Corporation", - "type": "generic" - }, - { - "domain": "weir", - "description": "Weir Group IP Limited", - "type": "generic" - }, - { - "domain": "wf", - "description": "Wallis and Futuna (Territory of the Wallis and Futuna Islands)", - "type": "country-code" - }, - { - "domain": "whoswho", - "description": "Who's Who Registry", - "type": "generic" - }, - { - "domain": "wien", - "description": "punkt.wien GmbH", - "type": "generic" - }, - { - "domain": "wiki", - "description": "Top Level Design, LLC", - "type": "generic" - }, - { - "domain": "williamhill", - "description": "William Hill Organization Limited", - "type": "generic" - }, - { - "domain": "win", - "description": "First Registry Limited", - "type": "generic" - }, - { - "domain": "windows", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "wine", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "winners", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "wme", - "description": "William Morris Endeavor Entertainment, LLC", - "type": "generic" - }, - { - "domain": "wolterskluwer", - "description": "Wolters Kluwer N.V.", - "type": "generic" - }, - { - "domain": "woodside", - "description": "Woodside Petroleum Limited", - "type": "generic" - }, - { - "domain": "work", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "works", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "world", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "wow", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "ws", - "description": "Samoa (Independent State of)", - "type": "country-code" - }, - { - "domain": "wtc", - "description": "World Trade Centers Association, Inc.", - "type": "generic" - }, - { - "domain": "wtf", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "xbox", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "xerox", - "description": "Xerox DNHC LLC", - "type": "generic" - }, - { - "domain": "xfinity", - "description": "Comcast IP Holdings I, LLC", - "type": "generic" - }, - { - "domain": "xihuan", - "description": "QIHOO 360 TECHNOLOGY CO. LTD.", - "type": "generic" - }, - { - "domain": "xin", - "description": "Elegant Leader Limited", - "type": "generic" - }, - { - "domain": "测试", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "कॉम", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "परीक्षा", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "セール", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "佛山", - "description": "Guangzhou YU Wei Information Technology Co., Ltd.", - "type": "generic" - }, - { - "domain": "ಭಾರತ", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "慈善", - "description": "Excellent First Limited", - "type": "generic" - }, - { - "domain": "集团", - "description": "Eagle Horizon Limited", - "type": "generic" - }, - { - "domain": "在线", - "description": "TLD REGISTRY LIMITED", - "type": "generic" - }, - { - "domain": "한국", - "description": "KISA (Korea Internet & Security Agency)", - "type": "country-code" - }, - { - "domain": "ଭାରତ", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "大众汽车", - "description": "Volkswagen (China) Investment Co., Ltd.", - "type": "generic" - }, - { - "domain": "点看", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "คอม", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "ভাৰত", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "ভারত", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "八卦", - "description": "Zodiac Gemini Ltd", - "type": "generic" - }, - { - "domain": "‏موقع‎", - "description": "Suhub Electronic Establishment", - "type": "generic" - }, - { - "domain": "বাংলা", - "description": "Posts and Telecommunications Division", - "type": "country-code" - }, - { - "domain": "公益", - "description": "China Organizational Name Administration Center", - "type": "generic" - }, - { - "domain": "公司", - "description": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", - "type": "generic" - }, - { - "domain": "香格里拉", - "description": "Shangri‐La International Hotel Management Limited", - "type": "generic" - }, - { - "domain": "网站", - "description": "Global Website TLD Asia Limited", - "type": "generic" - }, - { - "domain": "移动", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "我爱你", - "description": "Tycoon Treasure Limited", - "type": "generic" - }, - { - "domain": "москва", - "description": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", - "type": "generic" - }, - { - "domain": "испытание", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "қаз", - "description": "Association of IT Companies of Kazakhstan", - "type": "country-code" - }, - { - "domain": "католик", - "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "type": "generic" - }, - { - "domain": "онлайн", - "description": "CORE Association", - "type": "generic" - }, - { - "domain": "сайт", - "description": "CORE Association", - "type": "generic" - }, - { - "domain": "联通", - "description": "China United Network Communications Corporation Limited", - "type": "generic" - }, - { - "domain": "срб", - "description": "Serbian National Internet Domain Registry (RNIDS)", - "type": "country-code" - }, - { - "domain": "бг", - "description": "Imena.BG AD", - "type": "country-code" - }, - { - "domain": "бел", - "description": "Reliable Software, Ltd.", - "type": "country-code" - }, - { - "domain": "‏קום‎", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "时尚", - "description": "RISE VICTORY LIMITED", - "type": "generic" - }, - { - "domain": "微博", - "description": "Sina Corporation", - "type": "generic" - }, - { - "domain": "테스트", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "淡马锡", - "description": "Temasek Holdings (Private) Limited", - "type": "generic" - }, - { - "domain": "ファッション", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "орг", - "description": "Public Interest Registry", - "type": "generic" - }, - { - "domain": "नेट", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "ストア", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "삼성", - "description": "SAMSUNG SDS CO., LTD", - "type": "generic" - }, - { - "domain": "சிங்கப்பூர்", - "description": "Singapore Network Information Centre (SGNIC) Pte Ltd", - "type": "country-code" - }, - { - "domain": "商标", - "description": "HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED", - "type": "generic" - }, - { - "domain": "商店", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "商城", - "description": "Zodiac Aquarius Limited", - "type": "generic" - }, - { - "domain": "дети", - "description": "The Foundation for Network Initiatives “The Smart Internet”", - "type": "generic" - }, - { - "domain": "мкд", - "description": "Macedonian Academic Research Network Skopje", - "type": "country-code" - }, - { - "domain": "‏טעסט‎", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "ею", - "description": "EURid vzw/asbl", - "type": "country-code" - }, - { - "domain": "ポイント", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "新闻", - "description": "Guangzhou YU Wei Information and Technology Co.,Ltd", - "type": "generic" - }, - { - "domain": "工行", - "description": "Industrial and Commercial Bank of China Limited", - "type": "generic" - }, - { - "domain": "家電", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "‏كوم‎", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "中文网", - "description": "TLD REGISTRY LIMITED", - "type": "generic" - }, - { - "domain": "中信", - "description": "CITIC Group Corporation", - "type": "generic" - }, - { - "domain": "中国", - "description": "China Internet Network Information Center (CNNIC)", - "type": "country-code" - }, - { - "domain": "中國", - "description": "China Internet Network Information Center (CNNIC)", - "type": "country-code" - }, - { - "domain": "娱乐", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "谷歌", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "భారత్", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "ලංකා", - "description": "LK Domain Registry", - "type": "country-code" - }, - { - "domain": "電訊盈科", - "description": "PCCW Enterprises Limited", - "type": "generic" - }, - { - "domain": "购物", - "description": "Minds + Machines Group Limited", - "type": "generic" - }, - { - "domain": "測試", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "クラウド", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "ભારત", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "通販", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "भारतम्", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "भारत", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "भारोत", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "‏آزمایشی‎", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "பரிட்சை", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "网店", - "description": "Zodiac Taurus Ltd.", - "type": "generic" - }, - { - "domain": "संगठन", - "description": "Public Interest Registry", - "type": "generic" - }, - { - "domain": "餐厅", - "description": "HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED", - "type": "generic" - }, - { - "domain": "网络", - "description": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", - "type": "generic" - }, - { - "domain": "ком", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "укр", - "description": "Ukrainian Network Information Centre (UANIC), Inc.", - "type": "country-code" - }, - { - "domain": "香港", - "description": "Hong Kong Internet Registration Corporation Ltd.", - "type": "country-code" - }, - { - "domain": "诺基亚", - "description": "Nokia Corporation", - "type": "generic" - }, - { - "domain": "食品", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "δοκιμή", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "飞利浦", - "description": "Koninklijke Philips N.V.", - "type": "generic" - }, - { - "domain": "‏إختبار‎", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "台湾", - "description": "Taiwan Network Information Center (TWNIC)", - "type": "country-code" - }, - { - "domain": "台灣", - "description": "Taiwan Network Information Center (TWNIC)", - "type": "country-code" - }, - { - "domain": "手表", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "手机", - "description": "Beijing RITT-Net Technology Development Co., Ltd", - "type": "generic" - }, - { - "domain": "мон", - "description": "Datacom Co.,Ltd", - "type": "country-code" - }, - { - "domain": "‏الجزائر‎", - "description": "CERIST", - "type": "country-code" - }, - { - "domain": "‏عمان‎", - "description": "Telecommunications Regulatory Authority (TRA)", - "type": "country-code" - }, - { - "domain": "‏ارامكو‎", - "description": "Aramco Services Company", - "type": "generic" - }, - { - "domain": "‏ایران‎", - "description": "Institute for Research in Fundamental Sciences (IPM)", - "type": "country-code" - }, - { - "domain": "‏العليان‎", - "description": "Crescent Holding GmbH", - "type": "generic" - }, - { - "domain": "‏اتصالات‎", - "description": "Emirates Telecommunications Corporation (trading as Etisalat)", - "type": "generic" - }, - { - "domain": "‏امارات‎", - "description": "Telecommunications Regulatory Authority (TRA)", - "type": "country-code" - }, - { - "domain": "‏بازار‎", - "description": "CORE Association", - "type": "generic" - }, - { - "domain": "‏موريتانيا‎", - "description": "Not assigned", - "type": "country-code" - }, - { - "domain": "‏پاکستان‎", - "description": "National Telecommunication Corporation", - "type": "country-code" - }, - { - "domain": "‏الاردن‎", - "description": "National Information Technology Center (NITC)", - "type": "country-code" - }, - { - "domain": "‏موبايلي‎", - "description": "GreenTech Consultancy Company W.L.L.", - "type": "generic" - }, - { - "domain": "‏بارت‎", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "‏بھارت‎", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "‏المغرب‎", - "description": "Agence Nationale de Réglementation des Télécommunications (ANRT)", - "type": "country-code" - }, - { - "domain": "‏ابوظبي‎", - "description": "Abu Dhabi Systems and Information Centre", - "type": "generic" - }, - { - "domain": "‏السعودية‎", - "description": "Communications and Information Technology Commission", - "type": "country-code" - }, - { - "domain": "‏ڀارت‎", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "‏كاثوليك‎", - "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "type": "generic" - }, - { - "domain": "‏سودان‎", - "description": "Sudan Internet Society", - "type": "country-code" - }, - { - "domain": "‏همراه‎", - "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "type": "generic" - }, - { - "domain": "‏عراق‎", - "description": "Communications and Media Commission (CMC)", - "type": "country-code" - }, - { - "domain": "‏مليسيا‎", - "description": "MYNIC Berhad", - "type": "country-code" - }, - { - "domain": "澳門", - "description": "Macao Post and Telecommunications Bureau (CTT)", - "type": "country-code" - }, - { - "domain": "닷컴", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "政府", - "description": "Net-Chinese Co., Ltd.", - "type": "generic" - }, - { - "domain": "‏شبكة‎", - "description": "International Domain Registry Pty. Ltd.", - "type": "generic" - }, - { - "domain": "‏بيتك‎", - "description": "Kuwait Finance House", - "type": "generic" - }, - { - "domain": "‏عرب‎", - "description": "League of Arab States", - "type": "generic" - }, - { - "domain": "გე", - "description": "Information Technologies Development Center (ITDC)", - "type": "country-code" - }, - { - "domain": "机构", - "description": "Public Interest Registry", - "type": "generic" - }, - { - "domain": "组织机构", - "description": "Public Interest Registry", - "type": "generic" - }, - { - "domain": "健康", - "description": "Stable Tone Limited", - "type": "generic" - }, - { - "domain": "ไทย", - "description": "Thai Network Information Center Foundation", - "type": "country-code" - }, - { - "domain": "‏سورية‎", - "description": "National Agency for Network Services (NANS)", - "type": "country-code" - }, - { - "domain": "招聘", - "description": "Dot Trademark TLD Holding Company Limited", - "type": "generic" - }, - { - "domain": "рус", - "description": "Rusnames Limited", - "type": "generic" - }, - { - "domain": "рф", - "description": "Coordination Center for TLD RU", - "type": "country-code" - }, - { - "domain": "珠宝", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "‏تونس‎", - "description": "Agence Tunisienne d'Internet", - "type": "country-code" - }, - { - "domain": "大拿", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "みんな", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "グーグル", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "ελ", - "description": "ICS-FORTH GR", - "type": "country-code" - }, - { - "domain": "世界", - "description": "Stable Tone Limited", - "type": "generic" - }, - { - "domain": "書籍", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "ഭാരതം", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "ਭਾਰਤ", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "网址", - "description": "KNET Co., Ltd", - "type": "generic" - }, - { - "domain": "닷넷", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "コム", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "天主教", - "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "type": "generic" - }, - { - "domain": "游戏", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "vermögensberater", - "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "type": "generic" - }, - { - "domain": "vermögensberatung", - "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "type": "generic" - }, - { - "domain": "企业", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "信息", - "description": "Beijing Tele-info Network Technology Co., Ltd.", - "type": "generic" - }, - { - "domain": "嘉里大酒店", - "description": "Kerry Trading Co. Limited", - "type": "generic" - }, - { - "domain": "嘉里", - "description": "Kerry Trading Co. Limited", - "type": "generic" - }, - { - "domain": "‏مصر‎", - "description": "National Telecommunication Regulatory Authority - NTRA", - "type": "country-code" - }, - { - "domain": "‏قطر‎", - "description": "Communications Regulatory Authority", - "type": "country-code" - }, - { - "domain": "广东", - "description": "Guangzhou YU Wei Information Technology Co., Ltd.", - "type": "generic" - }, - { - "domain": "இலங்கை", - "description": "LK Domain Registry", - "type": "country-code" - }, - { - "domain": "இந்தியா", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "հայ", - "description": "\"Internet Society\" Non-governmental Organization", - "type": "country-code" - }, - { - "domain": "新加坡", - "description": "Singapore Network Information Centre (SGNIC) Pte Ltd", - "type": "country-code" - }, - { - "domain": "‏فلسطين‎", - "description": "Ministry of Telecom & Information Technology (MTIT)", - "type": "country-code" - }, - { - "domain": "テスト", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "政务", - "description": "China Organizational Name Administration Center", - "type": "generic" - }, - { - "domain": "xperia", - "description": "Sony Mobile Communications AB", - "type": "generic" - }, - { - "domain": "xxx", - "description": "Adult entertainment", - "type": "sponsored" - }, - { - "domain": "xyz", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "yachts", - "description": "DERYachts, LLC", - "type": "generic" - }, - { - "domain": "yahoo", - "description": "Yahoo! Domain Services Inc.", - "type": "generic" - }, - { - "domain": "yamaxun", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "yandex", - "description": "YANDEX, LLC", - "type": "generic" - }, - { - "domain": "ye", - "description": "Yemen (Republic of)", - "type": "country-code" - }, - { - "domain": "yodobashi", - "description": "YODOBASHI CAMERA CO.,LTD.", - "type": "generic" - }, - { - "domain": "yoga", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "yokohama", - "description": "GMO Registry, Inc.", - "type": "generic" - }, - { - "domain": "you", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "youtube", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "yt", - "description": "Mayotte (Department of)", - "type": "country-code" - }, - { - "domain": "yun", - "description": "QIHOO 360 TECHNOLOGY CO. LTD.", - "type": "generic" - }, - { - "domain": "za", - "description": "South Africa (Republic of)", - "type": "country-code" - }, - { - "domain": "zappos", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "zara", - "description": "Industria de Diseño Textil, S.A. (INDITEX, S.A.)", - "type": "generic" - }, - { - "domain": "zero", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "zip", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "zippo", - "description": "Zadco Company", - "type": "generic" - }, - { - "domain": "zm", - "description": "Zambia (Republic of)", - "type": "country-code" - }, - { - "domain": "zone", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "zuerich", - "description": "Kanton Zürich (Canton of Zurich)", - "type": "generic" - }, - { - "domain": "zw", - "description": "Zimbabwe (Republic of)", - "type": "country-code" - } -]; \ No newline at end of file +module.exports = []; \ No newline at end of file diff --git a/formats/js/tld-enum/list.js b/formats/js/tld-enum/list.js index 44301ef..744c39b 100644 --- a/formats/js/tld-enum/list.js +++ b/formats/js/tld-enum/list.js @@ -1,1579 +1 @@ -module.exports = [ - "aaa", - "aarp", - "abarth", - "abb", - "abbott", - "abbvie", - "abc", - "able", - "abogado", - "abudhabi", - "ac", - "academy", - "accenture", - "accountant", - "accountants", - "aco", - "active", - "actor", - "ad", - "adac", - "ads", - "adult", - "ae", - "aeg", - "aero", - "aetna", - "af", - "afamilycompany", - "afl", - "africa", - "ag", - "agakhan", - "agency", - "ai", - "aig", - "aigo", - "airbus", - "airforce", - "airtel", - "akdn", - "al", - "alfaromeo", - "alibaba", - "alipay", - "allfinanz", - "allstate", - "ally", - "alsace", - "alstom", - "am", - "americanexpress", - "americanfamily", - "amex", - "amfam", - "amica", - "amsterdam", - "an", - "analytics", - "android", - "anquan", - "anz", - "ao", - "aol", - "apartments", - "app", - "apple", - "aq", - "aquarelle", - "ar", - "arab", - "aramco", - "archi", - "army", - "arpa", - "art", - "arte", - "as", - "asda", - "asia", - "associates", - "at", - "athleta", - "attorney", - "au", - "auction", - "audi", - "audible", - "audio", - "auspost", - "author", - "auto", - "autos", - "avianca", - "aw", - "aws", - "ax", - "axa", - "az", - "azure", - "ba", - "baby", - "baidu", - "banamex", - "bananarepublic", - "band", - "bank", - "bar", - "barcelona", - "barclaycard", - "barclays", - "barefoot", - "bargains", - "baseball", - "basketball", - "bauhaus", - "bayern", - "bb", - "bbc", - "bbt", - "bbva", - "bcg", - "bcn", - "bd", - "be", - "beats", - "beauty", - "beer", - "bentley", - "berlin", - "best", - "bestbuy", - "bet", - "bf", - "bg", - "bh", - "bharti", - "bi", - "bible", - "bid", - "bike", - "bing", - "bingo", - "bio", - "biz", - "bj", - "bl", - "black", - "blackfriday", - "blanco", - "blockbuster", - "blog", - "bloomberg", - "blue", - "bm", - "bms", - "bmw", - "bn", - "bnl", - "bnpparibas", - "bo", - "boats", - "boehringer", - "bofa", - "bom", - "bond", - "boo", - "book", - "booking", - "boots", - "bosch", - "bostik", - "boston", - "bot", - "boutique", - "box", - "bq", - "br", - "bradesco", - "bridgestone", - "broadway", - "broker", - "brother", - "brussels", - "bs", - "bt", - "budapest", - "bugatti", - "build", - "builders", - "business", - "buy", - "buzz", - "bv", - "bw", - "by", - "bz", - "bzh", - "ca", - "cab", - "cafe", - "cal", - "call", - "calvinklein", - "cam", - "camera", - "camp", - "cancerresearch", - "canon", - "capetown", - "capital", - "capitalone", - "car", - "caravan", - "cards", - "care", - "career", - "careers", - "cars", - "cartier", - "casa", - "case", - "caseih", - "cash", - "casino", - "cat", - "catering", - "catholic", - "cba", - "cbn", - "cbre", - "cbs", - "cc", - "cd", - "ceb", - "center", - "ceo", - "cern", - "cf", - "cfa", - "cfd", - "cg", - "ch", - "chanel", - "channel", - "charity", - "chase", - "chat", - "cheap", - "chintai", - "chloe", - "christmas", - "chrome", - "chrysler", - "church", - "ci", - "cipriani", - "circle", - "cisco", - "citadel", - "citi", - "citic", - "city", - "cityeats", - "ck", - "cl", - "claims", - "cleaning", - "click", - "clinic", - "clinique", - "clothing", - "cloud", - "club", - "clubmed", - "cm", - "cn", - "co", - "coach", - "codes", - "coffee", - "college", - "cologne", - "com", - "comcast", - "commbank", - "community", - "company", - "compare", - "computer", - "comsec", - "condos", - "construction", - "consulting", - "contact", - "contractors", - "cooking", - "cookingchannel", - "cool", - "coop", - "corsica", - "country", - "coupon", - "coupons", - "courses", - "cr", - "credit", - "creditcard", - "creditunion", - "cricket", - "crown", - "crs", - "cruise", - "cruises", - "csc", - "cu", - "cuisinella", - "cv", - "cw", - "cx", - "cy", - "cymru", - "cyou", - "cz", - "dabur", - "dad", - "dance", - "data", - "date", - "dating", - "datsun", - "day", - "dclk", - "dds", - "de", - "deal", - "dealer", - "deals", - "degree", - "delivery", - "dell", - "deloitte", - "delta", - "democrat", - "dental", - "dentist", - "desi", - "design", - "dev", - "dhl", - "diamonds", - "diet", - "digital", - "direct", - "directory", - "discount", - "discover", - "dish", - "diy", - "dj", - "dk", - "dm", - "dnp", - "do", - "docs", - "doctor", - "dodge", - "dog", - "doha", - "domains", - "doosan", - "dot", - "download", - "drive", - "dtv", - "dubai", - "duck", - "dunlop", - "duns", - "dupont", - "durban", - "dvag", - "dvr", - "dz", - "earth", - "eat", - "ec", - "eco", - "edeka", - "edu", - "education", - "ee", - "eg", - "eh", - "email", - "emerck", - "energy", - "engineer", - "engineering", - "enterprises", - "epost", - "epson", - "equipment", - "er", - "ericsson", - "erni", - "es", - "esq", - "estate", - "esurance", - "et", - "etisalat", - "eu", - "eurovision", - "eus", - "events", - "everbank", - "exchange", - "expert", - "exposed", - "express", - "extraspace", - "fage", - "fail", - "fairwinds", - "faith", - "family", - "fan", - "fans", - "farm", - "farmers", - "fashion", - "fast", - "fedex", - "feedback", - "ferrari", - "ferrero", - "fi", - "fiat", - "fidelity", - "fido", - "film", - "final", - "finance", - "financial", - "fire", - "firestone", - "firmdale", - "fish", - "fishing", - "fit", - "fitness", - "fj", - "fk", - "flickr", - "flights", - "flir", - "florist", - "flowers", - "flsmidth", - "fly", - "fm", - "fo", - "foo", - "food", - "foodnetwork", - "football", - "ford", - "forex", - "forsale", - "forum", - "foundation", - "fox", - "fr", - "free", - "fresenius", - "frl", - "frogans", - "frontdoor", - "frontier", - "ftr", - "fujitsu", - "fujixerox", - "fun", - "fund", - "furniture", - "futbol", - "fyi", - "ga", - "gal", - "gallery", - "gallo", - "gallup", - "game", - "games", - "gap", - "garden", - "gb", - "gbiz", - "gd", - "gdn", - "ge", - "gea", - "gent", - "genting", - "george", - "gf", - "gg", - "ggee", - "gh", - "gi", - "gift", - "gifts", - "gives", - "giving", - "gl", - "glade", - "glass", - "gle", - "global", - "globo", - "gm", - "gmail", - "gmbh", - "gmo", - "gmx", - "gn", - "godaddy", - "gold", - "goldpoint", - "golf", - "goo", - "goodhands", - "goodyear", - "goog", - "google", - "gop", - "got", - "gov", - "gp", - "gq", - "gr", - "grainger", - "graphics", - "gratis", - "green", - "gripe", - "grocery", - "group", - "gs", - "gt", - "gu", - "guardian", - "gucci", - "guge", - "guide", - "guitars", - "guru", - "gw", - "gy", - "hair", - "hamburg", - "hangout", - "haus", - "hbo", - "hdfc", - "hdfcbank", - "health", - "healthcare", - "help", - "helsinki", - "here", - "hermes", - "hgtv", - "hiphop", - "hisamitsu", - "hitachi", - "hiv", - "hk", - "hkt", - "hm", - "hn", - "hockey", - "holdings", - "holiday", - "homedepot", - "homegoods", - "homes", - "homesense", - "honda", - "honeywell", - "horse", - "hospital", - "host", - "hosting", - "hot", - "hoteles", - "hotels", - "hotmail", - "house", - "how", - "hr", - "hsbc", - "ht", - "htc", - "hu", - "hughes", - "hyatt", - "hyundai", - "ibm", - "icbc", - "ice", - "icu", - "id", - "ie", - "ieee", - "ifm", - "iinet", - "ikano", - "il", - "im", - "imamat", - "imdb", - "immo", - "immobilien", - "in", - "industries", - "infiniti", - "info", - "ing", - "ink", - "institute", - "insurance", - "insure", - "int", - "intel", - "international", - "intuit", - "investments", - "io", - "ipiranga", - "iq", - "ir", - "irish", - "is", - "iselect", - "ismaili", - "ist", - "istanbul", - "it", - "itau", - "itv", - "iveco", - "iwc", - "jaguar", - "java", - "jcb", - "jcp", - "je", - "jeep", - "jetzt", - "jewelry", - "jio", - "jlc", - "jll", - "jm", - "jmp", - "jnj", - "jo", - "jobs", - "joburg", - "jot", - "joy", - "jp", - "jpmorgan", - "jprs", - "juegos", - "juniper", - "kaufen", - "kddi", - "ke", - "kerryhotels", - "kerrylogistics", - "kerryproperties", - "kfh", - "kg", - "kh", - "ki", - "kia", - "kim", - "kinder", - "kindle", - "kitchen", - "kiwi", - "km", - "kn", - "koeln", - "komatsu", - "kosher", - "kp", - "kpmg", - "kpn", - "kr", - "krd", - "kred", - "kuokgroup", - "kw", - "ky", - "kyoto", - "kz", - "la", - "lacaixa", - "ladbrokes", - "lamborghini", - "lamer", - "lancaster", - "lancia", - "lancome", - "land", - "landrover", - "lanxess", - "lasalle", - "lat", - "latino", - "latrobe", - "law", - "lawyer", - "lb", - "lc", - "lds", - "lease", - "leclerc", - "lefrak", - "legal", - "lego", - "lexus", - "lgbt", - "li", - "liaison", - "lidl", - "life", - "lifeinsurance", - "lifestyle", - "lighting", - "like", - "lilly", - "limited", - "limo", - "lincoln", - "linde", - "link", - "lipsy", - "live", - "living", - "lixil", - "lk", - "llc", - "loan", - "loans", - "locker", - "locus", - "loft", - "lol", - "london", - "lotte", - "lotto", - "love", - "lpl", - "lplfinancial", - "lr", - "ls", - "lt", - "ltd", - "ltda", - "lu", - "lundbeck", - "lupin", - "luxe", - "luxury", - "lv", - "ly", - "ma", - "macys", - "madrid", - "maif", - "maison", - "makeup", - "man", - "management", - "mango", - "map", - "market", - "marketing", - "markets", - "marriott", - "marshalls", - "maserati", - "mattel", - "mba", - "mc", - "mcd", - "mcdonalds", - "mckinsey", - "md", - "me", - "med", - "media", - "meet", - "melbourne", - "meme", - "memorial", - "men", - "menu", - "meo", - "merckmsd", - "metlife", - "mf", - "mg", - "mh", - "miami", - "microsoft", - "mil", - "mini", - "mint", - "mit", - "mitsubishi", - "mk", - "ml", - "mlb", - "mls", - "mm", - "mma", - "mn", - "mo", - "mobi", - "mobile", - "mobily", - "moda", - "moe", - "moi", - "mom", - "monash", - "money", - "monster", - "montblanc", - "mopar", - "mormon", - "mortgage", - "moscow", - "moto", - "motorcycles", - "mov", - "movie", - "movistar", - "mp", - "mq", - "mr", - "ms", - "msd", - "mt", - "mtn", - "mtpc", - "mtr", - "mu", - "museum", - "mutual", - "mutuelle", - "mv", - "mw", - "mx", - "my", - "mz", - "na", - "nab", - "nadex", - "nagoya", - "name", - "nationwide", - "natura", - "navy", - "nba", - "nc", - "ne", - "nec", - "net", - "netbank", - "netflix", - "network", - "neustar", - "new", - "newholland", - "news", - "next", - "nextdirect", - "nexus", - "nf", - "nfl", - "ng", - "ngo", - "nhk", - "ni", - "nico", - "nike", - "nikon", - "ninja", - "nissan", - "nissay", - "nl", - "no", - "nokia", - "northwesternmutual", - "norton", - "now", - "nowruz", - "nowtv", - "np", - "nr", - "nra", - "nrw", - "ntt", - "nu", - "nyc", - "nz", - "obi", - "observer", - "off", - "office", - "okinawa", - "olayan", - "olayangroup", - "oldnavy", - "ollo", - "om", - "omega", - "one", - "ong", - "onl", - "online", - "onyourside", - "ooo", - "open", - "oracle", - "orange", - "org", - "organic", - "orientexpress", - "origins", - "osaka", - "otsuka", - "ott", - "ovh", - "pa", - "page", - "pamperedchef", - "panasonic", - "panerai", - "paris", - "pars", - "partners", - "parts", - "party", - "passagens", - "pay", - "pccw", - "pe", - "pet", - "pf", - "pfizer", - "pg", - "ph", - "pharmacy", - "phd", - "philips", - "phone", - "photo", - "photography", - "photos", - "physio", - "piaget", - "pics", - "pictet", - "pictures", - "pid", - "pin", - "ping", - "pink", - "pioneer", - "pizza", - "pk", - "pl", - "place", - "play", - "playstation", - "plumbing", - "plus", - "pm", - "pn", - "pnc", - "pohl", - "poker", - "politie", - "porn", - "post", - "pr", - "pramerica", - "praxi", - "press", - "prime", - "pro", - "prod", - "productions", - "prof", - "progressive", - "promo", - "properties", - "property", - "protection", - "pru", - "prudential", - "ps", - "pt", - "pub", - "pw", - "pwc", - "py", - "qa", - "qpon", - "quebec", - "quest", - "qvc", - "racing", - "radio", - "raid", - "re", - "read", - "realestate", - "realtor", - "realty", - "recipes", - "red", - "redstone", - "redumbrella", - "rehab", - "reise", - "reisen", - "reit", - "reliance", - "ren", - "rent", - "rentals", - "repair", - "report", - "republican", - "rest", - "restaurant", - "review", - "reviews", - "rexroth", - "rich", - "richardli", - "ricoh", - "rightathome", - "ril", - "rio", - "rip", - "rmit", - "ro", - "rocher", - "rocks", - "rodeo", - "rogers", - "room", - "rs", - "rsvp", - "ru", - "rugby", - "ruhr", - "run", - "rw", - "rwe", - "ryukyu", - "sa", - "saarland", - "safe", - "safety", - "sakura", - "sale", - "salon", - "samsclub", - "samsung", - "sandvik", - "sandvikcoromant", - "sanofi", - "sap", - "sapo", - "sarl", - "sas", - "save", - "saxo", - "sb", - "sbi", - "sbs", - "sc", - "sca", - "scb", - "schaeffler", - "schmidt", - "scholarships", - "school", - "schule", - "schwarz", - "science", - "scjohnson", - "scor", - "scot", - "sd", - "se", - "search", - "seat", - "secure", - "security", - "seek", - "select", - "sener", - "services", - "ses", - "seven", - "sew", - "sex", - "sexy", - "sfr", - "sg", - "sh", - "shangrila", - "sharp", - "shaw", - "shell", - "shia", - "shiksha", - "shoes", - "shop", - "shopping", - "shouji", - "show", - "showtime", - "shriram", - "si", - "silk", - "sina", - "singles", - "site", - "sj", - "sk", - "ski", - "skin", - "sky", - "skype", - "sl", - "sling", - "sm", - "smart", - "smile", - "sn", - "sncf", - "so", - "soccer", - "social", - "softbank", - "software", - "sohu", - "solar", - "solutions", - "song", - "sony", - "soy", - "space", - "spiegel", - "sport", - "spot", - "spreadbetting", - "sr", - "srl", - "srt", - "ss", - "st", - "stada", - "staples", - "star", - "starhub", - "statebank", - "statefarm", - "statoil", - "stc", - "stcgroup", - "stockholm", - "storage", - "store", - "stream", - "studio", - "study", - "style", - "su", - "sucks", - "supplies", - "supply", - "support", - "surf", - "surgery", - "suzuki", - "sv", - "swatch", - "swiftcover", - "swiss", - "sx", - "sy", - "sydney", - "symantec", - "systems", - "sz", - "tab", - "taipei", - "talk", - "taobao", - "target", - "tatamotors", - "tatar", - "tattoo", - "tax", - "taxi", - "tc", - "tci", - "td", - "tdk", - "team", - "tech", - "technology", - "tel", - "telecity", - "telefonica", - "temasek", - "tennis", - "teva", - "tf", - "tg", - "th", - "thd", - "theater", - "theatre", - "tiaa", - "tickets", - "tienda", - "tiffany", - "tips", - "tires", - "tirol", - "tj", - "tjmaxx", - "tjx", - "tk", - "tkmaxx", - "tl", - "tm", - "tmall", - "tn", - "to", - "today", - "tokyo", - "tools", - "top", - "toray", - "toshiba", - "total", - "tours", - "town", - "toyota", - "toys", - "tp", - "tr", - "trade", - "trading", - "training", - "travel", - "travelchannel", - "travelers", - "travelersinsurance", - "trust", - "trv", - "tt", - "tube", - "tui", - "tunes", - "tushu", - "tv", - "tvs", - "tw", - "tz", - "ua", - "ubank", - "ubs", - "uconnect", - "ug", - "uk", - "um", - "unicom", - "university", - "uno", - "uol", - "ups", - "us", - "uy", - "uz", - "va", - "vacations", - "vana", - "vanguard", - "vc", - "ve", - "vegas", - "ventures", - "verisign", - "versicherung", - "vet", - "vg", - "vi", - "viajes", - "video", - "vig", - "viking", - "villas", - "vin", - "vip", - "virgin", - "visa", - "vision", - "vista", - "vistaprint", - "viva", - "vivo", - "vlaanderen", - "vn", - "vodka", - "volkswagen", - "volvo", - "vote", - "voting", - "voto", - "voyage", - "vu", - "vuelos", - "wales", - "walmart", - "walter", - "wang", - "wanggou", - "warman", - "watch", - "watches", - "weather", - "weatherchannel", - "webcam", - "weber", - "website", - "wed", - "wedding", - "weibo", - "weir", - "wf", - "whoswho", - "wien", - "wiki", - "williamhill", - "win", - "windows", - "wine", - "winners", - "wme", - "wolterskluwer", - "woodside", - "work", - "works", - "world", - "wow", - "ws", - "wtc", - "wtf", - "xbox", - "xerox", - "xfinity", - "xihuan", - "xin", - "测试", - "कॉम", - "परीक्षा", - "セール", - "佛山", - "ಭಾರತ", - "慈善", - "集团", - "在线", - "한국", - "ଭାରତ", - "大众汽车", - "点看", - "คอม", - "ভাৰত", - "ভারত", - "八卦", - "‏موقع‎", - "বাংলা", - "公益", - "公司", - "香格里拉", - "网站", - "移动", - "我爱你", - "москва", - "испытание", - "қаз", - "католик", - "онлайн", - "сайт", - "联通", - "срб", - "бг", - "бел", - "‏קום‎", - "时尚", - "微博", - "테스트", - "淡马锡", - "ファッション", - "орг", - "नेट", - "ストア", - "삼성", - "சிங்கப்பூர்", - "商标", - "商店", - "商城", - "дети", - "мкд", - "‏טעסט‎", - "ею", - "ポイント", - "新闻", - "工行", - "家電", - "‏كوم‎", - "中文网", - "中信", - "中国", - "中國", - "娱乐", - "谷歌", - "భారత్", - "ලංකා", - "電訊盈科", - "购物", - "測試", - "クラウド", - "ભારત", - "通販", - "भारतम्", - "भारत", - "भारोत", - "‏آزمایشی‎", - "பரிட்சை", - "网店", - "संगठन", - "餐厅", - "网络", - "ком", - "укр", - "香港", - "诺基亚", - "食品", - "δοκιμή", - "飞利浦", - "‏إختبار‎", - "台湾", - "台灣", - "手表", - "手机", - "мон", - "‏الجزائر‎", - "‏عمان‎", - "‏ارامكو‎", - "‏ایران‎", - "‏العليان‎", - "‏اتصالات‎", - "‏امارات‎", - "‏بازار‎", - "‏موريتانيا‎", - "‏پاکستان‎", - "‏الاردن‎", - "‏موبايلي‎", - "‏بارت‎", - "‏بھارت‎", - "‏المغرب‎", - "‏ابوظبي‎", - "‏السعودية‎", - "‏ڀارت‎", - "‏كاثوليك‎", - "‏سودان‎", - "‏همراه‎", - "‏عراق‎", - "‏مليسيا‎", - "澳門", - "닷컴", - "政府", - "‏شبكة‎", - "‏بيتك‎", - "‏عرب‎", - "გე", - "机构", - "组织机构", - "健康", - "ไทย", - "‏سورية‎", - "招聘", - "рус", - "рф", - "珠宝", - "‏تونس‎", - "大拿", - "みんな", - "グーグル", - "ελ", - "世界", - "書籍", - "ഭാരതം", - "ਭਾਰਤ", - "网址", - "닷넷", - "コム", - "天主教", - "游戏", - "vermögensberater", - "vermögensberatung", - "企业", - "信息", - "嘉里大酒店", - "嘉里", - "‏مصر‎", - "‏قطر‎", - "广东", - "இலங்கை", - "இந்தியா", - "հայ", - "新加坡", - "‏فلسطين‎", - "テスト", - "政务", - "xperia", - "xxx", - "xyz", - "yachts", - "yahoo", - "yamaxun", - "yandex", - "ye", - "yodobashi", - "yoga", - "yokohama", - "you", - "youtube", - "yt", - "yun", - "za", - "zappos", - "zara", - "zero", - "zip", - "zippo", - "zm", - "zone", - "zuerich", - "zw" -]; \ No newline at end of file +module.exports = []; \ No newline at end of file diff --git a/formats/js/tld-enum/type.js b/formats/js/tld-enum/type.js index a8cecaa..a099545 100644 --- a/formats/js/tld-enum/type.js +++ b/formats/js/tld-enum/type.js @@ -1,1579 +1 @@ -module.exports = { - "aaa": "generic", - "aarp": "generic", - "abarth": "generic", - "abb": "generic", - "abbott": "generic", - "abbvie": "generic", - "abc": "generic", - "able": "generic", - "abogado": "generic", - "abudhabi": "generic", - "ac": "country-code", - "academy": "generic", - "accenture": "generic", - "accountant": "generic", - "accountants": "generic", - "aco": "generic", - "active": "generic", - "actor": "generic", - "ad": "country-code", - "adac": "generic", - "ads": "generic", - "adult": "generic", - "ae": "country-code", - "aeg": "generic", - "aero": "sponsored", - "aetna": "generic", - "af": "country-code", - "afamilycompany": "generic", - "afl": "generic", - "africa": "generic", - "ag": "country-code", - "agakhan": "generic", - "agency": "generic", - "ai": "country-code", - "aig": "generic", - "aigo": "generic", - "airbus": "generic", - "airforce": "generic", - "airtel": "generic", - "akdn": "generic", - "al": "country-code", - "alfaromeo": "generic", - "alibaba": "generic", - "alipay": "generic", - "allfinanz": "generic", - "allstate": "generic", - "ally": "generic", - "alsace": "generic", - "alstom": "generic", - "am": "country-code", - "americanexpress": "generic", - "americanfamily": "generic", - "amex": "generic", - "amfam": "generic", - "amica": "generic", - "amsterdam": "generic", - "an": "country-code", - "analytics": "generic", - "android": "generic", - "anquan": "generic", - "anz": "generic", - "ao": "country-code", - "aol": "generic", - "apartments": "generic", - "app": "generic", - "apple": "generic", - "aq": "country-code", - "aquarelle": "generic", - "ar": "country-code", - "arab": "generic", - "aramco": "generic", - "archi": "generic", - "army": "generic", - "arpa": "infrastructure", - "art": "generic", - "arte": "generic", - "as": "country-code", - "asda": "generic", - "asia": "sponsored", - "associates": "generic", - "at": "country-code", - "athleta": "generic", - "attorney": "generic", - "au": "country-code", - "auction": "generic", - "audi": "generic", - "audible": "generic", - "audio": "generic", - "auspost": "generic", - "author": "generic", - "auto": "generic", - "autos": "generic", - "avianca": "generic", - "aw": "country-code", - "aws": "generic", - "ax": "country-code", - "axa": "generic", - "az": "country-code", - "azure": "generic", - "ba": "country-code", - "baby": "generic", - "baidu": "generic", - "banamex": "generic", - "bananarepublic": "generic", - "band": "generic", - "bank": "generic", - "bar": "generic", - "barcelona": "generic", - "barclaycard": "generic", - "barclays": "generic", - "barefoot": "generic", - "bargains": "generic", - "baseball": "generic", - "basketball": "generic", - "bauhaus": "generic", - "bayern": "generic", - "bb": "country-code", - "bbc": "generic", - "bbt": "generic", - "bbva": "generic", - "bcg": "generic", - "bcn": "generic", - "bd": "country-code", - "be": "country-code", - "beats": "generic", - "beauty": "generic", - "beer": "generic", - "bentley": "generic", - "berlin": "generic", - "best": "generic", - "bestbuy": "generic", - "bet": "generic", - "bf": "country-code", - "bg": "country-code", - "bh": "country-code", - "bharti": "generic", - "bi": "country-code", - "bible": "generic", - "bid": "generic", - "bike": "generic", - "bing": "generic", - "bingo": "generic", - "bio": "generic", - "biz": "generic-restricted", - "bj": "country-code", - "bl": "country-code", - "black": "generic", - "blackfriday": "generic", - "blanco": "generic", - "blockbuster": "generic", - "blog": "generic", - "bloomberg": "generic", - "blue": "generic", - "bm": "country-code", - "bms": "generic", - "bmw": "generic", - "bn": "country-code", - "bnl": "generic", - "bnpparibas": "generic", - "bo": "country-code", - "boats": "generic", - "boehringer": "generic", - "bofa": "generic", - "bom": "generic", - "bond": "generic", - "boo": "generic", - "book": "generic", - "booking": "generic", - "boots": "generic", - "bosch": "generic", - "bostik": "generic", - "boston": "generic", - "bot": "generic", - "boutique": "generic", - "box": "generic", - "bq": "country-code", - "br": "country-code", - "bradesco": "generic", - "bridgestone": "generic", - "broadway": "generic", - "broker": "generic", - "brother": "generic", - "brussels": "generic", - "bs": "country-code", - "bt": "country-code", - "budapest": "generic", - "bugatti": "generic", - "build": "generic", - "builders": "generic", - "business": "generic", - "buy": "generic", - "buzz": "generic", - "bv": "country-code", - "bw": "country-code", - "by": "country-code", - "bz": "country-code", - "bzh": "generic", - "ca": "country-code", - "cab": "generic", - "cafe": "generic", - "cal": "generic", - "call": "generic", - "calvinklein": "generic", - "cam": "generic", - "camera": "generic", - "camp": "generic", - "cancerresearch": "generic", - "canon": "generic", - "capetown": "generic", - "capital": "generic", - "capitalone": "generic", - "car": "generic", - "caravan": "generic", - "cards": "generic", - "care": "generic", - "career": "generic", - "careers": "generic", - "cars": "generic", - "cartier": "generic", - "casa": "generic", - "case": "generic", - "caseih": "generic", - "cash": "generic", - "casino": "generic", - "cat": "sponsored", - "catering": "generic", - "catholic": "generic", - "cba": "generic", - "cbn": "generic", - "cbre": "generic", - "cbs": "generic", - "cc": "country-code", - "cd": "country-code", - "ceb": "generic", - "center": "generic", - "ceo": "generic", - "cern": "generic", - "cf": "country-code", - "cfa": "generic", - "cfd": "generic", - "cg": "country-code", - "ch": "country-code", - "chanel": "generic", - "channel": "generic", - "charity": "generic", - "chase": "generic", - "chat": "generic", - "cheap": "generic", - "chintai": "generic", - "chloe": "generic", - "christmas": "generic", - "chrome": "generic", - "chrysler": "generic", - "church": "generic", - "ci": "country-code", - "cipriani": "generic", - "circle": "generic", - "cisco": "generic", - "citadel": "generic", - "citi": "generic", - "citic": "generic", - "city": "generic", - "cityeats": "generic", - "ck": "country-code", - "cl": "country-code", - "claims": "generic", - "cleaning": "generic", - "click": "generic", - "clinic": "generic", - "clinique": "generic", - "clothing": "generic", - "cloud": "generic", - "club": "generic", - "clubmed": "generic", - "cm": "country-code", - "cn": "country-code", - "co": "country-code", - "coach": "generic", - "codes": "generic", - "coffee": "generic", - "college": "generic", - "cologne": "generic", - "com": "generic", - "comcast": "generic", - "commbank": "generic", - "community": "generic", - "company": "generic", - "compare": "generic", - "computer": "generic", - "comsec": "generic", - "condos": "generic", - "construction": "generic", - "consulting": "generic", - "contact": "generic", - "contractors": "generic", - "cooking": "generic", - "cookingchannel": "generic", - "cool": "generic", - "coop": "sponsored", - "corsica": "generic", - "country": "generic", - "coupon": "generic", - "coupons": "generic", - "courses": "generic", - "cr": "country-code", - "credit": "generic", - "creditcard": "generic", - "creditunion": "generic", - "cricket": "generic", - "crown": "generic", - "crs": "generic", - "cruise": "generic", - "cruises": "generic", - "csc": "generic", - "cu": "country-code", - "cuisinella": "generic", - "cv": "country-code", - "cw": "country-code", - "cx": "country-code", - "cy": "country-code", - "cymru": "generic", - "cyou": "generic", - "cz": "country-code", - "dabur": "generic", - "dad": "generic", - "dance": "generic", - "data": "generic", - "date": "generic", - "dating": "generic", - "datsun": "generic", - "day": "generic", - "dclk": "generic", - "dds": "generic", - "de": "country-code", - "deal": "generic", - "dealer": "generic", - "deals": "generic", - "degree": "generic", - "delivery": "generic", - "dell": "generic", - "deloitte": "generic", - "delta": "generic", - "democrat": "generic", - "dental": "generic", - "dentist": "generic", - "desi": "generic", - "design": "generic", - "dev": "generic", - "dhl": "generic", - "diamonds": "generic", - "diet": "generic", - "digital": "generic", - "direct": "generic", - "directory": "generic", - "discount": "generic", - "discover": "generic", - "dish": "generic", - "diy": "generic", - "dj": "country-code", - "dk": "country-code", - "dm": "country-code", - "dnp": "generic", - "do": "country-code", - "docs": "generic", - "doctor": "generic", - "dodge": "generic", - "dog": "generic", - "doha": "generic", - "domains": "generic", - "doosan": "generic", - "dot": "generic", - "download": "generic", - "drive": "generic", - "dtv": "generic", - "dubai": "generic", - "duck": "generic", - "dunlop": "generic", - "duns": "generic", - "dupont": "generic", - "durban": "generic", - "dvag": "generic", - "dvr": "generic", - "dz": "country-code", - "earth": "generic", - "eat": "generic", - "ec": "country-code", - "eco": "generic", - "edeka": "generic", - "edu": "sponsored", - "education": "generic", - "ee": "country-code", - "eg": "country-code", - "eh": "country-code", - "email": "generic", - "emerck": "generic", - "energy": "generic", - "engineer": "generic", - "engineering": "generic", - "enterprises": "generic", - "epost": "generic", - "epson": "generic", - "equipment": "generic", - "er": "country-code", - "ericsson": "generic", - "erni": "generic", - "es": "country-code", - "esq": "generic", - "estate": "generic", - "esurance": "generic", - "et": "country-code", - "etisalat": "generic", - "eu": "country-code", - "eurovision": "generic", - "eus": "generic", - "events": "generic", - "everbank": "generic", - "exchange": "generic", - "expert": "generic", - "exposed": "generic", - "express": "generic", - "extraspace": "generic", - "fage": "generic", - "fail": "generic", - "fairwinds": "generic", - "faith": "generic", - "family": "generic", - "fan": "generic", - "fans": "generic", - "farm": "generic", - "farmers": "generic", - "fashion": "generic", - "fast": "generic", - "fedex": "generic", - "feedback": "generic", - "ferrari": "generic", - "ferrero": "generic", - "fi": "country-code", - "fiat": "generic", - "fidelity": "generic", - "fido": "generic", - "film": "generic", - "final": "generic", - "finance": "generic", - "financial": "generic", - "fire": "generic", - "firestone": "generic", - "firmdale": "generic", - "fish": "generic", - "fishing": "generic", - "fit": "generic", - "fitness": "generic", - "fj": "country-code", - "fk": "country-code", - "flickr": "generic", - "flights": "generic", - "flir": "generic", - "florist": "generic", - "flowers": "generic", - "flsmidth": "generic", - "fly": "generic", - "fm": "country-code", - "fo": "country-code", - "foo": "generic", - "food": "generic", - "foodnetwork": "generic", - "football": "generic", - "ford": "generic", - "forex": "generic", - "forsale": "generic", - "forum": "generic", - "foundation": "generic", - "fox": "generic", - "fr": "country-code", - "free": "generic", - "fresenius": "generic", - "frl": "generic", - "frogans": "generic", - "frontdoor": "generic", - "frontier": "generic", - "ftr": "generic", - "fujitsu": "generic", - "fujixerox": "generic", - "fun": "generic", - "fund": "generic", - "furniture": "generic", - "futbol": "generic", - "fyi": "generic", - "ga": "country-code", - "gal": "generic", - "gallery": "generic", - "gallo": "generic", - "gallup": "generic", - "game": "generic", - "games": "generic", - "gap": "generic", - "garden": "generic", - "gb": "country-code", - "gbiz": "generic", - "gd": "country-code", - "gdn": "generic", - "ge": "country-code", - "gea": "generic", - "gent": "generic", - "genting": "generic", - "george": "generic", - "gf": "country-code", - "gg": "country-code", - "ggee": "generic", - "gh": "country-code", - "gi": "country-code", - "gift": "generic", - "gifts": "generic", - "gives": "generic", - "giving": "generic", - "gl": "country-code", - "glade": "generic", - "glass": "generic", - "gle": "generic", - "global": "generic", - "globo": "generic", - "gm": "country-code", - "gmail": "generic", - "gmbh": "generic", - "gmo": "generic", - "gmx": "generic", - "gn": "country-code", - "godaddy": "generic", - "gold": "generic", - "goldpoint": "generic", - "golf": "generic", - "goo": "generic", - "goodhands": "generic", - "goodyear": "generic", - "goog": "generic", - "google": "generic", - "gop": "generic", - "got": "generic", - "gov": "sponsored", - "gp": "country-code", - "gq": "country-code", - "gr": "country-code", - "grainger": "generic", - "graphics": "generic", - "gratis": "generic", - "green": "generic", - "gripe": "generic", - "grocery": "generic", - "group": "generic", - "gs": "country-code", - "gt": "country-code", - "gu": "country-code", - "guardian": "generic", - "gucci": "generic", - "guge": "generic", - "guide": "generic", - "guitars": "generic", - "guru": "generic", - "gw": "country-code", - "gy": "country-code", - "hair": "generic", - "hamburg": "generic", - "hangout": "generic", - "haus": "generic", - "hbo": "generic", - "hdfc": "generic", - "hdfcbank": "generic", - "health": "generic", - "healthcare": "generic", - "help": "generic", - "helsinki": "generic", - "here": "generic", - "hermes": "generic", - "hgtv": "generic", - "hiphop": "generic", - "hisamitsu": "generic", - "hitachi": "generic", - "hiv": "generic", - "hk": "country-code", - "hkt": "generic", - "hm": "country-code", - "hn": "country-code", - "hockey": "generic", - "holdings": "generic", - "holiday": "generic", - "homedepot": "generic", - "homegoods": "generic", - "homes": "generic", - "homesense": "generic", - "honda": "generic", - "honeywell": "generic", - "horse": "generic", - "hospital": "generic", - "host": "generic", - "hosting": "generic", - "hot": "generic", - "hoteles": "generic", - "hotels": "generic", - "hotmail": "generic", - "house": "generic", - "how": "generic", - "hr": "country-code", - "hsbc": "generic", - "ht": "country-code", - "htc": "generic", - "hu": "country-code", - "hughes": "generic", - "hyatt": "generic", - "hyundai": "generic", - "ibm": "generic", - "icbc": "generic", - "ice": "generic", - "icu": "generic", - "id": "country-code", - "ie": "country-code", - "ieee": "generic", - "ifm": "generic", - "iinet": "generic", - "ikano": "generic", - "il": "country-code", - "im": "country-code", - "imamat": "generic", - "imdb": "generic", - "immo": "generic", - "immobilien": "generic", - "in": "country-code", - "industries": "generic", - "infiniti": "generic", - "info": "generic", - "ing": "generic", - "ink": "generic", - "institute": "generic", - "insurance": "generic", - "insure": "generic", - "int": "sponsored", - "intel": "generic", - "international": "generic", - "intuit": "generic", - "investments": "generic", - "io": "country-code", - "ipiranga": "generic", - "iq": "country-code", - "ir": "country-code", - "irish": "generic", - "is": "country-code", - "iselect": "generic", - "ismaili": "generic", - "ist": "generic", - "istanbul": "generic", - "it": "country-code", - "itau": "generic", - "itv": "generic", - "iveco": "generic", - "iwc": "generic", - "jaguar": "generic", - "java": "generic", - "jcb": "generic", - "jcp": "generic", - "je": "country-code", - "jeep": "generic", - "jetzt": "generic", - "jewelry": "generic", - "jio": "generic", - "jlc": "generic", - "jll": "generic", - "jm": "country-code", - "jmp": "generic", - "jnj": "generic", - "jo": "country-code", - "jobs": "sponsored", - "joburg": "generic", - "jot": "generic", - "joy": "generic", - "jp": "country-code", - "jpmorgan": "generic", - "jprs": "generic", - "juegos": "generic", - "juniper": "generic", - "kaufen": "generic", - "kddi": "generic", - "ke": "country-code", - "kerryhotels": "generic", - "kerrylogistics": "generic", - "kerryproperties": "generic", - "kfh": "generic", - "kg": "country-code", - "kh": "country-code", - "ki": "country-code", - "kia": "generic", - "kim": "generic", - "kinder": "generic", - "kindle": "generic", - "kitchen": "generic", - "kiwi": "generic", - "km": "country-code", - "kn": "country-code", - "koeln": "generic", - "komatsu": "generic", - "kosher": "generic", - "kp": "country-code", - "kpmg": "generic", - "kpn": "generic", - "kr": "country-code", - "krd": "generic", - "kred": "generic", - "kuokgroup": "generic", - "kw": "country-code", - "ky": "country-code", - "kyoto": "generic", - "kz": "country-code", - "la": "country-code", - "lacaixa": "generic", - "ladbrokes": "generic", - "lamborghini": "generic", - "lamer": "generic", - "lancaster": "generic", - "lancia": "generic", - "lancome": "generic", - "land": "generic", - "landrover": "generic", - "lanxess": "generic", - "lasalle": "generic", - "lat": "generic", - "latino": "generic", - "latrobe": "generic", - "law": "generic", - "lawyer": "generic", - "lb": "country-code", - "lc": "country-code", - "lds": "generic", - "lease": "generic", - "leclerc": "generic", - "lefrak": "generic", - "legal": "generic", - "lego": "generic", - "lexus": "generic", - "lgbt": "generic", - "li": "country-code", - "liaison": "generic", - "lidl": "generic", - "life": "generic", - "lifeinsurance": "generic", - "lifestyle": "generic", - "lighting": "generic", - "like": "generic", - "lilly": "generic", - "limited": "generic", - "limo": "generic", - "lincoln": "generic", - "linde": "generic", - "link": "generic", - "lipsy": "generic", - "live": "generic", - "living": "generic", - "lixil": "generic", - "lk": "country-code", - "llc": "generic", - "loan": "generic", - "loans": "generic", - "locker": "generic", - "locus": "generic", - "loft": "generic", - "lol": "generic", - "london": "generic", - "lotte": "generic", - "lotto": "generic", - "love": "generic", - "lpl": "generic", - "lplfinancial": "generic", - "lr": "country-code", - "ls": "country-code", - "lt": "country-code", - "ltd": "generic", - "ltda": "generic", - "lu": "country-code", - "lundbeck": "generic", - "lupin": "generic", - "luxe": "generic", - "luxury": "generic", - "lv": "country-code", - "ly": "country-code", - "ma": "country-code", - "macys": "generic", - "madrid": "generic", - "maif": "generic", - "maison": "generic", - "makeup": "generic", - "man": "generic", - "management": "generic", - "mango": "generic", - "map": "generic", - "market": "generic", - "marketing": "generic", - "markets": "generic", - "marriott": "generic", - "marshalls": "generic", - "maserati": "generic", - "mattel": "generic", - "mba": "generic", - "mc": "country-code", - "mcd": "generic", - "mcdonalds": "generic", - "mckinsey": "generic", - "md": "country-code", - "me": "country-code", - "med": "generic", - "media": "generic", - "meet": "generic", - "melbourne": "generic", - "meme": "generic", - "memorial": "generic", - "men": "generic", - "menu": "generic", - "meo": "generic", - "merckmsd": "generic", - "metlife": "generic", - "mf": "country-code", - "mg": "country-code", - "mh": "country-code", - "miami": "generic", - "microsoft": "generic", - "mil": "sponsored", - "mini": "generic", - "mint": "generic", - "mit": "generic", - "mitsubishi": "generic", - "mk": "country-code", - "ml": "country-code", - "mlb": "generic", - "mls": "generic", - "mm": "country-code", - "mma": "generic", - "mn": "country-code", - "mo": "country-code", - "mobi": "generic", - "mobile": "generic", - "mobily": "generic", - "moda": "generic", - "moe": "generic", - "moi": "generic", - "mom": "generic", - "monash": "generic", - "money": "generic", - "monster": "generic", - "montblanc": "generic", - "mopar": "generic", - "mormon": "generic", - "mortgage": "generic", - "moscow": "generic", - "moto": "generic", - "motorcycles": "generic", - "mov": "generic", - "movie": "generic", - "movistar": "generic", - "mp": "country-code", - "mq": "country-code", - "mr": "country-code", - "ms": "country-code", - "msd": "generic", - "mt": "country-code", - "mtn": "generic", - "mtpc": "generic", - "mtr": "generic", - "mu": "country-code", - "museum": "sponsored", - "mutual": "generic", - "mutuelle": "generic", - "mv": "country-code", - "mw": "country-code", - "mx": "country-code", - "my": "country-code", - "mz": "country-code", - "na": "country-code", - "nab": "generic", - "nadex": "generic", - "nagoya": "generic", - "name": "generic-restricted", - "nationwide": "generic", - "natura": "generic", - "navy": "generic", - "nba": "generic", - "nc": "country-code", - "ne": "country-code", - "nec": "generic", - "net": "generic", - "netbank": "generic", - "netflix": "generic", - "network": "generic", - "neustar": "generic", - "new": "generic", - "newholland": "generic", - "news": "generic", - "next": "generic", - "nextdirect": "generic", - "nexus": "generic", - "nf": "country-code", - "nfl": "generic", - "ng": "country-code", - "ngo": "generic", - "nhk": "generic", - "ni": "country-code", - "nico": "generic", - "nike": "generic", - "nikon": "generic", - "ninja": "generic", - "nissan": "generic", - "nissay": "generic", - "nl": "country-code", - "no": "country-code", - "nokia": "generic", - "northwesternmutual": "generic", - "norton": "generic", - "now": "generic", - "nowruz": "generic", - "nowtv": "generic", - "np": "country-code", - "nr": "country-code", - "nra": "generic", - "nrw": "generic", - "ntt": "generic", - "nu": "country-code", - "nyc": "generic", - "nz": "country-code", - "obi": "generic", - "observer": "generic", - "off": "generic", - "office": "generic", - "okinawa": "generic", - "olayan": "generic", - "olayangroup": "generic", - "oldnavy": "generic", - "ollo": "generic", - "om": "country-code", - "omega": "generic", - "one": "generic", - "ong": "generic", - "onl": "generic", - "online": "generic", - "onyourside": "generic", - "ooo": "generic", - "open": "generic", - "oracle": "generic", - "orange": "generic", - "org": "generic", - "organic": "generic", - "orientexpress": "generic", - "origins": "generic", - "osaka": "generic", - "otsuka": "generic", - "ott": "generic", - "ovh": "generic", - "pa": "country-code", - "page": "generic", - "pamperedchef": "generic", - "panasonic": "generic", - "panerai": "generic", - "paris": "generic", - "pars": "generic", - "partners": "generic", - "parts": "generic", - "party": "generic", - "passagens": "generic", - "pay": "generic", - "pccw": "generic", - "pe": "country-code", - "pet": "generic", - "pf": "country-code", - "pfizer": "generic", - "pg": "country-code", - "ph": "country-code", - "pharmacy": "generic", - "phd": "generic", - "philips": "generic", - "phone": "generic", - "photo": "generic", - "photography": "generic", - "photos": "generic", - "physio": "generic", - "piaget": "generic", - "pics": "generic", - "pictet": "generic", - "pictures": "generic", - "pid": "generic", - "pin": "generic", - "ping": "generic", - "pink": "generic", - "pioneer": "generic", - "pizza": "generic", - "pk": "country-code", - "pl": "country-code", - "place": "generic", - "play": "generic", - "playstation": "generic", - "plumbing": "generic", - "plus": "generic", - "pm": "country-code", - "pn": "country-code", - "pnc": "generic", - "pohl": "generic", - "poker": "generic", - "politie": "generic", - "porn": "generic", - "post": "sponsored", - "pr": "country-code", - "pramerica": "generic", - "praxi": "generic", - "press": "generic", - "prime": "generic", - "pro": "generic-restricted", - "prod": "generic", - "productions": "generic", - "prof": "generic", - "progressive": "generic", - "promo": "generic", - "properties": "generic", - "property": "generic", - "protection": "generic", - "pru": "generic", - "prudential": "generic", - "ps": "country-code", - "pt": "country-code", - "pub": "generic", - "pw": "country-code", - "pwc": "generic", - "py": "country-code", - "qa": "country-code", - "qpon": "generic", - "quebec": "generic", - "quest": "generic", - "qvc": "generic", - "racing": "generic", - "radio": "generic", - "raid": "generic", - "re": "country-code", - "read": "generic", - "realestate": "generic", - "realtor": "generic", - "realty": "generic", - "recipes": "generic", - "red": "generic", - "redstone": "generic", - "redumbrella": "generic", - "rehab": "generic", - "reise": "generic", - "reisen": "generic", - "reit": "generic", - "reliance": "generic", - "ren": "generic", - "rent": "generic", - "rentals": "generic", - "repair": "generic", - "report": "generic", - "republican": "generic", - "rest": "generic", - "restaurant": "generic", - "review": "generic", - "reviews": "generic", - "rexroth": "generic", - "rich": "generic", - "richardli": "generic", - "ricoh": "generic", - "rightathome": "generic", - "ril": "generic", - "rio": "generic", - "rip": "generic", - "rmit": "generic", - "ro": "country-code", - "rocher": "generic", - "rocks": "generic", - "rodeo": "generic", - "rogers": "generic", - "room": "generic", - "rs": "country-code", - "rsvp": "generic", - "ru": "country-code", - "rugby": "generic", - "ruhr": "generic", - "run": "generic", - "rw": "country-code", - "rwe": "generic", - "ryukyu": "generic", - "sa": "country-code", - "saarland": "generic", - "safe": "generic", - "safety": "generic", - "sakura": "generic", - "sale": "generic", - "salon": "generic", - "samsclub": "generic", - "samsung": "generic", - "sandvik": "generic", - "sandvikcoromant": "generic", - "sanofi": "generic", - "sap": "generic", - "sapo": "generic", - "sarl": "generic", - "sas": "generic", - "save": "generic", - "saxo": "generic", - "sb": "country-code", - "sbi": "generic", - "sbs": "generic", - "sc": "country-code", - "sca": "generic", - "scb": "generic", - "schaeffler": "generic", - "schmidt": "generic", - "scholarships": "generic", - "school": "generic", - "schule": "generic", - "schwarz": "generic", - "science": "generic", - "scjohnson": "generic", - "scor": "generic", - "scot": "generic", - "sd": "country-code", - "se": "country-code", - "search": "generic", - "seat": "generic", - "secure": "generic", - "security": "generic", - "seek": "generic", - "select": "generic", - "sener": "generic", - "services": "generic", - "ses": "generic", - "seven": "generic", - "sew": "generic", - "sex": "generic", - "sexy": "generic", - "sfr": "generic", - "sg": "country-code", - "sh": "country-code", - "shangrila": "generic", - "sharp": "generic", - "shaw": "generic", - "shell": "generic", - "shia": "generic", - "shiksha": "generic", - "shoes": "generic", - "shop": "generic", - "shopping": "generic", - "shouji": "generic", - "show": "generic", - "showtime": "generic", - "shriram": "generic", - "si": "country-code", - "silk": "generic", - "sina": "generic", - "singles": "generic", - "site": "generic", - "sj": "country-code", - "sk": "country-code", - "ski": "generic", - "skin": "generic", - "sky": "generic", - "skype": "generic", - "sl": "country-code", - "sling": "generic", - "sm": "country-code", - "smart": "generic", - "smile": "generic", - "sn": "country-code", - "sncf": "generic", - "so": "country-code", - "soccer": "generic", - "social": "generic", - "softbank": "generic", - "software": "generic", - "sohu": "generic", - "solar": "generic", - "solutions": "generic", - "song": "generic", - "sony": "generic", - "soy": "generic", - "space": "generic", - "spiegel": "generic", - "sport": "generic", - "spot": "generic", - "spreadbetting": "generic", - "sr": "country-code", - "srl": "generic", - "srt": "generic", - "ss": "country-code", - "st": "country-code", - "stada": "generic", - "staples": "generic", - "star": "generic", - "starhub": "generic", - "statebank": "generic", - "statefarm": "generic", - "statoil": "generic", - "stc": "generic", - "stcgroup": "generic", - "stockholm": "generic", - "storage": "generic", - "store": "generic", - "stream": "generic", - "studio": "generic", - "study": "generic", - "style": "generic", - "su": "country-code", - "sucks": "generic", - "supplies": "generic", - "supply": "generic", - "support": "generic", - "surf": "generic", - "surgery": "generic", - "suzuki": "generic", - "sv": "country-code", - "swatch": "generic", - "swiftcover": "generic", - "swiss": "generic", - "sx": "country-code", - "sy": "country-code", - "sydney": "generic", - "symantec": "generic", - "systems": "generic", - "sz": "country-code", - "tab": "generic", - "taipei": "generic", - "talk": "generic", - "taobao": "generic", - "target": "generic", - "tatamotors": "generic", - "tatar": "generic", - "tattoo": "generic", - "tax": "generic", - "taxi": "generic", - "tc": "country-code", - "tci": "generic", - "td": "country-code", - "tdk": "generic", - "team": "generic", - "tech": "generic", - "technology": "generic", - "tel": "sponsored", - "telecity": "generic", - "telefonica": "generic", - "temasek": "generic", - "tennis": "generic", - "teva": "generic", - "tf": "country-code", - "tg": "country-code", - "th": "country-code", - "thd": "generic", - "theater": "generic", - "theatre": "generic", - "tiaa": "generic", - "tickets": "generic", - "tienda": "generic", - "tiffany": "generic", - "tips": "generic", - "tires": "generic", - "tirol": "generic", - "tj": "country-code", - "tjmaxx": "generic", - "tjx": "generic", - "tk": "country-code", - "tkmaxx": "generic", - "tl": "country-code", - "tm": "country-code", - "tmall": "generic", - "tn": "country-code", - "to": "country-code", - "today": "generic", - "tokyo": "generic", - "tools": "generic", - "top": "generic", - "toray": "generic", - "toshiba": "generic", - "total": "generic", - "tours": "generic", - "town": "generic", - "toyota": "generic", - "toys": "generic", - "tp": "country-code", - "tr": "country-code", - "trade": "generic", - "trading": "generic", - "training": "generic", - "travel": "sponsored", - "travelchannel": "generic", - "travelers": "generic", - "travelersinsurance": "generic", - "trust": "generic", - "trv": "generic", - "tt": "country-code", - "tube": "generic", - "tui": "generic", - "tunes": "generic", - "tushu": "generic", - "tv": "country-code", - "tvs": "generic", - "tw": "country-code", - "tz": "country-code", - "ua": "country-code", - "ubank": "generic", - "ubs": "generic", - "uconnect": "generic", - "ug": "country-code", - "uk": "country-code", - "um": "country-code", - "unicom": "generic", - "university": "generic", - "uno": "generic", - "uol": "generic", - "ups": "generic", - "us": "country-code", - "uy": "country-code", - "uz": "country-code", - "va": "country-code", - "vacations": "generic", - "vana": "generic", - "vanguard": "generic", - "vc": "country-code", - "ve": "country-code", - "vegas": "generic", - "ventures": "generic", - "verisign": "generic", - "versicherung": "generic", - "vet": "generic", - "vg": "country-code", - "vi": "country-code", - "viajes": "generic", - "video": "generic", - "vig": "generic", - "viking": "generic", - "villas": "generic", - "vin": "generic", - "vip": "generic", - "virgin": "generic", - "visa": "generic", - "vision": "generic", - "vista": "generic", - "vistaprint": "generic", - "viva": "generic", - "vivo": "generic", - "vlaanderen": "generic", - "vn": "country-code", - "vodka": "generic", - "volkswagen": "generic", - "volvo": "generic", - "vote": "generic", - "voting": "generic", - "voto": "generic", - "voyage": "generic", - "vu": "country-code", - "vuelos": "generic", - "wales": "generic", - "walmart": "generic", - "walter": "generic", - "wang": "generic", - "wanggou": "generic", - "warman": "generic", - "watch": "generic", - "watches": "generic", - "weather": "generic", - "weatherchannel": "generic", - "webcam": "generic", - "weber": "generic", - "website": "generic", - "wed": "generic", - "wedding": "generic", - "weibo": "generic", - "weir": "generic", - "wf": "country-code", - "whoswho": "generic", - "wien": "generic", - "wiki": "generic", - "williamhill": "generic", - "win": "generic", - "windows": "generic", - "wine": "generic", - "winners": "generic", - "wme": "generic", - "wolterskluwer": "generic", - "woodside": "generic", - "work": "generic", - "works": "generic", - "world": "generic", - "wow": "generic", - "ws": "country-code", - "wtc": "generic", - "wtf": "generic", - "xbox": "generic", - "xerox": "generic", - "xfinity": "generic", - "xihuan": "generic", - "xin": "generic", - "测试": "test", - "कॉम": "generic", - "परीक्षा": "test", - "セール": "generic", - "佛山": "generic", - "ಭಾರತ": "country-code", - "慈善": "generic", - "集团": "generic", - "在线": "generic", - "한국": "country-code", - "ଭାରତ": "country-code", - "大众汽车": "generic", - "点看": "generic", - "คอม": "generic", - "ভাৰত": "country-code", - "ভারত": "country-code", - "八卦": "generic", - "‏موقع‎": "generic", - "বাংলা": "country-code", - "公益": "generic", - "公司": "generic", - "香格里拉": "generic", - "网站": "generic", - "移动": "generic", - "我爱你": "generic", - "москва": "generic", - "испытание": "test", - "қаз": "country-code", - "католик": "generic", - "онлайн": "generic", - "сайт": "generic", - "联通": "generic", - "срб": "country-code", - "бг": "country-code", - "бел": "country-code", - "‏קום‎": "generic", - "时尚": "generic", - "微博": "generic", - "테스트": "test", - "淡马锡": "generic", - "ファッション": "generic", - "орг": "generic", - "नेट": "generic", - "ストア": "generic", - "삼성": "generic", - "சிங்கப்பூர்": "country-code", - "商标": "generic", - "商店": "generic", - "商城": "generic", - "дети": "generic", - "мкд": "country-code", - "‏טעסט‎": "test", - "ею": "country-code", - "ポイント": "generic", - "新闻": "generic", - "工行": "generic", - "家電": "generic", - "‏كوم‎": "generic", - "中文网": "generic", - "中信": "generic", - "中国": "country-code", - "中國": "country-code", - "娱乐": "generic", - "谷歌": "generic", - "భారత్": "country-code", - "ලංකා": "country-code", - "電訊盈科": "generic", - "购物": "generic", - "測試": "test", - "クラウド": "generic", - "ભારત": "country-code", - "通販": "generic", - "भारतम्": "country-code", - "भारत": "country-code", - "भारोत": "country-code", - "‏آزمایشی‎": "test", - "பரிட்சை": "test", - "网店": "generic", - "संगठन": "generic", - "餐厅": "generic", - "网络": "generic", - "ком": "generic", - "укр": "country-code", - "香港": "country-code", - "诺基亚": "generic", - "食品": "generic", - "δοκιμή": "test", - "飞利浦": "generic", - "‏إختبار‎": "test", - "台湾": "country-code", - "台灣": "country-code", - "手表": "generic", - "手机": "generic", - "мон": "country-code", - "‏الجزائر‎": "country-code", - "‏عمان‎": "country-code", - "‏ارامكو‎": "generic", - "‏ایران‎": "country-code", - "‏العليان‎": "generic", - "‏اتصالات‎": "generic", - "‏امارات‎": "country-code", - "‏بازار‎": "generic", - "‏موريتانيا‎": "country-code", - "‏پاکستان‎": "country-code", - "‏الاردن‎": "country-code", - "‏موبايلي‎": "generic", - "‏بارت‎": "country-code", - "‏بھارت‎": "country-code", - "‏المغرب‎": "country-code", - "‏ابوظبي‎": "generic", - "‏السعودية‎": "country-code", - "‏ڀارت‎": "country-code", - "‏كاثوليك‎": "generic", - "‏سودان‎": "country-code", - "‏همراه‎": "generic", - "‏عراق‎": "country-code", - "‏مليسيا‎": "country-code", - "澳門": "country-code", - "닷컴": "generic", - "政府": "generic", - "‏شبكة‎": "generic", - "‏بيتك‎": "generic", - "‏عرب‎": "generic", - "გე": "country-code", - "机构": "generic", - "组织机构": "generic", - "健康": "generic", - "ไทย": "country-code", - "‏سورية‎": "country-code", - "招聘": "generic", - "рус": "generic", - "рф": "country-code", - "珠宝": "generic", - "‏تونس‎": "country-code", - "大拿": "generic", - "みんな": "generic", - "グーグル": "generic", - "ελ": "country-code", - "世界": "generic", - "書籍": "generic", - "ഭാരതം": "country-code", - "ਭਾਰਤ": "country-code", - "网址": "generic", - "닷넷": "generic", - "コム": "generic", - "天主教": "generic", - "游戏": "generic", - "vermögensberater": "generic", - "vermögensberatung": "generic", - "企业": "generic", - "信息": "generic", - "嘉里大酒店": "generic", - "嘉里": "generic", - "‏مصر‎": "country-code", - "‏قطر‎": "country-code", - "广东": "generic", - "இலங்கை": "country-code", - "இந்தியா": "country-code", - "հայ": "country-code", - "新加坡": "country-code", - "‏فلسطين‎": "country-code", - "テスト": "test", - "政务": "generic", - "xperia": "generic", - "xxx": "sponsored", - "xyz": "generic", - "yachts": "generic", - "yahoo": "generic", - "yamaxun": "generic", - "yandex": "generic", - "ye": "country-code", - "yodobashi": "generic", - "yoga": "generic", - "yokohama": "generic", - "you": "generic", - "youtube": "generic", - "yt": "country-code", - "yun": "generic", - "za": "country-code", - "zappos": "generic", - "zara": "generic", - "zero": "generic", - "zip": "generic", - "zippo": "generic", - "zm": "country-code", - "zone": "generic", - "zuerich": "generic", - "zw": "country-code" -}; \ No newline at end of file +module.exports = {}; \ No newline at end of file diff --git a/formats/json/tld-desc.json b/formats/json/tld-desc.json index 2a394cf..9e26dfe 100644 --- a/formats/json/tld-desc.json +++ b/formats/json/tld-desc.json @@ -1,1579 +1 @@ -{ - "aaa": "American Automobile Association, Inc.", - "aarp": "AARP", - "abarth": "Fiat Chrysler Automobiles N.V.", - "abb": "ABB Ltd", - "abbott": "Abbott Laboratories, Inc.", - "abbvie": "AbbVie Inc.", - "abc": "Disney Enterprises, Inc.", - "able": "Able Inc.", - "abogado": "Top Level Domain Holdings Limited", - "abudhabi": "Abu Dhabi Systems and Information Centre", - "ac": "Ascension Island", - "academy": "Binky Moon, LLC", - "accenture": "Accenture plc", - "accountant": "dot Accountant Limited", - "accountants": "Binky Moon, LLC", - "aco": "ACO Severin Ahlmann GmbH & Co. KG", - "active": "Active Network, LLC", - "actor": "United TLD Holdco Ltd.", - "ad": "Andorra (Principality of)", - "adac": "Allgemeiner Deutscher Automobil-Club e.V. (ADAC)", - "ads": "Charleston Road Registry Inc.", - "adult": "ICM Registry AD LLC", - "ae": "United Arab Emirates", - "aeg": "Aktiebolaget Electrolux", - "aero": "Air-transport industry", - "aetna": "Aetna Life Insurance Company", - "af": "Afghanistan (Islamic Republic of)", - "afamilycompany": "Johnson Shareholdings, Inc.", - "afl": "Australian Football League", - "africa": "ZA Central Registry NPC trading as Registry.Africa", - "ag": "Antigua and Barbuda", - "agakhan": "Fondation Aga Khan (Aga Khan Foundation)", - "agency": "Binky Moon, LLC", - "ai": "Anguilla", - "aig": "American International Group, Inc.", - "aigo": "aigo Digital Technology Co,Ltd.", - "airbus": "Airbus S.A.S.", - "airforce": "United TLD Holdco Ltd.", - "airtel": "Bharti Airtel Limited", - "akdn": "Fondation Aga Khan (Aga Khan Foundation)", - "al": "Albania (Republic of)", - "alfaromeo": "Fiat Chrysler Automobiles N.V.", - "alibaba": "Alibaba Group Holding Limited", - "alipay": "Alibaba Group Holding Limited", - "allfinanz": "Allfinanz Deutsche Vermögensberatung Aktiengesellschaft", - "allstate": "Allstate Fire and Casualty Insurance Company", - "ally": "Ally Financial Inc.", - "alsace": "REGION GRAND EST", - "alstom": "ALSTOM", - "am": "Armenia (Republic of)", - "americanexpress": "American Express Travel Related Services Company, Inc.", - "americanfamily": "AmFam, Inc.", - "amex": "American Express Travel Related Services Company, Inc.", - "amfam": "AmFam, Inc.", - "amica": "Amica Mutual Insurance Company", - "amsterdam": "Gemeente Amsterdam", - "an": "Netherlands Antilles", - "analytics": "Campus IP LLC", - "android": "Charleston Road Registry Inc.", - "anquan": "QIHOO 360 TECHNOLOGY CO. LTD.", - "anz": "Australia and New Zealand Banking Group Limited", - "ao": "Angola (Republic of)", - "aol": "OATH Inc.", - "apartments": "Binky Moon, LLC", - "app": "Charleston Road Registry Inc.", - "apple": "Apple Inc.", - "aq": "Antarctica", - "aquarelle": "Aquarelle.com", - "ar": "Argentina (Argentine Republic)", - "arab": "League of Arab States", - "aramco": "Aramco Services Company", - "archi": "STARTING DOT LIMITED", - "army": "United TLD Holdco Ltd.", - "arpa": "Address and Routing Parameter Area", - "art": "UK Creative Ideas Limited", - "arte": "Association Relative à la Télévision Européenne G.E.I.E.", - "as": "American Samoa", - "asda": "Wal-Mart Stores, Inc.", - "asia": "Organisations and individuals in the Asia-Pacific region", - "associates": "Binky Moon, LLC", - "at": "Austria (Republic of)", - "athleta": "The Gap, Inc.", - "attorney": "United TLD Holdco, Ltd", - "au": "Australia (Commonwealth of)", - "auction": "United TLD HoldCo, Ltd.", - "audi": "AUDI Aktiengesellschaft", - "audible": "Amazon Registry Services, Inc.", - "audio": "Uniregistry, Corp.", - "auspost": "Australian Postal Corporation", - "author": "Amazon Registry Services, Inc.", - "auto": "Cars Registry Limited", - "autos": "DERAutos, LLC", - "avianca": "Aerovias del Continente Americano S.A. Avianca", - "aw": "Aruba", - "aws": "Amazon Registry Services, Inc.", - "ax": "Åland Islands", - "axa": "AXA SA", - "az": "Azerbaijan (Republic of)", - "azure": "Microsoft Corporation", - "ba": "Bosnia and Herzegovina", - "baby": "Johnson & Johnson Services, Inc.", - "baidu": "Baidu, Inc.", - "banamex": "Citigroup Inc.", - "bananarepublic": "The Gap, Inc.", - "band": "United TLD Holdco, Ltd", - "bank": "fTLD Registry Services, LLC", - "bar": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", - "barcelona": "Municipi de Barcelona", - "barclaycard": "Barclays Bank PLC", - "barclays": "Barclays Bank PLC", - "barefoot": "Gallo Vineyards, Inc.", - "bargains": "Binky Moon, LLC", - "baseball": "MLB Advanced Media DH, LLC", - "basketball": "Fédération Internationale de Basketball (FIBA)", - "bauhaus": "Werkhaus GmbH", - "bayern": "Bayern Connect GmbH", - "bb": "Barbados", - "bbc": "British Broadcasting Corporation", - "bbt": "BB&T Corporation", - "bbva": "BANCO BILBAO VIZCAYA ARGENTARIA, S.A.", - "bcg": "The Boston Consulting Group, Inc.", - "bcn": "Municipi de Barcelona", - "bd": "Bangladesh (People's Republic of)", - "be": "Belgium (Kingdom of)", - "beats": "Beats Electronics, LLC", - "beauty": "L'Oréal", - "beer": "Top Level Domain Holdings Limited", - "bentley": "Bentley Motors Limited", - "berlin": "dotBERLIN GmbH & Co. KG", - "best": "BestTLD Pty Ltd", - "bestbuy": "BBY Solutions, Inc.", - "bet": "Afilias plc", - "bf": "Burkina Faso", - "bg": "Bulgaria (Republic of)", - "bh": "Bahrain (Kingdom of)", - "bharti": "Bharti Enterprises (Holding) Private Limited", - "bi": "Burundi (Republic of)", - "bible": "American Bible Society", - "bid": "dot Bid Limited", - "bike": "Binky Moon, LLC", - "bing": "Microsoft Corporation", - "bingo": "Binky Moon, LLC", - "bio": "STARTING DOT LIMITED", - "biz": "Business", - "bj": "Benin (Republic of)", - "bl": "Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr}", - "black": "Afilias plc", - "blackfriday": "Uniregistry, Corp.", - "blanco": "BLANCO GmbH + Co KG", - "blockbuster": "Dish DBS Corporation", - "blog": "Knock Knock WHOIS There, LLC", - "bloomberg": "Bloomberg IP Holdings LLC", - "blue": "Afilias plc", - "bm": "Bermuda", - "bms": "Bristol-Myers Squibb Company", - "bmw": "Bayerische Motoren Werke Aktiengesellschaft", - "bn": "Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam]", - "bnl": "Banca Nazionale del Lavoro", - "bnpparibas": "BNP Paribas", - "bo": "Bolivia (Plurinational State of)", - "boats": "DERBoats, LLC", - "boehringer": "Boehringer Ingelheim International GmbH", - "bofa": "Bank of America Corporation", - "bom": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", - "bond": "Bond University Limited", - "boo": "Charleston Road Registry Inc.", - "book": "Amazon Registry Services, Inc.", - "booking": "Booking.com B.V.", - "boots": "Not assigned", - "bosch": "Robert Bosch GMBH", - "bostik": "Bostik SA", - "boston": "Boston TLD Management, LLC", - "bot": "Amazon Registry Services, Inc.", - "boutique": "Binky Moon, LLC", - "box": "NS1 Limited", - "bq": "Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}", - "br": "Brazil (Federative Republic of)", - "bradesco": "Banco Bradesco S.A.", - "bridgestone": "Bridgestone Corporation", - "broadway": "Celebrate Broadway, Inc.", - "broker": "DOTBROKER REGISTRY LTD", - "brother": "Brother Industries, Ltd.", - "brussels": "DNS.be vzw", - "bs": "Bahamas (Commonwealth of the)", - "bt": "Bhutan (Kingdom of)", - "budapest": "Top Level Domain Holdings Limited", - "bugatti": "Bugatti International SA", - "build": "Plan Bee LLC", - "builders": "Binky Moon, LLC", - "business": "Binky Moon, LLC", - "buy": "Amazon Registry Services, INC", - "buzz": "DOTSTRATEGY CO.", - "bv": "Bouvet Island", - "bw": "Botswana (Republic of)", - "by": "Belarus (Republic of)", - "bz": "Belize", - "bzh": "Association www.bzh", - "ca": "Canada", - "cab": "Binky Moon, LLC", - "cafe": "Binky Moon, LLC", - "cal": "Charleston Road Registry Inc.", - "call": "Amazon Registry Services, Inc.", - "calvinklein": "PVH gTLD Holdings LLC", - "cam": "AC Webconnecting Holding B.V.", - "camera": "Binky Moon, LLC", - "camp": "Binky Moon, LLC", - "cancerresearch": "Australian Cancer Research Foundation", - "canon": "Canon Inc.", - "capetown": "ZA Central Registry NPC trading as ZA Central Registry", - "capital": "Binky Moon, LLC", - "capitalone": "Capital One Financial Corporation", - "car": "Cars Registry Limited", - "caravan": "Caravan International, Inc.", - "cards": "Binky Moon, LLC", - "care": "Binky Moon, LLC", - "career": "dotCareer LLC", - "careers": "Binky Moon, LLC", - "cars": "Cars Registry Limited", - "cartier": "Richemont DNS Inc.", - "casa": "Top Level Domain Holdings Limited", - "case": "CNH Industrial N.V.", - "caseih": "CNH Industrial N.V.", - "cash": "Binky Moon, LLC", - "casino": "Binky Moon, LLC", - "cat": "Catalan", - "catering": "Binky Moon, LLC", - "catholic": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "cba": "COMMONWEALTH BANK OF AUSTRALIA", - "cbn": "The Christian Broadcasting Network, Inc.", - "cbre": "CBRE, Inc.", - "cbs": "CBS Domains Inc.", - "cc": "Cocos (Keeling) Islands (Territory of the)", - "cd": "Congo (Democratic Republic of the) [Congo-Kinshasa]", - "ceb": "The Corporate Executive Board Company", - "center": "Binky Moon, LLC", - "ceo": "CEOTLD Pty Ltd", - "cern": "European Organization for Nuclear Research (\"CERN\")", - "cf": "Central African Republic", - "cfa": "CFA Institute", - "cfd": "DOTCFD REGISTRY LTD", - "cg": "Congo (Republic of) [Congo-Brazzaville]", - "ch": "Switzerland (Swiss Confederation)", - "chanel": "Chanel International B.V.", - "channel": "Charleston Road Registry Inc.", - "charity": "Corn Lake, LLC", - "chase": "JPMorgan Chase Bank, National Association", - "chat": "Binky Moon, LLC", - "cheap": "Binky Moon, LLC", - "chintai": "CHINTAI Corporation", - "chloe": "Not assigned", - "christmas": "Uniregistry, Corp.", - "chrome": "Charleston Road Registry Inc.", - "chrysler": "FCA US LLC.", - "church": "Binky Moon, LLC", - "ci": "Ivory Coast (Republic of Côte d'Ivoire)", - "cipriani": "Hotel Cipriani Srl", - "circle": "Amazon Registry Services, Inc.", - "cisco": "Cisco Technology, Inc.", - "citadel": "Citadel Domain LLC", - "citi": "Citigroup Inc.", - "citic": "CITIC Group Corporation", - "city": "Binky Moon, LLC", - "cityeats": "Lifestyle Domain Holdings, Inc.", - "ck": "Cook Islands", - "cl": "Chile (Republic of)", - "claims": "Binky Moon, LLC", - "cleaning": "Binky Moon, LLC", - "click": "Uniregistry, Corp.", - "clinic": "Binky Moon, LLC", - "clinique": "The Estée Lauder Companies Inc.", - "clothing": "Binky Moon, LLC", - "cloud": "ARUBA PEC S.p.A.", - "club": ".CLUB DOMAINS, LLC", - "clubmed": "Club Méditerranée S.A.", - "cm": "Cameroon (Republic of)", - "cn": "China (People's Republic of)", - "co": "Colombia (Republic of)", - "coach": "Binky Moon, LLC", - "codes": "Binky Moon, LLC", - "coffee": "Binky Moon, LLC", - "college": "XYZ.COM LLC", - "cologne": "punkt.wien GmbH", - "com": "Commercial organizations", - "comcast": "Comcast IP Holdings I, LLC", - "commbank": "COMMONWEALTH BANK OF AUSTRALIA", - "community": "Binky Moon, LLC", - "company": "Binky Moon, LLC", - "compare": "iSelect Ltd", - "computer": "Binky Moon, LLC", - "comsec": "VeriSign, Inc.", - "condos": "Binky Moon, LLC", - "construction": "Binky Moon, LLC", - "consulting": "United TLD Holdco, LTD.", - "contact": "Top Level Spectrum, Inc.", - "contractors": "Binky Moon, LLC", - "cooking": "Top Level Domain Holdings Limited", - "cookingchannel": "Lifestyle Domain Holdings, Inc.", - "cool": "Binky Moon, LLC", - "coop": "Cooperatives", - "corsica": "Collectivité Territoriale de Corse", - "country": "Top Level Domain Holdings Limited", - "coupon": "Amazon Registry Services, Inc.", - "coupons": "Binky Moon, LLC", - "courses": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", - "cr": "Costa Rica (Republic of)", - "credit": "Binky Moon, LLC", - "creditcard": "Binky Moon, LLC", - "creditunion": "CUNA Performance Resources, LLC", - "cricket": "dot Cricket Limited", - "crown": "Crown Equipment Corporation", - "crs": "Federated Co-operatives Limited", - "cruise": "Viking River Cruises (Bermuda) Ltd.", - "cruises": "Binky Moon, LLC", - "csc": "Alliance-One Services, Inc.", - "cu": "Cuba (Republic of)", - "cuisinella": "SALM S.A.S.", - "cv": "Cape Verde (Republic of)", - "cw": "Curaçao (Country of)", - "cx": "Christmas Island (Territory of)", - "cy": "Cyprus (Republic of)", - "cymru": "Nominet UK", - "cyou": "Beijing Gamease Age Digital Technology Co., Ltd.", - "cz": "Czech Republic", - "dabur": "Dabur India Limited", - "dad": "Charleston Road Registry Inc.", - "dance": "United TLD Holdco Ltd.", - "data": "Dish DBS Corporation", - "date": "dot Date Limited", - "dating": "Binky Moon, LLC", - "datsun": "NISSAN MOTOR CO., LTD.", - "day": "Charleston Road Registry Inc.", - "dclk": "Charleston Road Registry Inc.", - "dds": "Minds + Machines Group Limited", - "de": "Germany (Federal Republic of)", - "deal": "Amazon Registry Services, Inc.", - "dealer": "Dealer Dot Com, Inc.", - "deals": "Binky Moon, LLC", - "degree": "United TLD Holdco, Ltd", - "delivery": "Binky Moon, LLC", - "dell": "Dell Inc.", - "deloitte": "Deloitte Touche Tohmatsu", - "delta": "Delta Air Lines, Inc.", - "democrat": "United TLD Holdco Ltd.", - "dental": "Binky Moon, LLC", - "dentist": "United TLD Holdco, Ltd", - "desi": "Desi Networks LLC", - "design": "Top Level Design, LLC", - "dev": "Charleston Road Registry Inc.", - "dhl": "Deutsche Post AG", - "diamonds": "Binky Moon, LLC", - "diet": "Uniregistry, Corp.", - "digital": "Binky Moon, LLC", - "direct": "Binky Moon, LLC", - "directory": "Binky Moon, LLC", - "discount": "Binky Moon, LLC", - "discover": "Discover Financial Services", - "dish": "Dish DBS Corporation", - "diy": "Lifestyle Domain Holdings, Inc.", - "dj": "Djibouti (Republic of)", - "dk": "Denmark (Kingdom of)", - "dm": "Dominica (Commonwealth of)", - "dnp": "Dai Nippon Printing Co., Ltd.", - "do": "Dominican Republic", - "docs": "Charleston Road Registry Inc.", - "doctor": "Binky Moon, LLC", - "dodge": "FCA US LLC.", - "dog": "Binky Moon, LLC", - "doha": "Communications Regulatory Authority (CRA)", - "domains": "Binky Moon, LLC", - "doosan": "Retired", - "dot": "Dish DBS Corporation", - "download": "dot Support Limited", - "drive": "Charleston Road Registry Inc.", - "dtv": "Dish DBS Corporation", - "dubai": "Dubai Smart Government Department", - "duck": "Johnson Shareholdings, Inc.", - "dunlop": "The Goodyear Tire & Rubber Company", - "duns": "The Dun & Bradstreet Corporation", - "dupont": "E. I. du Pont de Nemours and Company", - "durban": "ZA Central Registry NPC trading as ZA Central Registry", - "dvag": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "dvr": "Hughes Satellite Systems Corporation", - "dz": "Algeria (People's Democratic Republic of)", - "earth": "Interlink Co., Ltd.", - "eat": "Charleston Road Registry Inc.", - "ec": "Ecuador (Republic of)", - "eco": "Big Room Inc.", - "edeka": "EDEKA Verband kaufmännischer Genossenschaften e.V.", - "edu": "Educational establishments", - "education": "Binky Moon, LLC", - "ee": "Estonia (Republic of)", - "eg": "Egypt (Arab Republic of)", - "eh": "Western Sahara {reserved}", - "email": "Binky Moon, LLC", - "emerck": "Merck KGaA", - "energy": "Binky Moon, LLC", - "engineer": "United TLD Holdco Ltd.", - "engineering": "Binky Moon, LLC", - "enterprises": "Binky Moon, LLC", - "epost": "Deutsche Post AG", - "epson": "Seiko Epson Corporation", - "equipment": "Binky Moon, LLC", - "er": "Eritrea (State of)", - "ericsson": "Telefonaktiebolaget L M Ericsson", - "erni": "ERNI Group Holding AG", - "es": "Spain (Kingdom of)", - "esq": "Charleston Road Registry Inc.", - "estate": "Binky Moon, LLC", - "esurance": "Esurance Insurance Company", - "et": "Ethiopia (Federal Democratic Republic of)", - "etisalat": "Emirates Telecommunications Corporation (trading as Etisalat)", - "eu": "European Union", - "eurovision": "European Broadcasting Union (EBU)", - "eus": "Puntueus Fundazioa", - "events": "Binky Moon, LLC", - "everbank": "EverBank", - "exchange": "Binky Moon, LLC", - "expert": "Binky Moon, LLC", - "exposed": "Binky Moon, LLC", - "express": "Binky Moon, LLC", - "extraspace": "Extra Space Storage LLC", - "fage": "Fage International S.A.", - "fail": "Binky Moon, LLC", - "fairwinds": "FairWinds Partners, LLC", - "faith": "dot Faith Limited", - "family": "United TLD Holdco Ltd.", - "fan": "Asiamix Digital Ltd", - "fans": "Asiamix Digital Limited", - "farm": "Binky Moon, LLC", - "farmers": "Farmers Insurance Exchange", - "fashion": "Top Level Domain Holdings Limited", - "fast": "Amazon Registry Services, Inc.", - "fedex": "Federal Express Corporation", - "feedback": "Top Level Spectrum, Inc.", - "ferrari": "Fiat Chrysler Automobiles N.V.", - "ferrero": "Ferrero Trading Lux S.A.", - "fi": "Finland (Republic of)", - "fiat": "Fiat Chrysler Automobiles N.V.", - "fidelity": "Fidelity Brokerage Services LLC", - "fido": "Rogers Communications Canada Inc.", - "film": "Motion Picture Domain Registry Pty Ltd", - "final": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", - "finance": "Binky Moon, LLC", - "financial": "Binky Moon, LLC", - "fire": "Amazon Registry Services, Inc.", - "firestone": "Bridgestone Licensing Services, Inc.", - "firmdale": "Firmdale Holdings Limited", - "fish": "Binky Moon, LLC", - "fishing": "Top Level Domain Holdings Limited", - "fit": "Minds + Machines Group Limited", - "fitness": "Binky Moon, LLC", - "fj": "Fiji (Republic of)", - "fk": "Falkland Islands (Malvinas)", - "flickr": "Yahoo! Domain Services Inc.", - "flights": "Binky Moon, LLC", - "flir": "FLIR Systems, Inc.", - "florist": "Binky Moon, LLC", - "flowers": "Uniregistry, Corp.", - "flsmidth": "Retired", - "fly": "Charleston Road Registry Inc.", - "fm": "Micronesia (Federated States of)", - "fo": "Faroe Islands", - "foo": "Charleston Road Registry Inc.", - "food": "Lifestyle Domain Holdings, Inc.", - "foodnetwork": "Lifestyle Domain Holdings, Inc.", - "football": "Binky Moon, LLC", - "ford": "Ford Motor Company", - "forex": "DOTFOREX REGISTRY LTD", - "forsale": "United TLD Holdco, LLC", - "forum": "Fegistry, LLC", - "foundation": "Binky Moon, LLC", - "fox": "FOX Registry, LLC", - "fr": "France (French Republic)", - "free": "Amazon Registry Services, Inc.", - "fresenius": "Fresenius Immobilien-Verwaltungs-GmbH", - "frl": "FRLregistry B.V.", - "frogans": "OP3FT", - "frontdoor": "Lifestyle Domain Holdings, Inc.", - "frontier": "Frontier Communications Corporation", - "ftr": "Frontier Communications Corporation", - "fujitsu": "Fujitsu Limited", - "fujixerox": "Xerox DNHC LLC", - "fun": "DotSpace, Inc.", - "fund": "Binky Moon, LLC", - "furniture": "Binky Moon, LLC", - "futbol": "United TLD Holdco, Ltd.", - "fyi": "Binky Moon, LLC", - "ga": "Gabon (Gabonese Republic)", - "gal": "Asociación puntoGAL", - "gallery": "Binky Moon, LLC", - "gallo": "Gallo Vineyards, Inc.", - "gallup": "Gallup, Inc.", - "game": "Uniregistry, Corp.", - "games": "United TLD Holdco Ltd.", - "gap": "The Gap, Inc.", - "garden": "Top Level Domain Holdings Limited", - "gb": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", - "gbiz": "Charleston Road Registry Inc.", - "gd": "Grenada", - "gdn": "Joint Stock Company \"Navigation-information systems\"", - "ge": "Georgia", - "gea": "GEA Group Aktiengesellschaft", - "gent": "Combell nv", - "genting": "Resorts World Inc. Pte. Ltd.", - "george": "Wal-Mart Stores, Inc.", - "gf": "French Guiana", - "gg": "Guernsey (Bailiwick of)", - "ggee": "GMO Internet, Inc.", - "gh": "Ghana (Republic of)", - "gi": "Gibraltar", - "gift": "Uniregistry, Corp.", - "gifts": "Binky Moon, LLC", - "gives": "United TLD Holdco Ltd.", - "giving": "Giving Limited", - "gl": "Greenland", - "glade": "Johnson Shareholdings, Inc.", - "glass": "Binky Moon, LLC", - "gle": "Charleston Road Registry Inc.", - "global": "Dot Global Domain Registry Limited", - "globo": "Globo Comunicação e Participações S.A", - "gm": "Gambia (Republic of The)", - "gmail": "Charleston Road Registry Inc.", - "gmbh": "Binky Moon, LLC", - "gmo": "GMO Internet, Inc.", - "gmx": "1&1 Mail & Media GmbH", - "gn": "Guinea (Republic of)", - "godaddy": "Go Daddy East, LLC", - "gold": "Binky Moon, LLC", - "goldpoint": "YODOBASHI CAMERA CO.,LTD.", - "golf": "Binky Moon, LLC", - "goo": "NTT Resonant Inc.", - "goodhands": "Allstate Fire and Casualty Insurance Company", - "goodyear": "The Goodyear Tire & Rubber Company", - "goog": "Charleston Road Registry Inc.", - "google": "Charleston Road Registry Inc.", - "gop": "Republican State Leadership Committee, Inc.", - "got": "Amazon Registry Services, Inc.", - "gov": "US government", - "gp": "Guadeloupe", - "gq": "Equatorial Guinea (Republic of)", - "gr": "Greece (Hellenic Republic)", - "grainger": "Grainger Registry Services, LLC", - "graphics": "Binky Moon, LLC", - "gratis": "Binky Moon, LLC", - "green": "DotGreen Registry Limited", - "gripe": "Binky Moon, LLC", - "grocery": "Wal-Mart Stores, Inc.", - "group": "Binky Moon, LLC", - "gs": "South Georgia and the South Sandwich Islands", - "gt": "Guatemala (Republic of)", - "gu": "Guam", - "guardian": "The Guardian Life Insurance Company of America", - "gucci": "Guccio Gucci S.p.a.", - "guge": "Charleston Road Registry Inc.", - "guide": "Binky Moon, LLC", - "guitars": "Uniregistry, Corp.", - "guru": "Binky Moon, LLC", - "gw": "Guinea-Bissau (Republic of)", - "gy": "Guyana (Co-operative Republic of)", - "hair": "L'Oreal", - "hamburg": "Hamburg Top-Level-Domain GmbH", - "hangout": "Charleston Road Registry Inc.", - "haus": "United TLD Holdco, LTD.", - "hbo": "HBO Registry Services, Inc.", - "hdfc": "HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED", - "hdfcbank": "HDFC Bank Limited", - "health": "DotHealth, LLC", - "healthcare": "Binky Moon, LLC", - "help": "Uniregistry, Corp.", - "helsinki": "City of Helsinki", - "here": "Charleston Road Registry Inc.", - "hermes": "Hermes International", - "hgtv": "Lifestyle Domain Holdings, Inc.", - "hiphop": "Uniregistry, Corp.", - "hisamitsu": "Hisamitsu Pharmaceutical Co.,Inc.", - "hitachi": "Hitachi, Ltd.", - "hiv": "Uniregistry, Corp.", - "hk": "Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China)", - "hkt": "PCCW-HKT DataCom Services Limited", - "hm": "Heard Island and McDonald Islands", - "hn": "Honduras (Republic of)", - "hockey": "Binky Moon, LLC", - "holdings": "Binky Moon, LLC", - "holiday": "Binky Moon, LLC", - "homedepot": "Home Depot Product Authority, LLC", - "homegoods": "The TJX Companies, Inc.", - "homes": "DERHomes, LLC", - "homesense": "The TJX Companies, Inc.", - "honda": "Honda Motor Co., Ltd.", - "honeywell": "Honeywell GTLD LLC", - "horse": "Top Level Domain Holdings Limited", - "hospital": "Binky Moon, LLC", - "host": "DotHost Inc.", - "hosting": "Uniregistry, Corp.", - "hot": "Amazon Registry Services, Inc.", - "hoteles": "Travel Reservations SRL", - "hotels": "Booking.com B.V.", - "hotmail": "Microsoft Corporation", - "house": "Binky Moon, LLC", - "how": "Charleston Road Registry Inc.", - "hr": "Croatia (Republic of)", - "hsbc": "HSBC Global Services (UK) Limited", - "ht": "Haiti (Republic of)", - "htc": "Not assigned", - "hu": "Hungary", - "hughes": "Hughes Satellite Systems Corporation", - "hyatt": "Hyatt GTLD, L.L.C.", - "hyundai": "Hyundai Motor Company", - "ibm": "International Business Machines Corporation", - "icbc": "Industrial and Commercial Bank of China Limited", - "ice": "IntercontinentalExchange, Inc.", - "icu": "Shortdot SA", - "id": "Indonesia (Republic of)", - "ie": "Ireland (Republic of)", - "ieee": "IEEE Global LLC", - "ifm": "ifm electronic gmbh", - "iinet": "Retired", - "ikano": "Ikano S.A.", - "il": "Israel (State of)", - "im": "Isle of Man", - "imamat": "Fondation Aga Khan (Aga Khan Foundation)", - "imdb": "Amazon Registry Services, Inc.", - "immo": "Binky Moon, LLC", - "immobilien": "United TLD Holdco Ltd.", - "in": "India (Republic of)", - "industries": "Binky Moon, LLC", - "infiniti": "NISSAN MOTOR CO., LTD.", - "info": "Informational sites", - "ing": "Charleston Road Registry Inc.", - "ink": "Top Level Design, LLC", - "institute": "Binky Moon, LLC", - "insurance": "fTLD Registry Services LLC", - "insure": "Binky Moon, LLC", - "int": "International treaty-based organizations", - "intel": "Intel Corporation", - "international": "Binky Moon, LLC", - "intuit": "Intuit Administrative Services, Inc.", - "investments": "Binky Moon, LLC", - "io": "British Indian Ocean Territory", - "ipiranga": "Ipiranga Produtos de Petroleo S.A.", - "iq": "Iraq (Republic of)", - "ir": "Iran (Islamic Republic of)", - "irish": "Binky Moon, LLC", - "is": "Iceland", - "iselect": "iSelect Ltd", - "ismaili": "Fondation Aga Khan (Aga Khan Foundation)", - "ist": "Istanbul Metropolitan Municipality", - "istanbul": "Istanbul Metropolitan Municipality", - "it": "Italy (Italian Republic)", - "itau": "Itau Unibanco Holding S.A.", - "itv": "ITV Services Limited", - "iveco": "CNH Industrial N.V.", - "iwc": "Richemont DNS Inc.", - "jaguar": "Jaguar Land Rover Ltd", - "java": "Oracle Corporation", - "jcb": "JCB Co., Ltd.", - "jcp": "JCP Media, Inc.", - "je": "Jersey (Bailiwick of)", - "jeep": "FCA US LLC.", - "jetzt": "Binky Moon, LLC", - "jewelry": "Binky Moon, LLC", - "jio": "Affinity Names, Inc.", - "jlc": "Richemont DNS Inc.", - "jll": "Jones Lang LaSalle Incorporated", - "jm": "Jamaica (Commonwealth of)", - "jmp": "Matrix IP LLC", - "jnj": "Johnson & Johnson Services, Inc.", - "jo": "Jordan (Hashemite Kingdom of)", - "jobs": "Employment-related sites", - "joburg": "ZA Central Registry NPC trading as ZA Central Registry", - "jot": "Amazon Registry Services, Inc.", - "joy": "Amazon Registry Services, Inc.", - "jp": "Japan", - "jpmorgan": "JPMorgan Chase Bank, National Association", - "jprs": "Japan Registry Services Co., Ltd.", - "juegos": "Uniregistry, Corp.", - "juniper": "JUNIPER NETWORKS, INC.", - "kaufen": "United TLD Holdco Ltd.", - "kddi": "KDDI CORPORATION", - "ke": "Kenya (Republic of)", - "kerryhotels": "Kerry Trading Co. Limited", - "kerrylogistics": "Kerry Trading Co. Limited", - "kerryproperties": "Kerry Trading Co. Limited", - "kfh": "Kuwait Finance House", - "kg": "Kyrgyzstan (Kyrgyz Republic)", - "kh": "Cambodia (Kingdom of)", - "ki": "Kiribati (Republic of)", - "kia": "KIA MOTORS CORPORATION", - "kim": "Afilias plc", - "kinder": "Ferrero Trading Lux S.A.", - "kindle": "Amazon Registry Services, Inc.", - "kitchen": "Binky Moon, LLC", - "kiwi": "DOT KIWI LIMITED", - "km": "Comoros (Union of the)", - "kn": "Saint Kitts and Nevis (Federation of)", - "koeln": "punkt.wien GmbH", - "komatsu": "Komatsu Ltd.", - "kosher": "Kosher Marketing Assets LLC", - "kp": "Korea (Democratic People's Republic of) [North Korea]", - "kpmg": "KPMG International Cooperative (KPMG International Genossenschaft)", - "kpn": "Koninklijke KPN N.V.", - "kr": "Korea (Republic of) [South Korea]", - "krd": "KRG Department of Information Technology", - "kred": "KredTLD Pty Ltd", - "kuokgroup": "Kerry Trading Co. Limited", - "kw": "Kuwait (State of Kuwait)", - "ky": "Cayman Islands", - "kyoto": "Academic Institution: Kyoto Jyoho Gakuen", - "kz": "Kazakhstan (Republic of)", - "la": "Laos (Lao People's Democratic Republic)", - "lacaixa": "CAIXA D'ESTALVIS I PENSIONS DE BARCELONA", - "ladbrokes": "LADBROKES INTERNATIONAL PLC", - "lamborghini": "Automobili Lamborghini S.p.A.", - "lamer": "The Estée Lauder Companies Inc.", - "lancaster": "LANCASTER", - "lancia": "Fiat Chrysler Automobiles N.V.", - "lancome": "L'Oréal", - "land": "Binky Moon, LLC", - "landrover": "Jaguar Land Rover Ltd", - "lanxess": "LANXESS Corporation", - "lasalle": "Jones Lang LaSalle Incorporated", - "lat": "ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico", - "latino": "Dish DBS Corporation", - "latrobe": "La Trobe University", - "law": "Minds + Machines Group Limited", - "lawyer": "United TLD Holdco, Ltd", - "lb": "Lebanon (Lebanese Republic)", - "lc": "Saint Lucia", - "lds": "IRI Domain Management, LLC", - "lease": "Binky Moon, LLC", - "leclerc": "A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc", - "lefrak": "LeFrak Organization, Inc.", - "legal": "Binky Moon, LLC", - "lego": "LEGO Juris A/S", - "lexus": "TOYOTA MOTOR CORPORATION", - "lgbt": "Afilias plc", - "li": "Liechtenstein (Principality of)", - "liaison": "Liaison Technologies, Incorporated", - "lidl": "Schwarz Domains und Services GmbH & Co. KG", - "life": "Binky Moon, LLC", - "lifeinsurance": "American Council of Life Insurers", - "lifestyle": "Lifestyle Domain Holdings, Inc.", - "lighting": "Binky Moon, LLC", - "like": "Amazon Registry Services, Inc.", - "lilly": "Eli Lilly and Company", - "limited": "Binky Moon, LLC", - "limo": "Binky Moon, LLC", - "lincoln": "Ford Motor Company", - "linde": "Linde Aktiengesellschaft", - "link": "Uniregistry, Corp.", - "lipsy": "Lipsy Ltd", - "live": "United TLD Holdco Ltd.", - "living": "Lifestyle Domain Holdings, Inc.", - "lixil": "LIXIL Group Corporation", - "lk": "Sri Lanka (Democratic Socialist Republic of)", - "llc": "Afilias plc", - "loan": "dot Loan Limited", - "loans": "Binky Moon, LLC", - "locker": "Dish DBS Corporation", - "locus": "Locus Analytics LLC", - "loft": "Annco, Inc.", - "lol": "Uniregistry, Corp.", - "london": "Dot London Domains Limited", - "lotte": "Lotte Holdings Co., Ltd.", - "lotto": "Afilias plc", - "love": "Merchant Law Group LLP", - "lpl": "LPL Holdings, Inc.", - "lplfinancial": "LPL Holdings, Inc.", - "lr": "Liberia (Republic of)", - "ls": "Lesotho (Kingdom of)", - "lt": "Lithuania (Republic of)", - "ltd": "Binky Moon, LLC", - "ltda": "InterNetX Corp.", - "lu": "Luxembourg (Grand Duchy of)", - "lundbeck": "H. Lundbeck A/S", - "lupin": "LUPIN LIMITED", - "luxe": "Top Level Domain Holdings Limited", - "luxury": "Luxury Partners LLC", - "lv": "Latvia (Republic of)", - "ly": "Libya", - "ma": "Morocco", - "macys": "Macys, Inc.", - "madrid": "Comunidad de Madrid", - "maif": "Mutuelle Assurance Instituteur France (MAIF)", - "maison": "Binky Moon, LLC", - "makeup": "L'Oréal", - "man": "MAN SE", - "management": "Binky Moon, LLC", - "mango": "PUNTO FA S.L.", - "map": "Charleston Road Registry Inc.", - "market": "United TLD Holdco, Ltd", - "marketing": "Binky Moon, LLC", - "markets": "DOTMARKETS REGISTRY LTD", - "marriott": "Marriott Worldwide Corporation", - "marshalls": "The TJX Companies, Inc.", - "maserati": "Fiat Chrysler Automobiles N.V.", - "mattel": "Mattel Sites, Inc.", - "mba": "Binky Moon, LLC", - "mc": "Monaco (Principality of)", - "mcd": "Not assigned", - "mcdonalds": "Not assigned", - "mckinsey": "McKinsey Holdings, Inc.", - "md": "Moldova (Republic of)", - "me": "Montenegro", - "med": "Medistry LLC", - "media": "Binky Moon, LLC", - "meet": "Charleston Road Registry Inc.", - "melbourne": "The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation", - "meme": "Charleston Road Registry Inc.", - "memorial": "Dog Beach, LLC", - "men": "Exclusive Registry Limited", - "menu": "Wedding TLD2, LLC", - "meo": "Not assigned", - "merckmsd": "MSD Registry Holdings, Inc.", - "metlife": "MetLife Services and Solutions, LLC", - "mf": "Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr}", - "mg": "Madagascar (Republic of)", - "mh": "Marshall Islands (Republic of the)", - "miami": "Top Level Domain Holdings Limited", - "microsoft": "Microsoft Corporation", - "mil": "US military", - "mini": "Bayerische Motoren Werke Aktiengesellschaft", - "mint": "Intuit Administrative Services, Inc.", - "mit": "Massachusetts Institute of Technology", - "mitsubishi": "Mitsubishi Corporation", - "mk": "Macedonia (Republic of)", - "ml": "Mali (Republic of)", - "mlb": "MLB Advanced Media DH, LLC", - "mls": "The Canadian Real Estate Association", - "mm": "Myanmar (Republic of the Union of) [Burma]", - "mma": "MMA IARD", - "mn": "Mongolia", - "mo": "Macau (Macau Special Administrative Region of the People's Republic of China) [Macao]", - "mobi": "Mobile", - "mobile": "Dish DBS Corporation", - "mobily": "GreenTech Consultancy Company W.L.L.", - "moda": "United TLD Holdco Ltd.", - "moe": "Interlink Co., Ltd.", - "moi": "Amazon Registry Services, Inc.", - "mom": "Uniregistry, Corp.", - "monash": "Monash University", - "money": "Binky Moon, LLC", - "monster": "Monster Worldwide, Inc.", - "montblanc": "Not assigned", - "mopar": "FCA US LLC.", - "mormon": "IRI Domain Management, LLC (\"Applicant\")", - "mortgage": "United TLD Holdco, Ltd", - "moscow": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", - "moto": "Motorola Trademark Holdings, LLC", - "motorcycles": "DERMotorcycles, LLC", - "mov": "Charleston Road Registry Inc.", - "movie": "Binky Moon, LLC", - "movistar": "Telefónica S.A.", - "mp": "Northern Mariana Islands (Commonwealth of the)", - "mq": "Martinique", - "mr": "Mauritania (Islamic Republic of)", - "ms": "Montserrat", - "msd": "MSD Registry Holdings, Inc.", - "mt": "Malta (Republic of)", - "mtn": "MTN Dubai Limited", - "mtpc": "Retired", - "mtr": "MTR Corporation Limited", - "mu": "Mauritius (Republic of)", - "museum": "Museums", - "mutual": "Northwestern Mutual MU TLD Registry, LLC", - "mutuelle": "Retired", - "mv": "Maldives (Republic of)", - "mw": "Malawi (Republic of)", - "mx": "Mexico (United Mexican States)", - "my": "Malaysia", - "mz": "Mozambique (Republic of)", - "na": "Namibia (Republic of)", - "nab": "National Australia Bank Limited", - "nadex": "Nadex Domains, Inc", - "nagoya": "GMO Registry, Inc.", - "name": "Individuals", - "nationwide": "Nationwide Mutual Insurance Company", - "natura": "NATURA COSMÉTICOS S.A.", - "navy": "United TLD Holdco Ltd.", - "nba": "NBA REGISTRY, LLC", - "nc": "New Caledonia", - "ne": "Niger (Republic of)", - "nec": "NEC Corporation", - "net": "Network", - "netbank": "COMMONWEALTH BANK OF AUSTRALIA", - "netflix": "Netflix, Inc.", - "network": "Binky Moon, LLC", - "neustar": "NeuStar, Inc.", - "new": "Charleston Road Registry Inc.", - "newholland": "CNH Industrial N.V.", - "news": "United TLD Holdco Ltd.", - "next": "Next plc", - "nextdirect": "Next plc", - "nexus": "Charleston Road Registry Inc.", - "nf": "Norfolk Island (Territory of)", - "nfl": "NFL Reg Ops LLC", - "ng": "Nigeria (Federal Republic of)", - "ngo": "Public Interest Registry", - "nhk": "Japan Broadcasting Corporation (NHK)", - "ni": "Nicaragua (Republic of)", - "nico": "DWANGO Co., Ltd.", - "nike": "NIKE, Inc.", - "nikon": "NIKON CORPORATION", - "ninja": "United TLD Holdco Ltd.", - "nissan": "NISSAN MOTOR CO., LTD.", - "nissay": "Nippon Life Insurance Company", - "nl": "Netherlands", - "no": "Norway (Kingdom of)", - "nokia": "Nokia Corporation", - "northwesternmutual": "Northwestern Mutual Registry, LLC", - "norton": "Symantec Corporation", - "now": "Amazon Registry Services, Inc.", - "nowruz": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "nowtv": "Starbucks (HK) Limited", - "np": "Nepal (Federal Democratic Republic of)", - "nr": "Nauru (Republic of)", - "nra": "NRA Holdings Company, INC.", - "nrw": "Minds + Machines GmbH", - "ntt": "NIPPON TELEGRAPH AND TELEPHONE CORPORATION", - "nu": "Niue", - "nyc": "The City of New York by and through the New York City Department of Information Technology & Telecommunications", - "nz": "New Zealand", - "obi": "OBI Group Holding SE & Co. KGaA", - "observer": "Top Level Spectrum, Inc.", - "off": "Johnson Shareholdings, Inc.", - "office": "Microsoft Corporation", - "okinawa": "BRregistry, Inc.", - "olayan": "Crescent Holding GmbH", - "olayangroup": "Crescent Holding GmbH", - "oldnavy": "The Gap, Inc.", - "ollo": "Dish DBS Corporation", - "om": "Oman (Sultanate of)", - "omega": "The Swatch Group Ltd", - "one": "One.com A/S", - "ong": "Public Interest Registry", - "onl": "I-REGISTRY Ltd., Niederlassung Deutschland", - "online": "DotOnline Inc.", - "onyourside": "Nationwide Mutual Insurance Company", - "ooo": "INFIBEAM INCORPORATION LIMITED", - "open": "American Express Travel Related Services Company, Inc.", - "oracle": "Oracle Corporation", - "orange": "Orange Brand Services Limited", - "org": "Non-profit organizations", - "organic": "Afilias plc", - "orientexpress": "Retired", - "origins": "The Estée Lauder Companies Inc.", - "osaka": "Osaka Registry Co., Ltd.", - "otsuka": "Otsuka Holdings Co., Ltd.", - "ott": "Dish DBS Corporation", - "ovh": "OVH SAS", - "pa": "Panama (Republic of)", - "page": "Charleston Road Registry Inc.", - "pamperedchef": "Not assigned", - "panasonic": "Panasonic Corporation", - "panerai": "Richemont DNS Inc.", - "paris": "City of Paris", - "pars": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "partners": "Binky Moon, LLC", - "parts": "Binky Moon, LLC", - "party": "Blue Sky Registry Limited", - "passagens": "Travel Reservations SRL", - "pay": "Amazon Registry Services, Inc.", - "pccw": "PCCW Enterprises Limited", - "pe": "Peru (Republic of)", - "pet": "Afilias plc", - "pf": "French Polynesia and Clipperton Island", - "pfizer": "Pfizer Inc.", - "pg": "Papua New Guinea (Independent State of)", - "ph": "Philippines (Republic of the)", - "pharmacy": "National Association of Boards of Pharmacy", - "phd": "Charleston Road Registry Inc.", - "philips": "Koninklijke Philips N.V.", - "phone": "Dish DBS Corporation", - "photo": "Uniregistry, Corp.", - "photography": "Binky Moon, LLC", - "photos": "Binky Moon, LLC", - "physio": "PhysBiz Pty Ltd", - "piaget": "Richemont DNS Inc.", - "pics": "Uniregistry, Corp.", - "pictet": "Pictet Europe S.A.", - "pictures": "Binky Moon, LLC", - "pid": "Top Level Spectrum, Inc.", - "pin": "Amazon Registry Services, Inc.", - "ping": "Ping Registry Provider, Inc.", - "pink": "Afilias plc", - "pioneer": "Pioneer Corporation", - "pizza": "Binky Moon, LLC", - "pk": "Pakistan (Islamic Republic of)", - "pl": "Poland (Republic of)", - "place": "Binky Moon, LLC", - "play": "Charleston Road Registry Inc.", - "playstation": "Sony Computer Entertainment Inc.", - "plumbing": "Binky Moon, LLC", - "plus": "Binky Moon, LLC", - "pm": "Saint Pierre and Miquelon", - "pn": "Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands)", - "pnc": "PNC Domain Co., LLC", - "pohl": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "poker": "Afilias plc", - "politie": "Politie Nederland", - "porn": "ICM Registry PN LLC", - "post": "Universal Postal Union", - "pr": "Puerto Rico (Commonwealth of)", - "pramerica": "Prudential Financial, Inc.", - "praxi": "Praxi S.p.A.", - "press": "DotPress Inc.", - "prime": "Amazon Registry Services, Inc.", - "pro": "Profession", - "prod": "Charleston Road Registry Inc.", - "productions": "Binky Moon, LLC", - "prof": "Charleston Road Registry Inc.", - "progressive": "Progressive Casualty Insurance Company", - "promo": "Afilias plc", - "properties": "Binky Moon, LLC", - "property": "Uniregistry, Corp.", - "protection": "XYZ.COM LLC", - "pru": "Prudential Financial, Inc.", - "prudential": "Prudential Financial, Inc.", - "ps": "Palestine (State of)", - "pt": "Portugal (Portuguese Republic)", - "pub": "United TLD Holdco Ltd.", - "pw": "Palau (Republic of)", - "pwc": "PricewaterhouseCoopers LLP", - "py": "Paraguay (Republic of)", - "qa": "Qatar (State of)", - "qpon": "dotCOOL, Inc.", - "quebec": "PointQuébec Inc", - "quest": "Quest ION Limited", - "qvc": "QVC, Inc.", - "racing": "Premier Registry Limited", - "radio": "European Broadcasting Union (EBU)", - "raid": "Johnson Shareholdings, Inc.", - "re": "Réunion", - "read": "Amazon Registry Services, Inc.", - "realestate": "dotRealEstate LLC", - "realtor": "Real Estate Domains LLC", - "realty": "Fegistry, LLC", - "recipes": "Binky Moon, LLC", - "red": "Afilias plc", - "redstone": "Redstone Haute Couture Co., Ltd.", - "redumbrella": "Travelers TLD, LLC", - "rehab": "United TLD Holdco Ltd.", - "reise": "Binky Moon, LLC", - "reisen": "Binky Moon, LLC", - "reit": "National Association of Real Estate Investment Trusts, Inc.", - "reliance": "Reliance Industries Limited", - "ren": "Beijing Qianxiang Wangjing Technology Development Co., Ltd.", - "rent": "XYZ.COM LLC", - "rentals": "Binky Moon, LLC", - "repair": "Binky Moon, LLC", - "report": "Binky Moon, LLC", - "republican": "United TLD Holdco Ltd.", - "rest": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", - "restaurant": "Binky Moon, LLC", - "review": "dot Review Limited", - "reviews": "United TLD Holdco, Ltd.", - "rexroth": "Robert Bosch GMBH", - "rich": "I-REGISTRY Ltd., Niederlassung Deutschland", - "richardli": "Pacific Century Asset Management (HK) Limited", - "ricoh": "Ricoh Company, Ltd.", - "rightathome": "Johnson Shareholdings, Inc.", - "ril": "Reliance Industries Limited", - "rio": "Empresa Municipal de Informática SA - IPLANRIO", - "rip": "United TLD Holdco Ltd.", - "rmit": "Royal Melbourne Institute of Technology", - "ro": "Romania", - "rocher": "Ferrero Trading Lux S.A.", - "rocks": "United TLD Holdco, LTD.", - "rodeo": "Top Level Domain Holdings Limited", - "rogers": "Rogers Communications Canada Inc.", - "room": "Amazon Registry Services, Inc.", - "rs": "Serbia (Republic of)", - "rsvp": "Charleston Road Registry Inc.", - "ru": "Russia (Russian Federation)", - "rugby": "World Rugby Strategic Developments Limited", - "ruhr": "regiodot GmbH & Co. KG", - "run": "Binky Moon, LLC", - "rw": "Rwanda (Republic of)", - "rwe": "RWE AG", - "ryukyu": "BRregistry, Inc.", - "sa": "Saudi Arabia (Kingdom of)", - "saarland": "dotSaarland GmbH", - "safe": "Amazon Registry Services, Inc.", - "safety": "Safety Registry Services, LLC.", - "sakura": "SAKURA Internet Inc.", - "sale": "United TLD Holdco, Ltd", - "salon": "Binky Moon, LLC", - "samsclub": "Wal-Mart Stores, Inc.", - "samsung": "SAMSUNG SDS CO., LTD", - "sandvik": "Sandvik AB", - "sandvikcoromant": "Sandvik AB", - "sanofi": "Sanofi", - "sap": "SAP AG", - "sapo": "Not assigned", - "sarl": "Binky Moon, LLC", - "sas": "Research IP LLC", - "save": "Amazon Registry Services, Inc.", - "saxo": "Saxo Bank A/S", - "sb": "Solomon Islands", - "sbi": "STATE BANK OF INDIA", - "sbs": "SPECIAL BROADCASTING SERVICE CORPORATION", - "sc": "Seychelles (Republic of)", - "sca": "SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)", - "scb": "The Siam Commercial Bank Public Company Limited (\"SCB\")", - "schaeffler": "Schaeffler Technologies AG & Co. KG", - "schmidt": "SALM S.A.S.", - "scholarships": "Scholarships.com, LLC", - "school": "Binky Moon, LLC", - "schule": "Binky Moon, LLC", - "schwarz": "Schwarz Domains und Services GmbH & Co. KG", - "science": "dot Science Limited", - "scjohnson": "Johnson Shareholdings, Inc.", - "scor": "SCOR SE", - "scot": "Dot Scot Registry Limited", - "sd": "Sudan (Republic of)", - "se": "Sweden (Kingdom of)", - "search": "Charleston Road Registry Inc.", - "seat": "SEAT, S.A. (Sociedad Unipersonal)", - "secure": "Amazon Registry Services, Inc.", - "security": "XYZ.COM LLC", - "seek": "Seek Limited", - "select": "iSelect Ltd", - "sener": "Sener Ingeniería y Sistemas, S.A.", - "services": "Binky Moon, LLC", - "ses": "SES", - "seven": "Seven West Media Ltd", - "sew": "SEW-EURODRIVE GmbH & Co KG", - "sex": "ICM Registry SX LLC", - "sexy": "Uniregistry, Corp.", - "sfr": "Societe Francaise du Radiotelephone - SFR", - "sg": "Singapore (Republic of)", - "sh": "Saint Helena", - "shangrila": "Shangri‐La International Hotel Management Limited", - "sharp": "Sharp Corporation", - "shaw": "Shaw Cablesystems G.P.", - "shell": "Shell Information Technology International Inc", - "shia": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "shiksha": "Afilias plc", - "shoes": "Binky Moon, LLC", - "shop": "GMO Registry, Inc.", - "shopping": "Binky Moon, LLC", - "shouji": "QIHOO 360 TECHNOLOGY CO. LTD.", - "show": "Binky Moon, LLC", - "showtime": "CBS Domains Inc.", - "shriram": "Shriram Capital Ltd.", - "si": "Slovenia (Republic of)", - "silk": "Amazon Registry Services, Inc.", - "sina": "Sina Corporation", - "singles": "Binky Moon, LLC", - "site": "DotSite Inc.", - "sj": "Svalbard and Jan Mayen {not in use - see also: .no}", - "sk": "Slovakia (Slovak Republic)", - "ski": "STARTING DOT LIMITED", - "skin": "L'Oréal", - "sky": "Sky International AG", - "skype": "Microsoft Corporation", - "sl": "Sierra Leone (Republic of)", - "sling": "Hughes Satellite Systems Corporation", - "sm": "San Marino (Republic of)", - "smart": "Smart Communications, Inc. (SMART)", - "smile": "Amazon Registry Services, Inc.", - "sn": "Senegal (Republic of)", - "sncf": "SNCF (Société Nationale des Chemins de fer Francais)", - "so": "Somalia (Federal Republic of)", - "soccer": "Binky Moon, LLC", - "social": "United TLD Holdco Ltd.", - "softbank": "SoftBank Group Corp.", - "software": "United TLD Holdco, Ltd", - "sohu": "Sohu.com Limited", - "solar": "Binky Moon, LLC", - "solutions": "Binky Moon, LLC", - "song": "Amazon Registry Services, Inc.", - "sony": "Sony Corporation", - "soy": "Charleston Road Registry Inc.", - "space": "DotSpace Inc.", - "spiegel": "SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG", - "sport": "Global Association of International Sports Federations (GAISF)", - "spot": "Amazon Registry Services, Inc.", - "spreadbetting": "DOTSPREADBETTING REGISTRY LTD", - "sr": "Suriname (Republic of)", - "srl": "InterNetX Corp.", - "srt": "FCA US LLC.", - "ss": "South Sudan (Republic of)", - "st": "São Tomé and Príncipe (Democratic Republic of)", - "stada": "STADA Arzneimittel AG", - "staples": "Staples, Inc.", - "star": "Star India Private Limited", - "starhub": "StarHub Limited", - "statebank": "STATE BANK OF INDIA", - "statefarm": "State Farm Mutual Automobile Insurance Company", - "statoil": "Statoil ASA", - "stc": "Saudi Telecom Company", - "stcgroup": "Saudi Telecom Company", - "stockholm": "Stockholms kommun", - "storage": "XYZ.COM LLC", - "store": "DotStore Inc.", - "stream": "dot Stream Limited", - "studio": "United TLD Holdco Ltd.", - "study": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", - "style": "Binky Moon, LLC", - "su": "Soviet Union (Union of Soviet Socialist Republics)", - "sucks": "Vox Populi Registry Ltd.", - "supplies": "Binky Moon, LLC", - "supply": "Binky Moon, LLC", - "support": "Binky Moon, LLC", - "surf": "Top Level Domain Holdings Limited", - "surgery": "Binky Moon, LLC", - "suzuki": "SUZUKI MOTOR CORPORATION", - "sv": "El Salvador (Republic of)", - "swatch": "The Swatch Group Ltd", - "swiftcover": "Swiftcover Insurance Services Limited", - "swiss": "Swiss Confederation", - "sx": "Sint Maarten", - "sy": "Syria (Syrian Arab Republic)", - "sydney": "State of New South Wales, Department of Premier and Cabinet", - "symantec": "Symantec Corporation", - "systems": "Binky Moon, LLC", - "sz": "Swaziland (Kingdom of)", - "tab": "Tabcorp Holdings Limited", - "taipei": "Taipei City Government", - "talk": "Amazon Registry Services, Inc.", - "taobao": "Alibaba Group Holding Limited", - "target": "Target Domain Holdings, LLC", - "tatamotors": "Tata Motors Ltd", - "tatar": "Limited Liability Company \"Coordination Center of Regional Domain of Tatarstan Republic\"", - "tattoo": "Uniregistry, Corp.", - "tax": "Binky Moon, LLC", - "taxi": "Binky Moon, LLC", - "tc": "Turks and Caicos Islands", - "tci": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "td": "Chad (Republic of)", - "tdk": "TDK Corporation", - "team": "Binky Moon, LLC", - "tech": "Dot Tech LLC", - "technology": "Binky Moon, LLC", - "tel": "Telephone", - "telecity": "TelecityGroup International Limited", - "telefonica": "Telefónica S.A.", - "temasek": "Temasek Holdings (Private) Limited", - "tennis": "Binky Moon, LLC", - "teva": "Teva Pharmaceutical Industries Limited", - "tf": "French Southern and Antarctic Lands (Territory of the)", - "tg": "Togo (Togolese Republic)", - "th": "Thailand (Kingdom of)", - "thd": "Home Depot Product Authority, LLC", - "theater": "Binky Moon, LLC", - "theatre": "XYZ.COM LLC", - "tiaa": "Teachers Insurance and Annuity Association of America", - "tickets": "Accent Media Limited", - "tienda": "Binky Moon, LLC", - "tiffany": "Tiffany and Company", - "tips": "Binky Moon, LLC", - "tires": "Binky Moon, LLC", - "tirol": "punkt Tirol GmbH", - "tj": "Tajikistan (Republic of)", - "tjmaxx": "The TJX Companies, Inc.", - "tjx": "The TJX Companies, Inc.", - "tk": "Tokelau", - "tkmaxx": "The TJX Companies, Inc.", - "tl": "Timor-Leste (Democratic Republic of) [East Timor]", - "tm": "Turkmenistan", - "tmall": "Alibaba Group Holding Limited", - "tn": "Tunisia (Republic of)", - "to": "Tonga (Kingdom of)", - "today": "Binky Moon, LLC", - "tokyo": "GMO Registry, Inc.", - "tools": "Binky Moon, LLC", - "top": "Jiangsu Bangning Science & Technology Co.,Ltd.", - "toray": "Toray Industries, Inc.", - "toshiba": "TOSHIBA Corporation", - "total": "Total SA", - "tours": "Binky Moon, LLC", - "town": "Binky Moon, LLC", - "toyota": "TOYOTA MOTOR CORPORATION", - "toys": "Binky Moon, LLC", - "tp": "Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl}", - "tr": "Turkey (Republic of)", - "trade": "Elite Registry Limited", - "trading": "DOTTRADING REGISTRY LTD", - "training": "Binky Moon, LLC", - "travel": "Travel", - "travelchannel": "Lifestyle Domain Holdings, Inc.", - "travelers": "Travelers TLD, LLC", - "travelersinsurance": "Travelers TLD, LLC", - "trust": "Artemis Internet Inc", - "trv": "Travelers TLD, LLC", - "tt": "Trinidad and Tobago (Republic of)", - "tube": "Latin American Telecom LLC", - "tui": "TUI AG", - "tunes": "Amazon Registry Services, Inc.", - "tushu": "Amazon Registry Services, Inc.", - "tv": "Tuvalu", - "tvs": "T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED", - "tw": "Taiwan (Republic of China)", - "tz": "Tanzania (United Republic of)", - "ua": "Ukraine", - "ubank": "National Australia Bank Limited", - "ubs": "UBS AG", - "uconnect": "FCA US LLC.", - "ug": "Uganda (Republic of)", - "uk": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", - "um": "United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}", - "unicom": "China United Network Communications Corporation Limited", - "university": "Binky Moon, LLC", - "uno": "Dot Latin LLC", - "uol": "UBN INTERNET LTDA.", - "ups": "UPS Market Driver, Inc.", - "us": "United States of America and United States Minor Outlying Islands", - "uy": "Uruguay (Oriental Republic of)", - "uz": "Uzbekistan (Republic of)", - "va": "Vatican City (Vatican City State)", - "vacations": "Binky Moon, LLC", - "vana": "Lifestyle Domain Holdings, Inc.", - "vanguard": "The Vanguard Group, Inc.", - "vc": "Saint Vincent and the Grenadines", - "ve": "Venezuela (Bolivarian Republic of)", - "vegas": "Dot Vegas, Inc.", - "ventures": "Binky Moon, LLC", - "verisign": "VeriSign, Inc.", - "versicherung": "TLD-BOX Registrydienstleistungen GmbH", - "vet": "United TLD Holdco, Ltd", - "vg": "British Virgin Islands (Virgin Islands)", - "vi": "United States Virgin Islands (United States Virgin Islands)", - "viajes": "Binky Moon, LLC", - "video": "United TLD Holdco, Ltd", - "vig": "VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe", - "viking": "Viking River Cruises (Bermuda) Ltd.", - "villas": "Binky Moon, LLC", - "vin": "Binky Moon, LLC", - "vip": "Minds + Machines Group Limited", - "virgin": "Virgin Enterprises Limited", - "visa": "Visa Worldwide Pte. Limited", - "vision": "Binky Moon, LLC", - "vista": "Vistaprint Limited", - "vistaprint": "Vistaprint Limited", - "viva": "Saudi Telecom Company", - "vivo": "Telefonica Brasil S.A.", - "vlaanderen": "DNS.be vzw", - "vn": "Vietnam (Socialist Republic of)", - "vodka": "Top Level Domain Holdings Limited", - "volkswagen": "Volkswagen Group of America Inc.", - "volvo": "Volvo Holding Sverige Aktiebolag", - "vote": "Monolith Registry LLC", - "voting": "Valuetainment Corp.", - "voto": "Monolith Registry LLC", - "voyage": "Binky Moon, LLC", - "vu": "Vanuatu (Republic of)", - "vuelos": "Travel Reservations SRL", - "wales": "Nominet UK", - "walmart": "Wal-Mart Stores, Inc.", - "walter": "Sandvik AB", - "wang": "Zodiac Wang Limited", - "wanggou": "Amazon Registry Services, Inc.", - "warman": "Weir Group IP Limited", - "watch": "Binky Moon, LLC", - "watches": "Richemont DNS Inc.", - "weather": "International Business Machines Corporation", - "weatherchannel": "International Business Machines Corporation", - "webcam": "dot Webcam Limited", - "weber": "Saint-Gobain Weber SA", - "website": "DotWebsite Inc.", - "wed": "Emergency Back-End Registry Operator Program - ICANN", - "wedding": "Top Level Domain Holdings Limited", - "weibo": "Sina Corporation", - "weir": "Weir Group IP Limited", - "wf": "Wallis and Futuna (Territory of the Wallis and Futuna Islands)", - "whoswho": "Who's Who Registry", - "wien": "punkt.wien GmbH", - "wiki": "Top Level Design, LLC", - "williamhill": "William Hill Organization Limited", - "win": "First Registry Limited", - "windows": "Microsoft Corporation", - "wine": "Binky Moon, LLC", - "winners": "The TJX Companies, Inc.", - "wme": "William Morris Endeavor Entertainment, LLC", - "wolterskluwer": "Wolters Kluwer N.V.", - "woodside": "Woodside Petroleum Limited", - "work": "Top Level Domain Holdings Limited", - "works": "Binky Moon, LLC", - "world": "Binky Moon, LLC", - "wow": "Amazon Registry Services, Inc.", - "ws": "Samoa (Independent State of)", - "wtc": "World Trade Centers Association, Inc.", - "wtf": "Binky Moon, LLC", - "xbox": "Microsoft Corporation", - "xerox": "Xerox DNHC LLC", - "xfinity": "Comcast IP Holdings I, LLC", - "xihuan": "QIHOO 360 TECHNOLOGY CO. LTD.", - "xin": "Elegant Leader Limited", - "测试": "Internet Assigned Numbers Authority", - "कॉम": "VeriSign Sarl", - "परीक्षा": "Internet Assigned Numbers Authority", - "セール": "Amazon Registry Services, Inc.", - "佛山": "Guangzhou YU Wei Information Technology Co., Ltd.", - "ಭಾರತ": "National Internet eXchange of India", - "慈善": "Excellent First Limited", - "集团": "Eagle Horizon Limited", - "在线": "TLD REGISTRY LIMITED", - "한국": "KISA (Korea Internet & Security Agency)", - "ଭାରତ": "National Internet eXchange of India", - "大众汽车": "Volkswagen (China) Investment Co., Ltd.", - "点看": "VeriSign Sarl", - "คอม": "VeriSign Sarl", - "ভাৰত": "National Internet eXchange of India", - "ভারত": "National Internet Exchange of India", - "八卦": "Zodiac Gemini Ltd", - "‏موقع‎": "Suhub Electronic Establishment", - "বাংলা": "Posts and Telecommunications Division", - "公益": "China Organizational Name Administration Center", - "公司": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", - "香格里拉": "Shangri‐La International Hotel Management Limited", - "网站": "Global Website TLD Asia Limited", - "移动": "Afilias plc", - "我爱你": "Tycoon Treasure Limited", - "москва": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", - "испытание": "Internet Assigned Numbers Authority", - "қаз": "Association of IT Companies of Kazakhstan", - "католик": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "онлайн": "CORE Association", - "сайт": "CORE Association", - "联通": "China United Network Communications Corporation Limited", - "срб": "Serbian National Internet Domain Registry (RNIDS)", - "бг": "Imena.BG AD", - "бел": "Reliable Software, Ltd.", - "‏קום‎": "VeriSign Sarl", - "时尚": "RISE VICTORY LIMITED", - "微博": "Sina Corporation", - "테스트": "Internet Assigned Numbers Authority", - "淡马锡": "Temasek Holdings (Private) Limited", - "ファッション": "Amazon Registry Services, Inc.", - "орг": "Public Interest Registry", - "नेट": "VeriSign Sarl", - "ストア": "Amazon Registry Services, Inc.", - "삼성": "SAMSUNG SDS CO., LTD", - "சிங்கப்பூர்": "Singapore Network Information Centre (SGNIC) Pte Ltd", - "商标": "HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED", - "商店": "Binky Moon, LLC", - "商城": "Zodiac Aquarius Limited", - "дети": "The Foundation for Network Initiatives “The Smart Internet”", - "мкд": "Macedonian Academic Research Network Skopje", - "‏טעסט‎": "Internet Assigned Numbers Authority", - "ею": "EURid vzw/asbl", - "ポイント": "Amazon Registry Services, Inc.", - "新闻": "Guangzhou YU Wei Information and Technology Co.,Ltd", - "工行": "Industrial and Commercial Bank of China Limited", - "家電": "Amazon Registry Services, Inc.", - "‏كوم‎": "VeriSign Sarl", - "中文网": "TLD REGISTRY LIMITED", - "中信": "CITIC Group Corporation", - "中国": "China Internet Network Information Center (CNNIC)", - "中國": "China Internet Network Information Center (CNNIC)", - "娱乐": "Binky Moon, LLC", - "谷歌": "Charleston Road Registry Inc.", - "భారత్": "National Internet Exchange of India", - "ලංකා": "LK Domain Registry", - "電訊盈科": "PCCW Enterprises Limited", - "购物": "Minds + Machines Group Limited", - "測試": "Internet Assigned Numbers Authority", - "クラウド": "Amazon Registry Services, Inc.", - "ભારત": "National Internet Exchange of India", - "通販": "Amazon Registry Services, Inc.", - "भारतम्": "National Internet eXchange of India", - "भारत": "National Internet Exchange of India", - "भारोत": "National Internet eXchange of India", - "‏آزمایشی‎": "Internet Assigned Numbers Authority", - "பரிட்சை": "Internet Assigned Numbers Authority", - "网店": "Zodiac Taurus Ltd.", - "संगठन": "Public Interest Registry", - "餐厅": "HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED", - "网络": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", - "ком": "VeriSign Sarl", - "укр": "Ukrainian Network Information Centre (UANIC), Inc.", - "香港": "Hong Kong Internet Registration Corporation Ltd.", - "诺基亚": "Nokia Corporation", - "食品": "Amazon Registry Services, Inc.", - "δοκιμή": "Internet Assigned Numbers Authority", - "飞利浦": "Koninklijke Philips N.V.", - "‏إختبار‎": "Internet Assigned Numbers Authority", - "台湾": "Taiwan Network Information Center (TWNIC)", - "台灣": "Taiwan Network Information Center (TWNIC)", - "手表": "Richemont DNS Inc.", - "手机": "Beijing RITT-Net Technology Development Co., Ltd", - "мон": "Datacom Co.,Ltd", - "‏الجزائر‎": "CERIST", - "‏عمان‎": "Telecommunications Regulatory Authority (TRA)", - "‏ارامكو‎": "Aramco Services Company", - "‏ایران‎": "Institute for Research in Fundamental Sciences (IPM)", - "‏العليان‎": "Crescent Holding GmbH", - "‏اتصالات‎": "Emirates Telecommunications Corporation (trading as Etisalat)", - "‏امارات‎": "Telecommunications Regulatory Authority (TRA)", - "‏بازار‎": "CORE Association", - "‏موريتانيا‎": "Not assigned", - "‏پاکستان‎": "National Telecommunication Corporation", - "‏الاردن‎": "National Information Technology Center (NITC)", - "‏موبايلي‎": "GreenTech Consultancy Company W.L.L.", - "‏بارت‎": "National Internet eXchange of India", - "‏بھارت‎": "National Internet Exchange of India", - "‏المغرب‎": "Agence Nationale de Réglementation des Télécommunications (ANRT)", - "‏ابوظبي‎": "Abu Dhabi Systems and Information Centre", - "‏السعودية‎": "Communications and Information Technology Commission", - "‏ڀارت‎": "National Internet eXchange of India", - "‏كاثوليك‎": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "‏سودان‎": "Sudan Internet Society", - "‏همراه‎": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "‏عراق‎": "Communications and Media Commission (CMC)", - "‏مليسيا‎": "MYNIC Berhad", - "澳門": "Macao Post and Telecommunications Bureau (CTT)", - "닷컴": "VeriSign Sarl", - "政府": "Net-Chinese Co., Ltd.", - "‏شبكة‎": "International Domain Registry Pty. Ltd.", - "‏بيتك‎": "Kuwait Finance House", - "‏عرب‎": "League of Arab States", - "გე": "Information Technologies Development Center (ITDC)", - "机构": "Public Interest Registry", - "组织机构": "Public Interest Registry", - "健康": "Stable Tone Limited", - "ไทย": "Thai Network Information Center Foundation", - "‏سورية‎": "National Agency for Network Services (NANS)", - "招聘": "Dot Trademark TLD Holding Company Limited", - "рус": "Rusnames Limited", - "рф": "Coordination Center for TLD RU", - "珠宝": "Richemont DNS Inc.", - "‏تونس‎": "Agence Tunisienne d'Internet", - "大拿": "VeriSign Sarl", - "みんな": "Charleston Road Registry Inc.", - "グーグル": "Charleston Road Registry Inc.", - "ελ": "ICS-FORTH GR", - "世界": "Stable Tone Limited", - "書籍": "Amazon Registry Services, Inc.", - "ഭാരതം": "National Internet eXchange of India", - "ਭਾਰਤ": "National Internet Exchange of India", - "网址": "KNET Co., Ltd", - "닷넷": "VeriSign Sarl", - "コム": "VeriSign Sarl", - "天主教": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "游戏": "Binky Moon, LLC", - "vermögensberater": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "vermögensberatung": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "企业": "Binky Moon, LLC", - "信息": "Beijing Tele-info Network Technology Co., Ltd.", - "嘉里大酒店": "Kerry Trading Co. Limited", - "嘉里": "Kerry Trading Co. Limited", - "‏مصر‎": "National Telecommunication Regulatory Authority - NTRA", - "‏قطر‎": "Communications Regulatory Authority", - "广东": "Guangzhou YU Wei Information Technology Co., Ltd.", - "இலங்கை": "LK Domain Registry", - "இந்தியா": "National Internet Exchange of India", - "հայ": "\"Internet Society\" Non-governmental Organization", - "新加坡": "Singapore Network Information Centre (SGNIC) Pte Ltd", - "‏فلسطين‎": "Ministry of Telecom & Information Technology (MTIT)", - "テスト": "Internet Assigned Numbers Authority", - "政务": "China Organizational Name Administration Center", - "xperia": "Sony Mobile Communications AB", - "xxx": "Adult entertainment", - "xyz": "XYZ.COM LLC", - "yachts": "DERYachts, LLC", - "yahoo": "Yahoo! Domain Services Inc.", - "yamaxun": "Amazon Registry Services, Inc.", - "yandex": "YANDEX, LLC", - "ye": "Yemen (Republic of)", - "yodobashi": "YODOBASHI CAMERA CO.,LTD.", - "yoga": "Top Level Domain Holdings Limited", - "yokohama": "GMO Registry, Inc.", - "you": "Amazon Registry Services, Inc.", - "youtube": "Charleston Road Registry Inc.", - "yt": "Mayotte (Department of)", - "yun": "QIHOO 360 TECHNOLOGY CO. LTD.", - "za": "South Africa (Republic of)", - "zappos": "Amazon Registry Services, Inc.", - "zara": "Industria de Diseño Textil, S.A. (INDITEX, S.A.)", - "zero": "Amazon Registry Services, Inc.", - "zip": "Charleston Road Registry Inc.", - "zippo": "Zadco Company", - "zm": "Zambia (Republic of)", - "zone": "Binky Moon, LLC", - "zuerich": "Kanton Zürich (Canton of Zurich)", - "zw": "Zimbabwe (Republic of)" -} \ No newline at end of file +{} \ No newline at end of file diff --git a/formats/json/tld-info.json b/formats/json/tld-info.json index 66f26cb..0637a08 100644 --- a/formats/json/tld-info.json +++ b/formats/json/tld-info.json @@ -1,7887 +1 @@ -[ - { - "domain": "aaa", - "description": "American Automobile Association, Inc.", - "type": "generic" - }, - { - "domain": "aarp", - "description": "AARP", - "type": "generic" - }, - { - "domain": "abarth", - "description": "Fiat Chrysler Automobiles N.V.", - "type": "generic" - }, - { - "domain": "abb", - "description": "ABB Ltd", - "type": "generic" - }, - { - "domain": "abbott", - "description": "Abbott Laboratories, Inc.", - "type": "generic" - }, - { - "domain": "abbvie", - "description": "AbbVie Inc.", - "type": "generic" - }, - { - "domain": "abc", - "description": "Disney Enterprises, Inc.", - "type": "generic" - }, - { - "domain": "able", - "description": "Able Inc.", - "type": "generic" - }, - { - "domain": "abogado", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "abudhabi", - "description": "Abu Dhabi Systems and Information Centre", - "type": "generic" - }, - { - "domain": "ac", - "description": "Ascension Island", - "type": "country-code" - }, - { - "domain": "academy", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "accenture", - "description": "Accenture plc", - "type": "generic" - }, - { - "domain": "accountant", - "description": "dot Accountant Limited", - "type": "generic" - }, - { - "domain": "accountants", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "aco", - "description": "ACO Severin Ahlmann GmbH & Co. KG", - "type": "generic" - }, - { - "domain": "active", - "description": "Active Network, LLC", - "type": "generic" - }, - { - "domain": "actor", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "ad", - "description": "Andorra (Principality of)", - "type": "country-code" - }, - { - "domain": "adac", - "description": "Allgemeiner Deutscher Automobil-Club e.V. (ADAC)", - "type": "generic" - }, - { - "domain": "ads", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "adult", - "description": "ICM Registry AD LLC", - "type": "generic" - }, - { - "domain": "ae", - "description": "United Arab Emirates", - "type": "country-code" - }, - { - "domain": "aeg", - "description": "Aktiebolaget Electrolux", - "type": "generic" - }, - { - "domain": "aero", - "description": "Air-transport industry", - "type": "sponsored" - }, - { - "domain": "aetna", - "description": "Aetna Life Insurance Company", - "type": "generic" - }, - { - "domain": "af", - "description": "Afghanistan (Islamic Republic of)", - "type": "country-code" - }, - { - "domain": "afamilycompany", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "afl", - "description": "Australian Football League", - "type": "generic" - }, - { - "domain": "africa", - "description": "ZA Central Registry NPC trading as Registry.Africa", - "type": "generic" - }, - { - "domain": "ag", - "description": "Antigua and Barbuda", - "type": "country-code" - }, - { - "domain": "agakhan", - "description": "Fondation Aga Khan (Aga Khan Foundation)", - "type": "generic" - }, - { - "domain": "agency", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ai", - "description": "Anguilla", - "type": "country-code" - }, - { - "domain": "aig", - "description": "American International Group, Inc.", - "type": "generic" - }, - { - "domain": "aigo", - "description": "aigo Digital Technology Co,Ltd.", - "type": "generic" - }, - { - "domain": "airbus", - "description": "Airbus S.A.S.", - "type": "generic" - }, - { - "domain": "airforce", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "airtel", - "description": "Bharti Airtel Limited", - "type": "generic" - }, - { - "domain": "akdn", - "description": "Fondation Aga Khan (Aga Khan Foundation)", - "type": "generic" - }, - { - "domain": "al", - "description": "Albania (Republic of)", - "type": "country-code" - }, - { - "domain": "alfaromeo", - "description": "Fiat Chrysler Automobiles N.V.", - "type": "generic" - }, - { - "domain": "alibaba", - "description": "Alibaba Group Holding Limited", - "type": "generic" - }, - { - "domain": "alipay", - "description": "Alibaba Group Holding Limited", - "type": "generic" - }, - { - "domain": "allfinanz", - "description": "Allfinanz Deutsche Vermögensberatung Aktiengesellschaft", - "type": "generic" - }, - { - "domain": "allstate", - "description": "Allstate Fire and Casualty Insurance Company", - "type": "generic" - }, - { - "domain": "ally", - "description": "Ally Financial Inc.", - "type": "generic" - }, - { - "domain": "alsace", - "description": "REGION GRAND EST", - "type": "generic" - }, - { - "domain": "alstom", - "description": "ALSTOM", - "type": "generic" - }, - { - "domain": "am", - "description": "Armenia (Republic of)", - "type": "country-code" - }, - { - "domain": "americanexpress", - "description": "American Express Travel Related Services Company, Inc.", - "type": "generic" - }, - { - "domain": "americanfamily", - "description": "AmFam, Inc.", - "type": "generic" - }, - { - "domain": "amex", - "description": "American Express Travel Related Services Company, Inc.", - "type": "generic" - }, - { - "domain": "amfam", - "description": "AmFam, Inc.", - "type": "generic" - }, - { - "domain": "amica", - "description": "Amica Mutual Insurance Company", - "type": "generic" - }, - { - "domain": "amsterdam", - "description": "Gemeente Amsterdam", - "type": "generic" - }, - { - "domain": "an", - "description": "Netherlands Antilles", - "type": "country-code" - }, - { - "domain": "analytics", - "description": "Campus IP LLC", - "type": "generic" - }, - { - "domain": "android", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "anquan", - "description": "QIHOO 360 TECHNOLOGY CO. LTD.", - "type": "generic" - }, - { - "domain": "anz", - "description": "Australia and New Zealand Banking Group Limited", - "type": "generic" - }, - { - "domain": "ao", - "description": "Angola (Republic of)", - "type": "country-code" - }, - { - "domain": "aol", - "description": "OATH Inc.", - "type": "generic" - }, - { - "domain": "apartments", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "app", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "apple", - "description": "Apple Inc.", - "type": "generic" - }, - { - "domain": "aq", - "description": "Antarctica", - "type": "country-code" - }, - { - "domain": "aquarelle", - "description": "Aquarelle.com", - "type": "generic" - }, - { - "domain": "ar", - "description": "Argentina (Argentine Republic)", - "type": "country-code" - }, - { - "domain": "arab", - "description": "League of Arab States", - "type": "generic" - }, - { - "domain": "aramco", - "description": "Aramco Services Company", - "type": "generic" - }, - { - "domain": "archi", - "description": "STARTING DOT LIMITED", - "type": "generic" - }, - { - "domain": "army", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "arpa", - "description": "Address and Routing Parameter Area", - "type": "infrastructure" - }, - { - "domain": "art", - "description": "UK Creative Ideas Limited", - "type": "generic" - }, - { - "domain": "arte", - "description": "Association Relative à la Télévision Européenne G.E.I.E.", - "type": "generic" - }, - { - "domain": "as", - "description": "American Samoa", - "type": "country-code" - }, - { - "domain": "asda", - "description": "Wal-Mart Stores, Inc.", - "type": "generic" - }, - { - "domain": "asia", - "description": "Organisations and individuals in the Asia-Pacific region", - "type": "sponsored" - }, - { - "domain": "associates", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "at", - "description": "Austria (Republic of)", - "type": "country-code" - }, - { - "domain": "athleta", - "description": "The Gap, Inc.", - "type": "generic" - }, - { - "domain": "attorney", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "au", - "description": "Australia (Commonwealth of)", - "type": "country-code" - }, - { - "domain": "auction", - "description": "United TLD HoldCo, Ltd.", - "type": "generic" - }, - { - "domain": "audi", - "description": "AUDI Aktiengesellschaft", - "type": "generic" - }, - { - "domain": "audible", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "audio", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "auspost", - "description": "Australian Postal Corporation", - "type": "generic" - }, - { - "domain": "author", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "auto", - "description": "Cars Registry Limited", - "type": "generic" - }, - { - "domain": "autos", - "description": "DERAutos, LLC", - "type": "generic" - }, - { - "domain": "avianca", - "description": "Aerovias del Continente Americano S.A. Avianca", - "type": "generic" - }, - { - "domain": "aw", - "description": "Aruba", - "type": "country-code" - }, - { - "domain": "aws", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "ax", - "description": "Åland Islands", - "type": "country-code" - }, - { - "domain": "axa", - "description": "AXA SA", - "type": "generic" - }, - { - "domain": "az", - "description": "Azerbaijan (Republic of)", - "type": "country-code" - }, - { - "domain": "azure", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "ba", - "description": "Bosnia and Herzegovina", - "type": "country-code" - }, - { - "domain": "baby", - "description": "Johnson & Johnson Services, Inc.", - "type": "generic" - }, - { - "domain": "baidu", - "description": "Baidu, Inc.", - "type": "generic" - }, - { - "domain": "banamex", - "description": "Citigroup Inc.", - "type": "generic" - }, - { - "domain": "bananarepublic", - "description": "The Gap, Inc.", - "type": "generic" - }, - { - "domain": "band", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "bank", - "description": "fTLD Registry Services, LLC", - "type": "generic" - }, - { - "domain": "bar", - "description": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", - "type": "generic" - }, - { - "domain": "barcelona", - "description": "Municipi de Barcelona", - "type": "generic" - }, - { - "domain": "barclaycard", - "description": "Barclays Bank PLC", - "type": "generic" - }, - { - "domain": "barclays", - "description": "Barclays Bank PLC", - "type": "generic" - }, - { - "domain": "barefoot", - "description": "Gallo Vineyards, Inc.", - "type": "generic" - }, - { - "domain": "bargains", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "baseball", - "description": "MLB Advanced Media DH, LLC", - "type": "generic" - }, - { - "domain": "basketball", - "description": "Fédération Internationale de Basketball (FIBA)", - "type": "generic" - }, - { - "domain": "bauhaus", - "description": "Werkhaus GmbH", - "type": "generic" - }, - { - "domain": "bayern", - "description": "Bayern Connect GmbH", - "type": "generic" - }, - { - "domain": "bb", - "description": "Barbados", - "type": "country-code" - }, - { - "domain": "bbc", - "description": "British Broadcasting Corporation", - "type": "generic" - }, - { - "domain": "bbt", - "description": "BB&T Corporation", - "type": "generic" - }, - { - "domain": "bbva", - "description": "BANCO BILBAO VIZCAYA ARGENTARIA, S.A.", - "type": "generic" - }, - { - "domain": "bcg", - "description": "The Boston Consulting Group, Inc.", - "type": "generic" - }, - { - "domain": "bcn", - "description": "Municipi de Barcelona", - "type": "generic" - }, - { - "domain": "bd", - "description": "Bangladesh (People's Republic of)", - "type": "country-code" - }, - { - "domain": "be", - "description": "Belgium (Kingdom of)", - "type": "country-code" - }, - { - "domain": "beats", - "description": "Beats Electronics, LLC", - "type": "generic" - }, - { - "domain": "beauty", - "description": "L'Oréal", - "type": "generic" - }, - { - "domain": "beer", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "bentley", - "description": "Bentley Motors Limited", - "type": "generic" - }, - { - "domain": "berlin", - "description": "dotBERLIN GmbH & Co. KG", - "type": "generic" - }, - { - "domain": "best", - "description": "BestTLD Pty Ltd", - "type": "generic" - }, - { - "domain": "bestbuy", - "description": "BBY Solutions, Inc.", - "type": "generic" - }, - { - "domain": "bet", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "bf", - "description": "Burkina Faso", - "type": "country-code" - }, - { - "domain": "bg", - "description": "Bulgaria (Republic of)", - "type": "country-code" - }, - { - "domain": "bh", - "description": "Bahrain (Kingdom of)", - "type": "country-code" - }, - { - "domain": "bharti", - "description": "Bharti Enterprises (Holding) Private Limited", - "type": "generic" - }, - { - "domain": "bi", - "description": "Burundi (Republic of)", - "type": "country-code" - }, - { - "domain": "bible", - "description": "American Bible Society", - "type": "generic" - }, - { - "domain": "bid", - "description": "dot Bid Limited", - "type": "generic" - }, - { - "domain": "bike", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "bing", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "bingo", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "bio", - "description": "STARTING DOT LIMITED", - "type": "generic" - }, - { - "domain": "biz", - "description": "Business", - "type": "generic-restricted" - }, - { - "domain": "bj", - "description": "Benin (Republic of)", - "type": "country-code" - }, - { - "domain": "bl", - "description": "Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr}", - "type": "country-code" - }, - { - "domain": "black", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "blackfriday", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "blanco", - "description": "BLANCO GmbH + Co KG", - "type": "generic" - }, - { - "domain": "blockbuster", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "blog", - "description": "Knock Knock WHOIS There, LLC", - "type": "generic" - }, - { - "domain": "bloomberg", - "description": "Bloomberg IP Holdings LLC", - "type": "generic" - }, - { - "domain": "blue", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "bm", - "description": "Bermuda", - "type": "country-code" - }, - { - "domain": "bms", - "description": "Bristol-Myers Squibb Company", - "type": "generic" - }, - { - "domain": "bmw", - "description": "Bayerische Motoren Werke Aktiengesellschaft", - "type": "generic" - }, - { - "domain": "bn", - "description": "Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam]", - "type": "country-code" - }, - { - "domain": "bnl", - "description": "Banca Nazionale del Lavoro", - "type": "generic" - }, - { - "domain": "bnpparibas", - "description": "BNP Paribas", - "type": "generic" - }, - { - "domain": "bo", - "description": "Bolivia (Plurinational State of)", - "type": "country-code" - }, - { - "domain": "boats", - "description": "DERBoats, LLC", - "type": "generic" - }, - { - "domain": "boehringer", - "description": "Boehringer Ingelheim International GmbH", - "type": "generic" - }, - { - "domain": "bofa", - "description": "Bank of America Corporation", - "type": "generic" - }, - { - "domain": "bom", - "description": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", - "type": "generic" - }, - { - "domain": "bond", - "description": "Bond University Limited", - "type": "generic" - }, - { - "domain": "boo", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "book", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "booking", - "description": "Booking.com B.V.", - "type": "generic" - }, - { - "domain": "boots", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "bosch", - "description": "Robert Bosch GMBH", - "type": "generic" - }, - { - "domain": "bostik", - "description": "Bostik SA", - "type": "generic" - }, - { - "domain": "boston", - "description": "Boston TLD Management, LLC", - "type": "generic" - }, - { - "domain": "bot", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "boutique", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "box", - "description": "NS1 Limited", - "type": "generic" - }, - { - "domain": "bq", - "description": "Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}", - "type": "country-code" - }, - { - "domain": "br", - "description": "Brazil (Federative Republic of)", - "type": "country-code" - }, - { - "domain": "bradesco", - "description": "Banco Bradesco S.A.", - "type": "generic" - }, - { - "domain": "bridgestone", - "description": "Bridgestone Corporation", - "type": "generic" - }, - { - "domain": "broadway", - "description": "Celebrate Broadway, Inc.", - "type": "generic" - }, - { - "domain": "broker", - "description": "DOTBROKER REGISTRY LTD", - "type": "generic" - }, - { - "domain": "brother", - "description": "Brother Industries, Ltd.", - "type": "generic" - }, - { - "domain": "brussels", - "description": "DNS.be vzw", - "type": "generic" - }, - { - "domain": "bs", - "description": "Bahamas (Commonwealth of the)", - "type": "country-code" - }, - { - "domain": "bt", - "description": "Bhutan (Kingdom of)", - "type": "country-code" - }, - { - "domain": "budapest", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "bugatti", - "description": "Bugatti International SA", - "type": "generic" - }, - { - "domain": "build", - "description": "Plan Bee LLC", - "type": "generic" - }, - { - "domain": "builders", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "business", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "buy", - "description": "Amazon Registry Services, INC", - "type": "generic" - }, - { - "domain": "buzz", - "description": "DOTSTRATEGY CO.", - "type": "generic" - }, - { - "domain": "bv", - "description": "Bouvet Island", - "type": "country-code" - }, - { - "domain": "bw", - "description": "Botswana (Republic of)", - "type": "country-code" - }, - { - "domain": "by", - "description": "Belarus (Republic of)", - "type": "country-code" - }, - { - "domain": "bz", - "description": "Belize", - "type": "country-code" - }, - { - "domain": "bzh", - "description": "Association www.bzh", - "type": "generic" - }, - { - "domain": "ca", - "description": "Canada", - "type": "country-code" - }, - { - "domain": "cab", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cafe", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cal", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "call", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "calvinklein", - "description": "PVH gTLD Holdings LLC", - "type": "generic" - }, - { - "domain": "cam", - "description": "AC Webconnecting Holding B.V.", - "type": "generic" - }, - { - "domain": "camera", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "camp", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cancerresearch", - "description": "Australian Cancer Research Foundation", - "type": "generic" - }, - { - "domain": "canon", - "description": "Canon Inc.", - "type": "generic" - }, - { - "domain": "capetown", - "description": "ZA Central Registry NPC trading as ZA Central Registry", - "type": "generic" - }, - { - "domain": "capital", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "capitalone", - "description": "Capital One Financial Corporation", - "type": "generic" - }, - { - "domain": "car", - "description": "Cars Registry Limited", - "type": "generic" - }, - { - "domain": "caravan", - "description": "Caravan International, Inc.", - "type": "generic" - }, - { - "domain": "cards", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "care", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "career", - "description": "dotCareer LLC", - "type": "generic" - }, - { - "domain": "careers", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cars", - "description": "Cars Registry Limited", - "type": "generic" - }, - { - "domain": "cartier", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "casa", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "case", - "description": "CNH Industrial N.V.", - "type": "generic" - }, - { - "domain": "caseih", - "description": "CNH Industrial N.V.", - "type": "generic" - }, - { - "domain": "cash", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "casino", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cat", - "description": "Catalan", - "type": "sponsored" - }, - { - "domain": "catering", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "catholic", - "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "type": "generic" - }, - { - "domain": "cba", - "description": "COMMONWEALTH BANK OF AUSTRALIA", - "type": "generic" - }, - { - "domain": "cbn", - "description": "The Christian Broadcasting Network, Inc.", - "type": "generic" - }, - { - "domain": "cbre", - "description": "CBRE, Inc.", - "type": "generic" - }, - { - "domain": "cbs", - "description": "CBS Domains Inc.", - "type": "generic" - }, - { - "domain": "cc", - "description": "Cocos (Keeling) Islands (Territory of the)", - "type": "country-code" - }, - { - "domain": "cd", - "description": "Congo (Democratic Republic of the) [Congo-Kinshasa]", - "type": "country-code" - }, - { - "domain": "ceb", - "description": "The Corporate Executive Board Company", - "type": "generic" - }, - { - "domain": "center", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ceo", - "description": "CEOTLD Pty Ltd", - "type": "generic" - }, - { - "domain": "cern", - "description": "European Organization for Nuclear Research (\"CERN\")", - "type": "generic" - }, - { - "domain": "cf", - "description": "Central African Republic", - "type": "country-code" - }, - { - "domain": "cfa", - "description": "CFA Institute", - "type": "generic" - }, - { - "domain": "cfd", - "description": "DOTCFD REGISTRY LTD", - "type": "generic" - }, - { - "domain": "cg", - "description": "Congo (Republic of) [Congo-Brazzaville]", - "type": "country-code" - }, - { - "domain": "ch", - "description": "Switzerland (Swiss Confederation)", - "type": "country-code" - }, - { - "domain": "chanel", - "description": "Chanel International B.V.", - "type": "generic" - }, - { - "domain": "channel", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "charity", - "description": "Corn Lake, LLC", - "type": "generic" - }, - { - "domain": "chase", - "description": "JPMorgan Chase Bank, National Association", - "type": "generic" - }, - { - "domain": "chat", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cheap", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "chintai", - "description": "CHINTAI Corporation", - "type": "generic" - }, - { - "domain": "chloe", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "christmas", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "chrome", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "chrysler", - "description": "FCA US LLC.", - "type": "generic" - }, - { - "domain": "church", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ci", - "description": "Ivory Coast (Republic of Côte d'Ivoire)", - "type": "country-code" - }, - { - "domain": "cipriani", - "description": "Hotel Cipriani Srl", - "type": "generic" - }, - { - "domain": "circle", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "cisco", - "description": "Cisco Technology, Inc.", - "type": "generic" - }, - { - "domain": "citadel", - "description": "Citadel Domain LLC", - "type": "generic" - }, - { - "domain": "citi", - "description": "Citigroup Inc.", - "type": "generic" - }, - { - "domain": "citic", - "description": "CITIC Group Corporation", - "type": "generic" - }, - { - "domain": "city", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cityeats", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "ck", - "description": "Cook Islands", - "type": "country-code" - }, - { - "domain": "cl", - "description": "Chile (Republic of)", - "type": "country-code" - }, - { - "domain": "claims", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cleaning", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "click", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "clinic", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "clinique", - "description": "The Estée Lauder Companies Inc.", - "type": "generic" - }, - { - "domain": "clothing", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cloud", - "description": "ARUBA PEC S.p.A.", - "type": "generic" - }, - { - "domain": "club", - "description": ".CLUB DOMAINS, LLC", - "type": "generic" - }, - { - "domain": "clubmed", - "description": "Club Méditerranée S.A.", - "type": "generic" - }, - { - "domain": "cm", - "description": "Cameroon (Republic of)", - "type": "country-code" - }, - { - "domain": "cn", - "description": "China (People's Republic of)", - "type": "country-code" - }, - { - "domain": "co", - "description": "Colombia (Republic of)", - "type": "country-code" - }, - { - "domain": "coach", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "codes", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "coffee", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "college", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "cologne", - "description": "punkt.wien GmbH", - "type": "generic" - }, - { - "domain": "com", - "description": "Commercial organizations", - "type": "generic" - }, - { - "domain": "comcast", - "description": "Comcast IP Holdings I, LLC", - "type": "generic" - }, - { - "domain": "commbank", - "description": "COMMONWEALTH BANK OF AUSTRALIA", - "type": "generic" - }, - { - "domain": "community", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "company", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "compare", - "description": "iSelect Ltd", - "type": "generic" - }, - { - "domain": "computer", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "comsec", - "description": "VeriSign, Inc.", - "type": "generic" - }, - { - "domain": "condos", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "construction", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "consulting", - "description": "United TLD Holdco, LTD.", - "type": "generic" - }, - { - "domain": "contact", - "description": "Top Level Spectrum, Inc.", - "type": "generic" - }, - { - "domain": "contractors", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "cooking", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "cookingchannel", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "cool", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "coop", - "description": "Cooperatives", - "type": "sponsored" - }, - { - "domain": "corsica", - "description": "Collectivité Territoriale de Corse", - "type": "generic" - }, - { - "domain": "country", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "coupon", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "coupons", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "courses", - "description": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", - "type": "generic" - }, - { - "domain": "cr", - "description": "Costa Rica (Republic of)", - "type": "country-code" - }, - { - "domain": "credit", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "creditcard", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "creditunion", - "description": "CUNA Performance Resources, LLC", - "type": "generic" - }, - { - "domain": "cricket", - "description": "dot Cricket Limited", - "type": "generic" - }, - { - "domain": "crown", - "description": "Crown Equipment Corporation", - "type": "generic" - }, - { - "domain": "crs", - "description": "Federated Co-operatives Limited", - "type": "generic" - }, - { - "domain": "cruise", - "description": "Viking River Cruises (Bermuda) Ltd.", - "type": "generic" - }, - { - "domain": "cruises", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "csc", - "description": "Alliance-One Services, Inc.", - "type": "generic" - }, - { - "domain": "cu", - "description": "Cuba (Republic of)", - "type": "country-code" - }, - { - "domain": "cuisinella", - "description": "SALM S.A.S.", - "type": "generic" - }, - { - "domain": "cv", - "description": "Cape Verde (Republic of)", - "type": "country-code" - }, - { - "domain": "cw", - "description": "Curaçao (Country of)", - "type": "country-code" - }, - { - "domain": "cx", - "description": "Christmas Island (Territory of)", - "type": "country-code" - }, - { - "domain": "cy", - "description": "Cyprus (Republic of)", - "type": "country-code" - }, - { - "domain": "cymru", - "description": "Nominet UK", - "type": "generic" - }, - { - "domain": "cyou", - "description": "Beijing Gamease Age Digital Technology Co., Ltd.", - "type": "generic" - }, - { - "domain": "cz", - "description": "Czech Republic", - "type": "country-code" - }, - { - "domain": "dabur", - "description": "Dabur India Limited", - "type": "generic" - }, - { - "domain": "dad", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "dance", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "data", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "date", - "description": "dot Date Limited", - "type": "generic" - }, - { - "domain": "dating", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "datsun", - "description": "NISSAN MOTOR CO., LTD.", - "type": "generic" - }, - { - "domain": "day", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "dclk", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "dds", - "description": "Minds + Machines Group Limited", - "type": "generic" - }, - { - "domain": "de", - "description": "Germany (Federal Republic of)", - "type": "country-code" - }, - { - "domain": "deal", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "dealer", - "description": "Dealer Dot Com, Inc.", - "type": "generic" - }, - { - "domain": "deals", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "degree", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "delivery", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "dell", - "description": "Dell Inc.", - "type": "generic" - }, - { - "domain": "deloitte", - "description": "Deloitte Touche Tohmatsu", - "type": "generic" - }, - { - "domain": "delta", - "description": "Delta Air Lines, Inc.", - "type": "generic" - }, - { - "domain": "democrat", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "dental", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "dentist", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "desi", - "description": "Desi Networks LLC", - "type": "generic" - }, - { - "domain": "design", - "description": "Top Level Design, LLC", - "type": "generic" - }, - { - "domain": "dev", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "dhl", - "description": "Deutsche Post AG", - "type": "generic" - }, - { - "domain": "diamonds", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "diet", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "digital", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "direct", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "directory", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "discount", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "discover", - "description": "Discover Financial Services", - "type": "generic" - }, - { - "domain": "dish", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "diy", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "dj", - "description": "Djibouti (Republic of)", - "type": "country-code" - }, - { - "domain": "dk", - "description": "Denmark (Kingdom of)", - "type": "country-code" - }, - { - "domain": "dm", - "description": "Dominica (Commonwealth of)", - "type": "country-code" - }, - { - "domain": "dnp", - "description": "Dai Nippon Printing Co., Ltd.", - "type": "generic" - }, - { - "domain": "do", - "description": "Dominican Republic", - "type": "country-code" - }, - { - "domain": "docs", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "doctor", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "dodge", - "description": "FCA US LLC.", - "type": "generic" - }, - { - "domain": "dog", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "doha", - "description": "Communications Regulatory Authority (CRA)", - "type": "generic" - }, - { - "domain": "domains", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "doosan", - "description": "Retired", - "type": "generic" - }, - { - "domain": "dot", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "download", - "description": "dot Support Limited", - "type": "generic" - }, - { - "domain": "drive", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "dtv", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "dubai", - "description": "Dubai Smart Government Department", - "type": "generic" - }, - { - "domain": "duck", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "dunlop", - "description": "The Goodyear Tire & Rubber Company", - "type": "generic" - }, - { - "domain": "duns", - "description": "The Dun & Bradstreet Corporation", - "type": "generic" - }, - { - "domain": "dupont", - "description": "E. I. du Pont de Nemours and Company", - "type": "generic" - }, - { - "domain": "durban", - "description": "ZA Central Registry NPC trading as ZA Central Registry", - "type": "generic" - }, - { - "domain": "dvag", - "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "type": "generic" - }, - { - "domain": "dvr", - "description": "Hughes Satellite Systems Corporation", - "type": "generic" - }, - { - "domain": "dz", - "description": "Algeria (People's Democratic Republic of)", - "type": "country-code" - }, - { - "domain": "earth", - "description": "Interlink Co., Ltd.", - "type": "generic" - }, - { - "domain": "eat", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "ec", - "description": "Ecuador (Republic of)", - "type": "country-code" - }, - { - "domain": "eco", - "description": "Big Room Inc.", - "type": "generic" - }, - { - "domain": "edeka", - "description": "EDEKA Verband kaufmännischer Genossenschaften e.V.", - "type": "generic" - }, - { - "domain": "edu", - "description": "Educational establishments", - "type": "sponsored" - }, - { - "domain": "education", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ee", - "description": "Estonia (Republic of)", - "type": "country-code" - }, - { - "domain": "eg", - "description": "Egypt (Arab Republic of)", - "type": "country-code" - }, - { - "domain": "eh", - "description": "Western Sahara {reserved}", - "type": "country-code" - }, - { - "domain": "email", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "emerck", - "description": "Merck KGaA", - "type": "generic" - }, - { - "domain": "energy", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "engineer", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "engineering", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "enterprises", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "epost", - "description": "Deutsche Post AG", - "type": "generic" - }, - { - "domain": "epson", - "description": "Seiko Epson Corporation", - "type": "generic" - }, - { - "domain": "equipment", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "er", - "description": "Eritrea (State of)", - "type": "country-code" - }, - { - "domain": "ericsson", - "description": "Telefonaktiebolaget L M Ericsson", - "type": "generic" - }, - { - "domain": "erni", - "description": "ERNI Group Holding AG", - "type": "generic" - }, - { - "domain": "es", - "description": "Spain (Kingdom of)", - "type": "country-code" - }, - { - "domain": "esq", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "estate", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "esurance", - "description": "Esurance Insurance Company", - "type": "generic" - }, - { - "domain": "et", - "description": "Ethiopia (Federal Democratic Republic of)", - "type": "country-code" - }, - { - "domain": "etisalat", - "description": "Emirates Telecommunications Corporation (trading as Etisalat)", - "type": "generic" - }, - { - "domain": "eu", - "description": "European Union", - "type": "country-code" - }, - { - "domain": "eurovision", - "description": "European Broadcasting Union (EBU)", - "type": "generic" - }, - { - "domain": "eus", - "description": "Puntueus Fundazioa", - "type": "generic" - }, - { - "domain": "events", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "everbank", - "description": "EverBank", - "type": "generic" - }, - { - "domain": "exchange", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "expert", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "exposed", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "express", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "extraspace", - "description": "Extra Space Storage LLC", - "type": "generic" - }, - { - "domain": "fage", - "description": "Fage International S.A.", - "type": "generic" - }, - { - "domain": "fail", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "fairwinds", - "description": "FairWinds Partners, LLC", - "type": "generic" - }, - { - "domain": "faith", - "description": "dot Faith Limited", - "type": "generic" - }, - { - "domain": "family", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "fan", - "description": "Asiamix Digital Ltd", - "type": "generic" - }, - { - "domain": "fans", - "description": "Asiamix Digital Limited", - "type": "generic" - }, - { - "domain": "farm", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "farmers", - "description": "Farmers Insurance Exchange", - "type": "generic" - }, - { - "domain": "fashion", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "fast", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "fedex", - "description": "Federal Express Corporation", - "type": "generic" - }, - { - "domain": "feedback", - "description": "Top Level Spectrum, Inc.", - "type": "generic" - }, - { - "domain": "ferrari", - "description": "Fiat Chrysler Automobiles N.V.", - "type": "generic" - }, - { - "domain": "ferrero", - "description": "Ferrero Trading Lux S.A.", - "type": "generic" - }, - { - "domain": "fi", - "description": "Finland (Republic of)", - "type": "country-code" - }, - { - "domain": "fiat", - "description": "Fiat Chrysler Automobiles N.V.", - "type": "generic" - }, - { - "domain": "fidelity", - "description": "Fidelity Brokerage Services LLC", - "type": "generic" - }, - { - "domain": "fido", - "description": "Rogers Communications Canada Inc.", - "type": "generic" - }, - { - "domain": "film", - "description": "Motion Picture Domain Registry Pty Ltd", - "type": "generic" - }, - { - "domain": "final", - "description": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", - "type": "generic" - }, - { - "domain": "finance", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "financial", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "fire", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "firestone", - "description": "Bridgestone Licensing Services, Inc.", - "type": "generic" - }, - { - "domain": "firmdale", - "description": "Firmdale Holdings Limited", - "type": "generic" - }, - { - "domain": "fish", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "fishing", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "fit", - "description": "Minds + Machines Group Limited", - "type": "generic" - }, - { - "domain": "fitness", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "fj", - "description": "Fiji (Republic of)", - "type": "country-code" - }, - { - "domain": "fk", - "description": "Falkland Islands (Malvinas)", - "type": "country-code" - }, - { - "domain": "flickr", - "description": "Yahoo! Domain Services Inc.", - "type": "generic" - }, - { - "domain": "flights", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "flir", - "description": "FLIR Systems, Inc.", - "type": "generic" - }, - { - "domain": "florist", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "flowers", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "flsmidth", - "description": "Retired", - "type": "generic" - }, - { - "domain": "fly", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "fm", - "description": "Micronesia (Federated States of)", - "type": "country-code" - }, - { - "domain": "fo", - "description": "Faroe Islands", - "type": "country-code" - }, - { - "domain": "foo", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "food", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "foodnetwork", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "football", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ford", - "description": "Ford Motor Company", - "type": "generic" - }, - { - "domain": "forex", - "description": "DOTFOREX REGISTRY LTD", - "type": "generic" - }, - { - "domain": "forsale", - "description": "United TLD Holdco, LLC", - "type": "generic" - }, - { - "domain": "forum", - "description": "Fegistry, LLC", - "type": "generic" - }, - { - "domain": "foundation", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "fox", - "description": "FOX Registry, LLC", - "type": "generic" - }, - { - "domain": "fr", - "description": "France (French Republic)", - "type": "country-code" - }, - { - "domain": "free", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "fresenius", - "description": "Fresenius Immobilien-Verwaltungs-GmbH", - "type": "generic" - }, - { - "domain": "frl", - "description": "FRLregistry B.V.", - "type": "generic" - }, - { - "domain": "frogans", - "description": "OP3FT", - "type": "generic" - }, - { - "domain": "frontdoor", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "frontier", - "description": "Frontier Communications Corporation", - "type": "generic" - }, - { - "domain": "ftr", - "description": "Frontier Communications Corporation", - "type": "generic" - }, - { - "domain": "fujitsu", - "description": "Fujitsu Limited", - "type": "generic" - }, - { - "domain": "fujixerox", - "description": "Xerox DNHC LLC", - "type": "generic" - }, - { - "domain": "fun", - "description": "DotSpace, Inc.", - "type": "generic" - }, - { - "domain": "fund", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "furniture", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "futbol", - "description": "United TLD Holdco, Ltd.", - "type": "generic" - }, - { - "domain": "fyi", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ga", - "description": "Gabon (Gabonese Republic)", - "type": "country-code" - }, - { - "domain": "gal", - "description": "Asociación puntoGAL", - "type": "generic" - }, - { - "domain": "gallery", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gallo", - "description": "Gallo Vineyards, Inc.", - "type": "generic" - }, - { - "domain": "gallup", - "description": "Gallup, Inc.", - "type": "generic" - }, - { - "domain": "game", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "games", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "gap", - "description": "The Gap, Inc.", - "type": "generic" - }, - { - "domain": "garden", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "gb", - "description": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", - "type": "country-code" - }, - { - "domain": "gbiz", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "gd", - "description": "Grenada", - "type": "country-code" - }, - { - "domain": "gdn", - "description": "Joint Stock Company \"Navigation-information systems\"", - "type": "generic" - }, - { - "domain": "ge", - "description": "Georgia", - "type": "country-code" - }, - { - "domain": "gea", - "description": "GEA Group Aktiengesellschaft", - "type": "generic" - }, - { - "domain": "gent", - "description": "Combell nv", - "type": "generic" - }, - { - "domain": "genting", - "description": "Resorts World Inc. Pte. Ltd.", - "type": "generic" - }, - { - "domain": "george", - "description": "Wal-Mart Stores, Inc.", - "type": "generic" - }, - { - "domain": "gf", - "description": "French Guiana", - "type": "country-code" - }, - { - "domain": "gg", - "description": "Guernsey (Bailiwick of)", - "type": "country-code" - }, - { - "domain": "ggee", - "description": "GMO Internet, Inc.", - "type": "generic" - }, - { - "domain": "gh", - "description": "Ghana (Republic of)", - "type": "country-code" - }, - { - "domain": "gi", - "description": "Gibraltar", - "type": "country-code" - }, - { - "domain": "gift", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "gifts", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gives", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "giving", - "description": "Giving Limited", - "type": "generic" - }, - { - "domain": "gl", - "description": "Greenland", - "type": "country-code" - }, - { - "domain": "glade", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "glass", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gle", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "global", - "description": "Dot Global Domain Registry Limited", - "type": "generic" - }, - { - "domain": "globo", - "description": "Globo Comunicação e Participações S.A", - "type": "generic" - }, - { - "domain": "gm", - "description": "Gambia (Republic of The)", - "type": "country-code" - }, - { - "domain": "gmail", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "gmbh", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gmo", - "description": "GMO Internet, Inc.", - "type": "generic" - }, - { - "domain": "gmx", - "description": "1&1 Mail & Media GmbH", - "type": "generic" - }, - { - "domain": "gn", - "description": "Guinea (Republic of)", - "type": "country-code" - }, - { - "domain": "godaddy", - "description": "Go Daddy East, LLC", - "type": "generic" - }, - { - "domain": "gold", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "goldpoint", - "description": "YODOBASHI CAMERA CO.,LTD.", - "type": "generic" - }, - { - "domain": "golf", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "goo", - "description": "NTT Resonant Inc.", - "type": "generic" - }, - { - "domain": "goodhands", - "description": "Allstate Fire and Casualty Insurance Company", - "type": "generic" - }, - { - "domain": "goodyear", - "description": "The Goodyear Tire & Rubber Company", - "type": "generic" - }, - { - "domain": "goog", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "google", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "gop", - "description": "Republican State Leadership Committee, Inc.", - "type": "generic" - }, - { - "domain": "got", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "gov", - "description": "US government", - "type": "sponsored" - }, - { - "domain": "gp", - "description": "Guadeloupe", - "type": "country-code" - }, - { - "domain": "gq", - "description": "Equatorial Guinea (Republic of)", - "type": "country-code" - }, - { - "domain": "gr", - "description": "Greece (Hellenic Republic)", - "type": "country-code" - }, - { - "domain": "grainger", - "description": "Grainger Registry Services, LLC", - "type": "generic" - }, - { - "domain": "graphics", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gratis", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "green", - "description": "DotGreen Registry Limited", - "type": "generic" - }, - { - "domain": "gripe", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "grocery", - "description": "Wal-Mart Stores, Inc.", - "type": "generic" - }, - { - "domain": "group", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gs", - "description": "South Georgia and the South Sandwich Islands", - "type": "country-code" - }, - { - "domain": "gt", - "description": "Guatemala (Republic of)", - "type": "country-code" - }, - { - "domain": "gu", - "description": "Guam", - "type": "country-code" - }, - { - "domain": "guardian", - "description": "The Guardian Life Insurance Company of America", - "type": "generic" - }, - { - "domain": "gucci", - "description": "Guccio Gucci S.p.a.", - "type": "generic" - }, - { - "domain": "guge", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "guide", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "guitars", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "guru", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "gw", - "description": "Guinea-Bissau (Republic of)", - "type": "country-code" - }, - { - "domain": "gy", - "description": "Guyana (Co-operative Republic of)", - "type": "country-code" - }, - { - "domain": "hair", - "description": "L'Oreal", - "type": "generic" - }, - { - "domain": "hamburg", - "description": "Hamburg Top-Level-Domain GmbH", - "type": "generic" - }, - { - "domain": "hangout", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "haus", - "description": "United TLD Holdco, LTD.", - "type": "generic" - }, - { - "domain": "hbo", - "description": "HBO Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "hdfc", - "description": "HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED", - "type": "generic" - }, - { - "domain": "hdfcbank", - "description": "HDFC Bank Limited", - "type": "generic" - }, - { - "domain": "health", - "description": "DotHealth, LLC", - "type": "generic" - }, - { - "domain": "healthcare", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "help", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "helsinki", - "description": "City of Helsinki", - "type": "generic" - }, - { - "domain": "here", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "hermes", - "description": "Hermes International", - "type": "generic" - }, - { - "domain": "hgtv", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "hiphop", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "hisamitsu", - "description": "Hisamitsu Pharmaceutical Co.,Inc.", - "type": "generic" - }, - { - "domain": "hitachi", - "description": "Hitachi, Ltd.", - "type": "generic" - }, - { - "domain": "hiv", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "hk", - "description": "Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China)", - "type": "country-code" - }, - { - "domain": "hkt", - "description": "PCCW-HKT DataCom Services Limited", - "type": "generic" - }, - { - "domain": "hm", - "description": "Heard Island and McDonald Islands", - "type": "country-code" - }, - { - "domain": "hn", - "description": "Honduras (Republic of)", - "type": "country-code" - }, - { - "domain": "hockey", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "holdings", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "holiday", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "homedepot", - "description": "Home Depot Product Authority, LLC", - "type": "generic" - }, - { - "domain": "homegoods", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "homes", - "description": "DERHomes, LLC", - "type": "generic" - }, - { - "domain": "homesense", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "honda", - "description": "Honda Motor Co., Ltd.", - "type": "generic" - }, - { - "domain": "honeywell", - "description": "Honeywell GTLD LLC", - "type": "generic" - }, - { - "domain": "horse", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "hospital", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "host", - "description": "DotHost Inc.", - "type": "generic" - }, - { - "domain": "hosting", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "hot", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "hoteles", - "description": "Travel Reservations SRL", - "type": "generic" - }, - { - "domain": "hotels", - "description": "Booking.com B.V.", - "type": "generic" - }, - { - "domain": "hotmail", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "house", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "how", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "hr", - "description": "Croatia (Republic of)", - "type": "country-code" - }, - { - "domain": "hsbc", - "description": "HSBC Global Services (UK) Limited", - "type": "generic" - }, - { - "domain": "ht", - "description": "Haiti (Republic of)", - "type": "country-code" - }, - { - "domain": "htc", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "hu", - "description": "Hungary", - "type": "country-code" - }, - { - "domain": "hughes", - "description": "Hughes Satellite Systems Corporation", - "type": "generic" - }, - { - "domain": "hyatt", - "description": "Hyatt GTLD, L.L.C.", - "type": "generic" - }, - { - "domain": "hyundai", - "description": "Hyundai Motor Company", - "type": "generic" - }, - { - "domain": "ibm", - "description": "International Business Machines Corporation", - "type": "generic" - }, - { - "domain": "icbc", - "description": "Industrial and Commercial Bank of China Limited", - "type": "generic" - }, - { - "domain": "ice", - "description": "IntercontinentalExchange, Inc.", - "type": "generic" - }, - { - "domain": "icu", - "description": "Shortdot SA", - "type": "generic" - }, - { - "domain": "id", - "description": "Indonesia (Republic of)", - "type": "country-code" - }, - { - "domain": "ie", - "description": "Ireland (Republic of)", - "type": "country-code" - }, - { - "domain": "ieee", - "description": "IEEE Global LLC", - "type": "generic" - }, - { - "domain": "ifm", - "description": "ifm electronic gmbh", - "type": "generic" - }, - { - "domain": "iinet", - "description": "Retired", - "type": "generic" - }, - { - "domain": "ikano", - "description": "Ikano S.A.", - "type": "generic" - }, - { - "domain": "il", - "description": "Israel (State of)", - "type": "country-code" - }, - { - "domain": "im", - "description": "Isle of Man", - "type": "country-code" - }, - { - "domain": "imamat", - "description": "Fondation Aga Khan (Aga Khan Foundation)", - "type": "generic" - }, - { - "domain": "imdb", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "immo", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "immobilien", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "in", - "description": "India (Republic of)", - "type": "country-code" - }, - { - "domain": "industries", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "infiniti", - "description": "NISSAN MOTOR CO., LTD.", - "type": "generic" - }, - { - "domain": "info", - "description": "Informational sites", - "type": "generic" - }, - { - "domain": "ing", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "ink", - "description": "Top Level Design, LLC", - "type": "generic" - }, - { - "domain": "institute", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "insurance", - "description": "fTLD Registry Services LLC", - "type": "generic" - }, - { - "domain": "insure", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "int", - "description": "International treaty-based organizations", - "type": "sponsored" - }, - { - "domain": "intel", - "description": "Intel Corporation", - "type": "generic" - }, - { - "domain": "international", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "intuit", - "description": "Intuit Administrative Services, Inc.", - "type": "generic" - }, - { - "domain": "investments", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "io", - "description": "British Indian Ocean Territory", - "type": "country-code" - }, - { - "domain": "ipiranga", - "description": "Ipiranga Produtos de Petroleo S.A.", - "type": "generic" - }, - { - "domain": "iq", - "description": "Iraq (Republic of)", - "type": "country-code" - }, - { - "domain": "ir", - "description": "Iran (Islamic Republic of)", - "type": "country-code" - }, - { - "domain": "irish", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "is", - "description": "Iceland", - "type": "country-code" - }, - { - "domain": "iselect", - "description": "iSelect Ltd", - "type": "generic" - }, - { - "domain": "ismaili", - "description": "Fondation Aga Khan (Aga Khan Foundation)", - "type": "generic" - }, - { - "domain": "ist", - "description": "Istanbul Metropolitan Municipality", - "type": "generic" - }, - { - "domain": "istanbul", - "description": "Istanbul Metropolitan Municipality", - "type": "generic" - }, - { - "domain": "it", - "description": "Italy (Italian Republic)", - "type": "country-code" - }, - { - "domain": "itau", - "description": "Itau Unibanco Holding S.A.", - "type": "generic" - }, - { - "domain": "itv", - "description": "ITV Services Limited", - "type": "generic" - }, - { - "domain": "iveco", - "description": "CNH Industrial N.V.", - "type": "generic" - }, - { - "domain": "iwc", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "jaguar", - "description": "Jaguar Land Rover Ltd", - "type": "generic" - }, - { - "domain": "java", - "description": "Oracle Corporation", - "type": "generic" - }, - { - "domain": "jcb", - "description": "JCB Co., Ltd.", - "type": "generic" - }, - { - "domain": "jcp", - "description": "JCP Media, Inc.", - "type": "generic" - }, - { - "domain": "je", - "description": "Jersey (Bailiwick of)", - "type": "country-code" - }, - { - "domain": "jeep", - "description": "FCA US LLC.", - "type": "generic" - }, - { - "domain": "jetzt", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "jewelry", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "jio", - "description": "Affinity Names, Inc.", - "type": "generic" - }, - { - "domain": "jlc", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "jll", - "description": "Jones Lang LaSalle Incorporated", - "type": "generic" - }, - { - "domain": "jm", - "description": "Jamaica (Commonwealth of)", - "type": "country-code" - }, - { - "domain": "jmp", - "description": "Matrix IP LLC", - "type": "generic" - }, - { - "domain": "jnj", - "description": "Johnson & Johnson Services, Inc.", - "type": "generic" - }, - { - "domain": "jo", - "description": "Jordan (Hashemite Kingdom of)", - "type": "country-code" - }, - { - "domain": "jobs", - "description": "Employment-related sites", - "type": "sponsored" - }, - { - "domain": "joburg", - "description": "ZA Central Registry NPC trading as ZA Central Registry", - "type": "generic" - }, - { - "domain": "jot", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "joy", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "jp", - "description": "Japan", - "type": "country-code" - }, - { - "domain": "jpmorgan", - "description": "JPMorgan Chase Bank, National Association", - "type": "generic" - }, - { - "domain": "jprs", - "description": "Japan Registry Services Co., Ltd.", - "type": "generic" - }, - { - "domain": "juegos", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "juniper", - "description": "JUNIPER NETWORKS, INC.", - "type": "generic" - }, - { - "domain": "kaufen", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "kddi", - "description": "KDDI CORPORATION", - "type": "generic" - }, - { - "domain": "ke", - "description": "Kenya (Republic of)", - "type": "country-code" - }, - { - "domain": "kerryhotels", - "description": "Kerry Trading Co. Limited", - "type": "generic" - }, - { - "domain": "kerrylogistics", - "description": "Kerry Trading Co. Limited", - "type": "generic" - }, - { - "domain": "kerryproperties", - "description": "Kerry Trading Co. Limited", - "type": "generic" - }, - { - "domain": "kfh", - "description": "Kuwait Finance House", - "type": "generic" - }, - { - "domain": "kg", - "description": "Kyrgyzstan (Kyrgyz Republic)", - "type": "country-code" - }, - { - "domain": "kh", - "description": "Cambodia (Kingdom of)", - "type": "country-code" - }, - { - "domain": "ki", - "description": "Kiribati (Republic of)", - "type": "country-code" - }, - { - "domain": "kia", - "description": "KIA MOTORS CORPORATION", - "type": "generic" - }, - { - "domain": "kim", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "kinder", - "description": "Ferrero Trading Lux S.A.", - "type": "generic" - }, - { - "domain": "kindle", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "kitchen", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "kiwi", - "description": "DOT KIWI LIMITED", - "type": "generic" - }, - { - "domain": "km", - "description": "Comoros (Union of the)", - "type": "country-code" - }, - { - "domain": "kn", - "description": "Saint Kitts and Nevis (Federation of)", - "type": "country-code" - }, - { - "domain": "koeln", - "description": "punkt.wien GmbH", - "type": "generic" - }, - { - "domain": "komatsu", - "description": "Komatsu Ltd.", - "type": "generic" - }, - { - "domain": "kosher", - "description": "Kosher Marketing Assets LLC", - "type": "generic" - }, - { - "domain": "kp", - "description": "Korea (Democratic People's Republic of) [North Korea]", - "type": "country-code" - }, - { - "domain": "kpmg", - "description": "KPMG International Cooperative (KPMG International Genossenschaft)", - "type": "generic" - }, - { - "domain": "kpn", - "description": "Koninklijke KPN N.V.", - "type": "generic" - }, - { - "domain": "kr", - "description": "Korea (Republic of) [South Korea]", - "type": "country-code" - }, - { - "domain": "krd", - "description": "KRG Department of Information Technology", - "type": "generic" - }, - { - "domain": "kred", - "description": "KredTLD Pty Ltd", - "type": "generic" - }, - { - "domain": "kuokgroup", - "description": "Kerry Trading Co. Limited", - "type": "generic" - }, - { - "domain": "kw", - "description": "Kuwait (State of Kuwait)", - "type": "country-code" - }, - { - "domain": "ky", - "description": "Cayman Islands", - "type": "country-code" - }, - { - "domain": "kyoto", - "description": "Academic Institution: Kyoto Jyoho Gakuen", - "type": "generic" - }, - { - "domain": "kz", - "description": "Kazakhstan (Republic of)", - "type": "country-code" - }, - { - "domain": "la", - "description": "Laos (Lao People's Democratic Republic)", - "type": "country-code" - }, - { - "domain": "lacaixa", - "description": "CAIXA D'ESTALVIS I PENSIONS DE BARCELONA", - "type": "generic" - }, - { - "domain": "ladbrokes", - "description": "LADBROKES INTERNATIONAL PLC", - "type": "generic" - }, - { - "domain": "lamborghini", - "description": "Automobili Lamborghini S.p.A.", - "type": "generic" - }, - { - "domain": "lamer", - "description": "The Estée Lauder Companies Inc.", - "type": "generic" - }, - { - "domain": "lancaster", - "description": "LANCASTER", - "type": "generic" - }, - { - "domain": "lancia", - "description": "Fiat Chrysler Automobiles N.V.", - "type": "generic" - }, - { - "domain": "lancome", - "description": "L'Oréal", - "type": "generic" - }, - { - "domain": "land", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "landrover", - "description": "Jaguar Land Rover Ltd", - "type": "generic" - }, - { - "domain": "lanxess", - "description": "LANXESS Corporation", - "type": "generic" - }, - { - "domain": "lasalle", - "description": "Jones Lang LaSalle Incorporated", - "type": "generic" - }, - { - "domain": "lat", - "description": "ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico", - "type": "generic" - }, - { - "domain": "latino", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "latrobe", - "description": "La Trobe University", - "type": "generic" - }, - { - "domain": "law", - "description": "Minds + Machines Group Limited", - "type": "generic" - }, - { - "domain": "lawyer", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "lb", - "description": "Lebanon (Lebanese Republic)", - "type": "country-code" - }, - { - "domain": "lc", - "description": "Saint Lucia", - "type": "country-code" - }, - { - "domain": "lds", - "description": "IRI Domain Management, LLC", - "type": "generic" - }, - { - "domain": "lease", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "leclerc", - "description": "A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc", - "type": "generic" - }, - { - "domain": "lefrak", - "description": "LeFrak Organization, Inc.", - "type": "generic" - }, - { - "domain": "legal", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "lego", - "description": "LEGO Juris A/S", - "type": "generic" - }, - { - "domain": "lexus", - "description": "TOYOTA MOTOR CORPORATION", - "type": "generic" - }, - { - "domain": "lgbt", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "li", - "description": "Liechtenstein (Principality of)", - "type": "country-code" - }, - { - "domain": "liaison", - "description": "Liaison Technologies, Incorporated", - "type": "generic" - }, - { - "domain": "lidl", - "description": "Schwarz Domains und Services GmbH & Co. KG", - "type": "generic" - }, - { - "domain": "life", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "lifeinsurance", - "description": "American Council of Life Insurers", - "type": "generic" - }, - { - "domain": "lifestyle", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "lighting", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "like", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "lilly", - "description": "Eli Lilly and Company", - "type": "generic" - }, - { - "domain": "limited", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "limo", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "lincoln", - "description": "Ford Motor Company", - "type": "generic" - }, - { - "domain": "linde", - "description": "Linde Aktiengesellschaft", - "type": "generic" - }, - { - "domain": "link", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "lipsy", - "description": "Lipsy Ltd", - "type": "generic" - }, - { - "domain": "live", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "living", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "lixil", - "description": "LIXIL Group Corporation", - "type": "generic" - }, - { - "domain": "lk", - "description": "Sri Lanka (Democratic Socialist Republic of)", - "type": "country-code" - }, - { - "domain": "llc", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "loan", - "description": "dot Loan Limited", - "type": "generic" - }, - { - "domain": "loans", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "locker", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "locus", - "description": "Locus Analytics LLC", - "type": "generic" - }, - { - "domain": "loft", - "description": "Annco, Inc.", - "type": "generic" - }, - { - "domain": "lol", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "london", - "description": "Dot London Domains Limited", - "type": "generic" - }, - { - "domain": "lotte", - "description": "Lotte Holdings Co., Ltd.", - "type": "generic" - }, - { - "domain": "lotto", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "love", - "description": "Merchant Law Group LLP", - "type": "generic" - }, - { - "domain": "lpl", - "description": "LPL Holdings, Inc.", - "type": "generic" - }, - { - "domain": "lplfinancial", - "description": "LPL Holdings, Inc.", - "type": "generic" - }, - { - "domain": "lr", - "description": "Liberia (Republic of)", - "type": "country-code" - }, - { - "domain": "ls", - "description": "Lesotho (Kingdom of)", - "type": "country-code" - }, - { - "domain": "lt", - "description": "Lithuania (Republic of)", - "type": "country-code" - }, - { - "domain": "ltd", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ltda", - "description": "InterNetX Corp.", - "type": "generic" - }, - { - "domain": "lu", - "description": "Luxembourg (Grand Duchy of)", - "type": "country-code" - }, - { - "domain": "lundbeck", - "description": "H. Lundbeck A/S", - "type": "generic" - }, - { - "domain": "lupin", - "description": "LUPIN LIMITED", - "type": "generic" - }, - { - "domain": "luxe", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "luxury", - "description": "Luxury Partners LLC", - "type": "generic" - }, - { - "domain": "lv", - "description": "Latvia (Republic of)", - "type": "country-code" - }, - { - "domain": "ly", - "description": "Libya", - "type": "country-code" - }, - { - "domain": "ma", - "description": "Morocco", - "type": "country-code" - }, - { - "domain": "macys", - "description": "Macys, Inc.", - "type": "generic" - }, - { - "domain": "madrid", - "description": "Comunidad de Madrid", - "type": "generic" - }, - { - "domain": "maif", - "description": "Mutuelle Assurance Instituteur France (MAIF)", - "type": "generic" - }, - { - "domain": "maison", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "makeup", - "description": "L'Oréal", - "type": "generic" - }, - { - "domain": "man", - "description": "MAN SE", - "type": "generic" - }, - { - "domain": "management", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "mango", - "description": "PUNTO FA S.L.", - "type": "generic" - }, - { - "domain": "map", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "market", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "marketing", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "markets", - "description": "DOTMARKETS REGISTRY LTD", - "type": "generic" - }, - { - "domain": "marriott", - "description": "Marriott Worldwide Corporation", - "type": "generic" - }, - { - "domain": "marshalls", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "maserati", - "description": "Fiat Chrysler Automobiles N.V.", - "type": "generic" - }, - { - "domain": "mattel", - "description": "Mattel Sites, Inc.", - "type": "generic" - }, - { - "domain": "mba", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "mc", - "description": "Monaco (Principality of)", - "type": "country-code" - }, - { - "domain": "mcd", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "mcdonalds", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "mckinsey", - "description": "McKinsey Holdings, Inc.", - "type": "generic" - }, - { - "domain": "md", - "description": "Moldova (Republic of)", - "type": "country-code" - }, - { - "domain": "me", - "description": "Montenegro", - "type": "country-code" - }, - { - "domain": "med", - "description": "Medistry LLC", - "type": "generic" - }, - { - "domain": "media", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "meet", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "melbourne", - "description": "The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation", - "type": "generic" - }, - { - "domain": "meme", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "memorial", - "description": "Dog Beach, LLC", - "type": "generic" - }, - { - "domain": "men", - "description": "Exclusive Registry Limited", - "type": "generic" - }, - { - "domain": "menu", - "description": "Wedding TLD2, LLC", - "type": "generic" - }, - { - "domain": "meo", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "merckmsd", - "description": "MSD Registry Holdings, Inc.", - "type": "generic" - }, - { - "domain": "metlife", - "description": "MetLife Services and Solutions, LLC", - "type": "generic" - }, - { - "domain": "mf", - "description": "Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr}", - "type": "country-code" - }, - { - "domain": "mg", - "description": "Madagascar (Republic of)", - "type": "country-code" - }, - { - "domain": "mh", - "description": "Marshall Islands (Republic of the)", - "type": "country-code" - }, - { - "domain": "miami", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "microsoft", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "mil", - "description": "US military", - "type": "sponsored" - }, - { - "domain": "mini", - "description": "Bayerische Motoren Werke Aktiengesellschaft", - "type": "generic" - }, - { - "domain": "mint", - "description": "Intuit Administrative Services, Inc.", - "type": "generic" - }, - { - "domain": "mit", - "description": "Massachusetts Institute of Technology", - "type": "generic" - }, - { - "domain": "mitsubishi", - "description": "Mitsubishi Corporation", - "type": "generic" - }, - { - "domain": "mk", - "description": "Macedonia (Republic of)", - "type": "country-code" - }, - { - "domain": "ml", - "description": "Mali (Republic of)", - "type": "country-code" - }, - { - "domain": "mlb", - "description": "MLB Advanced Media DH, LLC", - "type": "generic" - }, - { - "domain": "mls", - "description": "The Canadian Real Estate Association", - "type": "generic" - }, - { - "domain": "mm", - "description": "Myanmar (Republic of the Union of) [Burma]", - "type": "country-code" - }, - { - "domain": "mma", - "description": "MMA IARD", - "type": "generic" - }, - { - "domain": "mn", - "description": "Mongolia", - "type": "country-code" - }, - { - "domain": "mo", - "description": "Macau (Macau Special Administrative Region of the People's Republic of China) [Macao]", - "type": "country-code" - }, - { - "domain": "mobi", - "description": "Mobile", - "type": "generic" - }, - { - "domain": "mobile", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "mobily", - "description": "GreenTech Consultancy Company W.L.L.", - "type": "generic" - }, - { - "domain": "moda", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "moe", - "description": "Interlink Co., Ltd.", - "type": "generic" - }, - { - "domain": "moi", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "mom", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "monash", - "description": "Monash University", - "type": "generic" - }, - { - "domain": "money", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "monster", - "description": "Monster Worldwide, Inc.", - "type": "generic" - }, - { - "domain": "montblanc", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "mopar", - "description": "FCA US LLC.", - "type": "generic" - }, - { - "domain": "mormon", - "description": "IRI Domain Management, LLC (\"Applicant\")", - "type": "generic" - }, - { - "domain": "mortgage", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "moscow", - "description": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", - "type": "generic" - }, - { - "domain": "moto", - "description": "Motorola Trademark Holdings, LLC", - "type": "generic" - }, - { - "domain": "motorcycles", - "description": "DERMotorcycles, LLC", - "type": "generic" - }, - { - "domain": "mov", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "movie", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "movistar", - "description": "Telefónica S.A.", - "type": "generic" - }, - { - "domain": "mp", - "description": "Northern Mariana Islands (Commonwealth of the)", - "type": "country-code" - }, - { - "domain": "mq", - "description": "Martinique", - "type": "country-code" - }, - { - "domain": "mr", - "description": "Mauritania (Islamic Republic of)", - "type": "country-code" - }, - { - "domain": "ms", - "description": "Montserrat", - "type": "country-code" - }, - { - "domain": "msd", - "description": "MSD Registry Holdings, Inc.", - "type": "generic" - }, - { - "domain": "mt", - "description": "Malta (Republic of)", - "type": "country-code" - }, - { - "domain": "mtn", - "description": "MTN Dubai Limited", - "type": "generic" - }, - { - "domain": "mtpc", - "description": "Retired", - "type": "generic" - }, - { - "domain": "mtr", - "description": "MTR Corporation Limited", - "type": "generic" - }, - { - "domain": "mu", - "description": "Mauritius (Republic of)", - "type": "country-code" - }, - { - "domain": "museum", - "description": "Museums", - "type": "sponsored" - }, - { - "domain": "mutual", - "description": "Northwestern Mutual MU TLD Registry, LLC", - "type": "generic" - }, - { - "domain": "mutuelle", - "description": "Retired", - "type": "generic" - }, - { - "domain": "mv", - "description": "Maldives (Republic of)", - "type": "country-code" - }, - { - "domain": "mw", - "description": "Malawi (Republic of)", - "type": "country-code" - }, - { - "domain": "mx", - "description": "Mexico (United Mexican States)", - "type": "country-code" - }, - { - "domain": "my", - "description": "Malaysia", - "type": "country-code" - }, - { - "domain": "mz", - "description": "Mozambique (Republic of)", - "type": "country-code" - }, - { - "domain": "na", - "description": "Namibia (Republic of)", - "type": "country-code" - }, - { - "domain": "nab", - "description": "National Australia Bank Limited", - "type": "generic" - }, - { - "domain": "nadex", - "description": "Nadex Domains, Inc", - "type": "generic" - }, - { - "domain": "nagoya", - "description": "GMO Registry, Inc.", - "type": "generic" - }, - { - "domain": "name", - "description": "Individuals", - "type": "generic-restricted" - }, - { - "domain": "nationwide", - "description": "Nationwide Mutual Insurance Company", - "type": "generic" - }, - { - "domain": "natura", - "description": "NATURA COSMÉTICOS S.A.", - "type": "generic" - }, - { - "domain": "navy", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "nba", - "description": "NBA REGISTRY, LLC", - "type": "generic" - }, - { - "domain": "nc", - "description": "New Caledonia", - "type": "country-code" - }, - { - "domain": "ne", - "description": "Niger (Republic of)", - "type": "country-code" - }, - { - "domain": "nec", - "description": "NEC Corporation", - "type": "generic" - }, - { - "domain": "net", - "description": "Network", - "type": "generic" - }, - { - "domain": "netbank", - "description": "COMMONWEALTH BANK OF AUSTRALIA", - "type": "generic" - }, - { - "domain": "netflix", - "description": "Netflix, Inc.", - "type": "generic" - }, - { - "domain": "network", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "neustar", - "description": "NeuStar, Inc.", - "type": "generic" - }, - { - "domain": "new", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "newholland", - "description": "CNH Industrial N.V.", - "type": "generic" - }, - { - "domain": "news", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "next", - "description": "Next plc", - "type": "generic" - }, - { - "domain": "nextdirect", - "description": "Next plc", - "type": "generic" - }, - { - "domain": "nexus", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "nf", - "description": "Norfolk Island (Territory of)", - "type": "country-code" - }, - { - "domain": "nfl", - "description": "NFL Reg Ops LLC", - "type": "generic" - }, - { - "domain": "ng", - "description": "Nigeria (Federal Republic of)", - "type": "country-code" - }, - { - "domain": "ngo", - "description": "Public Interest Registry", - "type": "generic" - }, - { - "domain": "nhk", - "description": "Japan Broadcasting Corporation (NHK)", - "type": "generic" - }, - { - "domain": "ni", - "description": "Nicaragua (Republic of)", - "type": "country-code" - }, - { - "domain": "nico", - "description": "DWANGO Co., Ltd.", - "type": "generic" - }, - { - "domain": "nike", - "description": "NIKE, Inc.", - "type": "generic" - }, - { - "domain": "nikon", - "description": "NIKON CORPORATION", - "type": "generic" - }, - { - "domain": "ninja", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "nissan", - "description": "NISSAN MOTOR CO., LTD.", - "type": "generic" - }, - { - "domain": "nissay", - "description": "Nippon Life Insurance Company", - "type": "generic" - }, - { - "domain": "nl", - "description": "Netherlands", - "type": "country-code" - }, - { - "domain": "no", - "description": "Norway (Kingdom of)", - "type": "country-code" - }, - { - "domain": "nokia", - "description": "Nokia Corporation", - "type": "generic" - }, - { - "domain": "northwesternmutual", - "description": "Northwestern Mutual Registry, LLC", - "type": "generic" - }, - { - "domain": "norton", - "description": "Symantec Corporation", - "type": "generic" - }, - { - "domain": "now", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "nowruz", - "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "type": "generic" - }, - { - "domain": "nowtv", - "description": "Starbucks (HK) Limited", - "type": "generic" - }, - { - "domain": "np", - "description": "Nepal (Federal Democratic Republic of)", - "type": "country-code" - }, - { - "domain": "nr", - "description": "Nauru (Republic of)", - "type": "country-code" - }, - { - "domain": "nra", - "description": "NRA Holdings Company, INC.", - "type": "generic" - }, - { - "domain": "nrw", - "description": "Minds + Machines GmbH", - "type": "generic" - }, - { - "domain": "ntt", - "description": "NIPPON TELEGRAPH AND TELEPHONE CORPORATION", - "type": "generic" - }, - { - "domain": "nu", - "description": "Niue", - "type": "country-code" - }, - { - "domain": "nyc", - "description": "The City of New York by and through the New York City Department of Information Technology & Telecommunications", - "type": "generic" - }, - { - "domain": "nz", - "description": "New Zealand", - "type": "country-code" - }, - { - "domain": "obi", - "description": "OBI Group Holding SE & Co. KGaA", - "type": "generic" - }, - { - "domain": "observer", - "description": "Top Level Spectrum, Inc.", - "type": "generic" - }, - { - "domain": "off", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "office", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "okinawa", - "description": "BRregistry, Inc.", - "type": "generic" - }, - { - "domain": "olayan", - "description": "Crescent Holding GmbH", - "type": "generic" - }, - { - "domain": "olayangroup", - "description": "Crescent Holding GmbH", - "type": "generic" - }, - { - "domain": "oldnavy", - "description": "The Gap, Inc.", - "type": "generic" - }, - { - "domain": "ollo", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "om", - "description": "Oman (Sultanate of)", - "type": "country-code" - }, - { - "domain": "omega", - "description": "The Swatch Group Ltd", - "type": "generic" - }, - { - "domain": "one", - "description": "One.com A/S", - "type": "generic" - }, - { - "domain": "ong", - "description": "Public Interest Registry", - "type": "generic" - }, - { - "domain": "onl", - "description": "I-REGISTRY Ltd., Niederlassung Deutschland", - "type": "generic" - }, - { - "domain": "online", - "description": "DotOnline Inc.", - "type": "generic" - }, - { - "domain": "onyourside", - "description": "Nationwide Mutual Insurance Company", - "type": "generic" - }, - { - "domain": "ooo", - "description": "INFIBEAM INCORPORATION LIMITED", - "type": "generic" - }, - { - "domain": "open", - "description": "American Express Travel Related Services Company, Inc.", - "type": "generic" - }, - { - "domain": "oracle", - "description": "Oracle Corporation", - "type": "generic" - }, - { - "domain": "orange", - "description": "Orange Brand Services Limited", - "type": "generic" - }, - { - "domain": "org", - "description": "Non-profit organizations", - "type": "generic" - }, - { - "domain": "organic", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "orientexpress", - "description": "Retired", - "type": "generic" - }, - { - "domain": "origins", - "description": "The Estée Lauder Companies Inc.", - "type": "generic" - }, - { - "domain": "osaka", - "description": "Osaka Registry Co., Ltd.", - "type": "generic" - }, - { - "domain": "otsuka", - "description": "Otsuka Holdings Co., Ltd.", - "type": "generic" - }, - { - "domain": "ott", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "ovh", - "description": "OVH SAS", - "type": "generic" - }, - { - "domain": "pa", - "description": "Panama (Republic of)", - "type": "country-code" - }, - { - "domain": "page", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "pamperedchef", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "panasonic", - "description": "Panasonic Corporation", - "type": "generic" - }, - { - "domain": "panerai", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "paris", - "description": "City of Paris", - "type": "generic" - }, - { - "domain": "pars", - "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "type": "generic" - }, - { - "domain": "partners", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "parts", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "party", - "description": "Blue Sky Registry Limited", - "type": "generic" - }, - { - "domain": "passagens", - "description": "Travel Reservations SRL", - "type": "generic" - }, - { - "domain": "pay", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "pccw", - "description": "PCCW Enterprises Limited", - "type": "generic" - }, - { - "domain": "pe", - "description": "Peru (Republic of)", - "type": "country-code" - }, - { - "domain": "pet", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "pf", - "description": "French Polynesia and Clipperton Island", - "type": "country-code" - }, - { - "domain": "pfizer", - "description": "Pfizer Inc.", - "type": "generic" - }, - { - "domain": "pg", - "description": "Papua New Guinea (Independent State of)", - "type": "country-code" - }, - { - "domain": "ph", - "description": "Philippines (Republic of the)", - "type": "country-code" - }, - { - "domain": "pharmacy", - "description": "National Association of Boards of Pharmacy", - "type": "generic" - }, - { - "domain": "phd", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "philips", - "description": "Koninklijke Philips N.V.", - "type": "generic" - }, - { - "domain": "phone", - "description": "Dish DBS Corporation", - "type": "generic" - }, - { - "domain": "photo", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "photography", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "photos", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "physio", - "description": "PhysBiz Pty Ltd", - "type": "generic" - }, - { - "domain": "piaget", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "pics", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "pictet", - "description": "Pictet Europe S.A.", - "type": "generic" - }, - { - "domain": "pictures", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "pid", - "description": "Top Level Spectrum, Inc.", - "type": "generic" - }, - { - "domain": "pin", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "ping", - "description": "Ping Registry Provider, Inc.", - "type": "generic" - }, - { - "domain": "pink", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "pioneer", - "description": "Pioneer Corporation", - "type": "generic" - }, - { - "domain": "pizza", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "pk", - "description": "Pakistan (Islamic Republic of)", - "type": "country-code" - }, - { - "domain": "pl", - "description": "Poland (Republic of)", - "type": "country-code" - }, - { - "domain": "place", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "play", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "playstation", - "description": "Sony Computer Entertainment Inc.", - "type": "generic" - }, - { - "domain": "plumbing", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "plus", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "pm", - "description": "Saint Pierre and Miquelon", - "type": "country-code" - }, - { - "domain": "pn", - "description": "Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands)", - "type": "country-code" - }, - { - "domain": "pnc", - "description": "PNC Domain Co., LLC", - "type": "generic" - }, - { - "domain": "pohl", - "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "type": "generic" - }, - { - "domain": "poker", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "politie", - "description": "Politie Nederland", - "type": "generic" - }, - { - "domain": "porn", - "description": "ICM Registry PN LLC", - "type": "generic" - }, - { - "domain": "post", - "description": "Universal Postal Union", - "type": "sponsored" - }, - { - "domain": "pr", - "description": "Puerto Rico (Commonwealth of)", - "type": "country-code" - }, - { - "domain": "pramerica", - "description": "Prudential Financial, Inc.", - "type": "generic" - }, - { - "domain": "praxi", - "description": "Praxi S.p.A.", - "type": "generic" - }, - { - "domain": "press", - "description": "DotPress Inc.", - "type": "generic" - }, - { - "domain": "prime", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "pro", - "description": "Profession", - "type": "generic-restricted" - }, - { - "domain": "prod", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "productions", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "prof", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "progressive", - "description": "Progressive Casualty Insurance Company", - "type": "generic" - }, - { - "domain": "promo", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "properties", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "property", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "protection", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "pru", - "description": "Prudential Financial, Inc.", - "type": "generic" - }, - { - "domain": "prudential", - "description": "Prudential Financial, Inc.", - "type": "generic" - }, - { - "domain": "ps", - "description": "Palestine (State of)", - "type": "country-code" - }, - { - "domain": "pt", - "description": "Portugal (Portuguese Republic)", - "type": "country-code" - }, - { - "domain": "pub", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "pw", - "description": "Palau (Republic of)", - "type": "country-code" - }, - { - "domain": "pwc", - "description": "PricewaterhouseCoopers LLP", - "type": "generic" - }, - { - "domain": "py", - "description": "Paraguay (Republic of)", - "type": "country-code" - }, - { - "domain": "qa", - "description": "Qatar (State of)", - "type": "country-code" - }, - { - "domain": "qpon", - "description": "dotCOOL, Inc.", - "type": "generic" - }, - { - "domain": "quebec", - "description": "PointQuébec Inc", - "type": "generic" - }, - { - "domain": "quest", - "description": "Quest ION Limited", - "type": "generic" - }, - { - "domain": "qvc", - "description": "QVC, Inc.", - "type": "generic" - }, - { - "domain": "racing", - "description": "Premier Registry Limited", - "type": "generic" - }, - { - "domain": "radio", - "description": "European Broadcasting Union (EBU)", - "type": "generic" - }, - { - "domain": "raid", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "re", - "description": "Réunion", - "type": "country-code" - }, - { - "domain": "read", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "realestate", - "description": "dotRealEstate LLC", - "type": "generic" - }, - { - "domain": "realtor", - "description": "Real Estate Domains LLC", - "type": "generic" - }, - { - "domain": "realty", - "description": "Fegistry, LLC", - "type": "generic" - }, - { - "domain": "recipes", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "red", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "redstone", - "description": "Redstone Haute Couture Co., Ltd.", - "type": "generic" - }, - { - "domain": "redumbrella", - "description": "Travelers TLD, LLC", - "type": "generic" - }, - { - "domain": "rehab", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "reise", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "reisen", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "reit", - "description": "National Association of Real Estate Investment Trusts, Inc.", - "type": "generic" - }, - { - "domain": "reliance", - "description": "Reliance Industries Limited", - "type": "generic" - }, - { - "domain": "ren", - "description": "Beijing Qianxiang Wangjing Technology Development Co., Ltd.", - "type": "generic" - }, - { - "domain": "rent", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "rentals", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "repair", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "report", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "republican", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "rest", - "description": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", - "type": "generic" - }, - { - "domain": "restaurant", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "review", - "description": "dot Review Limited", - "type": "generic" - }, - { - "domain": "reviews", - "description": "United TLD Holdco, Ltd.", - "type": "generic" - }, - { - "domain": "rexroth", - "description": "Robert Bosch GMBH", - "type": "generic" - }, - { - "domain": "rich", - "description": "I-REGISTRY Ltd., Niederlassung Deutschland", - "type": "generic" - }, - { - "domain": "richardli", - "description": "Pacific Century Asset Management (HK) Limited", - "type": "generic" - }, - { - "domain": "ricoh", - "description": "Ricoh Company, Ltd.", - "type": "generic" - }, - { - "domain": "rightathome", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "ril", - "description": "Reliance Industries Limited", - "type": "generic" - }, - { - "domain": "rio", - "description": "Empresa Municipal de Informática SA - IPLANRIO", - "type": "generic" - }, - { - "domain": "rip", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "rmit", - "description": "Royal Melbourne Institute of Technology", - "type": "generic" - }, - { - "domain": "ro", - "description": "Romania", - "type": "country-code" - }, - { - "domain": "rocher", - "description": "Ferrero Trading Lux S.A.", - "type": "generic" - }, - { - "domain": "rocks", - "description": "United TLD Holdco, LTD.", - "type": "generic" - }, - { - "domain": "rodeo", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "rogers", - "description": "Rogers Communications Canada Inc.", - "type": "generic" - }, - { - "domain": "room", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "rs", - "description": "Serbia (Republic of)", - "type": "country-code" - }, - { - "domain": "rsvp", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "ru", - "description": "Russia (Russian Federation)", - "type": "country-code" - }, - { - "domain": "rugby", - "description": "World Rugby Strategic Developments Limited", - "type": "generic" - }, - { - "domain": "ruhr", - "description": "regiodot GmbH & Co. KG", - "type": "generic" - }, - { - "domain": "run", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "rw", - "description": "Rwanda (Republic of)", - "type": "country-code" - }, - { - "domain": "rwe", - "description": "RWE AG", - "type": "generic" - }, - { - "domain": "ryukyu", - "description": "BRregistry, Inc.", - "type": "generic" - }, - { - "domain": "sa", - "description": "Saudi Arabia (Kingdom of)", - "type": "country-code" - }, - { - "domain": "saarland", - "description": "dotSaarland GmbH", - "type": "generic" - }, - { - "domain": "safe", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "safety", - "description": "Safety Registry Services, LLC.", - "type": "generic" - }, - { - "domain": "sakura", - "description": "SAKURA Internet Inc.", - "type": "generic" - }, - { - "domain": "sale", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "salon", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "samsclub", - "description": "Wal-Mart Stores, Inc.", - "type": "generic" - }, - { - "domain": "samsung", - "description": "SAMSUNG SDS CO., LTD", - "type": "generic" - }, - { - "domain": "sandvik", - "description": "Sandvik AB", - "type": "generic" - }, - { - "domain": "sandvikcoromant", - "description": "Sandvik AB", - "type": "generic" - }, - { - "domain": "sanofi", - "description": "Sanofi", - "type": "generic" - }, - { - "domain": "sap", - "description": "SAP AG", - "type": "generic" - }, - { - "domain": "sapo", - "description": "Not assigned", - "type": "generic" - }, - { - "domain": "sarl", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "sas", - "description": "Research IP LLC", - "type": "generic" - }, - { - "domain": "save", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "saxo", - "description": "Saxo Bank A/S", - "type": "generic" - }, - { - "domain": "sb", - "description": "Solomon Islands", - "type": "country-code" - }, - { - "domain": "sbi", - "description": "STATE BANK OF INDIA", - "type": "generic" - }, - { - "domain": "sbs", - "description": "SPECIAL BROADCASTING SERVICE CORPORATION", - "type": "generic" - }, - { - "domain": "sc", - "description": "Seychelles (Republic of)", - "type": "country-code" - }, - { - "domain": "sca", - "description": "SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)", - "type": "generic" - }, - { - "domain": "scb", - "description": "The Siam Commercial Bank Public Company Limited (\"SCB\")", - "type": "generic" - }, - { - "domain": "schaeffler", - "description": "Schaeffler Technologies AG & Co. KG", - "type": "generic" - }, - { - "domain": "schmidt", - "description": "SALM S.A.S.", - "type": "generic" - }, - { - "domain": "scholarships", - "description": "Scholarships.com, LLC", - "type": "generic" - }, - { - "domain": "school", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "schule", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "schwarz", - "description": "Schwarz Domains und Services GmbH & Co. KG", - "type": "generic" - }, - { - "domain": "science", - "description": "dot Science Limited", - "type": "generic" - }, - { - "domain": "scjohnson", - "description": "Johnson Shareholdings, Inc.", - "type": "generic" - }, - { - "domain": "scor", - "description": "SCOR SE", - "type": "generic" - }, - { - "domain": "scot", - "description": "Dot Scot Registry Limited", - "type": "generic" - }, - { - "domain": "sd", - "description": "Sudan (Republic of)", - "type": "country-code" - }, - { - "domain": "se", - "description": "Sweden (Kingdom of)", - "type": "country-code" - }, - { - "domain": "search", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "seat", - "description": "SEAT, S.A. (Sociedad Unipersonal)", - "type": "generic" - }, - { - "domain": "secure", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "security", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "seek", - "description": "Seek Limited", - "type": "generic" - }, - { - "domain": "select", - "description": "iSelect Ltd", - "type": "generic" - }, - { - "domain": "sener", - "description": "Sener Ingeniería y Sistemas, S.A.", - "type": "generic" - }, - { - "domain": "services", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "ses", - "description": "SES", - "type": "generic" - }, - { - "domain": "seven", - "description": "Seven West Media Ltd", - "type": "generic" - }, - { - "domain": "sew", - "description": "SEW-EURODRIVE GmbH & Co KG", - "type": "generic" - }, - { - "domain": "sex", - "description": "ICM Registry SX LLC", - "type": "generic" - }, - { - "domain": "sexy", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "sfr", - "description": "Societe Francaise du Radiotelephone - SFR", - "type": "generic" - }, - { - "domain": "sg", - "description": "Singapore (Republic of)", - "type": "country-code" - }, - { - "domain": "sh", - "description": "Saint Helena", - "type": "country-code" - }, - { - "domain": "shangrila", - "description": "Shangri‐La International Hotel Management Limited", - "type": "generic" - }, - { - "domain": "sharp", - "description": "Sharp Corporation", - "type": "generic" - }, - { - "domain": "shaw", - "description": "Shaw Cablesystems G.P.", - "type": "generic" - }, - { - "domain": "shell", - "description": "Shell Information Technology International Inc", - "type": "generic" - }, - { - "domain": "shia", - "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "type": "generic" - }, - { - "domain": "shiksha", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "shoes", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "shop", - "description": "GMO Registry, Inc.", - "type": "generic" - }, - { - "domain": "shopping", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "shouji", - "description": "QIHOO 360 TECHNOLOGY CO. LTD.", - "type": "generic" - }, - { - "domain": "show", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "showtime", - "description": "CBS Domains Inc.", - "type": "generic" - }, - { - "domain": "shriram", - "description": "Shriram Capital Ltd.", - "type": "generic" - }, - { - "domain": "si", - "description": "Slovenia (Republic of)", - "type": "country-code" - }, - { - "domain": "silk", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "sina", - "description": "Sina Corporation", - "type": "generic" - }, - { - "domain": "singles", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "site", - "description": "DotSite Inc.", - "type": "generic" - }, - { - "domain": "sj", - "description": "Svalbard and Jan Mayen {not in use - see also: .no}", - "type": "country-code" - }, - { - "domain": "sk", - "description": "Slovakia (Slovak Republic)", - "type": "country-code" - }, - { - "domain": "ski", - "description": "STARTING DOT LIMITED", - "type": "generic" - }, - { - "domain": "skin", - "description": "L'Oréal", - "type": "generic" - }, - { - "domain": "sky", - "description": "Sky International AG", - "type": "generic" - }, - { - "domain": "skype", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "sl", - "description": "Sierra Leone (Republic of)", - "type": "country-code" - }, - { - "domain": "sling", - "description": "Hughes Satellite Systems Corporation", - "type": "generic" - }, - { - "domain": "sm", - "description": "San Marino (Republic of)", - "type": "country-code" - }, - { - "domain": "smart", - "description": "Smart Communications, Inc. (SMART)", - "type": "generic" - }, - { - "domain": "smile", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "sn", - "description": "Senegal (Republic of)", - "type": "country-code" - }, - { - "domain": "sncf", - "description": "SNCF (Société Nationale des Chemins de fer Francais)", - "type": "generic" - }, - { - "domain": "so", - "description": "Somalia (Federal Republic of)", - "type": "country-code" - }, - { - "domain": "soccer", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "social", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "softbank", - "description": "SoftBank Group Corp.", - "type": "generic" - }, - { - "domain": "software", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "sohu", - "description": "Sohu.com Limited", - "type": "generic" - }, - { - "domain": "solar", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "solutions", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "song", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "sony", - "description": "Sony Corporation", - "type": "generic" - }, - { - "domain": "soy", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "space", - "description": "DotSpace Inc.", - "type": "generic" - }, - { - "domain": "spiegel", - "description": "SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG", - "type": "generic" - }, - { - "domain": "sport", - "description": "Global Association of International Sports Federations (GAISF)", - "type": "generic" - }, - { - "domain": "spot", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "spreadbetting", - "description": "DOTSPREADBETTING REGISTRY LTD", - "type": "generic" - }, - { - "domain": "sr", - "description": "Suriname (Republic of)", - "type": "country-code" - }, - { - "domain": "srl", - "description": "InterNetX Corp.", - "type": "generic" - }, - { - "domain": "srt", - "description": "FCA US LLC.", - "type": "generic" - }, - { - "domain": "ss", - "description": "South Sudan (Republic of)", - "type": "country-code" - }, - { - "domain": "st", - "description": "São Tomé and Príncipe (Democratic Republic of)", - "type": "country-code" - }, - { - "domain": "stada", - "description": "STADA Arzneimittel AG", - "type": "generic" - }, - { - "domain": "staples", - "description": "Staples, Inc.", - "type": "generic" - }, - { - "domain": "star", - "description": "Star India Private Limited", - "type": "generic" - }, - { - "domain": "starhub", - "description": "StarHub Limited", - "type": "generic" - }, - { - "domain": "statebank", - "description": "STATE BANK OF INDIA", - "type": "generic" - }, - { - "domain": "statefarm", - "description": "State Farm Mutual Automobile Insurance Company", - "type": "generic" - }, - { - "domain": "statoil", - "description": "Statoil ASA", - "type": "generic" - }, - { - "domain": "stc", - "description": "Saudi Telecom Company", - "type": "generic" - }, - { - "domain": "stcgroup", - "description": "Saudi Telecom Company", - "type": "generic" - }, - { - "domain": "stockholm", - "description": "Stockholms kommun", - "type": "generic" - }, - { - "domain": "storage", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "store", - "description": "DotStore Inc.", - "type": "generic" - }, - { - "domain": "stream", - "description": "dot Stream Limited", - "type": "generic" - }, - { - "domain": "studio", - "description": "United TLD Holdco Ltd.", - "type": "generic" - }, - { - "domain": "study", - "description": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", - "type": "generic" - }, - { - "domain": "style", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "su", - "description": "Soviet Union (Union of Soviet Socialist Republics)", - "type": "country-code" - }, - { - "domain": "sucks", - "description": "Vox Populi Registry Ltd.", - "type": "generic" - }, - { - "domain": "supplies", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "supply", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "support", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "surf", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "surgery", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "suzuki", - "description": "SUZUKI MOTOR CORPORATION", - "type": "generic" - }, - { - "domain": "sv", - "description": "El Salvador (Republic of)", - "type": "country-code" - }, - { - "domain": "swatch", - "description": "The Swatch Group Ltd", - "type": "generic" - }, - { - "domain": "swiftcover", - "description": "Swiftcover Insurance Services Limited", - "type": "generic" - }, - { - "domain": "swiss", - "description": "Swiss Confederation", - "type": "generic" - }, - { - "domain": "sx", - "description": "Sint Maarten", - "type": "country-code" - }, - { - "domain": "sy", - "description": "Syria (Syrian Arab Republic)", - "type": "country-code" - }, - { - "domain": "sydney", - "description": "State of New South Wales, Department of Premier and Cabinet", - "type": "generic" - }, - { - "domain": "symantec", - "description": "Symantec Corporation", - "type": "generic" - }, - { - "domain": "systems", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "sz", - "description": "Swaziland (Kingdom of)", - "type": "country-code" - }, - { - "domain": "tab", - "description": "Tabcorp Holdings Limited", - "type": "generic" - }, - { - "domain": "taipei", - "description": "Taipei City Government", - "type": "generic" - }, - { - "domain": "talk", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "taobao", - "description": "Alibaba Group Holding Limited", - "type": "generic" - }, - { - "domain": "target", - "description": "Target Domain Holdings, LLC", - "type": "generic" - }, - { - "domain": "tatamotors", - "description": "Tata Motors Ltd", - "type": "generic" - }, - { - "domain": "tatar", - "description": "Limited Liability Company \"Coordination Center of Regional Domain of Tatarstan Republic\"", - "type": "generic" - }, - { - "domain": "tattoo", - "description": "Uniregistry, Corp.", - "type": "generic" - }, - { - "domain": "tax", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "taxi", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tc", - "description": "Turks and Caicos Islands", - "type": "country-code" - }, - { - "domain": "tci", - "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "type": "generic" - }, - { - "domain": "td", - "description": "Chad (Republic of)", - "type": "country-code" - }, - { - "domain": "tdk", - "description": "TDK Corporation", - "type": "generic" - }, - { - "domain": "team", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tech", - "description": "Dot Tech LLC", - "type": "generic" - }, - { - "domain": "technology", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tel", - "description": "Telephone", - "type": "sponsored" - }, - { - "domain": "telecity", - "description": "TelecityGroup International Limited", - "type": "generic" - }, - { - "domain": "telefonica", - "description": "Telefónica S.A.", - "type": "generic" - }, - { - "domain": "temasek", - "description": "Temasek Holdings (Private) Limited", - "type": "generic" - }, - { - "domain": "tennis", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "teva", - "description": "Teva Pharmaceutical Industries Limited", - "type": "generic" - }, - { - "domain": "tf", - "description": "French Southern and Antarctic Lands (Territory of the)", - "type": "country-code" - }, - { - "domain": "tg", - "description": "Togo (Togolese Republic)", - "type": "country-code" - }, - { - "domain": "th", - "description": "Thailand (Kingdom of)", - "type": "country-code" - }, - { - "domain": "thd", - "description": "Home Depot Product Authority, LLC", - "type": "generic" - }, - { - "domain": "theater", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "theatre", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "tiaa", - "description": "Teachers Insurance and Annuity Association of America", - "type": "generic" - }, - { - "domain": "tickets", - "description": "Accent Media Limited", - "type": "generic" - }, - { - "domain": "tienda", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tiffany", - "description": "Tiffany and Company", - "type": "generic" - }, - { - "domain": "tips", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tires", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tirol", - "description": "punkt Tirol GmbH", - "type": "generic" - }, - { - "domain": "tj", - "description": "Tajikistan (Republic of)", - "type": "country-code" - }, - { - "domain": "tjmaxx", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "tjx", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "tk", - "description": "Tokelau", - "type": "country-code" - }, - { - "domain": "tkmaxx", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "tl", - "description": "Timor-Leste (Democratic Republic of) [East Timor]", - "type": "country-code" - }, - { - "domain": "tm", - "description": "Turkmenistan", - "type": "country-code" - }, - { - "domain": "tmall", - "description": "Alibaba Group Holding Limited", - "type": "generic" - }, - { - "domain": "tn", - "description": "Tunisia (Republic of)", - "type": "country-code" - }, - { - "domain": "to", - "description": "Tonga (Kingdom of)", - "type": "country-code" - }, - { - "domain": "today", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tokyo", - "description": "GMO Registry, Inc.", - "type": "generic" - }, - { - "domain": "tools", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "top", - "description": "Jiangsu Bangning Science & Technology Co.,Ltd.", - "type": "generic" - }, - { - "domain": "toray", - "description": "Toray Industries, Inc.", - "type": "generic" - }, - { - "domain": "toshiba", - "description": "TOSHIBA Corporation", - "type": "generic" - }, - { - "domain": "total", - "description": "Total SA", - "type": "generic" - }, - { - "domain": "tours", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "town", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "toyota", - "description": "TOYOTA MOTOR CORPORATION", - "type": "generic" - }, - { - "domain": "toys", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "tp", - "description": "Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl}", - "type": "country-code" - }, - { - "domain": "tr", - "description": "Turkey (Republic of)", - "type": "country-code" - }, - { - "domain": "trade", - "description": "Elite Registry Limited", - "type": "generic" - }, - { - "domain": "trading", - "description": "DOTTRADING REGISTRY LTD", - "type": "generic" - }, - { - "domain": "training", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "travel", - "description": "Travel", - "type": "sponsored" - }, - { - "domain": "travelchannel", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "travelers", - "description": "Travelers TLD, LLC", - "type": "generic" - }, - { - "domain": "travelersinsurance", - "description": "Travelers TLD, LLC", - "type": "generic" - }, - { - "domain": "trust", - "description": "Artemis Internet Inc", - "type": "generic" - }, - { - "domain": "trv", - "description": "Travelers TLD, LLC", - "type": "generic" - }, - { - "domain": "tt", - "description": "Trinidad and Tobago (Republic of)", - "type": "country-code" - }, - { - "domain": "tube", - "description": "Latin American Telecom LLC", - "type": "generic" - }, - { - "domain": "tui", - "description": "TUI AG", - "type": "generic" - }, - { - "domain": "tunes", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "tushu", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "tv", - "description": "Tuvalu", - "type": "country-code" - }, - { - "domain": "tvs", - "description": "T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED", - "type": "generic" - }, - { - "domain": "tw", - "description": "Taiwan (Republic of China)", - "type": "country-code" - }, - { - "domain": "tz", - "description": "Tanzania (United Republic of)", - "type": "country-code" - }, - { - "domain": "ua", - "description": "Ukraine", - "type": "country-code" - }, - { - "domain": "ubank", - "description": "National Australia Bank Limited", - "type": "generic" - }, - { - "domain": "ubs", - "description": "UBS AG", - "type": "generic" - }, - { - "domain": "uconnect", - "description": "FCA US LLC.", - "type": "generic" - }, - { - "domain": "ug", - "description": "Uganda (Republic of)", - "type": "country-code" - }, - { - "domain": "uk", - "description": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", - "type": "country-code" - }, - { - "domain": "um", - "description": "United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}", - "type": "country-code" - }, - { - "domain": "unicom", - "description": "China United Network Communications Corporation Limited", - "type": "generic" - }, - { - "domain": "university", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "uno", - "description": "Dot Latin LLC", - "type": "generic" - }, - { - "domain": "uol", - "description": "UBN INTERNET LTDA.", - "type": "generic" - }, - { - "domain": "ups", - "description": "UPS Market Driver, Inc.", - "type": "generic" - }, - { - "domain": "us", - "description": "United States of America and United States Minor Outlying Islands", - "type": "country-code" - }, - { - "domain": "uy", - "description": "Uruguay (Oriental Republic of)", - "type": "country-code" - }, - { - "domain": "uz", - "description": "Uzbekistan (Republic of)", - "type": "country-code" - }, - { - "domain": "va", - "description": "Vatican City (Vatican City State)", - "type": "country-code" - }, - { - "domain": "vacations", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "vana", - "description": "Lifestyle Domain Holdings, Inc.", - "type": "generic" - }, - { - "domain": "vanguard", - "description": "The Vanguard Group, Inc.", - "type": "generic" - }, - { - "domain": "vc", - "description": "Saint Vincent and the Grenadines", - "type": "country-code" - }, - { - "domain": "ve", - "description": "Venezuela (Bolivarian Republic of)", - "type": "country-code" - }, - { - "domain": "vegas", - "description": "Dot Vegas, Inc.", - "type": "generic" - }, - { - "domain": "ventures", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "verisign", - "description": "VeriSign, Inc.", - "type": "generic" - }, - { - "domain": "versicherung", - "description": "TLD-BOX Registrydienstleistungen GmbH", - "type": "generic" - }, - { - "domain": "vet", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "vg", - "description": "British Virgin Islands (Virgin Islands)", - "type": "country-code" - }, - { - "domain": "vi", - "description": "United States Virgin Islands (United States Virgin Islands)", - "type": "country-code" - }, - { - "domain": "viajes", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "video", - "description": "United TLD Holdco, Ltd", - "type": "generic" - }, - { - "domain": "vig", - "description": "VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe", - "type": "generic" - }, - { - "domain": "viking", - "description": "Viking River Cruises (Bermuda) Ltd.", - "type": "generic" - }, - { - "domain": "villas", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "vin", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "vip", - "description": "Minds + Machines Group Limited", - "type": "generic" - }, - { - "domain": "virgin", - "description": "Virgin Enterprises Limited", - "type": "generic" - }, - { - "domain": "visa", - "description": "Visa Worldwide Pte. Limited", - "type": "generic" - }, - { - "domain": "vision", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "vista", - "description": "Vistaprint Limited", - "type": "generic" - }, - { - "domain": "vistaprint", - "description": "Vistaprint Limited", - "type": "generic" - }, - { - "domain": "viva", - "description": "Saudi Telecom Company", - "type": "generic" - }, - { - "domain": "vivo", - "description": "Telefonica Brasil S.A.", - "type": "generic" - }, - { - "domain": "vlaanderen", - "description": "DNS.be vzw", - "type": "generic" - }, - { - "domain": "vn", - "description": "Vietnam (Socialist Republic of)", - "type": "country-code" - }, - { - "domain": "vodka", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "volkswagen", - "description": "Volkswagen Group of America Inc.", - "type": "generic" - }, - { - "domain": "volvo", - "description": "Volvo Holding Sverige Aktiebolag", - "type": "generic" - }, - { - "domain": "vote", - "description": "Monolith Registry LLC", - "type": "generic" - }, - { - "domain": "voting", - "description": "Valuetainment Corp.", - "type": "generic" - }, - { - "domain": "voto", - "description": "Monolith Registry LLC", - "type": "generic" - }, - { - "domain": "voyage", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "vu", - "description": "Vanuatu (Republic of)", - "type": "country-code" - }, - { - "domain": "vuelos", - "description": "Travel Reservations SRL", - "type": "generic" - }, - { - "domain": "wales", - "description": "Nominet UK", - "type": "generic" - }, - { - "domain": "walmart", - "description": "Wal-Mart Stores, Inc.", - "type": "generic" - }, - { - "domain": "walter", - "description": "Sandvik AB", - "type": "generic" - }, - { - "domain": "wang", - "description": "Zodiac Wang Limited", - "type": "generic" - }, - { - "domain": "wanggou", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "warman", - "description": "Weir Group IP Limited", - "type": "generic" - }, - { - "domain": "watch", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "watches", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "weather", - "description": "International Business Machines Corporation", - "type": "generic" - }, - { - "domain": "weatherchannel", - "description": "International Business Machines Corporation", - "type": "generic" - }, - { - "domain": "webcam", - "description": "dot Webcam Limited", - "type": "generic" - }, - { - "domain": "weber", - "description": "Saint-Gobain Weber SA", - "type": "generic" - }, - { - "domain": "website", - "description": "DotWebsite Inc.", - "type": "generic" - }, - { - "domain": "wed", - "description": "Emergency Back-End Registry Operator Program - ICANN", - "type": "generic" - }, - { - "domain": "wedding", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "weibo", - "description": "Sina Corporation", - "type": "generic" - }, - { - "domain": "weir", - "description": "Weir Group IP Limited", - "type": "generic" - }, - { - "domain": "wf", - "description": "Wallis and Futuna (Territory of the Wallis and Futuna Islands)", - "type": "country-code" - }, - { - "domain": "whoswho", - "description": "Who's Who Registry", - "type": "generic" - }, - { - "domain": "wien", - "description": "punkt.wien GmbH", - "type": "generic" - }, - { - "domain": "wiki", - "description": "Top Level Design, LLC", - "type": "generic" - }, - { - "domain": "williamhill", - "description": "William Hill Organization Limited", - "type": "generic" - }, - { - "domain": "win", - "description": "First Registry Limited", - "type": "generic" - }, - { - "domain": "windows", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "wine", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "winners", - "description": "The TJX Companies, Inc.", - "type": "generic" - }, - { - "domain": "wme", - "description": "William Morris Endeavor Entertainment, LLC", - "type": "generic" - }, - { - "domain": "wolterskluwer", - "description": "Wolters Kluwer N.V.", - "type": "generic" - }, - { - "domain": "woodside", - "description": "Woodside Petroleum Limited", - "type": "generic" - }, - { - "domain": "work", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "works", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "world", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "wow", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "ws", - "description": "Samoa (Independent State of)", - "type": "country-code" - }, - { - "domain": "wtc", - "description": "World Trade Centers Association, Inc.", - "type": "generic" - }, - { - "domain": "wtf", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "xbox", - "description": "Microsoft Corporation", - "type": "generic" - }, - { - "domain": "xerox", - "description": "Xerox DNHC LLC", - "type": "generic" - }, - { - "domain": "xfinity", - "description": "Comcast IP Holdings I, LLC", - "type": "generic" - }, - { - "domain": "xihuan", - "description": "QIHOO 360 TECHNOLOGY CO. LTD.", - "type": "generic" - }, - { - "domain": "xin", - "description": "Elegant Leader Limited", - "type": "generic" - }, - { - "domain": "测试", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "कॉम", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "परीक्षा", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "セール", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "佛山", - "description": "Guangzhou YU Wei Information Technology Co., Ltd.", - "type": "generic" - }, - { - "domain": "ಭಾರತ", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "慈善", - "description": "Excellent First Limited", - "type": "generic" - }, - { - "domain": "集团", - "description": "Eagle Horizon Limited", - "type": "generic" - }, - { - "domain": "在线", - "description": "TLD REGISTRY LIMITED", - "type": "generic" - }, - { - "domain": "한국", - "description": "KISA (Korea Internet & Security Agency)", - "type": "country-code" - }, - { - "domain": "ଭାରତ", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "大众汽车", - "description": "Volkswagen (China) Investment Co., Ltd.", - "type": "generic" - }, - { - "domain": "点看", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "คอม", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "ভাৰত", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "ভারত", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "八卦", - "description": "Zodiac Gemini Ltd", - "type": "generic" - }, - { - "domain": "‏موقع‎", - "description": "Suhub Electronic Establishment", - "type": "generic" - }, - { - "domain": "বাংলা", - "description": "Posts and Telecommunications Division", - "type": "country-code" - }, - { - "domain": "公益", - "description": "China Organizational Name Administration Center", - "type": "generic" - }, - { - "domain": "公司", - "description": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", - "type": "generic" - }, - { - "domain": "香格里拉", - "description": "Shangri‐La International Hotel Management Limited", - "type": "generic" - }, - { - "domain": "网站", - "description": "Global Website TLD Asia Limited", - "type": "generic" - }, - { - "domain": "移动", - "description": "Afilias plc", - "type": "generic" - }, - { - "domain": "我爱你", - "description": "Tycoon Treasure Limited", - "type": "generic" - }, - { - "domain": "москва", - "description": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", - "type": "generic" - }, - { - "domain": "испытание", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "қаз", - "description": "Association of IT Companies of Kazakhstan", - "type": "country-code" - }, - { - "domain": "католик", - "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "type": "generic" - }, - { - "domain": "онлайн", - "description": "CORE Association", - "type": "generic" - }, - { - "domain": "сайт", - "description": "CORE Association", - "type": "generic" - }, - { - "domain": "联通", - "description": "China United Network Communications Corporation Limited", - "type": "generic" - }, - { - "domain": "срб", - "description": "Serbian National Internet Domain Registry (RNIDS)", - "type": "country-code" - }, - { - "domain": "бг", - "description": "Imena.BG AD", - "type": "country-code" - }, - { - "domain": "бел", - "description": "Reliable Software, Ltd.", - "type": "country-code" - }, - { - "domain": "‏קום‎", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "时尚", - "description": "RISE VICTORY LIMITED", - "type": "generic" - }, - { - "domain": "微博", - "description": "Sina Corporation", - "type": "generic" - }, - { - "domain": "테스트", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "淡马锡", - "description": "Temasek Holdings (Private) Limited", - "type": "generic" - }, - { - "domain": "ファッション", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "орг", - "description": "Public Interest Registry", - "type": "generic" - }, - { - "domain": "नेट", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "ストア", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "삼성", - "description": "SAMSUNG SDS CO., LTD", - "type": "generic" - }, - { - "domain": "சிங்கப்பூர்", - "description": "Singapore Network Information Centre (SGNIC) Pte Ltd", - "type": "country-code" - }, - { - "domain": "商标", - "description": "HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED", - "type": "generic" - }, - { - "domain": "商店", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "商城", - "description": "Zodiac Aquarius Limited", - "type": "generic" - }, - { - "domain": "дети", - "description": "The Foundation for Network Initiatives “The Smart Internet”", - "type": "generic" - }, - { - "domain": "мкд", - "description": "Macedonian Academic Research Network Skopje", - "type": "country-code" - }, - { - "domain": "‏טעסט‎", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "ею", - "description": "EURid vzw/asbl", - "type": "country-code" - }, - { - "domain": "ポイント", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "新闻", - "description": "Guangzhou YU Wei Information and Technology Co.,Ltd", - "type": "generic" - }, - { - "domain": "工行", - "description": "Industrial and Commercial Bank of China Limited", - "type": "generic" - }, - { - "domain": "家電", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "‏كوم‎", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "中文网", - "description": "TLD REGISTRY LIMITED", - "type": "generic" - }, - { - "domain": "中信", - "description": "CITIC Group Corporation", - "type": "generic" - }, - { - "domain": "中国", - "description": "China Internet Network Information Center (CNNIC)", - "type": "country-code" - }, - { - "domain": "中國", - "description": "China Internet Network Information Center (CNNIC)", - "type": "country-code" - }, - { - "domain": "娱乐", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "谷歌", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "భారత్", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "ලංකා", - "description": "LK Domain Registry", - "type": "country-code" - }, - { - "domain": "電訊盈科", - "description": "PCCW Enterprises Limited", - "type": "generic" - }, - { - "domain": "购物", - "description": "Minds + Machines Group Limited", - "type": "generic" - }, - { - "domain": "測試", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "クラウド", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "ભારત", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "通販", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "भारतम्", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "भारत", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "भारोत", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "‏آزمایشی‎", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "பரிட்சை", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "网店", - "description": "Zodiac Taurus Ltd.", - "type": "generic" - }, - { - "domain": "संगठन", - "description": "Public Interest Registry", - "type": "generic" - }, - { - "domain": "餐厅", - "description": "HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED", - "type": "generic" - }, - { - "domain": "网络", - "description": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", - "type": "generic" - }, - { - "domain": "ком", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "укр", - "description": "Ukrainian Network Information Centre (UANIC), Inc.", - "type": "country-code" - }, - { - "domain": "香港", - "description": "Hong Kong Internet Registration Corporation Ltd.", - "type": "country-code" - }, - { - "domain": "诺基亚", - "description": "Nokia Corporation", - "type": "generic" - }, - { - "domain": "食品", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "δοκιμή", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "飞利浦", - "description": "Koninklijke Philips N.V.", - "type": "generic" - }, - { - "domain": "‏إختبار‎", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "台湾", - "description": "Taiwan Network Information Center (TWNIC)", - "type": "country-code" - }, - { - "domain": "台灣", - "description": "Taiwan Network Information Center (TWNIC)", - "type": "country-code" - }, - { - "domain": "手表", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "手机", - "description": "Beijing RITT-Net Technology Development Co., Ltd", - "type": "generic" - }, - { - "domain": "мон", - "description": "Datacom Co.,Ltd", - "type": "country-code" - }, - { - "domain": "‏الجزائر‎", - "description": "CERIST", - "type": "country-code" - }, - { - "domain": "‏عمان‎", - "description": "Telecommunications Regulatory Authority (TRA)", - "type": "country-code" - }, - { - "domain": "‏ارامكو‎", - "description": "Aramco Services Company", - "type": "generic" - }, - { - "domain": "‏ایران‎", - "description": "Institute for Research in Fundamental Sciences (IPM)", - "type": "country-code" - }, - { - "domain": "‏العليان‎", - "description": "Crescent Holding GmbH", - "type": "generic" - }, - { - "domain": "‏اتصالات‎", - "description": "Emirates Telecommunications Corporation (trading as Etisalat)", - "type": "generic" - }, - { - "domain": "‏امارات‎", - "description": "Telecommunications Regulatory Authority (TRA)", - "type": "country-code" - }, - { - "domain": "‏بازار‎", - "description": "CORE Association", - "type": "generic" - }, - { - "domain": "‏موريتانيا‎", - "description": "Not assigned", - "type": "country-code" - }, - { - "domain": "‏پاکستان‎", - "description": "National Telecommunication Corporation", - "type": "country-code" - }, - { - "domain": "‏الاردن‎", - "description": "National Information Technology Center (NITC)", - "type": "country-code" - }, - { - "domain": "‏موبايلي‎", - "description": "GreenTech Consultancy Company W.L.L.", - "type": "generic" - }, - { - "domain": "‏بارت‎", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "‏بھارت‎", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "‏المغرب‎", - "description": "Agence Nationale de Réglementation des Télécommunications (ANRT)", - "type": "country-code" - }, - { - "domain": "‏ابوظبي‎", - "description": "Abu Dhabi Systems and Information Centre", - "type": "generic" - }, - { - "domain": "‏السعودية‎", - "description": "Communications and Information Technology Commission", - "type": "country-code" - }, - { - "domain": "‏ڀارت‎", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "‏كاثوليك‎", - "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "type": "generic" - }, - { - "domain": "‏سودان‎", - "description": "Sudan Internet Society", - "type": "country-code" - }, - { - "domain": "‏همراه‎", - "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "type": "generic" - }, - { - "domain": "‏عراق‎", - "description": "Communications and Media Commission (CMC)", - "type": "country-code" - }, - { - "domain": "‏مليسيا‎", - "description": "MYNIC Berhad", - "type": "country-code" - }, - { - "domain": "澳門", - "description": "Macao Post and Telecommunications Bureau (CTT)", - "type": "country-code" - }, - { - "domain": "닷컴", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "政府", - "description": "Net-Chinese Co., Ltd.", - "type": "generic" - }, - { - "domain": "‏شبكة‎", - "description": "International Domain Registry Pty. Ltd.", - "type": "generic" - }, - { - "domain": "‏بيتك‎", - "description": "Kuwait Finance House", - "type": "generic" - }, - { - "domain": "‏عرب‎", - "description": "League of Arab States", - "type": "generic" - }, - { - "domain": "გე", - "description": "Information Technologies Development Center (ITDC)", - "type": "country-code" - }, - { - "domain": "机构", - "description": "Public Interest Registry", - "type": "generic" - }, - { - "domain": "组织机构", - "description": "Public Interest Registry", - "type": "generic" - }, - { - "domain": "健康", - "description": "Stable Tone Limited", - "type": "generic" - }, - { - "domain": "ไทย", - "description": "Thai Network Information Center Foundation", - "type": "country-code" - }, - { - "domain": "‏سورية‎", - "description": "National Agency for Network Services (NANS)", - "type": "country-code" - }, - { - "domain": "招聘", - "description": "Dot Trademark TLD Holding Company Limited", - "type": "generic" - }, - { - "domain": "рус", - "description": "Rusnames Limited", - "type": "generic" - }, - { - "domain": "рф", - "description": "Coordination Center for TLD RU", - "type": "country-code" - }, - { - "domain": "珠宝", - "description": "Richemont DNS Inc.", - "type": "generic" - }, - { - "domain": "‏تونس‎", - "description": "Agence Tunisienne d'Internet", - "type": "country-code" - }, - { - "domain": "大拿", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "みんな", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "グーグル", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "ελ", - "description": "ICS-FORTH GR", - "type": "country-code" - }, - { - "domain": "世界", - "description": "Stable Tone Limited", - "type": "generic" - }, - { - "domain": "書籍", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "ഭാരതം", - "description": "National Internet eXchange of India", - "type": "country-code" - }, - { - "domain": "ਭਾਰਤ", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "网址", - "description": "KNET Co., Ltd", - "type": "generic" - }, - { - "domain": "닷넷", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "コム", - "description": "VeriSign Sarl", - "type": "generic" - }, - { - "domain": "天主教", - "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", - "type": "generic" - }, - { - "domain": "游戏", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "vermögensberater", - "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "type": "generic" - }, - { - "domain": "vermögensberatung", - "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", - "type": "generic" - }, - { - "domain": "企业", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "信息", - "description": "Beijing Tele-info Network Technology Co., Ltd.", - "type": "generic" - }, - { - "domain": "嘉里大酒店", - "description": "Kerry Trading Co. Limited", - "type": "generic" - }, - { - "domain": "嘉里", - "description": "Kerry Trading Co. Limited", - "type": "generic" - }, - { - "domain": "‏مصر‎", - "description": "National Telecommunication Regulatory Authority - NTRA", - "type": "country-code" - }, - { - "domain": "‏قطر‎", - "description": "Communications Regulatory Authority", - "type": "country-code" - }, - { - "domain": "广东", - "description": "Guangzhou YU Wei Information Technology Co., Ltd.", - "type": "generic" - }, - { - "domain": "இலங்கை", - "description": "LK Domain Registry", - "type": "country-code" - }, - { - "domain": "இந்தியா", - "description": "National Internet Exchange of India", - "type": "country-code" - }, - { - "domain": "հայ", - "description": "\"Internet Society\" Non-governmental Organization", - "type": "country-code" - }, - { - "domain": "新加坡", - "description": "Singapore Network Information Centre (SGNIC) Pte Ltd", - "type": "country-code" - }, - { - "domain": "‏فلسطين‎", - "description": "Ministry of Telecom & Information Technology (MTIT)", - "type": "country-code" - }, - { - "domain": "テスト", - "description": "Internet Assigned Numbers Authority", - "type": "test" - }, - { - "domain": "政务", - "description": "China Organizational Name Administration Center", - "type": "generic" - }, - { - "domain": "xperia", - "description": "Sony Mobile Communications AB", - "type": "generic" - }, - { - "domain": "xxx", - "description": "Adult entertainment", - "type": "sponsored" - }, - { - "domain": "xyz", - "description": "XYZ.COM LLC", - "type": "generic" - }, - { - "domain": "yachts", - "description": "DERYachts, LLC", - "type": "generic" - }, - { - "domain": "yahoo", - "description": "Yahoo! Domain Services Inc.", - "type": "generic" - }, - { - "domain": "yamaxun", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "yandex", - "description": "YANDEX, LLC", - "type": "generic" - }, - { - "domain": "ye", - "description": "Yemen (Republic of)", - "type": "country-code" - }, - { - "domain": "yodobashi", - "description": "YODOBASHI CAMERA CO.,LTD.", - "type": "generic" - }, - { - "domain": "yoga", - "description": "Top Level Domain Holdings Limited", - "type": "generic" - }, - { - "domain": "yokohama", - "description": "GMO Registry, Inc.", - "type": "generic" - }, - { - "domain": "you", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "youtube", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "yt", - "description": "Mayotte (Department of)", - "type": "country-code" - }, - { - "domain": "yun", - "description": "QIHOO 360 TECHNOLOGY CO. LTD.", - "type": "generic" - }, - { - "domain": "za", - "description": "South Africa (Republic of)", - "type": "country-code" - }, - { - "domain": "zappos", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "zara", - "description": "Industria de Diseño Textil, S.A. (INDITEX, S.A.)", - "type": "generic" - }, - { - "domain": "zero", - "description": "Amazon Registry Services, Inc.", - "type": "generic" - }, - { - "domain": "zip", - "description": "Charleston Road Registry Inc.", - "type": "generic" - }, - { - "domain": "zippo", - "description": "Zadco Company", - "type": "generic" - }, - { - "domain": "zm", - "description": "Zambia (Republic of)", - "type": "country-code" - }, - { - "domain": "zone", - "description": "Binky Moon, LLC", - "type": "generic" - }, - { - "domain": "zuerich", - "description": "Kanton Zürich (Canton of Zurich)", - "type": "generic" - }, - { - "domain": "zw", - "description": "Zimbabwe (Republic of)", - "type": "country-code" - } -] \ No newline at end of file +[] \ No newline at end of file diff --git a/formats/json/tld-list.json b/formats/json/tld-list.json index 967e429..0637a08 100644 --- a/formats/json/tld-list.json +++ b/formats/json/tld-list.json @@ -1,1579 +1 @@ -[ - "aaa", - "aarp", - "abarth", - "abb", - "abbott", - "abbvie", - "abc", - "able", - "abogado", - "abudhabi", - "ac", - "academy", - "accenture", - "accountant", - "accountants", - "aco", - "active", - "actor", - "ad", - "adac", - "ads", - "adult", - "ae", - "aeg", - "aero", - "aetna", - "af", - "afamilycompany", - "afl", - "africa", - "ag", - "agakhan", - "agency", - "ai", - "aig", - "aigo", - "airbus", - "airforce", - "airtel", - "akdn", - "al", - "alfaromeo", - "alibaba", - "alipay", - "allfinanz", - "allstate", - "ally", - "alsace", - "alstom", - "am", - "americanexpress", - "americanfamily", - "amex", - "amfam", - "amica", - "amsterdam", - "an", - "analytics", - "android", - "anquan", - "anz", - "ao", - "aol", - "apartments", - "app", - "apple", - "aq", - "aquarelle", - "ar", - "arab", - "aramco", - "archi", - "army", - "arpa", - "art", - "arte", - "as", - "asda", - "asia", - "associates", - "at", - "athleta", - "attorney", - "au", - "auction", - "audi", - "audible", - "audio", - "auspost", - "author", - "auto", - "autos", - "avianca", - "aw", - "aws", - "ax", - "axa", - "az", - "azure", - "ba", - "baby", - "baidu", - "banamex", - "bananarepublic", - "band", - "bank", - "bar", - "barcelona", - "barclaycard", - "barclays", - "barefoot", - "bargains", - "baseball", - "basketball", - "bauhaus", - "bayern", - "bb", - "bbc", - "bbt", - "bbva", - "bcg", - "bcn", - "bd", - "be", - "beats", - "beauty", - "beer", - "bentley", - "berlin", - "best", - "bestbuy", - "bet", - "bf", - "bg", - "bh", - "bharti", - "bi", - "bible", - "bid", - "bike", - "bing", - "bingo", - "bio", - "biz", - "bj", - "bl", - "black", - "blackfriday", - "blanco", - "blockbuster", - "blog", - "bloomberg", - "blue", - "bm", - "bms", - "bmw", - "bn", - "bnl", - "bnpparibas", - "bo", - "boats", - "boehringer", - "bofa", - "bom", - "bond", - "boo", - "book", - "booking", - "boots", - "bosch", - "bostik", - "boston", - "bot", - "boutique", - "box", - "bq", - "br", - "bradesco", - "bridgestone", - "broadway", - "broker", - "brother", - "brussels", - "bs", - "bt", - "budapest", - "bugatti", - "build", - "builders", - "business", - "buy", - "buzz", - "bv", - "bw", - "by", - "bz", - "bzh", - "ca", - "cab", - "cafe", - "cal", - "call", - "calvinklein", - "cam", - "camera", - "camp", - "cancerresearch", - "canon", - "capetown", - "capital", - "capitalone", - "car", - "caravan", - "cards", - "care", - "career", - "careers", - "cars", - "cartier", - "casa", - "case", - "caseih", - "cash", - "casino", - "cat", - "catering", - "catholic", - "cba", - "cbn", - "cbre", - "cbs", - "cc", - "cd", - "ceb", - "center", - "ceo", - "cern", - "cf", - "cfa", - "cfd", - "cg", - "ch", - "chanel", - "channel", - "charity", - "chase", - "chat", - "cheap", - "chintai", - "chloe", - "christmas", - "chrome", - "chrysler", - "church", - "ci", - "cipriani", - "circle", - "cisco", - "citadel", - "citi", - "citic", - "city", - "cityeats", - "ck", - "cl", - "claims", - "cleaning", - "click", - "clinic", - "clinique", - "clothing", - "cloud", - "club", - "clubmed", - "cm", - "cn", - "co", - "coach", - "codes", - "coffee", - "college", - "cologne", - "com", - "comcast", - "commbank", - "community", - "company", - "compare", - "computer", - "comsec", - "condos", - "construction", - "consulting", - "contact", - "contractors", - "cooking", - "cookingchannel", - "cool", - "coop", - "corsica", - "country", - "coupon", - "coupons", - "courses", - "cr", - "credit", - "creditcard", - "creditunion", - "cricket", - "crown", - "crs", - "cruise", - "cruises", - "csc", - "cu", - "cuisinella", - "cv", - "cw", - "cx", - "cy", - "cymru", - "cyou", - "cz", - "dabur", - "dad", - "dance", - "data", - "date", - "dating", - "datsun", - "day", - "dclk", - "dds", - "de", - "deal", - "dealer", - "deals", - "degree", - "delivery", - "dell", - "deloitte", - "delta", - "democrat", - "dental", - "dentist", - "desi", - "design", - "dev", - "dhl", - "diamonds", - "diet", - "digital", - "direct", - "directory", - "discount", - "discover", - "dish", - "diy", - "dj", - "dk", - "dm", - "dnp", - "do", - "docs", - "doctor", - "dodge", - "dog", - "doha", - "domains", - "doosan", - "dot", - "download", - "drive", - "dtv", - "dubai", - "duck", - "dunlop", - "duns", - "dupont", - "durban", - "dvag", - "dvr", - "dz", - "earth", - "eat", - "ec", - "eco", - "edeka", - "edu", - "education", - "ee", - "eg", - "eh", - "email", - "emerck", - "energy", - "engineer", - "engineering", - "enterprises", - "epost", - "epson", - "equipment", - "er", - "ericsson", - "erni", - "es", - "esq", - "estate", - "esurance", - "et", - "etisalat", - "eu", - "eurovision", - "eus", - "events", - "everbank", - "exchange", - "expert", - "exposed", - "express", - "extraspace", - "fage", - "fail", - "fairwinds", - "faith", - "family", - "fan", - "fans", - "farm", - "farmers", - "fashion", - "fast", - "fedex", - "feedback", - "ferrari", - "ferrero", - "fi", - "fiat", - "fidelity", - "fido", - "film", - "final", - "finance", - "financial", - "fire", - "firestone", - "firmdale", - "fish", - "fishing", - "fit", - "fitness", - "fj", - "fk", - "flickr", - "flights", - "flir", - "florist", - "flowers", - "flsmidth", - "fly", - "fm", - "fo", - "foo", - "food", - "foodnetwork", - "football", - "ford", - "forex", - "forsale", - "forum", - "foundation", - "fox", - "fr", - "free", - "fresenius", - "frl", - "frogans", - "frontdoor", - "frontier", - "ftr", - "fujitsu", - "fujixerox", - "fun", - "fund", - "furniture", - "futbol", - "fyi", - "ga", - "gal", - "gallery", - "gallo", - "gallup", - "game", - "games", - "gap", - "garden", - "gb", - "gbiz", - "gd", - "gdn", - "ge", - "gea", - "gent", - "genting", - "george", - "gf", - "gg", - "ggee", - "gh", - "gi", - "gift", - "gifts", - "gives", - "giving", - "gl", - "glade", - "glass", - "gle", - "global", - "globo", - "gm", - "gmail", - "gmbh", - "gmo", - "gmx", - "gn", - "godaddy", - "gold", - "goldpoint", - "golf", - "goo", - "goodhands", - "goodyear", - "goog", - "google", - "gop", - "got", - "gov", - "gp", - "gq", - "gr", - "grainger", - "graphics", - "gratis", - "green", - "gripe", - "grocery", - "group", - "gs", - "gt", - "gu", - "guardian", - "gucci", - "guge", - "guide", - "guitars", - "guru", - "gw", - "gy", - "hair", - "hamburg", - "hangout", - "haus", - "hbo", - "hdfc", - "hdfcbank", - "health", - "healthcare", - "help", - "helsinki", - "here", - "hermes", - "hgtv", - "hiphop", - "hisamitsu", - "hitachi", - "hiv", - "hk", - "hkt", - "hm", - "hn", - "hockey", - "holdings", - "holiday", - "homedepot", - "homegoods", - "homes", - "homesense", - "honda", - "honeywell", - "horse", - "hospital", - "host", - "hosting", - "hot", - "hoteles", - "hotels", - "hotmail", - "house", - "how", - "hr", - "hsbc", - "ht", - "htc", - "hu", - "hughes", - "hyatt", - "hyundai", - "ibm", - "icbc", - "ice", - "icu", - "id", - "ie", - "ieee", - "ifm", - "iinet", - "ikano", - "il", - "im", - "imamat", - "imdb", - "immo", - "immobilien", - "in", - "industries", - "infiniti", - "info", - "ing", - "ink", - "institute", - "insurance", - "insure", - "int", - "intel", - "international", - "intuit", - "investments", - "io", - "ipiranga", - "iq", - "ir", - "irish", - "is", - "iselect", - "ismaili", - "ist", - "istanbul", - "it", - "itau", - "itv", - "iveco", - "iwc", - "jaguar", - "java", - "jcb", - "jcp", - "je", - "jeep", - "jetzt", - "jewelry", - "jio", - "jlc", - "jll", - "jm", - "jmp", - "jnj", - "jo", - "jobs", - "joburg", - "jot", - "joy", - "jp", - "jpmorgan", - "jprs", - "juegos", - "juniper", - "kaufen", - "kddi", - "ke", - "kerryhotels", - "kerrylogistics", - "kerryproperties", - "kfh", - "kg", - "kh", - "ki", - "kia", - "kim", - "kinder", - "kindle", - "kitchen", - "kiwi", - "km", - "kn", - "koeln", - "komatsu", - "kosher", - "kp", - "kpmg", - "kpn", - "kr", - "krd", - "kred", - "kuokgroup", - "kw", - "ky", - "kyoto", - "kz", - "la", - "lacaixa", - "ladbrokes", - "lamborghini", - "lamer", - "lancaster", - "lancia", - "lancome", - "land", - "landrover", - "lanxess", - "lasalle", - "lat", - "latino", - "latrobe", - "law", - "lawyer", - "lb", - "lc", - "lds", - "lease", - "leclerc", - "lefrak", - "legal", - "lego", - "lexus", - "lgbt", - "li", - "liaison", - "lidl", - "life", - "lifeinsurance", - "lifestyle", - "lighting", - "like", - "lilly", - "limited", - "limo", - "lincoln", - "linde", - "link", - "lipsy", - "live", - "living", - "lixil", - "lk", - "llc", - "loan", - "loans", - "locker", - "locus", - "loft", - "lol", - "london", - "lotte", - "lotto", - "love", - "lpl", - "lplfinancial", - "lr", - "ls", - "lt", - "ltd", - "ltda", - "lu", - "lundbeck", - "lupin", - "luxe", - "luxury", - "lv", - "ly", - "ma", - "macys", - "madrid", - "maif", - "maison", - "makeup", - "man", - "management", - "mango", - "map", - "market", - "marketing", - "markets", - "marriott", - "marshalls", - "maserati", - "mattel", - "mba", - "mc", - "mcd", - "mcdonalds", - "mckinsey", - "md", - "me", - "med", - "media", - "meet", - "melbourne", - "meme", - "memorial", - "men", - "menu", - "meo", - "merckmsd", - "metlife", - "mf", - "mg", - "mh", - "miami", - "microsoft", - "mil", - "mini", - "mint", - "mit", - "mitsubishi", - "mk", - "ml", - "mlb", - "mls", - "mm", - "mma", - "mn", - "mo", - "mobi", - "mobile", - "mobily", - "moda", - "moe", - "moi", - "mom", - "monash", - "money", - "monster", - "montblanc", - "mopar", - "mormon", - "mortgage", - "moscow", - "moto", - "motorcycles", - "mov", - "movie", - "movistar", - "mp", - "mq", - "mr", - "ms", - "msd", - "mt", - "mtn", - "mtpc", - "mtr", - "mu", - "museum", - "mutual", - "mutuelle", - "mv", - "mw", - "mx", - "my", - "mz", - "na", - "nab", - "nadex", - "nagoya", - "name", - "nationwide", - "natura", - "navy", - "nba", - "nc", - "ne", - "nec", - "net", - "netbank", - "netflix", - "network", - "neustar", - "new", - "newholland", - "news", - "next", - "nextdirect", - "nexus", - "nf", - "nfl", - "ng", - "ngo", - "nhk", - "ni", - "nico", - "nike", - "nikon", - "ninja", - "nissan", - "nissay", - "nl", - "no", - "nokia", - "northwesternmutual", - "norton", - "now", - "nowruz", - "nowtv", - "np", - "nr", - "nra", - "nrw", - "ntt", - "nu", - "nyc", - "nz", - "obi", - "observer", - "off", - "office", - "okinawa", - "olayan", - "olayangroup", - "oldnavy", - "ollo", - "om", - "omega", - "one", - "ong", - "onl", - "online", - "onyourside", - "ooo", - "open", - "oracle", - "orange", - "org", - "organic", - "orientexpress", - "origins", - "osaka", - "otsuka", - "ott", - "ovh", - "pa", - "page", - "pamperedchef", - "panasonic", - "panerai", - "paris", - "pars", - "partners", - "parts", - "party", - "passagens", - "pay", - "pccw", - "pe", - "pet", - "pf", - "pfizer", - "pg", - "ph", - "pharmacy", - "phd", - "philips", - "phone", - "photo", - "photography", - "photos", - "physio", - "piaget", - "pics", - "pictet", - "pictures", - "pid", - "pin", - "ping", - "pink", - "pioneer", - "pizza", - "pk", - "pl", - "place", - "play", - "playstation", - "plumbing", - "plus", - "pm", - "pn", - "pnc", - "pohl", - "poker", - "politie", - "porn", - "post", - "pr", - "pramerica", - "praxi", - "press", - "prime", - "pro", - "prod", - "productions", - "prof", - "progressive", - "promo", - "properties", - "property", - "protection", - "pru", - "prudential", - "ps", - "pt", - "pub", - "pw", - "pwc", - "py", - "qa", - "qpon", - "quebec", - "quest", - "qvc", - "racing", - "radio", - "raid", - "re", - "read", - "realestate", - "realtor", - "realty", - "recipes", - "red", - "redstone", - "redumbrella", - "rehab", - "reise", - "reisen", - "reit", - "reliance", - "ren", - "rent", - "rentals", - "repair", - "report", - "republican", - "rest", - "restaurant", - "review", - "reviews", - "rexroth", - "rich", - "richardli", - "ricoh", - "rightathome", - "ril", - "rio", - "rip", - "rmit", - "ro", - "rocher", - "rocks", - "rodeo", - "rogers", - "room", - "rs", - "rsvp", - "ru", - "rugby", - "ruhr", - "run", - "rw", - "rwe", - "ryukyu", - "sa", - "saarland", - "safe", - "safety", - "sakura", - "sale", - "salon", - "samsclub", - "samsung", - "sandvik", - "sandvikcoromant", - "sanofi", - "sap", - "sapo", - "sarl", - "sas", - "save", - "saxo", - "sb", - "sbi", - "sbs", - "sc", - "sca", - "scb", - "schaeffler", - "schmidt", - "scholarships", - "school", - "schule", - "schwarz", - "science", - "scjohnson", - "scor", - "scot", - "sd", - "se", - "search", - "seat", - "secure", - "security", - "seek", - "select", - "sener", - "services", - "ses", - "seven", - "sew", - "sex", - "sexy", - "sfr", - "sg", - "sh", - "shangrila", - "sharp", - "shaw", - "shell", - "shia", - "shiksha", - "shoes", - "shop", - "shopping", - "shouji", - "show", - "showtime", - "shriram", - "si", - "silk", - "sina", - "singles", - "site", - "sj", - "sk", - "ski", - "skin", - "sky", - "skype", - "sl", - "sling", - "sm", - "smart", - "smile", - "sn", - "sncf", - "so", - "soccer", - "social", - "softbank", - "software", - "sohu", - "solar", - "solutions", - "song", - "sony", - "soy", - "space", - "spiegel", - "sport", - "spot", - "spreadbetting", - "sr", - "srl", - "srt", - "ss", - "st", - "stada", - "staples", - "star", - "starhub", - "statebank", - "statefarm", - "statoil", - "stc", - "stcgroup", - "stockholm", - "storage", - "store", - "stream", - "studio", - "study", - "style", - "su", - "sucks", - "supplies", - "supply", - "support", - "surf", - "surgery", - "suzuki", - "sv", - "swatch", - "swiftcover", - "swiss", - "sx", - "sy", - "sydney", - "symantec", - "systems", - "sz", - "tab", - "taipei", - "talk", - "taobao", - "target", - "tatamotors", - "tatar", - "tattoo", - "tax", - "taxi", - "tc", - "tci", - "td", - "tdk", - "team", - "tech", - "technology", - "tel", - "telecity", - "telefonica", - "temasek", - "tennis", - "teva", - "tf", - "tg", - "th", - "thd", - "theater", - "theatre", - "tiaa", - "tickets", - "tienda", - "tiffany", - "tips", - "tires", - "tirol", - "tj", - "tjmaxx", - "tjx", - "tk", - "tkmaxx", - "tl", - "tm", - "tmall", - "tn", - "to", - "today", - "tokyo", - "tools", - "top", - "toray", - "toshiba", - "total", - "tours", - "town", - "toyota", - "toys", - "tp", - "tr", - "trade", - "trading", - "training", - "travel", - "travelchannel", - "travelers", - "travelersinsurance", - "trust", - "trv", - "tt", - "tube", - "tui", - "tunes", - "tushu", - "tv", - "tvs", - "tw", - "tz", - "ua", - "ubank", - "ubs", - "uconnect", - "ug", - "uk", - "um", - "unicom", - "university", - "uno", - "uol", - "ups", - "us", - "uy", - "uz", - "va", - "vacations", - "vana", - "vanguard", - "vc", - "ve", - "vegas", - "ventures", - "verisign", - "versicherung", - "vet", - "vg", - "vi", - "viajes", - "video", - "vig", - "viking", - "villas", - "vin", - "vip", - "virgin", - "visa", - "vision", - "vista", - "vistaprint", - "viva", - "vivo", - "vlaanderen", - "vn", - "vodka", - "volkswagen", - "volvo", - "vote", - "voting", - "voto", - "voyage", - "vu", - "vuelos", - "wales", - "walmart", - "walter", - "wang", - "wanggou", - "warman", - "watch", - "watches", - "weather", - "weatherchannel", - "webcam", - "weber", - "website", - "wed", - "wedding", - "weibo", - "weir", - "wf", - "whoswho", - "wien", - "wiki", - "williamhill", - "win", - "windows", - "wine", - "winners", - "wme", - "wolterskluwer", - "woodside", - "work", - "works", - "world", - "wow", - "ws", - "wtc", - "wtf", - "xbox", - "xerox", - "xfinity", - "xihuan", - "xin", - "测试", - "कॉम", - "परीक्षा", - "セール", - "佛山", - "ಭಾರತ", - "慈善", - "集团", - "在线", - "한국", - "ଭାରତ", - "大众汽车", - "点看", - "คอม", - "ভাৰত", - "ভারত", - "八卦", - "‏موقع‎", - "বাংলা", - "公益", - "公司", - "香格里拉", - "网站", - "移动", - "我爱你", - "москва", - "испытание", - "қаз", - "католик", - "онлайн", - "сайт", - "联通", - "срб", - "бг", - "бел", - "‏קום‎", - "时尚", - "微博", - "테스트", - "淡马锡", - "ファッション", - "орг", - "नेट", - "ストア", - "삼성", - "சிங்கப்பூர்", - "商标", - "商店", - "商城", - "дети", - "мкд", - "‏טעסט‎", - "ею", - "ポイント", - "新闻", - "工行", - "家電", - "‏كوم‎", - "中文网", - "中信", - "中国", - "中國", - "娱乐", - "谷歌", - "భారత్", - "ලංකා", - "電訊盈科", - "购物", - "測試", - "クラウド", - "ભારત", - "通販", - "भारतम्", - "भारत", - "भारोत", - "‏آزمایشی‎", - "பரிட்சை", - "网店", - "संगठन", - "餐厅", - "网络", - "ком", - "укр", - "香港", - "诺基亚", - "食品", - "δοκιμή", - "飞利浦", - "‏إختبار‎", - "台湾", - "台灣", - "手表", - "手机", - "мон", - "‏الجزائر‎", - "‏عمان‎", - "‏ارامكو‎", - "‏ایران‎", - "‏العليان‎", - "‏اتصالات‎", - "‏امارات‎", - "‏بازار‎", - "‏موريتانيا‎", - "‏پاکستان‎", - "‏الاردن‎", - "‏موبايلي‎", - "‏بارت‎", - "‏بھارت‎", - "‏المغرب‎", - "‏ابوظبي‎", - "‏السعودية‎", - "‏ڀارت‎", - "‏كاثوليك‎", - "‏سودان‎", - "‏همراه‎", - "‏عراق‎", - "‏مليسيا‎", - "澳門", - "닷컴", - "政府", - "‏شبكة‎", - "‏بيتك‎", - "‏عرب‎", - "გე", - "机构", - "组织机构", - "健康", - "ไทย", - "‏سورية‎", - "招聘", - "рус", - "рф", - "珠宝", - "‏تونس‎", - "大拿", - "みんな", - "グーグル", - "ελ", - "世界", - "書籍", - "ഭാരതം", - "ਭਾਰਤ", - "网址", - "닷넷", - "コム", - "天主教", - "游戏", - "vermögensberater", - "vermögensberatung", - "企业", - "信息", - "嘉里大酒店", - "嘉里", - "‏مصر‎", - "‏قطر‎", - "广东", - "இலங்கை", - "இந்தியா", - "հայ", - "新加坡", - "‏فلسطين‎", - "テスト", - "政务", - "xperia", - "xxx", - "xyz", - "yachts", - "yahoo", - "yamaxun", - "yandex", - "ye", - "yodobashi", - "yoga", - "yokohama", - "you", - "youtube", - "yt", - "yun", - "za", - "zappos", - "zara", - "zero", - "zip", - "zippo", - "zm", - "zone", - "zuerich", - "zw" -] \ No newline at end of file +[] \ No newline at end of file diff --git a/formats/json/tld-type.json b/formats/json/tld-type.json index 64b5f89..9e26dfe 100644 --- a/formats/json/tld-type.json +++ b/formats/json/tld-type.json @@ -1,1579 +1 @@ -{ - "aaa": "generic", - "aarp": "generic", - "abarth": "generic", - "abb": "generic", - "abbott": "generic", - "abbvie": "generic", - "abc": "generic", - "able": "generic", - "abogado": "generic", - "abudhabi": "generic", - "ac": "country-code", - "academy": "generic", - "accenture": "generic", - "accountant": "generic", - "accountants": "generic", - "aco": "generic", - "active": "generic", - "actor": "generic", - "ad": "country-code", - "adac": "generic", - "ads": "generic", - "adult": "generic", - "ae": "country-code", - "aeg": "generic", - "aero": "sponsored", - "aetna": "generic", - "af": "country-code", - "afamilycompany": "generic", - "afl": "generic", - "africa": "generic", - "ag": "country-code", - "agakhan": "generic", - "agency": "generic", - "ai": "country-code", - "aig": "generic", - "aigo": "generic", - "airbus": "generic", - "airforce": "generic", - "airtel": "generic", - "akdn": "generic", - "al": "country-code", - "alfaromeo": "generic", - "alibaba": "generic", - "alipay": "generic", - "allfinanz": "generic", - "allstate": "generic", - "ally": "generic", - "alsace": "generic", - "alstom": "generic", - "am": "country-code", - "americanexpress": "generic", - "americanfamily": "generic", - "amex": "generic", - "amfam": "generic", - "amica": "generic", - "amsterdam": "generic", - "an": "country-code", - "analytics": "generic", - "android": "generic", - "anquan": "generic", - "anz": "generic", - "ao": "country-code", - "aol": "generic", - "apartments": "generic", - "app": "generic", - "apple": "generic", - "aq": "country-code", - "aquarelle": "generic", - "ar": "country-code", - "arab": "generic", - "aramco": "generic", - "archi": "generic", - "army": "generic", - "arpa": "infrastructure", - "art": "generic", - "arte": "generic", - "as": "country-code", - "asda": "generic", - "asia": "sponsored", - "associates": "generic", - "at": "country-code", - "athleta": "generic", - "attorney": "generic", - "au": "country-code", - "auction": "generic", - "audi": "generic", - "audible": "generic", - "audio": "generic", - "auspost": "generic", - "author": "generic", - "auto": "generic", - "autos": "generic", - "avianca": "generic", - "aw": "country-code", - "aws": "generic", - "ax": "country-code", - "axa": "generic", - "az": "country-code", - "azure": "generic", - "ba": "country-code", - "baby": "generic", - "baidu": "generic", - "banamex": "generic", - "bananarepublic": "generic", - "band": "generic", - "bank": "generic", - "bar": "generic", - "barcelona": "generic", - "barclaycard": "generic", - "barclays": "generic", - "barefoot": "generic", - "bargains": "generic", - "baseball": "generic", - "basketball": "generic", - "bauhaus": "generic", - "bayern": "generic", - "bb": "country-code", - "bbc": "generic", - "bbt": "generic", - "bbva": "generic", - "bcg": "generic", - "bcn": "generic", - "bd": "country-code", - "be": "country-code", - "beats": "generic", - "beauty": "generic", - "beer": "generic", - "bentley": "generic", - "berlin": "generic", - "best": "generic", - "bestbuy": "generic", - "bet": "generic", - "bf": "country-code", - "bg": "country-code", - "bh": "country-code", - "bharti": "generic", - "bi": "country-code", - "bible": "generic", - "bid": "generic", - "bike": "generic", - "bing": "generic", - "bingo": "generic", - "bio": "generic", - "biz": "generic-restricted", - "bj": "country-code", - "bl": "country-code", - "black": "generic", - "blackfriday": "generic", - "blanco": "generic", - "blockbuster": "generic", - "blog": "generic", - "bloomberg": "generic", - "blue": "generic", - "bm": "country-code", - "bms": "generic", - "bmw": "generic", - "bn": "country-code", - "bnl": "generic", - "bnpparibas": "generic", - "bo": "country-code", - "boats": "generic", - "boehringer": "generic", - "bofa": "generic", - "bom": "generic", - "bond": "generic", - "boo": "generic", - "book": "generic", - "booking": "generic", - "boots": "generic", - "bosch": "generic", - "bostik": "generic", - "boston": "generic", - "bot": "generic", - "boutique": "generic", - "box": "generic", - "bq": "country-code", - "br": "country-code", - "bradesco": "generic", - "bridgestone": "generic", - "broadway": "generic", - "broker": "generic", - "brother": "generic", - "brussels": "generic", - "bs": "country-code", - "bt": "country-code", - "budapest": "generic", - "bugatti": "generic", - "build": "generic", - "builders": "generic", - "business": "generic", - "buy": "generic", - "buzz": "generic", - "bv": "country-code", - "bw": "country-code", - "by": "country-code", - "bz": "country-code", - "bzh": "generic", - "ca": "country-code", - "cab": "generic", - "cafe": "generic", - "cal": "generic", - "call": "generic", - "calvinklein": "generic", - "cam": "generic", - "camera": "generic", - "camp": "generic", - "cancerresearch": "generic", - "canon": "generic", - "capetown": "generic", - "capital": "generic", - "capitalone": "generic", - "car": "generic", - "caravan": "generic", - "cards": "generic", - "care": "generic", - "career": "generic", - "careers": "generic", - "cars": "generic", - "cartier": "generic", - "casa": "generic", - "case": "generic", - "caseih": "generic", - "cash": "generic", - "casino": "generic", - "cat": "sponsored", - "catering": "generic", - "catholic": "generic", - "cba": "generic", - "cbn": "generic", - "cbre": "generic", - "cbs": "generic", - "cc": "country-code", - "cd": "country-code", - "ceb": "generic", - "center": "generic", - "ceo": "generic", - "cern": "generic", - "cf": "country-code", - "cfa": "generic", - "cfd": "generic", - "cg": "country-code", - "ch": "country-code", - "chanel": "generic", - "channel": "generic", - "charity": "generic", - "chase": "generic", - "chat": "generic", - "cheap": "generic", - "chintai": "generic", - "chloe": "generic", - "christmas": "generic", - "chrome": "generic", - "chrysler": "generic", - "church": "generic", - "ci": "country-code", - "cipriani": "generic", - "circle": "generic", - "cisco": "generic", - "citadel": "generic", - "citi": "generic", - "citic": "generic", - "city": "generic", - "cityeats": "generic", - "ck": "country-code", - "cl": "country-code", - "claims": "generic", - "cleaning": "generic", - "click": "generic", - "clinic": "generic", - "clinique": "generic", - "clothing": "generic", - "cloud": "generic", - "club": "generic", - "clubmed": "generic", - "cm": "country-code", - "cn": "country-code", - "co": "country-code", - "coach": "generic", - "codes": "generic", - "coffee": "generic", - "college": "generic", - "cologne": "generic", - "com": "generic", - "comcast": "generic", - "commbank": "generic", - "community": "generic", - "company": "generic", - "compare": "generic", - "computer": "generic", - "comsec": "generic", - "condos": "generic", - "construction": "generic", - "consulting": "generic", - "contact": "generic", - "contractors": "generic", - "cooking": "generic", - "cookingchannel": "generic", - "cool": "generic", - "coop": "sponsored", - "corsica": "generic", - "country": "generic", - "coupon": "generic", - "coupons": "generic", - "courses": "generic", - "cr": "country-code", - "credit": "generic", - "creditcard": "generic", - "creditunion": "generic", - "cricket": "generic", - "crown": "generic", - "crs": "generic", - "cruise": "generic", - "cruises": "generic", - "csc": "generic", - "cu": "country-code", - "cuisinella": "generic", - "cv": "country-code", - "cw": "country-code", - "cx": "country-code", - "cy": "country-code", - "cymru": "generic", - "cyou": "generic", - "cz": "country-code", - "dabur": "generic", - "dad": "generic", - "dance": "generic", - "data": "generic", - "date": "generic", - "dating": "generic", - "datsun": "generic", - "day": "generic", - "dclk": "generic", - "dds": "generic", - "de": "country-code", - "deal": "generic", - "dealer": "generic", - "deals": "generic", - "degree": "generic", - "delivery": "generic", - "dell": "generic", - "deloitte": "generic", - "delta": "generic", - "democrat": "generic", - "dental": "generic", - "dentist": "generic", - "desi": "generic", - "design": "generic", - "dev": "generic", - "dhl": "generic", - "diamonds": "generic", - "diet": "generic", - "digital": "generic", - "direct": "generic", - "directory": "generic", - "discount": "generic", - "discover": "generic", - "dish": "generic", - "diy": "generic", - "dj": "country-code", - "dk": "country-code", - "dm": "country-code", - "dnp": "generic", - "do": "country-code", - "docs": "generic", - "doctor": "generic", - "dodge": "generic", - "dog": "generic", - "doha": "generic", - "domains": "generic", - "doosan": "generic", - "dot": "generic", - "download": "generic", - "drive": "generic", - "dtv": "generic", - "dubai": "generic", - "duck": "generic", - "dunlop": "generic", - "duns": "generic", - "dupont": "generic", - "durban": "generic", - "dvag": "generic", - "dvr": "generic", - "dz": "country-code", - "earth": "generic", - "eat": "generic", - "ec": "country-code", - "eco": "generic", - "edeka": "generic", - "edu": "sponsored", - "education": "generic", - "ee": "country-code", - "eg": "country-code", - "eh": "country-code", - "email": "generic", - "emerck": "generic", - "energy": "generic", - "engineer": "generic", - "engineering": "generic", - "enterprises": "generic", - "epost": "generic", - "epson": "generic", - "equipment": "generic", - "er": "country-code", - "ericsson": "generic", - "erni": "generic", - "es": "country-code", - "esq": "generic", - "estate": "generic", - "esurance": "generic", - "et": "country-code", - "etisalat": "generic", - "eu": "country-code", - "eurovision": "generic", - "eus": "generic", - "events": "generic", - "everbank": "generic", - "exchange": "generic", - "expert": "generic", - "exposed": "generic", - "express": "generic", - "extraspace": "generic", - "fage": "generic", - "fail": "generic", - "fairwinds": "generic", - "faith": "generic", - "family": "generic", - "fan": "generic", - "fans": "generic", - "farm": "generic", - "farmers": "generic", - "fashion": "generic", - "fast": "generic", - "fedex": "generic", - "feedback": "generic", - "ferrari": "generic", - "ferrero": "generic", - "fi": "country-code", - "fiat": "generic", - "fidelity": "generic", - "fido": "generic", - "film": "generic", - "final": "generic", - "finance": "generic", - "financial": "generic", - "fire": "generic", - "firestone": "generic", - "firmdale": "generic", - "fish": "generic", - "fishing": "generic", - "fit": "generic", - "fitness": "generic", - "fj": "country-code", - "fk": "country-code", - "flickr": "generic", - "flights": "generic", - "flir": "generic", - "florist": "generic", - "flowers": "generic", - "flsmidth": "generic", - "fly": "generic", - "fm": "country-code", - "fo": "country-code", - "foo": "generic", - "food": "generic", - "foodnetwork": "generic", - "football": "generic", - "ford": "generic", - "forex": "generic", - "forsale": "generic", - "forum": "generic", - "foundation": "generic", - "fox": "generic", - "fr": "country-code", - "free": "generic", - "fresenius": "generic", - "frl": "generic", - "frogans": "generic", - "frontdoor": "generic", - "frontier": "generic", - "ftr": "generic", - "fujitsu": "generic", - "fujixerox": "generic", - "fun": "generic", - "fund": "generic", - "furniture": "generic", - "futbol": "generic", - "fyi": "generic", - "ga": "country-code", - "gal": "generic", - "gallery": "generic", - "gallo": "generic", - "gallup": "generic", - "game": "generic", - "games": "generic", - "gap": "generic", - "garden": "generic", - "gb": "country-code", - "gbiz": "generic", - "gd": "country-code", - "gdn": "generic", - "ge": "country-code", - "gea": "generic", - "gent": "generic", - "genting": "generic", - "george": "generic", - "gf": "country-code", - "gg": "country-code", - "ggee": "generic", - "gh": "country-code", - "gi": "country-code", - "gift": "generic", - "gifts": "generic", - "gives": "generic", - "giving": "generic", - "gl": "country-code", - "glade": "generic", - "glass": "generic", - "gle": "generic", - "global": "generic", - "globo": "generic", - "gm": "country-code", - "gmail": "generic", - "gmbh": "generic", - "gmo": "generic", - "gmx": "generic", - "gn": "country-code", - "godaddy": "generic", - "gold": "generic", - "goldpoint": "generic", - "golf": "generic", - "goo": "generic", - "goodhands": "generic", - "goodyear": "generic", - "goog": "generic", - "google": "generic", - "gop": "generic", - "got": "generic", - "gov": "sponsored", - "gp": "country-code", - "gq": "country-code", - "gr": "country-code", - "grainger": "generic", - "graphics": "generic", - "gratis": "generic", - "green": "generic", - "gripe": "generic", - "grocery": "generic", - "group": "generic", - "gs": "country-code", - "gt": "country-code", - "gu": "country-code", - "guardian": "generic", - "gucci": "generic", - "guge": "generic", - "guide": "generic", - "guitars": "generic", - "guru": "generic", - "gw": "country-code", - "gy": "country-code", - "hair": "generic", - "hamburg": "generic", - "hangout": "generic", - "haus": "generic", - "hbo": "generic", - "hdfc": "generic", - "hdfcbank": "generic", - "health": "generic", - "healthcare": "generic", - "help": "generic", - "helsinki": "generic", - "here": "generic", - "hermes": "generic", - "hgtv": "generic", - "hiphop": "generic", - "hisamitsu": "generic", - "hitachi": "generic", - "hiv": "generic", - "hk": "country-code", - "hkt": "generic", - "hm": "country-code", - "hn": "country-code", - "hockey": "generic", - "holdings": "generic", - "holiday": "generic", - "homedepot": "generic", - "homegoods": "generic", - "homes": "generic", - "homesense": "generic", - "honda": "generic", - "honeywell": "generic", - "horse": "generic", - "hospital": "generic", - "host": "generic", - "hosting": "generic", - "hot": "generic", - "hoteles": "generic", - "hotels": "generic", - "hotmail": "generic", - "house": "generic", - "how": "generic", - "hr": "country-code", - "hsbc": "generic", - "ht": "country-code", - "htc": "generic", - "hu": "country-code", - "hughes": "generic", - "hyatt": "generic", - "hyundai": "generic", - "ibm": "generic", - "icbc": "generic", - "ice": "generic", - "icu": "generic", - "id": "country-code", - "ie": "country-code", - "ieee": "generic", - "ifm": "generic", - "iinet": "generic", - "ikano": "generic", - "il": "country-code", - "im": "country-code", - "imamat": "generic", - "imdb": "generic", - "immo": "generic", - "immobilien": "generic", - "in": "country-code", - "industries": "generic", - "infiniti": "generic", - "info": "generic", - "ing": "generic", - "ink": "generic", - "institute": "generic", - "insurance": "generic", - "insure": "generic", - "int": "sponsored", - "intel": "generic", - "international": "generic", - "intuit": "generic", - "investments": "generic", - "io": "country-code", - "ipiranga": "generic", - "iq": "country-code", - "ir": "country-code", - "irish": "generic", - "is": "country-code", - "iselect": "generic", - "ismaili": "generic", - "ist": "generic", - "istanbul": "generic", - "it": "country-code", - "itau": "generic", - "itv": "generic", - "iveco": "generic", - "iwc": "generic", - "jaguar": "generic", - "java": "generic", - "jcb": "generic", - "jcp": "generic", - "je": "country-code", - "jeep": "generic", - "jetzt": "generic", - "jewelry": "generic", - "jio": "generic", - "jlc": "generic", - "jll": "generic", - "jm": "country-code", - "jmp": "generic", - "jnj": "generic", - "jo": "country-code", - "jobs": "sponsored", - "joburg": "generic", - "jot": "generic", - "joy": "generic", - "jp": "country-code", - "jpmorgan": "generic", - "jprs": "generic", - "juegos": "generic", - "juniper": "generic", - "kaufen": "generic", - "kddi": "generic", - "ke": "country-code", - "kerryhotels": "generic", - "kerrylogistics": "generic", - "kerryproperties": "generic", - "kfh": "generic", - "kg": "country-code", - "kh": "country-code", - "ki": "country-code", - "kia": "generic", - "kim": "generic", - "kinder": "generic", - "kindle": "generic", - "kitchen": "generic", - "kiwi": "generic", - "km": "country-code", - "kn": "country-code", - "koeln": "generic", - "komatsu": "generic", - "kosher": "generic", - "kp": "country-code", - "kpmg": "generic", - "kpn": "generic", - "kr": "country-code", - "krd": "generic", - "kred": "generic", - "kuokgroup": "generic", - "kw": "country-code", - "ky": "country-code", - "kyoto": "generic", - "kz": "country-code", - "la": "country-code", - "lacaixa": "generic", - "ladbrokes": "generic", - "lamborghini": "generic", - "lamer": "generic", - "lancaster": "generic", - "lancia": "generic", - "lancome": "generic", - "land": "generic", - "landrover": "generic", - "lanxess": "generic", - "lasalle": "generic", - "lat": "generic", - "latino": "generic", - "latrobe": "generic", - "law": "generic", - "lawyer": "generic", - "lb": "country-code", - "lc": "country-code", - "lds": "generic", - "lease": "generic", - "leclerc": "generic", - "lefrak": "generic", - "legal": "generic", - "lego": "generic", - "lexus": "generic", - "lgbt": "generic", - "li": "country-code", - "liaison": "generic", - "lidl": "generic", - "life": "generic", - "lifeinsurance": "generic", - "lifestyle": "generic", - "lighting": "generic", - "like": "generic", - "lilly": "generic", - "limited": "generic", - "limo": "generic", - "lincoln": "generic", - "linde": "generic", - "link": "generic", - "lipsy": "generic", - "live": "generic", - "living": "generic", - "lixil": "generic", - "lk": "country-code", - "llc": "generic", - "loan": "generic", - "loans": "generic", - "locker": "generic", - "locus": "generic", - "loft": "generic", - "lol": "generic", - "london": "generic", - "lotte": "generic", - "lotto": "generic", - "love": "generic", - "lpl": "generic", - "lplfinancial": "generic", - "lr": "country-code", - "ls": "country-code", - "lt": "country-code", - "ltd": "generic", - "ltda": "generic", - "lu": "country-code", - "lundbeck": "generic", - "lupin": "generic", - "luxe": "generic", - "luxury": "generic", - "lv": "country-code", - "ly": "country-code", - "ma": "country-code", - "macys": "generic", - "madrid": "generic", - "maif": "generic", - "maison": "generic", - "makeup": "generic", - "man": "generic", - "management": "generic", - "mango": "generic", - "map": "generic", - "market": "generic", - "marketing": "generic", - "markets": "generic", - "marriott": "generic", - "marshalls": "generic", - "maserati": "generic", - "mattel": "generic", - "mba": "generic", - "mc": "country-code", - "mcd": "generic", - "mcdonalds": "generic", - "mckinsey": "generic", - "md": "country-code", - "me": "country-code", - "med": "generic", - "media": "generic", - "meet": "generic", - "melbourne": "generic", - "meme": "generic", - "memorial": "generic", - "men": "generic", - "menu": "generic", - "meo": "generic", - "merckmsd": "generic", - "metlife": "generic", - "mf": "country-code", - "mg": "country-code", - "mh": "country-code", - "miami": "generic", - "microsoft": "generic", - "mil": "sponsored", - "mini": "generic", - "mint": "generic", - "mit": "generic", - "mitsubishi": "generic", - "mk": "country-code", - "ml": "country-code", - "mlb": "generic", - "mls": "generic", - "mm": "country-code", - "mma": "generic", - "mn": "country-code", - "mo": "country-code", - "mobi": "generic", - "mobile": "generic", - "mobily": "generic", - "moda": "generic", - "moe": "generic", - "moi": "generic", - "mom": "generic", - "monash": "generic", - "money": "generic", - "monster": "generic", - "montblanc": "generic", - "mopar": "generic", - "mormon": "generic", - "mortgage": "generic", - "moscow": "generic", - "moto": "generic", - "motorcycles": "generic", - "mov": "generic", - "movie": "generic", - "movistar": "generic", - "mp": "country-code", - "mq": "country-code", - "mr": "country-code", - "ms": "country-code", - "msd": "generic", - "mt": "country-code", - "mtn": "generic", - "mtpc": "generic", - "mtr": "generic", - "mu": "country-code", - "museum": "sponsored", - "mutual": "generic", - "mutuelle": "generic", - "mv": "country-code", - "mw": "country-code", - "mx": "country-code", - "my": "country-code", - "mz": "country-code", - "na": "country-code", - "nab": "generic", - "nadex": "generic", - "nagoya": "generic", - "name": "generic-restricted", - "nationwide": "generic", - "natura": "generic", - "navy": "generic", - "nba": "generic", - "nc": "country-code", - "ne": "country-code", - "nec": "generic", - "net": "generic", - "netbank": "generic", - "netflix": "generic", - "network": "generic", - "neustar": "generic", - "new": "generic", - "newholland": "generic", - "news": "generic", - "next": "generic", - "nextdirect": "generic", - "nexus": "generic", - "nf": "country-code", - "nfl": "generic", - "ng": "country-code", - "ngo": "generic", - "nhk": "generic", - "ni": "country-code", - "nico": "generic", - "nike": "generic", - "nikon": "generic", - "ninja": "generic", - "nissan": "generic", - "nissay": "generic", - "nl": "country-code", - "no": "country-code", - "nokia": "generic", - "northwesternmutual": "generic", - "norton": "generic", - "now": "generic", - "nowruz": "generic", - "nowtv": "generic", - "np": "country-code", - "nr": "country-code", - "nra": "generic", - "nrw": "generic", - "ntt": "generic", - "nu": "country-code", - "nyc": "generic", - "nz": "country-code", - "obi": "generic", - "observer": "generic", - "off": "generic", - "office": "generic", - "okinawa": "generic", - "olayan": "generic", - "olayangroup": "generic", - "oldnavy": "generic", - "ollo": "generic", - "om": "country-code", - "omega": "generic", - "one": "generic", - "ong": "generic", - "onl": "generic", - "online": "generic", - "onyourside": "generic", - "ooo": "generic", - "open": "generic", - "oracle": "generic", - "orange": "generic", - "org": "generic", - "organic": "generic", - "orientexpress": "generic", - "origins": "generic", - "osaka": "generic", - "otsuka": "generic", - "ott": "generic", - "ovh": "generic", - "pa": "country-code", - "page": "generic", - "pamperedchef": "generic", - "panasonic": "generic", - "panerai": "generic", - "paris": "generic", - "pars": "generic", - "partners": "generic", - "parts": "generic", - "party": "generic", - "passagens": "generic", - "pay": "generic", - "pccw": "generic", - "pe": "country-code", - "pet": "generic", - "pf": "country-code", - "pfizer": "generic", - "pg": "country-code", - "ph": "country-code", - "pharmacy": "generic", - "phd": "generic", - "philips": "generic", - "phone": "generic", - "photo": "generic", - "photography": "generic", - "photos": "generic", - "physio": "generic", - "piaget": "generic", - "pics": "generic", - "pictet": "generic", - "pictures": "generic", - "pid": "generic", - "pin": "generic", - "ping": "generic", - "pink": "generic", - "pioneer": "generic", - "pizza": "generic", - "pk": "country-code", - "pl": "country-code", - "place": "generic", - "play": "generic", - "playstation": "generic", - "plumbing": "generic", - "plus": "generic", - "pm": "country-code", - "pn": "country-code", - "pnc": "generic", - "pohl": "generic", - "poker": "generic", - "politie": "generic", - "porn": "generic", - "post": "sponsored", - "pr": "country-code", - "pramerica": "generic", - "praxi": "generic", - "press": "generic", - "prime": "generic", - "pro": "generic-restricted", - "prod": "generic", - "productions": "generic", - "prof": "generic", - "progressive": "generic", - "promo": "generic", - "properties": "generic", - "property": "generic", - "protection": "generic", - "pru": "generic", - "prudential": "generic", - "ps": "country-code", - "pt": "country-code", - "pub": "generic", - "pw": "country-code", - "pwc": "generic", - "py": "country-code", - "qa": "country-code", - "qpon": "generic", - "quebec": "generic", - "quest": "generic", - "qvc": "generic", - "racing": "generic", - "radio": "generic", - "raid": "generic", - "re": "country-code", - "read": "generic", - "realestate": "generic", - "realtor": "generic", - "realty": "generic", - "recipes": "generic", - "red": "generic", - "redstone": "generic", - "redumbrella": "generic", - "rehab": "generic", - "reise": "generic", - "reisen": "generic", - "reit": "generic", - "reliance": "generic", - "ren": "generic", - "rent": "generic", - "rentals": "generic", - "repair": "generic", - "report": "generic", - "republican": "generic", - "rest": "generic", - "restaurant": "generic", - "review": "generic", - "reviews": "generic", - "rexroth": "generic", - "rich": "generic", - "richardli": "generic", - "ricoh": "generic", - "rightathome": "generic", - "ril": "generic", - "rio": "generic", - "rip": "generic", - "rmit": "generic", - "ro": "country-code", - "rocher": "generic", - "rocks": "generic", - "rodeo": "generic", - "rogers": "generic", - "room": "generic", - "rs": "country-code", - "rsvp": "generic", - "ru": "country-code", - "rugby": "generic", - "ruhr": "generic", - "run": "generic", - "rw": "country-code", - "rwe": "generic", - "ryukyu": "generic", - "sa": "country-code", - "saarland": "generic", - "safe": "generic", - "safety": "generic", - "sakura": "generic", - "sale": "generic", - "salon": "generic", - "samsclub": "generic", - "samsung": "generic", - "sandvik": "generic", - "sandvikcoromant": "generic", - "sanofi": "generic", - "sap": "generic", - "sapo": "generic", - "sarl": "generic", - "sas": "generic", - "save": "generic", - "saxo": "generic", - "sb": "country-code", - "sbi": "generic", - "sbs": "generic", - "sc": "country-code", - "sca": "generic", - "scb": "generic", - "schaeffler": "generic", - "schmidt": "generic", - "scholarships": "generic", - "school": "generic", - "schule": "generic", - "schwarz": "generic", - "science": "generic", - "scjohnson": "generic", - "scor": "generic", - "scot": "generic", - "sd": "country-code", - "se": "country-code", - "search": "generic", - "seat": "generic", - "secure": "generic", - "security": "generic", - "seek": "generic", - "select": "generic", - "sener": "generic", - "services": "generic", - "ses": "generic", - "seven": "generic", - "sew": "generic", - "sex": "generic", - "sexy": "generic", - "sfr": "generic", - "sg": "country-code", - "sh": "country-code", - "shangrila": "generic", - "sharp": "generic", - "shaw": "generic", - "shell": "generic", - "shia": "generic", - "shiksha": "generic", - "shoes": "generic", - "shop": "generic", - "shopping": "generic", - "shouji": "generic", - "show": "generic", - "showtime": "generic", - "shriram": "generic", - "si": "country-code", - "silk": "generic", - "sina": "generic", - "singles": "generic", - "site": "generic", - "sj": "country-code", - "sk": "country-code", - "ski": "generic", - "skin": "generic", - "sky": "generic", - "skype": "generic", - "sl": "country-code", - "sling": "generic", - "sm": "country-code", - "smart": "generic", - "smile": "generic", - "sn": "country-code", - "sncf": "generic", - "so": "country-code", - "soccer": "generic", - "social": "generic", - "softbank": "generic", - "software": "generic", - "sohu": "generic", - "solar": "generic", - "solutions": "generic", - "song": "generic", - "sony": "generic", - "soy": "generic", - "space": "generic", - "spiegel": "generic", - "sport": "generic", - "spot": "generic", - "spreadbetting": "generic", - "sr": "country-code", - "srl": "generic", - "srt": "generic", - "ss": "country-code", - "st": "country-code", - "stada": "generic", - "staples": "generic", - "star": "generic", - "starhub": "generic", - "statebank": "generic", - "statefarm": "generic", - "statoil": "generic", - "stc": "generic", - "stcgroup": "generic", - "stockholm": "generic", - "storage": "generic", - "store": "generic", - "stream": "generic", - "studio": "generic", - "study": "generic", - "style": "generic", - "su": "country-code", - "sucks": "generic", - "supplies": "generic", - "supply": "generic", - "support": "generic", - "surf": "generic", - "surgery": "generic", - "suzuki": "generic", - "sv": "country-code", - "swatch": "generic", - "swiftcover": "generic", - "swiss": "generic", - "sx": "country-code", - "sy": "country-code", - "sydney": "generic", - "symantec": "generic", - "systems": "generic", - "sz": "country-code", - "tab": "generic", - "taipei": "generic", - "talk": "generic", - "taobao": "generic", - "target": "generic", - "tatamotors": "generic", - "tatar": "generic", - "tattoo": "generic", - "tax": "generic", - "taxi": "generic", - "tc": "country-code", - "tci": "generic", - "td": "country-code", - "tdk": "generic", - "team": "generic", - "tech": "generic", - "technology": "generic", - "tel": "sponsored", - "telecity": "generic", - "telefonica": "generic", - "temasek": "generic", - "tennis": "generic", - "teva": "generic", - "tf": "country-code", - "tg": "country-code", - "th": "country-code", - "thd": "generic", - "theater": "generic", - "theatre": "generic", - "tiaa": "generic", - "tickets": "generic", - "tienda": "generic", - "tiffany": "generic", - "tips": "generic", - "tires": "generic", - "tirol": "generic", - "tj": "country-code", - "tjmaxx": "generic", - "tjx": "generic", - "tk": "country-code", - "tkmaxx": "generic", - "tl": "country-code", - "tm": "country-code", - "tmall": "generic", - "tn": "country-code", - "to": "country-code", - "today": "generic", - "tokyo": "generic", - "tools": "generic", - "top": "generic", - "toray": "generic", - "toshiba": "generic", - "total": "generic", - "tours": "generic", - "town": "generic", - "toyota": "generic", - "toys": "generic", - "tp": "country-code", - "tr": "country-code", - "trade": "generic", - "trading": "generic", - "training": "generic", - "travel": "sponsored", - "travelchannel": "generic", - "travelers": "generic", - "travelersinsurance": "generic", - "trust": "generic", - "trv": "generic", - "tt": "country-code", - "tube": "generic", - "tui": "generic", - "tunes": "generic", - "tushu": "generic", - "tv": "country-code", - "tvs": "generic", - "tw": "country-code", - "tz": "country-code", - "ua": "country-code", - "ubank": "generic", - "ubs": "generic", - "uconnect": "generic", - "ug": "country-code", - "uk": "country-code", - "um": "country-code", - "unicom": "generic", - "university": "generic", - "uno": "generic", - "uol": "generic", - "ups": "generic", - "us": "country-code", - "uy": "country-code", - "uz": "country-code", - "va": "country-code", - "vacations": "generic", - "vana": "generic", - "vanguard": "generic", - "vc": "country-code", - "ve": "country-code", - "vegas": "generic", - "ventures": "generic", - "verisign": "generic", - "versicherung": "generic", - "vet": "generic", - "vg": "country-code", - "vi": "country-code", - "viajes": "generic", - "video": "generic", - "vig": "generic", - "viking": "generic", - "villas": "generic", - "vin": "generic", - "vip": "generic", - "virgin": "generic", - "visa": "generic", - "vision": "generic", - "vista": "generic", - "vistaprint": "generic", - "viva": "generic", - "vivo": "generic", - "vlaanderen": "generic", - "vn": "country-code", - "vodka": "generic", - "volkswagen": "generic", - "volvo": "generic", - "vote": "generic", - "voting": "generic", - "voto": "generic", - "voyage": "generic", - "vu": "country-code", - "vuelos": "generic", - "wales": "generic", - "walmart": "generic", - "walter": "generic", - "wang": "generic", - "wanggou": "generic", - "warman": "generic", - "watch": "generic", - "watches": "generic", - "weather": "generic", - "weatherchannel": "generic", - "webcam": "generic", - "weber": "generic", - "website": "generic", - "wed": "generic", - "wedding": "generic", - "weibo": "generic", - "weir": "generic", - "wf": "country-code", - "whoswho": "generic", - "wien": "generic", - "wiki": "generic", - "williamhill": "generic", - "win": "generic", - "windows": "generic", - "wine": "generic", - "winners": "generic", - "wme": "generic", - "wolterskluwer": "generic", - "woodside": "generic", - "work": "generic", - "works": "generic", - "world": "generic", - "wow": "generic", - "ws": "country-code", - "wtc": "generic", - "wtf": "generic", - "xbox": "generic", - "xerox": "generic", - "xfinity": "generic", - "xihuan": "generic", - "xin": "generic", - "测试": "test", - "कॉम": "generic", - "परीक्षा": "test", - "セール": "generic", - "佛山": "generic", - "ಭಾರತ": "country-code", - "慈善": "generic", - "集团": "generic", - "在线": "generic", - "한국": "country-code", - "ଭାରତ": "country-code", - "大众汽车": "generic", - "点看": "generic", - "คอม": "generic", - "ভাৰত": "country-code", - "ভারত": "country-code", - "八卦": "generic", - "‏موقع‎": "generic", - "বাংলা": "country-code", - "公益": "generic", - "公司": "generic", - "香格里拉": "generic", - "网站": "generic", - "移动": "generic", - "我爱你": "generic", - "москва": "generic", - "испытание": "test", - "қаз": "country-code", - "католик": "generic", - "онлайн": "generic", - "сайт": "generic", - "联通": "generic", - "срб": "country-code", - "бг": "country-code", - "бел": "country-code", - "‏קום‎": "generic", - "时尚": "generic", - "微博": "generic", - "테스트": "test", - "淡马锡": "generic", - "ファッション": "generic", - "орг": "generic", - "नेट": "generic", - "ストア": "generic", - "삼성": "generic", - "சிங்கப்பூர்": "country-code", - "商标": "generic", - "商店": "generic", - "商城": "generic", - "дети": "generic", - "мкд": "country-code", - "‏טעסט‎": "test", - "ею": "country-code", - "ポイント": "generic", - "新闻": "generic", - "工行": "generic", - "家電": "generic", - "‏كوم‎": "generic", - "中文网": "generic", - "中信": "generic", - "中国": "country-code", - "中國": "country-code", - "娱乐": "generic", - "谷歌": "generic", - "భారత్": "country-code", - "ලංකා": "country-code", - "電訊盈科": "generic", - "购物": "generic", - "測試": "test", - "クラウド": "generic", - "ભારત": "country-code", - "通販": "generic", - "भारतम्": "country-code", - "भारत": "country-code", - "भारोत": "country-code", - "‏آزمایشی‎": "test", - "பரிட்சை": "test", - "网店": "generic", - "संगठन": "generic", - "餐厅": "generic", - "网络": "generic", - "ком": "generic", - "укр": "country-code", - "香港": "country-code", - "诺基亚": "generic", - "食品": "generic", - "δοκιμή": "test", - "飞利浦": "generic", - "‏إختبار‎": "test", - "台湾": "country-code", - "台灣": "country-code", - "手表": "generic", - "手机": "generic", - "мон": "country-code", - "‏الجزائر‎": "country-code", - "‏عمان‎": "country-code", - "‏ارامكو‎": "generic", - "‏ایران‎": "country-code", - "‏العليان‎": "generic", - "‏اتصالات‎": "generic", - "‏امارات‎": "country-code", - "‏بازار‎": "generic", - "‏موريتانيا‎": "country-code", - "‏پاکستان‎": "country-code", - "‏الاردن‎": "country-code", - "‏موبايلي‎": "generic", - "‏بارت‎": "country-code", - "‏بھارت‎": "country-code", - "‏المغرب‎": "country-code", - "‏ابوظبي‎": "generic", - "‏السعودية‎": "country-code", - "‏ڀارت‎": "country-code", - "‏كاثوليك‎": "generic", - "‏سودان‎": "country-code", - "‏همراه‎": "generic", - "‏عراق‎": "country-code", - "‏مليسيا‎": "country-code", - "澳門": "country-code", - "닷컴": "generic", - "政府": "generic", - "‏شبكة‎": "generic", - "‏بيتك‎": "generic", - "‏عرب‎": "generic", - "გე": "country-code", - "机构": "generic", - "组织机构": "generic", - "健康": "generic", - "ไทย": "country-code", - "‏سورية‎": "country-code", - "招聘": "generic", - "рус": "generic", - "рф": "country-code", - "珠宝": "generic", - "‏تونس‎": "country-code", - "大拿": "generic", - "みんな": "generic", - "グーグル": "generic", - "ελ": "country-code", - "世界": "generic", - "書籍": "generic", - "ഭാരതം": "country-code", - "ਭਾਰਤ": "country-code", - "网址": "generic", - "닷넷": "generic", - "コム": "generic", - "天主教": "generic", - "游戏": "generic", - "vermögensberater": "generic", - "vermögensberatung": "generic", - "企业": "generic", - "信息": "generic", - "嘉里大酒店": "generic", - "嘉里": "generic", - "‏مصر‎": "country-code", - "‏قطر‎": "country-code", - "广东": "generic", - "இலங்கை": "country-code", - "இந்தியா": "country-code", - "հայ": "country-code", - "新加坡": "country-code", - "‏فلسطين‎": "country-code", - "テスト": "test", - "政务": "generic", - "xperia": "generic", - "xxx": "sponsored", - "xyz": "generic", - "yachts": "generic", - "yahoo": "generic", - "yamaxun": "generic", - "yandex": "generic", - "ye": "country-code", - "yodobashi": "generic", - "yoga": "generic", - "yokohama": "generic", - "you": "generic", - "youtube": "generic", - "yt": "country-code", - "yun": "generic", - "za": "country-code", - "zappos": "generic", - "zara": "generic", - "zero": "generic", - "zip": "generic", - "zippo": "generic", - "zm": "country-code", - "zone": "generic", - "zuerich": "generic", - "zw": "country-code" -} \ No newline at end of file +{} \ No newline at end of file diff --git a/formats/php/TldEnum/TldDesc.php b/formats/php/TldEnum/TldDesc.php index f9ebf6d..657d957 100644 --- a/formats/php/TldEnum/TldDesc.php +++ b/formats/php/TldEnum/TldDesc.php @@ -13,7 +13,8 @@ class TldDesc { 'able' => 'Able Inc.', 'abogado' => 'Top Level Domain Holdings Limited', 'abudhabi' => 'Abu Dhabi Systems and Information Centre', - 'ac' => 'Ascension Island', + 'ac' => 'Network Information Center [AC Domain Registry] +c/o Cable and Wireless [Ascension Island]', 'academy' => 'Binky Moon, LLC', 'accenture' => 'Accenture plc', 'accountant' => 'dot Accountant Limited', @@ -21,29 +22,29 @@ class TldDesc { 'aco' => 'ACO Severin Ahlmann GmbH & Co. KG', 'active' => 'Active Network, LLC', 'actor' => 'United TLD Holdco Ltd.', - 'ad' => 'Andorra [Principality of]', + 'ad' => 'Andorra Telecom', 'adac' => 'Allgemeiner Deutscher Automobil-Club e.V. [ADAC]', 'ads' => 'Charleston Road Registry Inc.', 'adult' => 'ICM Registry AD LLC', - 'ae' => 'United Arab Emirates', + 'ae' => 'Telecommunication Regulatory Authority [TRA]', 'aeg' => 'Aktiebolaget Electrolux', - 'aero' => 'Air-transport industry', + 'aero' => 'Societe Internationale de Telecommunications Aeronautique [SITA INC USA]', 'aetna' => 'Aetna Life Insurance Company', - 'af' => 'Afghanistan [Islamic Republic of]', + 'af' => 'Ministry of Communications and IT', 'afamilycompany' => 'Johnson Shareholdings, Inc.', 'afl' => 'Australian Football League', 'africa' => 'ZA Central Registry NPC trading as Registry.Africa', - 'ag' => 'Antigua and Barbuda', + 'ag' => 'UHSA School of Medicine', 'agakhan' => 'Fondation Aga Khan [Aga Khan Foundation]', 'agency' => 'Binky Moon, LLC', - 'ai' => 'Anguilla', + 'ai' => 'Government of Anguilla', 'aig' => 'American International Group, Inc.', 'aigo' => 'aigo Digital Technology Co,Ltd.', 'airbus' => 'Airbus S.A.S.', 'airforce' => 'United TLD Holdco Ltd.', 'airtel' => 'Bharti Airtel Limited', 'akdn' => 'Fondation Aga Khan [Aga Khan Foundation]', - 'al' => 'Albania [Republic of]', + 'al' => 'Electronic and Postal Communications Authority - AKEP', 'alfaromeo' => 'Fiat Chrysler Automobiles N.V.', 'alibaba' => 'Alibaba Group Holding Limited', 'alipay' => 'Alibaba Group Holding Limited', @@ -52,41 +53,41 @@ class TldDesc { 'ally' => 'Ally Financial Inc.', 'alsace' => 'REGION GRAND EST', 'alstom' => 'ALSTOM', - 'am' => 'Armenia [Republic of]', + 'am' => '"Internet Society" Non-governmental Organization', 'americanexpress' => 'American Express Travel Related Services Company, Inc.', 'americanfamily' => 'AmFam, Inc.', 'amex' => 'American Express Travel Related Services Company, Inc.', 'amfam' => 'AmFam, Inc.', 'amica' => 'Amica Mutual Insurance Company', 'amsterdam' => 'Gemeente Amsterdam', - 'an' => 'Netherlands Antilles', + 'an' => 'Retired', 'analytics' => 'Campus IP LLC', 'android' => 'Charleston Road Registry Inc.', 'anquan' => 'QIHOO 360 TECHNOLOGY CO. LTD.', 'anz' => 'Australia and New Zealand Banking Group Limited', - 'ao' => 'Angola [Republic of]', + 'ao' => 'Faculdade de Engenharia da Universidade Agostinho Neto', 'aol' => 'OATH Inc.', 'apartments' => 'Binky Moon, LLC', 'app' => 'Charleston Road Registry Inc.', 'apple' => 'Apple Inc.', - 'aq' => 'Antarctica', + 'aq' => 'Antarctica Network Information Centre Limited', 'aquarelle' => 'Aquarelle.com', - 'ar' => 'Argentina [Argentine Republic]', + 'ar' => 'Presidencia de la Nación – Secretaría Legal y Técnica', 'arab' => 'League of Arab States', 'aramco' => 'Aramco Services Company', 'archi' => 'STARTING DOT LIMITED', 'army' => 'United TLD Holdco Ltd.', - 'arpa' => 'Address and Routing Parameter Area', + 'arpa' => 'Internet Architecture Board [IAB]', 'art' => 'UK Creative Ideas Limited', 'arte' => 'Association Relative à la Télévision Européenne G.E.I.E.', - 'as' => 'American Samoa', + 'as' => 'AS Domain Registry', 'asda' => 'Wal-Mart Stores, Inc.', - 'asia' => 'Organisations and individuals in the Asia-Pacific region', + 'asia' => 'DotAsia Organisation Ltd.', 'associates' => 'Binky Moon, LLC', - 'at' => 'Austria [Republic of]', + 'at' => 'nic.at GmbH', 'athleta' => 'The Gap, Inc.', 'attorney' => 'United TLD Holdco, Ltd', - 'au' => 'Australia [Commonwealth of]', + 'au' => '.au Domain Administration [auDA]', 'auction' => 'United TLD HoldCo, Ltd.', 'audi' => 'AUDI Aktiengesellschaft', 'audible' => 'Amazon Registry Services, Inc.', @@ -96,13 +97,13 @@ class TldDesc { 'auto' => 'Cars Registry Limited', 'autos' => 'DERAutos, LLC', 'avianca' => 'Aerovias del Continente Americano S.A. Avianca', - 'aw' => 'Aruba', + 'aw' => 'SETAR', 'aws' => 'Amazon Registry Services, Inc.', - 'ax' => 'Åland Islands', + 'ax' => 'Ålands landskapsregering', 'axa' => 'AXA SA', - 'az' => 'Azerbaijan [Republic of]', + 'az' => 'IntraNS', 'azure' => 'Microsoft Corporation', - 'ba' => 'Bosnia and Herzegovina', + 'ba' => 'Universtiy Telinformatic Centre [UTIC]', 'baby' => 'Johnson & Johnson Services, Inc.', 'baidu' => 'Baidu, Inc.', 'banamex' => 'Citigroup Inc.', @@ -119,14 +120,16 @@ class TldDesc { 'basketball' => 'Fédération Internationale de Basketball [FIBA]', 'bauhaus' => 'Werkhaus GmbH', 'bayern' => 'Bayern Connect GmbH', - 'bb' => 'Barbados', + 'bb' => 'Government of Barbados +Ministry of Economic Affairs and Development +Telecommunications Unit', 'bbc' => 'British Broadcasting Corporation', 'bbt' => 'BB&T Corporation', 'bbva' => 'BANCO BILBAO VIZCAYA ARGENTARIA, S.A.', 'bcg' => 'The Boston Consulting Group, Inc.', 'bcn' => 'Municipi de Barcelona', - 'bd' => 'Bangladesh [People\'s Republic of]', - 'be' => 'Belgium [Kingdom of]', + 'bd' => 'Posts and Telecommunications Division', + 'be' => 'DNS Belgium vzw/asbl', 'beats' => 'Beats Electronics, LLC', 'beauty' => 'L\'Oréal', 'beer' => 'Top Level Domain Holdings Limited', @@ -135,20 +138,20 @@ class TldDesc { 'best' => 'BestTLD Pty Ltd', 'bestbuy' => 'BBY Solutions, Inc.', 'bet' => 'Afilias plc', - 'bf' => 'Burkina Faso', - 'bg' => 'Bulgaria [Republic of]', - 'bh' => 'Bahrain [Kingdom of]', + 'bf' => 'ARCE-AutoritÈ de RÈgulation des Communications Electroniques', + 'bg' => 'Register.BG', + 'bh' => 'Telecommunications Regulatory Authority [TRA]', 'bharti' => 'Bharti Enterprises [Holding] Private Limited', - 'bi' => 'Burundi [Republic of]', + 'bi' => 'Centre National de l\'Informatique', 'bible' => 'American Bible Society', 'bid' => 'dot Bid Limited', 'bike' => 'Binky Moon, LLC', 'bing' => 'Microsoft Corporation', 'bingo' => 'Binky Moon, LLC', 'bio' => 'STARTING DOT LIMITED', - 'biz' => 'Business', - 'bj' => 'Benin [Republic of]', - 'bl' => 'Saint Barthélemy [Collectivity of] {unassigned - see also: .gp and .fr}', + 'biz' => 'Neustar, Inc.', + 'bj' => 'Benin Telecoms S.A.', + 'bl' => 'Not assigned', 'black' => 'Afilias plc', 'blackfriday' => 'Uniregistry, Corp.', 'blanco' => 'BLANCO GmbH + Co KG', @@ -156,13 +159,13 @@ class TldDesc { 'blog' => 'Knock Knock WHOIS There, LLC', 'bloomberg' => 'Bloomberg IP Holdings LLC', 'blue' => 'Afilias plc', - 'bm' => 'Bermuda', + 'bm' => 'Registry General Department, Ministry of Home Affairs', 'bms' => 'Bristol-Myers Squibb Company', 'bmw' => 'Bayerische Motoren Werke Aktiengesellschaft', - 'bn' => 'Brunei [Nation of Brunei - the Abode of Peace] [Negara Brunei Darussalam]', + 'bn' => 'Authority for Info-communications Technology Industry of Brunei Darussalam [AITI]', 'bnl' => 'Banca Nazionale del Lavoro', 'bnpparibas' => 'BNP Paribas', - 'bo' => 'Bolivia [Plurinational State of]', + 'bo' => 'Agencia para el Desarrollo de la Información de la Sociedad en Bolivia', 'boats' => 'DERBoats, LLC', 'boehringer' => 'Boehringer Ingelheim International GmbH', 'bofa' => 'Bank of America Corporation', @@ -178,16 +181,16 @@ class TldDesc { 'bot' => 'Amazon Registry Services, Inc.', 'boutique' => 'Binky Moon, LLC', 'box' => 'NS1 Limited', - 'bq' => 'Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}', - 'br' => 'Brazil [Federative Republic of]', + 'bq' => 'Not assigned', + 'br' => 'Comite Gestor da Internet no Brasil', 'bradesco' => 'Banco Bradesco S.A.', 'bridgestone' => 'Bridgestone Corporation', 'broadway' => 'Celebrate Broadway, Inc.', 'broker' => 'DOTBROKER REGISTRY LTD', 'brother' => 'Brother Industries, Ltd.', 'brussels' => 'DNS.be vzw', - 'bs' => 'Bahamas [Commonwealth of the]', - 'bt' => 'Bhutan [Kingdom of]', + 'bs' => 'The College of the Bahamas', + 'bt' => 'Ministry of Information and Communications', 'budapest' => 'Top Level Domain Holdings Limited', 'bugatti' => 'Bugatti International SA', 'build' => 'Plan Bee LLC', @@ -195,12 +198,12 @@ class TldDesc { 'business' => 'Binky Moon, LLC', 'buy' => 'Amazon Registry Services, INC', 'buzz' => 'DOTSTRATEGY CO.', - 'bv' => 'Bouvet Island', - 'bw' => 'Botswana [Republic of]', - 'by' => 'Belarus [Republic of]', - 'bz' => 'Belize', + 'bv' => 'UNINETT Norid A/S', + 'bw' => 'Botswana Communications Regulatory Authority [BOCRA]', + 'by' => 'Reliable Software, Ltd.', + 'bz' => 'University of Belize', 'bzh' => 'Association www.bzh', - 'ca' => 'Canada', + 'ca' => 'Canadian Internet Registration Authority [CIRA] Autorité Canadienne pour les enregistrements Internet [ACEI]', 'cab' => 'Binky Moon, LLC', 'cafe' => 'Binky Moon, LLC', 'cal' => 'Charleston Road Registry Inc.', @@ -227,24 +230,25 @@ class TldDesc { 'caseih' => 'CNH Industrial N.V.', 'cash' => 'Binky Moon, LLC', 'casino' => 'Binky Moon, LLC', - 'cat' => 'Catalan', + 'cat' => 'Fundacio puntCAT', 'catering' => 'Binky Moon, LLC', 'catholic' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', 'cba' => 'COMMONWEALTH BANK OF AUSTRALIA', 'cbn' => 'The Christian Broadcasting Network, Inc.', 'cbre' => 'CBRE, Inc.', 'cbs' => 'CBS Domains Inc.', - 'cc' => 'Cocos [Keeling] Islands [Territory of the]', - 'cd' => 'Congo [Democratic Republic of the] [Congo-Kinshasa]', + 'cc' => 'eNIC Cocos [Keeling] Islands Pty. +Ltd. d/b/a Island Internet Services', + 'cd' => 'Office Congolais des Postes et Télécommunications - OCPT', 'ceb' => 'The Corporate Executive Board Company', 'center' => 'Binky Moon, LLC', 'ceo' => 'CEOTLD Pty Ltd', 'cern' => 'European Organization for Nuclear Research ["CERN"]', - 'cf' => 'Central African Republic', + 'cf' => 'Societe Centrafricaine de Telecommunications [SOCATEL]', 'cfa' => 'CFA Institute', 'cfd' => 'DOTCFD REGISTRY LTD', - 'cg' => 'Congo [Republic of] [Congo-Brazzaville]', - 'ch' => 'Switzerland [Swiss Confederation]', + 'cg' => 'ONPT Congo and Interpoint Switzerland', + 'ch' => 'SWITCH The Swiss Education & Research Network', 'chanel' => 'Chanel International B.V.', 'channel' => 'Charleston Road Registry Inc.', 'charity' => 'Corn Lake, LLC', @@ -257,7 +261,7 @@ class TldDesc { 'chrome' => 'Charleston Road Registry Inc.', 'chrysler' => 'FCA US LLC.', 'church' => 'Binky Moon, LLC', - 'ci' => 'Ivory Coast [Republic of Côte d\'Ivoire]', + 'ci' => 'Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire [ARTCI]', 'cipriani' => 'Hotel Cipriani Srl', 'circle' => 'Amazon Registry Services, Inc.', 'cisco' => 'Cisco Technology, Inc.', @@ -266,8 +270,8 @@ class TldDesc { 'citic' => 'CITIC Group Corporation', 'city' => 'Binky Moon, LLC', 'cityeats' => 'Lifestyle Domain Holdings, Inc.', - 'ck' => 'Cook Islands', - 'cl' => 'Chile [Republic of]', + 'ck' => 'Telecom Cook Islands Ltd.', + 'cl' => 'NIC Chile [University of Chile]', 'claims' => 'Binky Moon, LLC', 'cleaning' => 'Binky Moon, LLC', 'click' => 'Uniregistry, Corp.', @@ -277,15 +281,15 @@ class TldDesc { 'cloud' => 'ARUBA PEC S.p.A.', 'club' => '.CLUB DOMAINS, LLC', 'clubmed' => 'Club Méditerranée S.A.', - 'cm' => 'Cameroon [Republic of]', - 'cn' => 'China [People\'s Republic of]', - 'co' => 'Colombia [Republic of]', + 'cm' => 'Cameroon Telecommunications [CAMTEL]', + 'cn' => 'China Internet Network Information Center [CNNIC]', + 'co' => '.CO Internet S.A.S.', 'coach' => 'Binky Moon, LLC', 'codes' => 'Binky Moon, LLC', 'coffee' => 'Binky Moon, LLC', 'college' => 'XYZ.COM LLC', 'cologne' => 'punkt.wien GmbH', - 'com' => 'Commercial organizations', + 'com' => 'VeriSign Global Registry Services', 'comcast' => 'Comcast IP Holdings I, LLC', 'commbank' => 'COMMONWEALTH BANK OF AUSTRALIA', 'community' => 'Binky Moon, LLC', @@ -301,13 +305,14 @@ class TldDesc { 'cooking' => 'Top Level Domain Holdings Limited', 'cookingchannel' => 'Lifestyle Domain Holdings, Inc.', 'cool' => 'Binky Moon, LLC', - 'coop' => 'Cooperatives', + 'coop' => 'DotCooperation LLC', 'corsica' => 'Collectivité Territoriale de Corse', 'country' => 'Top Level Domain Holdings Limited', 'coupon' => 'Amazon Registry Services, Inc.', 'coupons' => 'Binky Moon, LLC', 'courses' => 'OPEN UNIVERSITIES AUSTRALIA PTY LTD', - 'cr' => 'Costa Rica [Republic of]', + 'cr' => 'National Academy of Sciences +Academia Nacional de Ciencias', 'credit' => 'Binky Moon, LLC', 'creditcard' => 'Binky Moon, LLC', 'creditunion' => 'CUNA Performance Resources, LLC', @@ -317,15 +322,17 @@ class TldDesc { 'cruise' => 'Viking River Cruises [Bermuda] Ltd.', 'cruises' => 'Binky Moon, LLC', 'csc' => 'Alliance-One Services, Inc.', - 'cu' => 'Cuba [Republic of]', + 'cu' => 'CENIAInternet +Industria y San Jose +Capitolio Nacional', 'cuisinella' => 'SALM S.A.S.', - 'cv' => 'Cape Verde [Republic of]', - 'cw' => 'Curaçao [Country of]', - 'cx' => 'Christmas Island [Territory of]', - 'cy' => 'Cyprus [Republic of]', + 'cv' => 'Agência Nacional das Comunicações [ANAC]', + 'cw' => 'University of Curacao', + 'cx' => 'Christmas Island Domain Administration Limited', + 'cy' => 'University of Cyprus', 'cymru' => 'Nominet UK', 'cyou' => 'Beijing Gamease Age Digital Technology Co., Ltd.', - 'cz' => 'Czech Republic', + 'cz' => 'CZ.NIC, z.s.p.o', 'dabur' => 'Dabur India Limited', 'dad' => 'Charleston Road Registry Inc.', 'dance' => 'United TLD Holdco Ltd.', @@ -336,7 +343,7 @@ class TldDesc { 'day' => 'Charleston Road Registry Inc.', 'dclk' => 'Charleston Road Registry Inc.', 'dds' => 'Minds + Machines Group Limited', - 'de' => 'Germany [Federal Republic of]', + 'de' => 'DENIC eG', 'deal' => 'Amazon Registry Services, Inc.', 'dealer' => 'Dealer Dot Com, Inc.', 'deals' => 'Binky Moon, LLC', @@ -361,11 +368,12 @@ class TldDesc { 'discover' => 'Discover Financial Services', 'dish' => 'Dish DBS Corporation', 'diy' => 'Lifestyle Domain Holdings, Inc.', - 'dj' => 'Djibouti [Republic of]', - 'dk' => 'Denmark [Kingdom of]', - 'dm' => 'Dominica [Commonwealth of]', + 'dj' => 'Djibouti Telecom S.A', + 'dk' => 'Dansk Internet Forum', + 'dm' => 'DotDM Corporation', 'dnp' => 'Dai Nippon Printing Co., Ltd.', - 'do' => 'Dominican Republic', + 'do' => 'Pontificia Universidad Catolica Madre y Maestra +Recinto Santo Tomas de Aquino', 'docs' => 'Charleston Road Registry Inc.', 'doctor' => 'Binky Moon, LLC', 'dodge' => 'FCA US LLC.', @@ -385,17 +393,18 @@ class TldDesc { 'durban' => 'ZA Central Registry NPC trading as ZA Central Registry', 'dvag' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', 'dvr' => 'Hughes Satellite Systems Corporation', - 'dz' => 'Algeria [People\'s Democratic Republic of]', + 'dz' => 'CERIST', 'earth' => 'Interlink Co., Ltd.', 'eat' => 'Charleston Road Registry Inc.', - 'ec' => 'Ecuador [Republic of]', + 'ec' => 'ECUADORDOMAIN S.A.', 'eco' => 'Big Room Inc.', 'edeka' => 'EDEKA Verband kaufmännischer Genossenschaften e.V.', - 'edu' => 'Educational establishments', + 'edu' => 'EDUCAUSE', 'education' => 'Binky Moon, LLC', - 'ee' => 'Estonia [Republic of]', - 'eg' => 'Egypt [Arab Republic of]', - 'eh' => 'Western Sahara {reserved}', + 'ee' => 'Eesti Interneti Sihtasutus [EIS]', + 'eg' => 'Egyptian Universities Network [EUN] +Supreme Council of Universities', + 'eh' => 'Not assigned', 'email' => 'Binky Moon, LLC', 'emerck' => 'Merck KGaA', 'energy' => 'Binky Moon, LLC', @@ -405,16 +414,16 @@ class TldDesc { 'epost' => 'Deutsche Post AG', 'epson' => 'Seiko Epson Corporation', 'equipment' => 'Binky Moon, LLC', - 'er' => 'Eritrea [State of]', + 'er' => 'Eritrea Telecommunication Services Corporation [EriTel]', 'ericsson' => 'Telefonaktiebolaget L M Ericsson', 'erni' => 'ERNI Group Holding AG', - 'es' => 'Spain [Kingdom of]', + 'es' => 'Red.es', 'esq' => 'Charleston Road Registry Inc.', 'estate' => 'Binky Moon, LLC', 'esurance' => 'Esurance Insurance Company', - 'et' => 'Ethiopia [Federal Democratic Republic of]', + 'et' => 'Ethio telecom', 'etisalat' => 'Emirates Telecommunications Corporation [trading as Etisalat]', - 'eu' => 'European Union', + 'eu' => 'EURid vzw/asbl', 'eurovision' => 'European Broadcasting Union [EBU]', 'eus' => 'Puntueus Fundazioa', 'events' => 'Binky Moon, LLC', @@ -439,7 +448,7 @@ class TldDesc { 'feedback' => 'Top Level Spectrum, Inc.', 'ferrari' => 'Fiat Chrysler Automobiles N.V.', 'ferrero' => 'Ferrero Trading Lux S.A.', - 'fi' => 'Finland [Republic of]', + 'fi' => 'Finnish Communications Regulatory Authority', 'fiat' => 'Fiat Chrysler Automobiles N.V.', 'fidelity' => 'Fidelity Brokerage Services LLC', 'fido' => 'Rogers Communications Canada Inc.', @@ -454,8 +463,9 @@ class TldDesc { 'fishing' => 'Top Level Domain Holdings Limited', 'fit' => 'Minds + Machines Group Limited', 'fitness' => 'Binky Moon, LLC', - 'fj' => 'Fiji [Republic of]', - 'fk' => 'Falkland Islands [Malvinas]', + 'fj' => 'The University of the South Pacific +IT Services', + 'fk' => 'Falkland Islands Government', 'flickr' => 'Yahoo! Domain Services Inc.', 'flights' => 'Binky Moon, LLC', 'flir' => 'FLIR Systems, Inc.', @@ -463,8 +473,8 @@ class TldDesc { 'flowers' => 'Uniregistry, Corp.', 'flsmidth' => 'Retired', 'fly' => 'Charleston Road Registry Inc.', - 'fm' => 'Micronesia [Federated States of]', - 'fo' => 'Faroe Islands', + 'fm' => 'FSM Telecommunications Corporation', + 'fo' => 'FO Council', 'foo' => 'Charleston Road Registry Inc.', 'food' => 'Lifestyle Domain Holdings, Inc.', 'foodnetwork' => 'Lifestyle Domain Holdings, Inc.', @@ -475,7 +485,7 @@ class TldDesc { 'forum' => 'Fegistry, LLC', 'foundation' => 'Binky Moon, LLC', 'fox' => 'FOX Registry, LLC', - 'fr' => 'France [French Republic]', + 'fr' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', 'free' => 'Amazon Registry Services, Inc.', 'fresenius' => 'Fresenius Immobilien-Verwaltungs-GmbH', 'frl' => 'FRLregistry B.V.', @@ -490,7 +500,7 @@ class TldDesc { 'furniture' => 'Binky Moon, LLC', 'futbol' => 'United TLD Holdco, Ltd.', 'fyi' => 'Binky Moon, LLC', - 'ga' => 'Gabon [Gabonese Republic]', + 'ga' => 'Agence Nationale des Infrastructures Numériques et des Fréquences [ANINF]', 'gal' => 'Asociación puntoGAL', 'gallery' => 'Binky Moon, LLC', 'gallo' => 'Gallo Vineyards, Inc.', @@ -499,36 +509,36 @@ class TldDesc { 'games' => 'United TLD Holdco Ltd.', 'gap' => 'The Gap, Inc.', 'garden' => 'Top Level Domain Holdings Limited', - 'gb' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', + 'gb' => 'Reserved Domain - IANA', 'gbiz' => 'Charleston Road Registry Inc.', - 'gd' => 'Grenada', + 'gd' => 'The National Telecommunications Regulatory Commission [NTRC]', 'gdn' => 'Joint Stock Company "Navigation-information systems"', - 'ge' => 'Georgia', + 'ge' => 'Caucasus Online LLC', 'gea' => 'GEA Group Aktiengesellschaft', 'gent' => 'Combell nv', 'genting' => 'Resorts World Inc. Pte. Ltd.', 'george' => 'Wal-Mart Stores, Inc.', - 'gf' => 'French Guiana', - 'gg' => 'Guernsey [Bailiwick of]', + 'gf' => 'Net Plus', + 'gg' => 'Island Networks Ltd.', 'ggee' => 'GMO Internet, Inc.', - 'gh' => 'Ghana [Republic of]', - 'gi' => 'Gibraltar', + 'gh' => 'Network Computer Systems Limited', + 'gi' => 'Sapphire Networks', 'gift' => 'Uniregistry, Corp.', 'gifts' => 'Binky Moon, LLC', 'gives' => 'United TLD Holdco Ltd.', 'giving' => 'Giving Limited', - 'gl' => 'Greenland', + 'gl' => 'TELE Greenland A/S', 'glade' => 'Johnson Shareholdings, Inc.', 'glass' => 'Binky Moon, LLC', 'gle' => 'Charleston Road Registry Inc.', 'global' => 'Dot Global Domain Registry Limited', 'globo' => 'Globo Comunicação e Participações S.A', - 'gm' => 'Gambia [Republic of The]', + 'gm' => 'GM-NIC', 'gmail' => 'Charleston Road Registry Inc.', 'gmbh' => 'Binky Moon, LLC', 'gmo' => 'GMO Internet, Inc.', 'gmx' => '1&1 Mail & Media GmbH', - 'gn' => 'Guinea [Republic of]', + 'gn' => 'Centre National des Sciences Halieutiques de Boussoura', 'godaddy' => 'Go Daddy East, LLC', 'gold' => 'Binky Moon, LLC', 'goldpoint' => 'YODOBASHI CAMERA CO.,LTD.', @@ -540,10 +550,11 @@ class TldDesc { 'google' => 'Charleston Road Registry Inc.', 'gop' => 'Republican State Leadership Committee, Inc.', 'got' => 'Amazon Registry Services, Inc.', - 'gov' => 'US government', - 'gp' => 'Guadeloupe', - 'gq' => 'Equatorial Guinea [Republic of]', - 'gr' => 'Greece [Hellenic Republic]', + 'gov' => 'General Services Administration +Attn: QTDC, 2E08 [.gov Domain Registration]', + 'gp' => 'Networking Technologies Group', + 'gq' => 'GETESA', + 'gr' => 'ICS-FORTH GR', 'grainger' => 'Grainger Registry Services, LLC', 'graphics' => 'Binky Moon, LLC', 'gratis' => 'Binky Moon, LLC', @@ -551,17 +562,17 @@ class TldDesc { 'gripe' => 'Binky Moon, LLC', 'grocery' => 'Wal-Mart Stores, Inc.', 'group' => 'Binky Moon, LLC', - 'gs' => 'South Georgia and the South Sandwich Islands', - 'gt' => 'Guatemala [Republic of]', - 'gu' => 'Guam', + 'gs' => 'Government of South Georgia and South Sandwich Islands [GSGSSI]', + 'gt' => 'Universidad del Valle de Guatemala', + 'gu' => 'University of Guam', 'guardian' => 'The Guardian Life Insurance Company of America', 'gucci' => 'Guccio Gucci S.p.a.', 'guge' => 'Charleston Road Registry Inc.', 'guide' => 'Binky Moon, LLC', 'guitars' => 'Uniregistry, Corp.', 'guru' => 'Binky Moon, LLC', - 'gw' => 'Guinea-Bissau [Republic of]', - 'gy' => 'Guyana [Co-operative Republic of]', + 'gw' => 'Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau', + 'gy' => 'University of Guyana', 'hair' => 'L\'Oreal', 'hamburg' => 'Hamburg Top-Level-Domain GmbH', 'hangout' => 'Charleston Road Registry Inc.', @@ -580,10 +591,10 @@ class TldDesc { 'hisamitsu' => 'Hisamitsu Pharmaceutical Co.,Inc.', 'hitachi' => 'Hitachi, Ltd.', 'hiv' => 'Uniregistry, Corp.', - 'hk' => 'Hong Kong [Hong Kong Special Administrative Region of the People\'s Republic of China]', + 'hk' => 'Hong Kong Internet Registration Corporation Ltd.', 'hkt' => 'PCCW-HKT DataCom Services Limited', - 'hm' => 'Heard Island and McDonald Islands', - 'hn' => 'Honduras [Republic of]', + 'hm' => 'HM Domain Registry', + 'hn' => 'Red de Desarrollo Sostenible Honduras', 'hockey' => 'Binky Moon, LLC', 'holdings' => 'Binky Moon, LLC', 'holiday' => 'Binky Moon, LLC', @@ -603,11 +614,11 @@ class TldDesc { 'hotmail' => 'Microsoft Corporation', 'house' => 'Binky Moon, LLC', 'how' => 'Charleston Road Registry Inc.', - 'hr' => 'Croatia [Republic of]', + 'hr' => 'CARNet - Croatian Academic and Research Network', 'hsbc' => 'HSBC Global Services [UK] Limited', - 'ht' => 'Haiti [Republic of]', + 'ht' => 'Consortium FDS/RDDH', 'htc' => 'Not assigned', - 'hu' => 'Hungary', + 'hu' => 'Council of Hungarian Internet Providers [CHIP]', 'hughes' => 'Hughes Satellite Systems Corporation', 'hyatt' => 'Hyatt GTLD, L.L.C.', 'hyundai' => 'Hyundai Motor Company', @@ -615,43 +626,46 @@ class TldDesc { 'icbc' => 'Industrial and Commercial Bank of China Limited', 'ice' => 'IntercontinentalExchange, Inc.', 'icu' => 'Shortdot SA', - 'id' => 'Indonesia [Republic of]', - 'ie' => 'Ireland [Republic of]', + 'id' => 'Perkumpulan Pengelola Nama Domain Internet Indonesia [PANDI]', + 'ie' => 'University College Dublin +Computing Services +Computer Centre', 'ieee' => 'IEEE Global LLC', 'ifm' => 'ifm electronic gmbh', 'iinet' => 'Retired', 'ikano' => 'Ikano S.A.', - 'il' => 'Israel [State of]', - 'im' => 'Isle of Man', + 'il' => 'Internet Society of Israel', + 'im' => 'Isle of Man Government', 'imamat' => 'Fondation Aga Khan [Aga Khan Foundation]', 'imdb' => 'Amazon Registry Services, Inc.', 'immo' => 'Binky Moon, LLC', 'immobilien' => 'United TLD Holdco Ltd.', - 'in' => 'India [Republic of]', + 'in' => 'National Internet Exchange of India', 'industries' => 'Binky Moon, LLC', 'infiniti' => 'NISSAN MOTOR CO., LTD.', - 'info' => 'Informational sites', + 'info' => 'Afilias Limited', 'ing' => 'Charleston Road Registry Inc.', 'ink' => 'Top Level Design, LLC', 'institute' => 'Binky Moon, LLC', 'insurance' => 'fTLD Registry Services LLC', 'insure' => 'Binky Moon, LLC', - 'int' => 'International treaty-based organizations', + 'int' => 'Internet Assigned Numbers Authority', 'intel' => 'Intel Corporation', 'international' => 'Binky Moon, LLC', 'intuit' => 'Intuit Administrative Services, Inc.', 'investments' => 'Binky Moon, LLC', - 'io' => 'British Indian Ocean Territory', + 'io' => 'IO Top Level Domain Registry +Cable and Wireless', 'ipiranga' => 'Ipiranga Produtos de Petroleo S.A.', - 'iq' => 'Iraq [Republic of]', - 'ir' => 'Iran [Islamic Republic of]', + 'iq' => 'Communications and Media Commission [CMC]', + 'ir' => 'Institute for Research in Fundamental Sciences', 'irish' => 'Binky Moon, LLC', - 'is' => 'Iceland', + 'is' => 'ISNIC - Internet Iceland ltd.', 'iselect' => 'iSelect Ltd', 'ismaili' => 'Fondation Aga Khan [Aga Khan Foundation]', 'ist' => 'Istanbul Metropolitan Municipality', 'istanbul' => 'Istanbul Metropolitan Municipality', - 'it' => 'Italy [Italian Republic]', + 'it' => 'IIT - CNR', 'itau' => 'Itau Unibanco Holding S.A.', 'itv' => 'ITV Services Limited', 'iveco' => 'CNH Industrial N.V.', @@ -660,59 +674,59 @@ class TldDesc { 'java' => 'Oracle Corporation', 'jcb' => 'JCB Co., Ltd.', 'jcp' => 'JCP Media, Inc.', - 'je' => 'Jersey [Bailiwick of]', + 'je' => 'Island Networks [Jersey] Ltd.', 'jeep' => 'FCA US LLC.', 'jetzt' => 'Binky Moon, LLC', 'jewelry' => 'Binky Moon, LLC', 'jio' => 'Affinity Names, Inc.', 'jlc' => 'Richemont DNS Inc.', 'jll' => 'Jones Lang LaSalle Incorporated', - 'jm' => 'Jamaica [Commonwealth of]', + 'jm' => 'University of West Indies', 'jmp' => 'Matrix IP LLC', 'jnj' => 'Johnson & Johnson Services, Inc.', - 'jo' => 'Jordan [Hashemite Kingdom of]', - 'jobs' => 'Employment-related sites', + 'jo' => 'National Information Technology Center [NITC]', + 'jobs' => 'Employ Media LLC', 'joburg' => 'ZA Central Registry NPC trading as ZA Central Registry', 'jot' => 'Amazon Registry Services, Inc.', 'joy' => 'Amazon Registry Services, Inc.', - 'jp' => 'Japan', + 'jp' => 'Japan Registry Services Co., Ltd.', 'jpmorgan' => 'JPMorgan Chase Bank, National Association', 'jprs' => 'Japan Registry Services Co., Ltd.', 'juegos' => 'Uniregistry, Corp.', 'juniper' => 'JUNIPER NETWORKS, INC.', 'kaufen' => 'United TLD Holdco Ltd.', 'kddi' => 'KDDI CORPORATION', - 'ke' => 'Kenya [Republic of]', + 'ke' => 'Kenya Network Information Center [KeNIC]', 'kerryhotels' => 'Kerry Trading Co. Limited', 'kerrylogistics' => 'Kerry Trading Co. Limited', 'kerryproperties' => 'Kerry Trading Co. Limited', 'kfh' => 'Kuwait Finance House', - 'kg' => 'Kyrgyzstan [Kyrgyz Republic]', - 'kh' => 'Cambodia [Kingdom of]', - 'ki' => 'Kiribati [Republic of]', + 'kg' => 'AsiaInfo Telecommunication Enterprise', + 'kh' => 'Telecommunication Regulator of Cambodia [TRC]', + 'ki' => 'Ministry of Communications, Transport, and Tourism Development', 'kia' => 'KIA MOTORS CORPORATION', 'kim' => 'Afilias plc', 'kinder' => 'Ferrero Trading Lux S.A.', 'kindle' => 'Amazon Registry Services, Inc.', 'kitchen' => 'Binky Moon, LLC', 'kiwi' => 'DOT KIWI LIMITED', - 'km' => 'Comoros [Union of the]', - 'kn' => 'Saint Kitts and Nevis [Federation of]', + 'km' => 'Comores Telecom', + 'kn' => 'Ministry of Finance, Sustainable Development Information & Technology', 'koeln' => 'punkt.wien GmbH', 'komatsu' => 'Komatsu Ltd.', 'kosher' => 'Kosher Marketing Assets LLC', - 'kp' => 'Korea [Democratic People\'s Republic of] [North Korea]', + 'kp' => 'Star Joint Venture Company', 'kpmg' => 'KPMG International Cooperative [KPMG International Genossenschaft]', 'kpn' => 'Koninklijke KPN N.V.', - 'kr' => 'Korea [Republic of] [South Korea]', + 'kr' => 'Korea Internet & Security Agency [KISA]', 'krd' => 'KRG Department of Information Technology', 'kred' => 'KredTLD Pty Ltd', 'kuokgroup' => 'Kerry Trading Co. Limited', - 'kw' => 'Kuwait [State of Kuwait]', - 'ky' => 'Cayman Islands', + 'kw' => 'Communications and Information Technology Regulatory Authority', + 'ky' => 'Utility Regulation and Competition Office [OfReg]', 'kyoto' => 'Academic Institution: Kyoto Jyoho Gakuen', - 'kz' => 'Kazakhstan [Republic of]', - 'la' => 'Laos [Lao People\'s Democratic Republic]', + 'kz' => 'Association of IT Companies of Kazakhstan', + 'la' => 'Lao National Internet Committee [LANIC], Ministry of Posts and Telecommunications', 'lacaixa' => 'CAIXA D\'ESTALVIS I PENSIONS DE BARCELONA', 'ladbrokes' => 'LADBROKES INTERNATIONAL PLC', 'lamborghini' => 'Automobili Lamborghini S.p.A.', @@ -729,8 +743,9 @@ class TldDesc { 'latrobe' => 'La Trobe University', 'law' => 'Minds + Machines Group Limited', 'lawyer' => 'United TLD Holdco, Ltd', - 'lb' => 'Lebanon [Lebanese Republic]', - 'lc' => 'Saint Lucia', + 'lb' => 'American University of Beirut +Computing and Networking Services', + 'lc' => 'University of Puerto Rico', 'lds' => 'IRI Domain Management, LLC', 'lease' => 'Binky Moon, LLC', 'leclerc' => 'A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc', @@ -739,7 +754,7 @@ class TldDesc { 'lego' => 'LEGO Juris A/S', 'lexus' => 'TOYOTA MOTOR CORPORATION', 'lgbt' => 'Afilias plc', - 'li' => 'Liechtenstein [Principality of]', + 'li' => 'SWITCH The Swiss Education & Research Network', 'liaison' => 'Liaison Technologies, Incorporated', 'lidl' => 'Schwarz Domains und Services GmbH & Co. KG', 'life' => 'Binky Moon, LLC', @@ -757,7 +772,8 @@ class TldDesc { 'live' => 'United TLD Holdco Ltd.', 'living' => 'Lifestyle Domain Holdings, Inc.', 'lixil' => 'LIXIL Group Corporation', - 'lk' => 'Sri Lanka [Democratic Socialist Republic of]', + 'lk' => 'Council for Information Technology +LK Domain Registrar', 'llc' => 'Afilias plc', 'loan' => 'dot Loan Limited', 'loans' => 'Binky Moon, LLC', @@ -771,19 +787,21 @@ class TldDesc { 'love' => 'Merchant Law Group LLP', 'lpl' => 'LPL Holdings, Inc.', 'lplfinancial' => 'LPL Holdings, Inc.', - 'lr' => 'Liberia [Republic of]', - 'ls' => 'Lesotho [Kingdom of]', - 'lt' => 'Lithuania [Republic of]', + 'lr' => 'Data Technology Solutions, Inc.', + 'ls' => 'National University of Lesotho', + 'lt' => 'Kaunas University of Technology', 'ltd' => 'Binky Moon, LLC', 'ltda' => 'InterNetX Corp.', - 'lu' => 'Luxembourg [Grand Duchy of]', + 'lu' => 'RESTENA', 'lundbeck' => 'H. Lundbeck A/S', 'lupin' => 'LUPIN LIMITED', 'luxe' => 'Top Level Domain Holdings Limited', 'luxury' => 'Luxury Partners LLC', - 'lv' => 'Latvia [Republic of]', - 'ly' => 'Libya', - 'ma' => 'Morocco', + 'lv' => 'University of Latvia +Institute of Mathematics and Computer Science +Department of Network Solutions [DNS]', + 'ly' => 'General Post and Telecommunication Company', + 'ma' => 'Agence Nationale de Réglementation des Télécommunications [ANRT]', 'macys' => 'Macys, Inc.', 'madrid' => 'Comunidad de Madrid', 'maif' => 'Mutuelle Assurance Instituteur France [MAIF]', @@ -801,12 +819,13 @@ class TldDesc { 'maserati' => 'Fiat Chrysler Automobiles N.V.', 'mattel' => 'Mattel Sites, Inc.', 'mba' => 'Binky Moon, LLC', - 'mc' => 'Monaco [Principality of]', + 'mc' => 'Gouvernement de Monaco +Direction des Communications Electroniques', 'mcd' => 'Not assigned', 'mcdonalds' => 'Not assigned', 'mckinsey' => 'McKinsey Holdings, Inc.', - 'md' => 'Moldova [Republic of]', - 'me' => 'Montenegro', + 'md' => 'MoldData S.E.', + 'me' => 'Government of Montenegro', 'med' => 'Medistry LLC', 'media' => 'Binky Moon, LLC', 'meet' => 'Charleston Road Registry Inc.', @@ -818,25 +837,25 @@ class TldDesc { 'meo' => 'Not assigned', 'merckmsd' => 'MSD Registry Holdings, Inc.', 'metlife' => 'MetLife Services and Solutions, LLC', - 'mf' => 'Saint Martin [Collectivity of] {unassigned - see also: .gp and .fr}', - 'mg' => 'Madagascar [Republic of]', - 'mh' => 'Marshall Islands [Republic of the]', + 'mf' => 'Not assigned', + 'mg' => 'NIC-MG [Network Information Center Madagascar]', + 'mh' => 'Office of the Cabinet', 'miami' => 'Top Level Domain Holdings Limited', 'microsoft' => 'Microsoft Corporation', - 'mil' => 'US military', + 'mil' => 'DoD Network Information Center', 'mini' => 'Bayerische Motoren Werke Aktiengesellschaft', 'mint' => 'Intuit Administrative Services, Inc.', 'mit' => 'Massachusetts Institute of Technology', 'mitsubishi' => 'Mitsubishi Corporation', - 'mk' => 'Macedonia [Republic of]', - 'ml' => 'Mali [Republic of]', + 'mk' => 'Macedonian Academic Research Network Skopje', + 'ml' => 'Agence des Technologies de l’Information et de la Communication', 'mlb' => 'MLB Advanced Media DH, LLC', 'mls' => 'The Canadian Real Estate Association', - 'mm' => 'Myanmar [Republic of the Union of] [Burma]', + 'mm' => 'Ministry of Communications, Posts & Telegraphs', 'mma' => 'MMA IARD', - 'mn' => 'Mongolia', - 'mo' => 'Macau [Macau Special Administrative Region of the People\'s Republic of China] [Macao]', - 'mobi' => 'Mobile', + 'mn' => 'Datacom Co., Ltd.', + 'mo' => 'Macao Post and Telecommunications Bureau [CTT]', + 'mobi' => 'Afilias Technologies Limited dba dotMobi', 'mobile' => 'Dish DBS Corporation', 'mobily' => 'GreenTech Consultancy Company W.L.L.', 'moda' => 'United TLD Holdco Ltd.', @@ -856,37 +875,39 @@ class TldDesc { 'mov' => 'Charleston Road Registry Inc.', 'movie' => 'Binky Moon, LLC', 'movistar' => 'Telefónica S.A.', - 'mp' => 'Northern Mariana Islands [Commonwealth of the]', - 'mq' => 'Martinique', - 'mr' => 'Mauritania [Islamic Republic of]', - 'ms' => 'Montserrat', + 'mp' => 'Saipan Datacom, Inc.', + 'mq' => 'MEDIASERV', + 'mr' => 'Université de Nouakchott Al Aasriya', + 'ms' => 'MNI Networks Ltd.', 'msd' => 'MSD Registry Holdings, Inc.', - 'mt' => 'Malta [Republic of]', + 'mt' => 'NIC [Malta]', 'mtn' => 'MTN Dubai Limited', 'mtpc' => 'Retired', 'mtr' => 'MTR Corporation Limited', - 'mu' => 'Mauritius [Republic of]', - 'museum' => 'Museums', + 'mu' => 'Internet Direct Ltd', + 'museum' => 'Museum Domain Management Association', 'mutual' => 'Northwestern Mutual MU TLD Registry, LLC', 'mutuelle' => 'Retired', - 'mv' => 'Maldives [Republic of]', - 'mw' => 'Malawi [Republic of]', - 'mx' => 'Mexico [United Mexican States]', - 'my' => 'Malaysia', - 'mz' => 'Mozambique [Republic of]', - 'na' => 'Namibia [Republic of]', + 'mv' => 'Dhiraagu Pvt. Ltd. [DHIVEHINET]', + 'mw' => 'Malawi Sustainable Development Network Programme +[Malawi SDNP]', + 'mx' => 'NIC-Mexico +ITESM - Campus Monterrey', + 'my' => 'MYNIC Berhad', + 'mz' => 'Centro de Informatica de Universidade Eduardo Mondlane', + 'na' => 'Namibian Network Information Center', 'nab' => 'National Australia Bank Limited', 'nadex' => 'Nadex Domains, Inc', 'nagoya' => 'GMO Registry, Inc.', - 'name' => 'Individuals', + 'name' => 'VeriSign Information Services, Inc.', 'nationwide' => 'Nationwide Mutual Insurance Company', 'natura' => 'NATURA COSMÉTICOS S.A.', 'navy' => 'United TLD Holdco Ltd.', 'nba' => 'NBA REGISTRY, LLC', - 'nc' => 'New Caledonia', - 'ne' => 'Niger [Republic of]', + 'nc' => 'Office des Postes et Telecommunications', + 'ne' => 'SONITEL', 'nec' => 'NEC Corporation', - 'net' => 'Network', + 'net' => 'VeriSign Global Registry Services', 'netbank' => 'COMMONWEALTH BANK OF AUSTRALIA', 'netflix' => 'Netflix, Inc.', 'network' => 'Binky Moon, LLC', @@ -897,34 +918,35 @@ class TldDesc { 'next' => 'Next plc', 'nextdirect' => 'Next plc', 'nexus' => 'Charleston Road Registry Inc.', - 'nf' => 'Norfolk Island [Territory of]', + 'nf' => 'Norfolk Island Data Services', 'nfl' => 'NFL Reg Ops LLC', - 'ng' => 'Nigeria [Federal Republic of]', + 'ng' => 'Nigeria Internet Registration Association', 'ngo' => 'Public Interest Registry', 'nhk' => 'Japan Broadcasting Corporation [NHK]', - 'ni' => 'Nicaragua [Republic of]', + 'ni' => 'Universidad Nacional del Ingernieria +Centro de Computo', 'nico' => 'DWANGO Co., Ltd.', 'nike' => 'NIKE, Inc.', 'nikon' => 'NIKON CORPORATION', 'ninja' => 'United TLD Holdco Ltd.', 'nissan' => 'NISSAN MOTOR CO., LTD.', 'nissay' => 'Nippon Life Insurance Company', - 'nl' => 'Netherlands', - 'no' => 'Norway [Kingdom of]', + 'nl' => 'SIDN [Stichting Internet Domeinregistratie Nederland]', + 'no' => 'UNINETT Norid A/S', 'nokia' => 'Nokia Corporation', 'northwesternmutual' => 'Northwestern Mutual Registry, LLC', 'norton' => 'Symantec Corporation', 'now' => 'Amazon Registry Services, Inc.', 'nowruz' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', 'nowtv' => 'Starbucks [HK] Limited', - 'np' => 'Nepal [Federal Democratic Republic of]', - 'nr' => 'Nauru [Republic of]', + 'np' => 'Mercantile Communications Pvt. Ltd.', + 'nr' => 'CENPAC NET', 'nra' => 'NRA Holdings Company, INC.', 'nrw' => 'Minds + Machines GmbH', 'ntt' => 'NIPPON TELEGRAPH AND TELEPHONE CORPORATION', - 'nu' => 'Niue', + 'nu' => 'The IUSN Foundation', 'nyc' => 'The City of New York by and through the New York City Department of Information Technology & Telecommunications', - 'nz' => 'New Zealand', + 'nz' => 'InternetNZ', 'obi' => 'OBI Group Holding SE & Co. KGaA', 'observer' => 'Top Level Spectrum, Inc.', 'off' => 'Johnson Shareholdings, Inc.', @@ -934,7 +956,7 @@ class TldDesc { 'olayangroup' => 'Crescent Holding GmbH', 'oldnavy' => 'The Gap, Inc.', 'ollo' => 'Dish DBS Corporation', - 'om' => 'Oman [Sultanate of]', + 'om' => 'Telecommunications Regulatory Authority [TRA]', 'omega' => 'The Swatch Group Ltd', 'one' => 'One.com A/S', 'ong' => 'Public Interest Registry', @@ -945,7 +967,7 @@ class TldDesc { 'open' => 'American Express Travel Related Services Company, Inc.', 'oracle' => 'Oracle Corporation', 'orange' => 'Orange Brand Services Limited', - 'org' => 'Non-profit organizations', + 'org' => 'Public Interest Registry [PIR]', 'organic' => 'Afilias plc', 'orientexpress' => 'Retired', 'origins' => 'The Estée Lauder Companies Inc.', @@ -953,7 +975,7 @@ class TldDesc { 'otsuka' => 'Otsuka Holdings Co., Ltd.', 'ott' => 'Dish DBS Corporation', 'ovh' => 'OVH SAS', - 'pa' => 'Panama [Republic of]', + 'pa' => 'Universidad Tecnologica de Panama', 'page' => 'Charleston Road Registry Inc.', 'pamperedchef' => 'Not assigned', 'panasonic' => 'Panasonic Corporation', @@ -966,12 +988,14 @@ class TldDesc { 'passagens' => 'Travel Reservations SRL', 'pay' => 'Amazon Registry Services, Inc.', 'pccw' => 'PCCW Enterprises Limited', - 'pe' => 'Peru [Republic of]', + 'pe' => 'Red Cientifica Peruana', 'pet' => 'Afilias plc', - 'pf' => 'French Polynesia and Clipperton Island', + 'pf' => 'Gouvernement de la Polynésie française', 'pfizer' => 'Pfizer Inc.', - 'pg' => 'Papua New Guinea [Independent State of]', - 'ph' => 'Philippines [Republic of the]', + 'pg' => 'PNG DNS Administration +Vice Chancellors Office +The Papua New Guinea University of Technology', + 'ph' => 'PH Domain Foundation', 'pharmacy' => 'National Association of Boards of Pharmacy', 'phd' => 'Charleston Road Registry Inc.', 'philips' => 'Koninklijke Philips N.V.', @@ -990,27 +1014,28 @@ class TldDesc { 'pink' => 'Afilias plc', 'pioneer' => 'Pioneer Corporation', 'pizza' => 'Binky Moon, LLC', - 'pk' => 'Pakistan [Islamic Republic of]', - 'pl' => 'Poland [Republic of]', + 'pk' => 'PKNIC', + 'pl' => 'Research and Academic Computer Network', 'place' => 'Binky Moon, LLC', 'play' => 'Charleston Road Registry Inc.', 'playstation' => 'Sony Computer Entertainment Inc.', 'plumbing' => 'Binky Moon, LLC', 'plus' => 'Binky Moon, LLC', - 'pm' => 'Saint Pierre and Miquelon', - 'pn' => 'Pitcairn Islands [Pitcairn - Henderson - Ducie and Oeno Islands]', + 'pm' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', + 'pn' => 'Pitcairn Island Administration', 'pnc' => 'PNC Domain Co., LLC', 'pohl' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', 'poker' => 'Afilias plc', 'politie' => 'Politie Nederland', 'porn' => 'ICM Registry PN LLC', 'post' => 'Universal Postal Union', - 'pr' => 'Puerto Rico [Commonwealth of]', + 'pr' => 'Gauss Research Laboratory Inc.', 'pramerica' => 'Prudential Financial, Inc.', 'praxi' => 'Praxi S.p.A.', 'press' => 'DotPress Inc.', 'prime' => 'Amazon Registry Services, Inc.', - 'pro' => 'Profession', + 'pro' => 'Registry Services Corporation +dba RegistryPro', 'prod' => 'Charleston Road Registry Inc.', 'productions' => 'Binky Moon, LLC', 'prof' => 'Charleston Road Registry Inc.', @@ -1021,13 +1046,15 @@ class TldDesc { 'protection' => 'XYZ.COM LLC', 'pru' => 'Prudential Financial, Inc.', 'prudential' => 'Prudential Financial, Inc.', - 'ps' => 'Palestine [State of]', - 'pt' => 'Portugal [Portuguese Republic]', + 'ps' => 'Ministry Of Telecommunications & +Information Technology, +Government Computer Center.', + 'pt' => 'Associação DNS.PT', 'pub' => 'United TLD Holdco Ltd.', - 'pw' => 'Palau [Republic of]', + 'pw' => 'Micronesia Investment and Development Corporation', 'pwc' => 'PricewaterhouseCoopers LLP', - 'py' => 'Paraguay [Republic of]', - 'qa' => 'Qatar [State of]', + 'py' => 'NIC-PY', + 'qa' => 'Communications Regulatory Authority', 'qpon' => 'dotCOOL, Inc.', 'quebec' => 'PointQuébec Inc', 'quest' => 'Quest ION Limited', @@ -1035,7 +1062,7 @@ class TldDesc { 'racing' => 'Premier Registry Limited', 'radio' => 'European Broadcasting Union [EBU]', 'raid' => 'Johnson Shareholdings, Inc.', - 're' => 'Réunion', + 're' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', 'read' => 'Amazon Registry Services, Inc.', 'realestate' => 'dotRealEstate LLC', 'realtor' => 'Real Estate Domains LLC', @@ -1068,22 +1095,22 @@ class TldDesc { 'rio' => 'Empresa Municipal de Informática SA - IPLANRIO', 'rip' => 'United TLD Holdco Ltd.', 'rmit' => 'Royal Melbourne Institute of Technology', - 'ro' => 'Romania', + 'ro' => 'National Institute for R&D in Informatics', 'rocher' => 'Ferrero Trading Lux S.A.', 'rocks' => 'United TLD Holdco, LTD.', 'rodeo' => 'Top Level Domain Holdings Limited', 'rogers' => 'Rogers Communications Canada Inc.', 'room' => 'Amazon Registry Services, Inc.', - 'rs' => 'Serbia [Republic of]', + 'rs' => 'Serbian National Internet Domain Registry [RNIDS]', 'rsvp' => 'Charleston Road Registry Inc.', - 'ru' => 'Russia [Russian Federation]', + 'ru' => 'Coordination Center for TLD RU', 'rugby' => 'World Rugby Strategic Developments Limited', 'ruhr' => 'regiodot GmbH & Co. KG', 'run' => 'Binky Moon, LLC', - 'rw' => 'Rwanda [Republic of]', + 'rw' => 'Rwanda Information Communication and Technology Association [RICTA]', 'rwe' => 'RWE AG', 'ryukyu' => 'BRregistry, Inc.', - 'sa' => 'Saudi Arabia [Kingdom of]', + 'sa' => 'Communications and Information Technology Commission', 'saarland' => 'dotSaarland GmbH', 'safe' => 'Amazon Registry Services, Inc.', 'safety' => 'Safety Registry Services, LLC.', @@ -1101,10 +1128,10 @@ class TldDesc { 'sas' => 'Research IP LLC', 'save' => 'Amazon Registry Services, Inc.', 'saxo' => 'Saxo Bank A/S', - 'sb' => 'Solomon Islands', + 'sb' => 'Solomon Telekom Company Limited', 'sbi' => 'STATE BANK OF INDIA', 'sbs' => 'SPECIAL BROADCASTING SERVICE CORPORATION', - 'sc' => 'Seychelles [Republic of]', + 'sc' => 'VCS Pty Ltd', 'sca' => 'SVENSKA CELLULOSA AKTIEBOLAGET SCA [publ]', 'scb' => 'The Siam Commercial Bank Public Company Limited ["SCB"]', 'schaeffler' => 'Schaeffler Technologies AG & Co. KG', @@ -1117,8 +1144,8 @@ class TldDesc { 'scjohnson' => 'Johnson Shareholdings, Inc.', 'scor' => 'SCOR SE', 'scot' => 'Dot Scot Registry Limited', - 'sd' => 'Sudan [Republic of]', - 'se' => 'Sweden [Kingdom of]', + 'sd' => 'Sudan Internet Society', + 'se' => 'The Internet Infrastructure Foundation', 'search' => 'Charleston Road Registry Inc.', 'seat' => 'SEAT, S.A. [Sociedad Unipersonal]', 'secure' => 'Amazon Registry Services, Inc.', @@ -1133,8 +1160,8 @@ class TldDesc { 'sex' => 'ICM Registry SX LLC', 'sexy' => 'Uniregistry, Corp.', 'sfr' => 'Societe Francaise du Radiotelephone - SFR', - 'sg' => 'Singapore [Republic of]', - 'sh' => 'Saint Helena', + 'sg' => 'Singapore Network Information Centre [SGNIC] Pte Ltd', + 'sh' => 'Government of St. Helena', 'shangrila' => 'Shangri‐La International Hotel Management Limited', 'sharp' => 'Sharp Corporation', 'shaw' => 'Shaw Cablesystems G.P.', @@ -1148,25 +1175,26 @@ class TldDesc { 'show' => 'Binky Moon, LLC', 'showtime' => 'CBS Domains Inc.', 'shriram' => 'Shriram Capital Ltd.', - 'si' => 'Slovenia [Republic of]', + 'si' => 'Academic and Research Network of Slovenia [ARNES]', 'silk' => 'Amazon Registry Services, Inc.', 'sina' => 'Sina Corporation', 'singles' => 'Binky Moon, LLC', 'site' => 'DotSite Inc.', - 'sj' => 'Svalbard and Jan Mayen {not in use - see also: .no}', - 'sk' => 'Slovakia [Slovak Republic]', + 'sj' => 'UNINETT Norid A/S', + 'sk' => 'SK-NIC, a.s.', 'ski' => 'STARTING DOT LIMITED', 'skin' => 'L\'Oréal', 'sky' => 'Sky International AG', 'skype' => 'Microsoft Corporation', - 'sl' => 'Sierra Leone [Republic of]', + 'sl' => 'Sierratel', 'sling' => 'Hughes Satellite Systems Corporation', - 'sm' => 'San Marino [Republic of]', + 'sm' => 'Telecom Italia San Marino S.p.A.', 'smart' => 'Smart Communications, Inc. [SMART]', 'smile' => 'Amazon Registry Services, Inc.', - 'sn' => 'Senegal [Republic of]', + 'sn' => 'Universite Cheikh Anta Diop +NIC Senegal', 'sncf' => 'SNCF [Société Nationale des Chemins de fer Francais]', - 'so' => 'Somalia [Federal Republic of]', + 'so' => 'Ministry of Post and Telecommunications', 'soccer' => 'Binky Moon, LLC', 'social' => 'United TLD Holdco Ltd.', 'softbank' => 'SoftBank Group Corp.', @@ -1182,11 +1210,11 @@ class TldDesc { 'sport' => 'Global Association of International Sports Federations [GAISF]', 'spot' => 'Amazon Registry Services, Inc.', 'spreadbetting' => 'DOTSPREADBETTING REGISTRY LTD', - 'sr' => 'Suriname [Republic of]', + 'sr' => 'Telesur', 'srl' => 'InterNetX Corp.', 'srt' => 'FCA US LLC.', - 'ss' => 'South Sudan [Republic of]', - 'st' => 'São Tomé and Príncipe [Democratic Republic of]', + 'ss' => 'Not assigned', + 'st' => 'Tecnisys', 'stada' => 'STADA Arzneimittel AG', 'staples' => 'Staples, Inc.', 'star' => 'Star India Private Limited', @@ -1203,7 +1231,8 @@ class TldDesc { 'studio' => 'United TLD Holdco Ltd.', 'study' => 'OPEN UNIVERSITIES AUSTRALIA PTY LTD', 'style' => 'Binky Moon, LLC', - 'su' => 'Soviet Union [Union of Soviet Socialist Republics]', + 'su' => 'Russian Institute for Development of Public Networks +[ROSNIIROS]', 'sucks' => 'Vox Populi Registry Ltd.', 'supplies' => 'Binky Moon, LLC', 'supply' => 'Binky Moon, LLC', @@ -1211,16 +1240,17 @@ class TldDesc { 'surf' => 'Top Level Domain Holdings Limited', 'surgery' => 'Binky Moon, LLC', 'suzuki' => 'SUZUKI MOTOR CORPORATION', - 'sv' => 'El Salvador [Republic of]', + 'sv' => 'SVNet', 'swatch' => 'The Swatch Group Ltd', 'swiftcover' => 'Swiftcover Insurance Services Limited', 'swiss' => 'Swiss Confederation', - 'sx' => 'Sint Maarten', - 'sy' => 'Syria [Syrian Arab Republic]', + 'sx' => 'SX Registry SA B.V.', + 'sy' => 'National Agency for Network Services [NANS]', 'sydney' => 'State of New South Wales, Department of Premier and Cabinet', 'symantec' => 'Symantec Corporation', 'systems' => 'Binky Moon, LLC', - 'sz' => 'Swaziland [Kingdom of]', + 'sz' => 'University of Swaziland +Department of Computer Science', 'tab' => 'Tabcorp Holdings Limited', 'taipei' => 'Taipei City Government', 'talk' => 'Amazon Registry Services, Inc.', @@ -1231,22 +1261,22 @@ class TldDesc { 'tattoo' => 'Uniregistry, Corp.', 'tax' => 'Binky Moon, LLC', 'taxi' => 'Binky Moon, LLC', - 'tc' => 'Turks and Caicos Islands', + 'tc' => 'Melrex TC', 'tci' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', - 'td' => 'Chad [Republic of]', + 'td' => 'l\'Agence de Développement des Technologies de l\'Information et de la Communication [ADETIC]', 'tdk' => 'TDK Corporation', 'team' => 'Binky Moon, LLC', 'tech' => 'Dot Tech LLC', 'technology' => 'Binky Moon, LLC', - 'tel' => 'Telephone', + 'tel' => 'Telnames Ltd.', 'telecity' => 'TelecityGroup International Limited', 'telefonica' => 'Telefónica S.A.', 'temasek' => 'Temasek Holdings [Private] Limited', 'tennis' => 'Binky Moon, LLC', 'teva' => 'Teva Pharmaceutical Industries Limited', - 'tf' => 'French Southern and Antarctic Lands [Territory of the]', - 'tg' => 'Togo [Togolese Republic]', - 'th' => 'Thailand [Kingdom of]', + 'tf' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', + 'tg' => 'Autorite de Reglementation des secteurs de Postes et de Telecommunications [ART&P]', + 'th' => 'Thai Network Information Center Foundation', 'thd' => 'Home Depot Product Authority, LLC', 'theater' => 'Binky Moon, LLC', 'theatre' => 'XYZ.COM LLC', @@ -1257,16 +1287,18 @@ class TldDesc { 'tips' => 'Binky Moon, LLC', 'tires' => 'Binky Moon, LLC', 'tirol' => 'punkt Tirol GmbH', - 'tj' => 'Tajikistan [Republic of]', + 'tj' => 'Information Technology Center', 'tjmaxx' => 'The TJX Companies, Inc.', 'tjx' => 'The TJX Companies, Inc.', - 'tk' => 'Tokelau', + 'tk' => 'Telecommunication Tokelau Corporation [Teletok]', 'tkmaxx' => 'The TJX Companies, Inc.', - 'tl' => 'Timor-Leste [Democratic Republic of] [East Timor]', - 'tm' => 'Turkmenistan', + 'tl' => 'Autoridade Nacional de Comunicações', + 'tm' => 'TM Domain Registry Ltd', 'tmall' => 'Alibaba Group Holding Limited', - 'tn' => 'Tunisia [Republic of]', - 'to' => 'Tonga [Kingdom of]', + 'tn' => 'Agence Tunisienne d\'Internet', + 'to' => 'Government of the Kingdom of Tonga +H.R.H. Crown Prince Tupouto\'a +c/o Consulate of Tonga', 'today' => 'Binky Moon, LLC', 'tokyo' => 'GMO Registry, Inc.', 'tools' => 'Binky Moon, LLC', @@ -1278,54 +1310,57 @@ class TldDesc { 'town' => 'Binky Moon, LLC', 'toyota' => 'TOYOTA MOTOR CORPORATION', 'toys' => 'Binky Moon, LLC', - 'tp' => 'Timor-Leste [Democratic Republic of] [East Timor] {being phased out - also see: .tl}', - 'tr' => 'Turkey [Republic of]', + 'tp' => 'Retired', + 'tr' => 'Middle East Technical University +Department of Computer Engineering', 'trade' => 'Elite Registry Limited', 'trading' => 'DOTTRADING REGISTRY LTD', 'training' => 'Binky Moon, LLC', - 'travel' => 'Travel', + 'travel' => 'Dog Beach, LLC', 'travelchannel' => 'Lifestyle Domain Holdings, Inc.', 'travelers' => 'Travelers TLD, LLC', 'travelersinsurance' => 'Travelers TLD, LLC', 'trust' => 'Artemis Internet Inc', 'trv' => 'Travelers TLD, LLC', - 'tt' => 'Trinidad and Tobago [Republic of]', + 'tt' => 'University of the West Indies +Faculty of Engineering', 'tube' => 'Latin American Telecom LLC', 'tui' => 'TUI AG', 'tunes' => 'Amazon Registry Services, Inc.', 'tushu' => 'Amazon Registry Services, Inc.', - 'tv' => 'Tuvalu', + 'tv' => 'Ministry of Finance and Tourism', 'tvs' => 'T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED', - 'tw' => 'Taiwan [Republic of China]', - 'tz' => 'Tanzania [United Republic of]', - 'ua' => 'Ukraine', + 'tw' => 'Taiwan Network Information Center [TWNIC]', + 'tz' => 'Tanzania Network Information Centre [tzNIC]', + 'ua' => 'Hostmaster Ltd.', 'ubank' => 'National Australia Bank Limited', 'ubs' => 'UBS AG', 'uconnect' => 'FCA US LLC.', - 'ug' => 'Uganda [Republic of]', - 'uk' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', - 'um' => 'United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}', + 'ug' => 'Uganda Online Ltd.', + 'uk' => 'Nominet UK', + 'um' => 'Not assigned', 'unicom' => 'China United Network Communications Corporation Limited', 'university' => 'Binky Moon, LLC', 'uno' => 'Dot Latin LLC', 'uol' => 'UBN INTERNET LTDA.', 'ups' => 'UPS Market Driver, Inc.', - 'us' => 'United States of America and United States Minor Outlying Islands', - 'uy' => 'Uruguay [Oriental Republic of]', - 'uz' => 'Uzbekistan [Republic of]', - 'va' => 'Vatican City [Vatican City State]', + 'us' => 'NeuStar, Inc.', + 'uy' => 'SeCIU - Universidad de la Republica', + 'uz' => 'Computerization and Information Technologies Developing Center +UZINFOCOM', + 'va' => 'Holy See - Vatican City State', 'vacations' => 'Binky Moon, LLC', 'vana' => 'Lifestyle Domain Holdings, Inc.', 'vanguard' => 'The Vanguard Group, Inc.', - 'vc' => 'Saint Vincent and the Grenadines', - 've' => 'Venezuela [Bolivarian Republic of]', + 'vc' => 'Ministry of Telecommunications, Science, Technology and Industry', + 've' => 'Comisión Nacional de Telecomunicaciones [CONATEL]', 'vegas' => 'Dot Vegas, Inc.', 'ventures' => 'Binky Moon, LLC', 'verisign' => 'VeriSign, Inc.', 'versicherung' => 'TLD-BOX Registrydienstleistungen GmbH', 'vet' => 'United TLD Holdco, Ltd', - 'vg' => 'British Virgin Islands [Virgin Islands]', - 'vi' => 'United States Virgin Islands [United States Virgin Islands]', + 'vg' => 'Telecommunications Regulatory Commission of the Virgin Islands', + 'vi' => 'Virgin Islands Public Telecommunications System, Inc.', 'viajes' => 'Binky Moon, LLC', 'video' => 'United TLD Holdco, Ltd', 'vig' => 'VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe', @@ -1341,7 +1376,7 @@ class TldDesc { 'viva' => 'Saudi Telecom Company', 'vivo' => 'Telefonica Brasil S.A.', 'vlaanderen' => 'DNS.be vzw', - 'vn' => 'Vietnam [Socialist Republic of]', + 'vn' => 'Ministry of Information and Communications of Socialist Republic of Viet Nam', 'vodka' => 'Top Level Domain Holdings Limited', 'volkswagen' => 'Volkswagen Group of America Inc.', 'volvo' => 'Volvo Holding Sverige Aktiebolag', @@ -1349,7 +1384,7 @@ class TldDesc { 'voting' => 'Valuetainment Corp.', 'voto' => 'Monolith Registry LLC', 'voyage' => 'Binky Moon, LLC', - 'vu' => 'Vanuatu [Republic of]', + 'vu' => 'Telecom Vanuatu Limited', 'vuelos' => 'Travel Reservations SRL', 'wales' => 'Nominet UK', 'walmart' => 'Wal-Mart Stores, Inc.', @@ -1368,7 +1403,7 @@ class TldDesc { 'wedding' => 'Top Level Domain Holdings Limited', 'weibo' => 'Sina Corporation', 'weir' => 'Weir Group IP Limited', - 'wf' => 'Wallis and Futuna [Territory of the Wallis and Futuna Islands]', + 'wf' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', 'whoswho' => 'Who\'s Who Registry', 'wien' => 'punkt.wien GmbH', 'wiki' => 'Top Level Design, LLC', @@ -1384,7 +1419,7 @@ class TldDesc { 'works' => 'Binky Moon, LLC', 'world' => 'Binky Moon, LLC', 'wow' => 'Amazon Registry Services, Inc.', - 'ws' => 'Samoa [Independent State of]', + 'ws' => 'Government of Samoa Ministry of Foreign Affairs & Trade', 'wtc' => 'World Trade Centers Association, Inc.', 'wtf' => 'Binky Moon, LLC', 'xbox' => 'Microsoft Corporation', @@ -1556,30 +1591,30 @@ class TldDesc { 'テスト' => 'Internet Assigned Numbers Authority', '政务' => 'China Organizational Name Administration Center', 'xperia' => 'Sony Mobile Communications AB', - 'xxx' => 'Adult entertainment', + 'xxx' => 'ICM Registry LLC', 'xyz' => 'XYZ.COM LLC', 'yachts' => 'DERYachts, LLC', 'yahoo' => 'Yahoo! Domain Services Inc.', 'yamaxun' => 'Amazon Registry Services, Inc.', 'yandex' => 'YANDEX, LLC', - 'ye' => 'Yemen [Republic of]', + 'ye' => 'TeleYemen', 'yodobashi' => 'YODOBASHI CAMERA CO.,LTD.', 'yoga' => 'Top Level Domain Holdings Limited', 'yokohama' => 'GMO Registry, Inc.', 'you' => 'Amazon Registry Services, Inc.', 'youtube' => 'Charleston Road Registry Inc.', - 'yt' => 'Mayotte [Department of]', + 'yt' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', 'yun' => 'QIHOO 360 TECHNOLOGY CO. LTD.', - 'za' => 'South Africa [Republic of]', + 'za' => 'ZA Domain Name Authority', 'zappos' => 'Amazon Registry Services, Inc.', 'zara' => 'Industria de Diseño Textil, S.A. [INDITEX, S.A.]', 'zero' => 'Amazon Registry Services, Inc.', 'zip' => 'Charleston Road Registry Inc.', 'zippo' => 'Zadco Company', - 'zm' => 'Zambia [Republic of]', + 'zm' => 'Zambia Information and Communications Technology Authority [ZICTA]', 'zone' => 'Binky Moon, LLC', 'zuerich' => 'Kanton Zürich [Canton of Zurich]', - 'zw' => 'Zimbabwe [Republic of]', + 'zw' => 'Postal and Telecommunications Regulatory Authority of Zimbabwe [POTRAZ]', ]; } \ No newline at end of file diff --git a/formats/php/TldEnum/TldInfo.php b/formats/php/TldEnum/TldInfo.php index 60ba981..695659b 100644 --- a/formats/php/TldEnum/TldInfo.php +++ b/formats/php/TldEnum/TldInfo.php @@ -54,7 +54,8 @@ class TldInfo { ], [ 'domain' => 'ac', - 'description' => 'Ascension Island', + 'description' => 'Network Information Center [AC Domain Registry] +c/o Cable and Wireless [Ascension Island]', 'type' => 'country-code', ], [ @@ -94,7 +95,7 @@ class TldInfo { ], [ 'domain' => 'ad', - 'description' => 'Andorra [Principality of]', + 'description' => 'Andorra Telecom', 'type' => 'country-code', ], [ @@ -114,7 +115,7 @@ class TldInfo { ], [ 'domain' => 'ae', - 'description' => 'United Arab Emirates', + 'description' => 'Telecommunication Regulatory Authority [TRA]', 'type' => 'country-code', ], [ @@ -124,7 +125,7 @@ class TldInfo { ], [ 'domain' => 'aero', - 'description' => 'Air-transport industry', + 'description' => 'Societe Internationale de Telecommunications Aeronautique [SITA INC USA]', 'type' => 'sponsored', ], [ @@ -134,7 +135,7 @@ class TldInfo { ], [ 'domain' => 'af', - 'description' => 'Afghanistan [Islamic Republic of]', + 'description' => 'Ministry of Communications and IT', 'type' => 'country-code', ], [ @@ -154,7 +155,7 @@ class TldInfo { ], [ 'domain' => 'ag', - 'description' => 'Antigua and Barbuda', + 'description' => 'UHSA School of Medicine', 'type' => 'country-code', ], [ @@ -169,7 +170,7 @@ class TldInfo { ], [ 'domain' => 'ai', - 'description' => 'Anguilla', + 'description' => 'Government of Anguilla', 'type' => 'country-code', ], [ @@ -204,7 +205,7 @@ class TldInfo { ], [ 'domain' => 'al', - 'description' => 'Albania [Republic of]', + 'description' => 'Electronic and Postal Communications Authority - AKEP', 'type' => 'country-code', ], [ @@ -249,7 +250,7 @@ class TldInfo { ], [ 'domain' => 'am', - 'description' => 'Armenia [Republic of]', + 'description' => '"Internet Society" Non-governmental Organization', 'type' => 'country-code', ], [ @@ -284,7 +285,7 @@ class TldInfo { ], [ 'domain' => 'an', - 'description' => 'Netherlands Antilles', + 'description' => 'Retired', 'type' => 'country-code', ], [ @@ -309,7 +310,7 @@ class TldInfo { ], [ 'domain' => 'ao', - 'description' => 'Angola [Republic of]', + 'description' => 'Faculdade de Engenharia da Universidade Agostinho Neto', 'type' => 'country-code', ], [ @@ -334,7 +335,7 @@ class TldInfo { ], [ 'domain' => 'aq', - 'description' => 'Antarctica', + 'description' => 'Antarctica Network Information Centre Limited', 'type' => 'country-code', ], [ @@ -344,7 +345,7 @@ class TldInfo { ], [ 'domain' => 'ar', - 'description' => 'Argentina [Argentine Republic]', + 'description' => 'Presidencia de la Nación – Secretaría Legal y Técnica', 'type' => 'country-code', ], [ @@ -369,7 +370,7 @@ class TldInfo { ], [ 'domain' => 'arpa', - 'description' => 'Address and Routing Parameter Area', + 'description' => 'Internet Architecture Board [IAB]', 'type' => 'infrastructure', ], [ @@ -384,7 +385,7 @@ class TldInfo { ], [ 'domain' => 'as', - 'description' => 'American Samoa', + 'description' => 'AS Domain Registry', 'type' => 'country-code', ], [ @@ -394,7 +395,7 @@ class TldInfo { ], [ 'domain' => 'asia', - 'description' => 'Organisations and individuals in the Asia-Pacific region', + 'description' => 'DotAsia Organisation Ltd.', 'type' => 'sponsored', ], [ @@ -404,7 +405,7 @@ class TldInfo { ], [ 'domain' => 'at', - 'description' => 'Austria [Republic of]', + 'description' => 'nic.at GmbH', 'type' => 'country-code', ], [ @@ -419,7 +420,7 @@ class TldInfo { ], [ 'domain' => 'au', - 'description' => 'Australia [Commonwealth of]', + 'description' => '.au Domain Administration [auDA]', 'type' => 'country-code', ], [ @@ -469,7 +470,7 @@ class TldInfo { ], [ 'domain' => 'aw', - 'description' => 'Aruba', + 'description' => 'SETAR', 'type' => 'country-code', ], [ @@ -479,7 +480,7 @@ class TldInfo { ], [ 'domain' => 'ax', - 'description' => 'Åland Islands', + 'description' => 'Ålands landskapsregering', 'type' => 'country-code', ], [ @@ -489,7 +490,7 @@ class TldInfo { ], [ 'domain' => 'az', - 'description' => 'Azerbaijan [Republic of]', + 'description' => 'IntraNS', 'type' => 'country-code', ], [ @@ -499,7 +500,7 @@ class TldInfo { ], [ 'domain' => 'ba', - 'description' => 'Bosnia and Herzegovina', + 'description' => 'Universtiy Telinformatic Centre [UTIC]', 'type' => 'country-code', ], [ @@ -584,7 +585,9 @@ class TldInfo { ], [ 'domain' => 'bb', - 'description' => 'Barbados', + 'description' => 'Government of Barbados +Ministry of Economic Affairs and Development +Telecommunications Unit', 'type' => 'country-code', ], [ @@ -614,12 +617,12 @@ class TldInfo { ], [ 'domain' => 'bd', - 'description' => 'Bangladesh [People\'s Republic of]', + 'description' => 'Posts and Telecommunications Division', 'type' => 'country-code', ], [ 'domain' => 'be', - 'description' => 'Belgium [Kingdom of]', + 'description' => 'DNS Belgium vzw/asbl', 'type' => 'country-code', ], [ @@ -664,17 +667,17 @@ class TldInfo { ], [ 'domain' => 'bf', - 'description' => 'Burkina Faso', + 'description' => 'ARCE-AutoritÈ de RÈgulation des Communications Electroniques', 'type' => 'country-code', ], [ 'domain' => 'bg', - 'description' => 'Bulgaria [Republic of]', + 'description' => 'Register.BG', 'type' => 'country-code', ], [ 'domain' => 'bh', - 'description' => 'Bahrain [Kingdom of]', + 'description' => 'Telecommunications Regulatory Authority [TRA]', 'type' => 'country-code', ], [ @@ -684,7 +687,7 @@ class TldInfo { ], [ 'domain' => 'bi', - 'description' => 'Burundi [Republic of]', + 'description' => 'Centre National de l\'Informatique', 'type' => 'country-code', ], [ @@ -719,17 +722,17 @@ class TldInfo { ], [ 'domain' => 'biz', - 'description' => 'Business', + 'description' => 'Neustar, Inc.', 'type' => 'generic-restricted', ], [ 'domain' => 'bj', - 'description' => 'Benin [Republic of]', + 'description' => 'Benin Telecoms S.A.', 'type' => 'country-code', ], [ 'domain' => 'bl', - 'description' => 'Saint Barthélemy [Collectivity of] {unassigned - see also: .gp and .fr}', + 'description' => 'Not assigned', 'type' => 'country-code', ], [ @@ -769,7 +772,7 @@ class TldInfo { ], [ 'domain' => 'bm', - 'description' => 'Bermuda', + 'description' => 'Registry General Department, Ministry of Home Affairs', 'type' => 'country-code', ], [ @@ -784,7 +787,7 @@ class TldInfo { ], [ 'domain' => 'bn', - 'description' => 'Brunei [Nation of Brunei - the Abode of Peace] [Negara Brunei Darussalam]', + 'description' => 'Authority for Info-communications Technology Industry of Brunei Darussalam [AITI]', 'type' => 'country-code', ], [ @@ -799,7 +802,7 @@ class TldInfo { ], [ 'domain' => 'bo', - 'description' => 'Bolivia [Plurinational State of]', + 'description' => 'Agencia para el Desarrollo de la Información de la Sociedad en Bolivia', 'type' => 'country-code', ], [ @@ -879,12 +882,12 @@ class TldInfo { ], [ 'domain' => 'bq', - 'description' => 'Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}', + 'description' => 'Not assigned', 'type' => 'country-code', ], [ 'domain' => 'br', - 'description' => 'Brazil [Federative Republic of]', + 'description' => 'Comite Gestor da Internet no Brasil', 'type' => 'country-code', ], [ @@ -919,12 +922,12 @@ class TldInfo { ], [ 'domain' => 'bs', - 'description' => 'Bahamas [Commonwealth of the]', + 'description' => 'The College of the Bahamas', 'type' => 'country-code', ], [ 'domain' => 'bt', - 'description' => 'Bhutan [Kingdom of]', + 'description' => 'Ministry of Information and Communications', 'type' => 'country-code', ], [ @@ -964,22 +967,22 @@ class TldInfo { ], [ 'domain' => 'bv', - 'description' => 'Bouvet Island', + 'description' => 'UNINETT Norid A/S', 'type' => 'country-code', ], [ 'domain' => 'bw', - 'description' => 'Botswana [Republic of]', + 'description' => 'Botswana Communications Regulatory Authority [BOCRA]', 'type' => 'country-code', ], [ 'domain' => 'by', - 'description' => 'Belarus [Republic of]', + 'description' => 'Reliable Software, Ltd.', 'type' => 'country-code', ], [ 'domain' => 'bz', - 'description' => 'Belize', + 'description' => 'University of Belize', 'type' => 'country-code', ], [ @@ -989,7 +992,7 @@ class TldInfo { ], [ 'domain' => 'ca', - 'description' => 'Canada', + 'description' => 'Canadian Internet Registration Authority [CIRA] Autorité Canadienne pour les enregistrements Internet [ACEI]', 'type' => 'country-code', ], [ @@ -1124,7 +1127,7 @@ class TldInfo { ], [ 'domain' => 'cat', - 'description' => 'Catalan', + 'description' => 'Fundacio puntCAT', 'type' => 'sponsored', ], [ @@ -1159,12 +1162,13 @@ class TldInfo { ], [ 'domain' => 'cc', - 'description' => 'Cocos [Keeling] Islands [Territory of the]', + 'description' => 'eNIC Cocos [Keeling] Islands Pty. +Ltd. d/b/a Island Internet Services', 'type' => 'country-code', ], [ 'domain' => 'cd', - 'description' => 'Congo [Democratic Republic of the] [Congo-Kinshasa]', + 'description' => 'Office Congolais des Postes et Télécommunications - OCPT', 'type' => 'country-code', ], [ @@ -1189,7 +1193,7 @@ class TldInfo { ], [ 'domain' => 'cf', - 'description' => 'Central African Republic', + 'description' => 'Societe Centrafricaine de Telecommunications [SOCATEL]', 'type' => 'country-code', ], [ @@ -1204,12 +1208,12 @@ class TldInfo { ], [ 'domain' => 'cg', - 'description' => 'Congo [Republic of] [Congo-Brazzaville]', + 'description' => 'ONPT Congo and Interpoint Switzerland', 'type' => 'country-code', ], [ 'domain' => 'ch', - 'description' => 'Switzerland [Swiss Confederation]', + 'description' => 'SWITCH The Swiss Education & Research Network', 'type' => 'country-code', ], [ @@ -1274,7 +1278,7 @@ class TldInfo { ], [ 'domain' => 'ci', - 'description' => 'Ivory Coast [Republic of Côte d\'Ivoire]', + 'description' => 'Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire [ARTCI]', 'type' => 'country-code', ], [ @@ -1319,12 +1323,12 @@ class TldInfo { ], [ 'domain' => 'ck', - 'description' => 'Cook Islands', + 'description' => 'Telecom Cook Islands Ltd.', 'type' => 'country-code', ], [ 'domain' => 'cl', - 'description' => 'Chile [Republic of]', + 'description' => 'NIC Chile [University of Chile]', 'type' => 'country-code', ], [ @@ -1374,17 +1378,17 @@ class TldInfo { ], [ 'domain' => 'cm', - 'description' => 'Cameroon [Republic of]', + 'description' => 'Cameroon Telecommunications [CAMTEL]', 'type' => 'country-code', ], [ 'domain' => 'cn', - 'description' => 'China [People\'s Republic of]', + 'description' => 'China Internet Network Information Center [CNNIC]', 'type' => 'country-code', ], [ 'domain' => 'co', - 'description' => 'Colombia [Republic of]', + 'description' => '.CO Internet S.A.S.', 'type' => 'country-code', ], [ @@ -1414,7 +1418,7 @@ class TldInfo { ], [ 'domain' => 'com', - 'description' => 'Commercial organizations', + 'description' => 'VeriSign Global Registry Services', 'type' => 'generic', ], [ @@ -1494,7 +1498,7 @@ class TldInfo { ], [ 'domain' => 'coop', - 'description' => 'Cooperatives', + 'description' => 'DotCooperation LLC', 'type' => 'sponsored', ], [ @@ -1524,7 +1528,8 @@ class TldInfo { ], [ 'domain' => 'cr', - 'description' => 'Costa Rica [Republic of]', + 'description' => 'National Academy of Sciences +Academia Nacional de Ciencias', 'type' => 'country-code', ], [ @@ -1574,7 +1579,9 @@ class TldInfo { ], [ 'domain' => 'cu', - 'description' => 'Cuba [Republic of]', + 'description' => 'CENIAInternet +Industria y San Jose +Capitolio Nacional', 'type' => 'country-code', ], [ @@ -1584,22 +1591,22 @@ class TldInfo { ], [ 'domain' => 'cv', - 'description' => 'Cape Verde [Republic of]', + 'description' => 'Agência Nacional das Comunicações [ANAC]', 'type' => 'country-code', ], [ 'domain' => 'cw', - 'description' => 'Curaçao [Country of]', + 'description' => 'University of Curacao', 'type' => 'country-code', ], [ 'domain' => 'cx', - 'description' => 'Christmas Island [Territory of]', + 'description' => 'Christmas Island Domain Administration Limited', 'type' => 'country-code', ], [ 'domain' => 'cy', - 'description' => 'Cyprus [Republic of]', + 'description' => 'University of Cyprus', 'type' => 'country-code', ], [ @@ -1614,7 +1621,7 @@ class TldInfo { ], [ 'domain' => 'cz', - 'description' => 'Czech Republic', + 'description' => 'CZ.NIC, z.s.p.o', 'type' => 'country-code', ], [ @@ -1669,7 +1676,7 @@ class TldInfo { ], [ 'domain' => 'de', - 'description' => 'Germany [Federal Republic of]', + 'description' => 'DENIC eG', 'type' => 'country-code', ], [ @@ -1794,17 +1801,17 @@ class TldInfo { ], [ 'domain' => 'dj', - 'description' => 'Djibouti [Republic of]', + 'description' => 'Djibouti Telecom S.A', 'type' => 'country-code', ], [ 'domain' => 'dk', - 'description' => 'Denmark [Kingdom of]', + 'description' => 'Dansk Internet Forum', 'type' => 'country-code', ], [ 'domain' => 'dm', - 'description' => 'Dominica [Commonwealth of]', + 'description' => 'DotDM Corporation', 'type' => 'country-code', ], [ @@ -1814,7 +1821,8 @@ class TldInfo { ], [ 'domain' => 'do', - 'description' => 'Dominican Republic', + 'description' => 'Pontificia Universidad Catolica Madre y Maestra +Recinto Santo Tomas de Aquino', 'type' => 'country-code', ], [ @@ -1914,7 +1922,7 @@ class TldInfo { ], [ 'domain' => 'dz', - 'description' => 'Algeria [People\'s Democratic Republic of]', + 'description' => 'CERIST', 'type' => 'country-code', ], [ @@ -1929,7 +1937,7 @@ class TldInfo { ], [ 'domain' => 'ec', - 'description' => 'Ecuador [Republic of]', + 'description' => 'ECUADORDOMAIN S.A.', 'type' => 'country-code', ], [ @@ -1944,7 +1952,7 @@ class TldInfo { ], [ 'domain' => 'edu', - 'description' => 'Educational establishments', + 'description' => 'EDUCAUSE', 'type' => 'sponsored', ], [ @@ -1954,17 +1962,18 @@ class TldInfo { ], [ 'domain' => 'ee', - 'description' => 'Estonia [Republic of]', + 'description' => 'Eesti Interneti Sihtasutus [EIS]', 'type' => 'country-code', ], [ 'domain' => 'eg', - 'description' => 'Egypt [Arab Republic of]', + 'description' => 'Egyptian Universities Network [EUN] +Supreme Council of Universities', 'type' => 'country-code', ], [ 'domain' => 'eh', - 'description' => 'Western Sahara {reserved}', + 'description' => 'Not assigned', 'type' => 'country-code', ], [ @@ -2014,7 +2023,7 @@ class TldInfo { ], [ 'domain' => 'er', - 'description' => 'Eritrea [State of]', + 'description' => 'Eritrea Telecommunication Services Corporation [EriTel]', 'type' => 'country-code', ], [ @@ -2029,7 +2038,7 @@ class TldInfo { ], [ 'domain' => 'es', - 'description' => 'Spain [Kingdom of]', + 'description' => 'Red.es', 'type' => 'country-code', ], [ @@ -2049,7 +2058,7 @@ class TldInfo { ], [ 'domain' => 'et', - 'description' => 'Ethiopia [Federal Democratic Republic of]', + 'description' => 'Ethio telecom', 'type' => 'country-code', ], [ @@ -2059,7 +2068,7 @@ class TldInfo { ], [ 'domain' => 'eu', - 'description' => 'European Union', + 'description' => 'EURid vzw/asbl', 'type' => 'country-code', ], [ @@ -2184,7 +2193,7 @@ class TldInfo { ], [ 'domain' => 'fi', - 'description' => 'Finland [Republic of]', + 'description' => 'Finnish Communications Regulatory Authority', 'type' => 'country-code', ], [ @@ -2259,12 +2268,13 @@ class TldInfo { ], [ 'domain' => 'fj', - 'description' => 'Fiji [Republic of]', + 'description' => 'The University of the South Pacific +IT Services', 'type' => 'country-code', ], [ 'domain' => 'fk', - 'description' => 'Falkland Islands [Malvinas]', + 'description' => 'Falkland Islands Government', 'type' => 'country-code', ], [ @@ -2304,12 +2314,12 @@ class TldInfo { ], [ 'domain' => 'fm', - 'description' => 'Micronesia [Federated States of]', + 'description' => 'FSM Telecommunications Corporation', 'type' => 'country-code', ], [ 'domain' => 'fo', - 'description' => 'Faroe Islands', + 'description' => 'FO Council', 'type' => 'country-code', ], [ @@ -2364,7 +2374,7 @@ class TldInfo { ], [ 'domain' => 'fr', - 'description' => 'France [French Republic]', + 'description' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', 'type' => 'country-code', ], [ @@ -2439,7 +2449,7 @@ class TldInfo { ], [ 'domain' => 'ga', - 'description' => 'Gabon [Gabonese Republic]', + 'description' => 'Agence Nationale des Infrastructures Numériques et des Fréquences [ANINF]', 'type' => 'country-code', ], [ @@ -2484,7 +2494,7 @@ class TldInfo { ], [ 'domain' => 'gb', - 'description' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', + 'description' => 'Reserved Domain - IANA', 'type' => 'country-code', ], [ @@ -2494,7 +2504,7 @@ class TldInfo { ], [ 'domain' => 'gd', - 'description' => 'Grenada', + 'description' => 'The National Telecommunications Regulatory Commission [NTRC]', 'type' => 'country-code', ], [ @@ -2504,7 +2514,7 @@ class TldInfo { ], [ 'domain' => 'ge', - 'description' => 'Georgia', + 'description' => 'Caucasus Online LLC', 'type' => 'country-code', ], [ @@ -2529,12 +2539,12 @@ class TldInfo { ], [ 'domain' => 'gf', - 'description' => 'French Guiana', + 'description' => 'Net Plus', 'type' => 'country-code', ], [ 'domain' => 'gg', - 'description' => 'Guernsey [Bailiwick of]', + 'description' => 'Island Networks Ltd.', 'type' => 'country-code', ], [ @@ -2544,12 +2554,12 @@ class TldInfo { ], [ 'domain' => 'gh', - 'description' => 'Ghana [Republic of]', + 'description' => 'Network Computer Systems Limited', 'type' => 'country-code', ], [ 'domain' => 'gi', - 'description' => 'Gibraltar', + 'description' => 'Sapphire Networks', 'type' => 'country-code', ], [ @@ -2574,7 +2584,7 @@ class TldInfo { ], [ 'domain' => 'gl', - 'description' => 'Greenland', + 'description' => 'TELE Greenland A/S', 'type' => 'country-code', ], [ @@ -2604,7 +2614,7 @@ class TldInfo { ], [ 'domain' => 'gm', - 'description' => 'Gambia [Republic of The]', + 'description' => 'GM-NIC', 'type' => 'country-code', ], [ @@ -2629,7 +2639,7 @@ class TldInfo { ], [ 'domain' => 'gn', - 'description' => 'Guinea [Republic of]', + 'description' => 'Centre National des Sciences Halieutiques de Boussoura', 'type' => 'country-code', ], [ @@ -2689,22 +2699,23 @@ class TldInfo { ], [ 'domain' => 'gov', - 'description' => 'US government', + 'description' => 'General Services Administration +Attn: QTDC, 2E08 [.gov Domain Registration]', 'type' => 'sponsored', ], [ 'domain' => 'gp', - 'description' => 'Guadeloupe', + 'description' => 'Networking Technologies Group', 'type' => 'country-code', ], [ 'domain' => 'gq', - 'description' => 'Equatorial Guinea [Republic of]', + 'description' => 'GETESA', 'type' => 'country-code', ], [ 'domain' => 'gr', - 'description' => 'Greece [Hellenic Republic]', + 'description' => 'ICS-FORTH GR', 'type' => 'country-code', ], [ @@ -2744,17 +2755,17 @@ class TldInfo { ], [ 'domain' => 'gs', - 'description' => 'South Georgia and the South Sandwich Islands', + 'description' => 'Government of South Georgia and South Sandwich Islands [GSGSSI]', 'type' => 'country-code', ], [ 'domain' => 'gt', - 'description' => 'Guatemala [Republic of]', + 'description' => 'Universidad del Valle de Guatemala', 'type' => 'country-code', ], [ 'domain' => 'gu', - 'description' => 'Guam', + 'description' => 'University of Guam', 'type' => 'country-code', ], [ @@ -2789,12 +2800,12 @@ class TldInfo { ], [ 'domain' => 'gw', - 'description' => 'Guinea-Bissau [Republic of]', + 'description' => 'Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau', 'type' => 'country-code', ], [ 'domain' => 'gy', - 'description' => 'Guyana [Co-operative Republic of]', + 'description' => 'University of Guyana', 'type' => 'country-code', ], [ @@ -2889,7 +2900,7 @@ class TldInfo { ], [ 'domain' => 'hk', - 'description' => 'Hong Kong [Hong Kong Special Administrative Region of the People\'s Republic of China]', + 'description' => 'Hong Kong Internet Registration Corporation Ltd.', 'type' => 'country-code', ], [ @@ -2899,12 +2910,12 @@ class TldInfo { ], [ 'domain' => 'hm', - 'description' => 'Heard Island and McDonald Islands', + 'description' => 'HM Domain Registry', 'type' => 'country-code', ], [ 'domain' => 'hn', - 'description' => 'Honduras [Republic of]', + 'description' => 'Red de Desarrollo Sostenible Honduras', 'type' => 'country-code', ], [ @@ -3004,7 +3015,7 @@ class TldInfo { ], [ 'domain' => 'hr', - 'description' => 'Croatia [Republic of]', + 'description' => 'CARNet - Croatian Academic and Research Network', 'type' => 'country-code', ], [ @@ -3014,7 +3025,7 @@ class TldInfo { ], [ 'domain' => 'ht', - 'description' => 'Haiti [Republic of]', + 'description' => 'Consortium FDS/RDDH', 'type' => 'country-code', ], [ @@ -3024,7 +3035,7 @@ class TldInfo { ], [ 'domain' => 'hu', - 'description' => 'Hungary', + 'description' => 'Council of Hungarian Internet Providers [CHIP]', 'type' => 'country-code', ], [ @@ -3064,12 +3075,14 @@ class TldInfo { ], [ 'domain' => 'id', - 'description' => 'Indonesia [Republic of]', + 'description' => 'Perkumpulan Pengelola Nama Domain Internet Indonesia [PANDI]', 'type' => 'country-code', ], [ 'domain' => 'ie', - 'description' => 'Ireland [Republic of]', + 'description' => 'University College Dublin +Computing Services +Computer Centre', 'type' => 'country-code', ], [ @@ -3094,12 +3107,12 @@ class TldInfo { ], [ 'domain' => 'il', - 'description' => 'Israel [State of]', + 'description' => 'Internet Society of Israel', 'type' => 'country-code', ], [ 'domain' => 'im', - 'description' => 'Isle of Man', + 'description' => 'Isle of Man Government', 'type' => 'country-code', ], [ @@ -3124,7 +3137,7 @@ class TldInfo { ], [ 'domain' => 'in', - 'description' => 'India [Republic of]', + 'description' => 'National Internet Exchange of India', 'type' => 'country-code', ], [ @@ -3139,7 +3152,7 @@ class TldInfo { ], [ 'domain' => 'info', - 'description' => 'Informational sites', + 'description' => 'Afilias Limited', 'type' => 'generic', ], [ @@ -3169,7 +3182,7 @@ class TldInfo { ], [ 'domain' => 'int', - 'description' => 'International treaty-based organizations', + 'description' => 'Internet Assigned Numbers Authority', 'type' => 'sponsored', ], [ @@ -3194,7 +3207,8 @@ class TldInfo { ], [ 'domain' => 'io', - 'description' => 'British Indian Ocean Territory', + 'description' => 'IO Top Level Domain Registry +Cable and Wireless', 'type' => 'country-code', ], [ @@ -3204,12 +3218,12 @@ class TldInfo { ], [ 'domain' => 'iq', - 'description' => 'Iraq [Republic of]', + 'description' => 'Communications and Media Commission [CMC]', 'type' => 'country-code', ], [ 'domain' => 'ir', - 'description' => 'Iran [Islamic Republic of]', + 'description' => 'Institute for Research in Fundamental Sciences', 'type' => 'country-code', ], [ @@ -3219,7 +3233,7 @@ class TldInfo { ], [ 'domain' => 'is', - 'description' => 'Iceland', + 'description' => 'ISNIC - Internet Iceland ltd.', 'type' => 'country-code', ], [ @@ -3244,7 +3258,7 @@ class TldInfo { ], [ 'domain' => 'it', - 'description' => 'Italy [Italian Republic]', + 'description' => 'IIT - CNR', 'type' => 'country-code', ], [ @@ -3289,7 +3303,7 @@ class TldInfo { ], [ 'domain' => 'je', - 'description' => 'Jersey [Bailiwick of]', + 'description' => 'Island Networks [Jersey] Ltd.', 'type' => 'country-code', ], [ @@ -3324,7 +3338,7 @@ class TldInfo { ], [ 'domain' => 'jm', - 'description' => 'Jamaica [Commonwealth of]', + 'description' => 'University of West Indies', 'type' => 'country-code', ], [ @@ -3339,12 +3353,12 @@ class TldInfo { ], [ 'domain' => 'jo', - 'description' => 'Jordan [Hashemite Kingdom of]', + 'description' => 'National Information Technology Center [NITC]', 'type' => 'country-code', ], [ 'domain' => 'jobs', - 'description' => 'Employment-related sites', + 'description' => 'Employ Media LLC', 'type' => 'sponsored', ], [ @@ -3364,7 +3378,7 @@ class TldInfo { ], [ 'domain' => 'jp', - 'description' => 'Japan', + 'description' => 'Japan Registry Services Co., Ltd.', 'type' => 'country-code', ], [ @@ -3399,7 +3413,7 @@ class TldInfo { ], [ 'domain' => 'ke', - 'description' => 'Kenya [Republic of]', + 'description' => 'Kenya Network Information Center [KeNIC]', 'type' => 'country-code', ], [ @@ -3424,17 +3438,17 @@ class TldInfo { ], [ 'domain' => 'kg', - 'description' => 'Kyrgyzstan [Kyrgyz Republic]', + 'description' => 'AsiaInfo Telecommunication Enterprise', 'type' => 'country-code', ], [ 'domain' => 'kh', - 'description' => 'Cambodia [Kingdom of]', + 'description' => 'Telecommunication Regulator of Cambodia [TRC]', 'type' => 'country-code', ], [ 'domain' => 'ki', - 'description' => 'Kiribati [Republic of]', + 'description' => 'Ministry of Communications, Transport, and Tourism Development', 'type' => 'country-code', ], [ @@ -3469,12 +3483,12 @@ class TldInfo { ], [ 'domain' => 'km', - 'description' => 'Comoros [Union of the]', + 'description' => 'Comores Telecom', 'type' => 'country-code', ], [ 'domain' => 'kn', - 'description' => 'Saint Kitts and Nevis [Federation of]', + 'description' => 'Ministry of Finance, Sustainable Development Information & Technology', 'type' => 'country-code', ], [ @@ -3494,7 +3508,7 @@ class TldInfo { ], [ 'domain' => 'kp', - 'description' => 'Korea [Democratic People\'s Republic of] [North Korea]', + 'description' => 'Star Joint Venture Company', 'type' => 'country-code', ], [ @@ -3509,7 +3523,7 @@ class TldInfo { ], [ 'domain' => 'kr', - 'description' => 'Korea [Republic of] [South Korea]', + 'description' => 'Korea Internet & Security Agency [KISA]', 'type' => 'country-code', ], [ @@ -3529,12 +3543,12 @@ class TldInfo { ], [ 'domain' => 'kw', - 'description' => 'Kuwait [State of Kuwait]', + 'description' => 'Communications and Information Technology Regulatory Authority', 'type' => 'country-code', ], [ 'domain' => 'ky', - 'description' => 'Cayman Islands', + 'description' => 'Utility Regulation and Competition Office [OfReg]', 'type' => 'country-code', ], [ @@ -3544,12 +3558,12 @@ class TldInfo { ], [ 'domain' => 'kz', - 'description' => 'Kazakhstan [Republic of]', + 'description' => 'Association of IT Companies of Kazakhstan', 'type' => 'country-code', ], [ 'domain' => 'la', - 'description' => 'Laos [Lao People\'s Democratic Republic]', + 'description' => 'Lao National Internet Committee [LANIC], Ministry of Posts and Telecommunications', 'type' => 'country-code', ], [ @@ -3634,12 +3648,13 @@ class TldInfo { ], [ 'domain' => 'lb', - 'description' => 'Lebanon [Lebanese Republic]', + 'description' => 'American University of Beirut +Computing and Networking Services', 'type' => 'country-code', ], [ 'domain' => 'lc', - 'description' => 'Saint Lucia', + 'description' => 'University of Puerto Rico', 'type' => 'country-code', ], [ @@ -3684,7 +3699,7 @@ class TldInfo { ], [ 'domain' => 'li', - 'description' => 'Liechtenstein [Principality of]', + 'description' => 'SWITCH The Swiss Education & Research Network', 'type' => 'country-code', ], [ @@ -3774,7 +3789,8 @@ class TldInfo { ], [ 'domain' => 'lk', - 'description' => 'Sri Lanka [Democratic Socialist Republic of]', + 'description' => 'Council for Information Technology +LK Domain Registrar', 'type' => 'country-code', ], [ @@ -3844,17 +3860,17 @@ class TldInfo { ], [ 'domain' => 'lr', - 'description' => 'Liberia [Republic of]', + 'description' => 'Data Technology Solutions, Inc.', 'type' => 'country-code', ], [ 'domain' => 'ls', - 'description' => 'Lesotho [Kingdom of]', + 'description' => 'National University of Lesotho', 'type' => 'country-code', ], [ 'domain' => 'lt', - 'description' => 'Lithuania [Republic of]', + 'description' => 'Kaunas University of Technology', 'type' => 'country-code', ], [ @@ -3869,7 +3885,7 @@ class TldInfo { ], [ 'domain' => 'lu', - 'description' => 'Luxembourg [Grand Duchy of]', + 'description' => 'RESTENA', 'type' => 'country-code', ], [ @@ -3894,17 +3910,19 @@ class TldInfo { ], [ 'domain' => 'lv', - 'description' => 'Latvia [Republic of]', + 'description' => 'University of Latvia +Institute of Mathematics and Computer Science +Department of Network Solutions [DNS]', 'type' => 'country-code', ], [ 'domain' => 'ly', - 'description' => 'Libya', + 'description' => 'General Post and Telecommunication Company', 'type' => 'country-code', ], [ 'domain' => 'ma', - 'description' => 'Morocco', + 'description' => 'Agence Nationale de Réglementation des Télécommunications [ANRT]', 'type' => 'country-code', ], [ @@ -3994,7 +4012,8 @@ class TldInfo { ], [ 'domain' => 'mc', - 'description' => 'Monaco [Principality of]', + 'description' => 'Gouvernement de Monaco +Direction des Communications Electroniques', 'type' => 'country-code', ], [ @@ -4014,12 +4033,12 @@ class TldInfo { ], [ 'domain' => 'md', - 'description' => 'Moldova [Republic of]', + 'description' => 'MoldData S.E.', 'type' => 'country-code', ], [ 'domain' => 'me', - 'description' => 'Montenegro', + 'description' => 'Government of Montenegro', 'type' => 'country-code', ], [ @@ -4079,17 +4098,17 @@ class TldInfo { ], [ 'domain' => 'mf', - 'description' => 'Saint Martin [Collectivity of] {unassigned - see also: .gp and .fr}', + 'description' => 'Not assigned', 'type' => 'country-code', ], [ 'domain' => 'mg', - 'description' => 'Madagascar [Republic of]', + 'description' => 'NIC-MG [Network Information Center Madagascar]', 'type' => 'country-code', ], [ 'domain' => 'mh', - 'description' => 'Marshall Islands [Republic of the]', + 'description' => 'Office of the Cabinet', 'type' => 'country-code', ], [ @@ -4104,7 +4123,7 @@ class TldInfo { ], [ 'domain' => 'mil', - 'description' => 'US military', + 'description' => 'DoD Network Information Center', 'type' => 'sponsored', ], [ @@ -4129,12 +4148,12 @@ class TldInfo { ], [ 'domain' => 'mk', - 'description' => 'Macedonia [Republic of]', + 'description' => 'Macedonian Academic Research Network Skopje', 'type' => 'country-code', ], [ 'domain' => 'ml', - 'description' => 'Mali [Republic of]', + 'description' => 'Agence des Technologies de l’Information et de la Communication', 'type' => 'country-code', ], [ @@ -4149,7 +4168,7 @@ class TldInfo { ], [ 'domain' => 'mm', - 'description' => 'Myanmar [Republic of the Union of] [Burma]', + 'description' => 'Ministry of Communications, Posts & Telegraphs', 'type' => 'country-code', ], [ @@ -4159,17 +4178,17 @@ class TldInfo { ], [ 'domain' => 'mn', - 'description' => 'Mongolia', + 'description' => 'Datacom Co., Ltd.', 'type' => 'country-code', ], [ 'domain' => 'mo', - 'description' => 'Macau [Macau Special Administrative Region of the People\'s Republic of China] [Macao]', + 'description' => 'Macao Post and Telecommunications Bureau [CTT]', 'type' => 'country-code', ], [ 'domain' => 'mobi', - 'description' => 'Mobile', + 'description' => 'Afilias Technologies Limited dba dotMobi', 'type' => 'generic', ], [ @@ -4269,22 +4288,22 @@ class TldInfo { ], [ 'domain' => 'mp', - 'description' => 'Northern Mariana Islands [Commonwealth of the]', + 'description' => 'Saipan Datacom, Inc.', 'type' => 'country-code', ], [ 'domain' => 'mq', - 'description' => 'Martinique', + 'description' => 'MEDIASERV', 'type' => 'country-code', ], [ 'domain' => 'mr', - 'description' => 'Mauritania [Islamic Republic of]', + 'description' => 'Université de Nouakchott Al Aasriya', 'type' => 'country-code', ], [ 'domain' => 'ms', - 'description' => 'Montserrat', + 'description' => 'MNI Networks Ltd.', 'type' => 'country-code', ], [ @@ -4294,7 +4313,7 @@ class TldInfo { ], [ 'domain' => 'mt', - 'description' => 'Malta [Republic of]', + 'description' => 'NIC [Malta]', 'type' => 'country-code', ], [ @@ -4314,12 +4333,12 @@ class TldInfo { ], [ 'domain' => 'mu', - 'description' => 'Mauritius [Republic of]', + 'description' => 'Internet Direct Ltd', 'type' => 'country-code', ], [ 'domain' => 'museum', - 'description' => 'Museums', + 'description' => 'Museum Domain Management Association', 'type' => 'sponsored', ], [ @@ -4334,32 +4353,34 @@ class TldInfo { ], [ 'domain' => 'mv', - 'description' => 'Maldives [Republic of]', + 'description' => 'Dhiraagu Pvt. Ltd. [DHIVEHINET]', 'type' => 'country-code', ], [ 'domain' => 'mw', - 'description' => 'Malawi [Republic of]', + 'description' => 'Malawi Sustainable Development Network Programme +[Malawi SDNP]', 'type' => 'country-code', ], [ 'domain' => 'mx', - 'description' => 'Mexico [United Mexican States]', + 'description' => 'NIC-Mexico +ITESM - Campus Monterrey', 'type' => 'country-code', ], [ 'domain' => 'my', - 'description' => 'Malaysia', + 'description' => 'MYNIC Berhad', 'type' => 'country-code', ], [ 'domain' => 'mz', - 'description' => 'Mozambique [Republic of]', + 'description' => 'Centro de Informatica de Universidade Eduardo Mondlane', 'type' => 'country-code', ], [ 'domain' => 'na', - 'description' => 'Namibia [Republic of]', + 'description' => 'Namibian Network Information Center', 'type' => 'country-code', ], [ @@ -4379,7 +4400,7 @@ class TldInfo { ], [ 'domain' => 'name', - 'description' => 'Individuals', + 'description' => 'VeriSign Information Services, Inc.', 'type' => 'generic-restricted', ], [ @@ -4404,12 +4425,12 @@ class TldInfo { ], [ 'domain' => 'nc', - 'description' => 'New Caledonia', + 'description' => 'Office des Postes et Telecommunications', 'type' => 'country-code', ], [ 'domain' => 'ne', - 'description' => 'Niger [Republic of]', + 'description' => 'SONITEL', 'type' => 'country-code', ], [ @@ -4419,7 +4440,7 @@ class TldInfo { ], [ 'domain' => 'net', - 'description' => 'Network', + 'description' => 'VeriSign Global Registry Services', 'type' => 'generic', ], [ @@ -4474,7 +4495,7 @@ class TldInfo { ], [ 'domain' => 'nf', - 'description' => 'Norfolk Island [Territory of]', + 'description' => 'Norfolk Island Data Services', 'type' => 'country-code', ], [ @@ -4484,7 +4505,7 @@ class TldInfo { ], [ 'domain' => 'ng', - 'description' => 'Nigeria [Federal Republic of]', + 'description' => 'Nigeria Internet Registration Association', 'type' => 'country-code', ], [ @@ -4499,7 +4520,8 @@ class TldInfo { ], [ 'domain' => 'ni', - 'description' => 'Nicaragua [Republic of]', + 'description' => 'Universidad Nacional del Ingernieria +Centro de Computo', 'type' => 'country-code', ], [ @@ -4534,12 +4556,12 @@ class TldInfo { ], [ 'domain' => 'nl', - 'description' => 'Netherlands', + 'description' => 'SIDN [Stichting Internet Domeinregistratie Nederland]', 'type' => 'country-code', ], [ 'domain' => 'no', - 'description' => 'Norway [Kingdom of]', + 'description' => 'UNINETT Norid A/S', 'type' => 'country-code', ], [ @@ -4574,12 +4596,12 @@ class TldInfo { ], [ 'domain' => 'np', - 'description' => 'Nepal [Federal Democratic Republic of]', + 'description' => 'Mercantile Communications Pvt. Ltd.', 'type' => 'country-code', ], [ 'domain' => 'nr', - 'description' => 'Nauru [Republic of]', + 'description' => 'CENPAC NET', 'type' => 'country-code', ], [ @@ -4599,7 +4621,7 @@ class TldInfo { ], [ 'domain' => 'nu', - 'description' => 'Niue', + 'description' => 'The IUSN Foundation', 'type' => 'country-code', ], [ @@ -4609,7 +4631,7 @@ class TldInfo { ], [ 'domain' => 'nz', - 'description' => 'New Zealand', + 'description' => 'InternetNZ', 'type' => 'country-code', ], [ @@ -4659,7 +4681,7 @@ class TldInfo { ], [ 'domain' => 'om', - 'description' => 'Oman [Sultanate of]', + 'description' => 'Telecommunications Regulatory Authority [TRA]', 'type' => 'country-code', ], [ @@ -4714,7 +4736,7 @@ class TldInfo { ], [ 'domain' => 'org', - 'description' => 'Non-profit organizations', + 'description' => 'Public Interest Registry [PIR]', 'type' => 'generic', ], [ @@ -4754,7 +4776,7 @@ class TldInfo { ], [ 'domain' => 'pa', - 'description' => 'Panama [Republic of]', + 'description' => 'Universidad Tecnologica de Panama', 'type' => 'country-code', ], [ @@ -4819,7 +4841,7 @@ class TldInfo { ], [ 'domain' => 'pe', - 'description' => 'Peru [Republic of]', + 'description' => 'Red Cientifica Peruana', 'type' => 'country-code', ], [ @@ -4829,7 +4851,7 @@ class TldInfo { ], [ 'domain' => 'pf', - 'description' => 'French Polynesia and Clipperton Island', + 'description' => 'Gouvernement de la Polynésie française', 'type' => 'country-code', ], [ @@ -4839,12 +4861,14 @@ class TldInfo { ], [ 'domain' => 'pg', - 'description' => 'Papua New Guinea [Independent State of]', + 'description' => 'PNG DNS Administration +Vice Chancellors Office +The Papua New Guinea University of Technology', 'type' => 'country-code', ], [ 'domain' => 'ph', - 'description' => 'Philippines [Republic of the]', + 'description' => 'PH Domain Foundation', 'type' => 'country-code', ], [ @@ -4939,12 +4963,12 @@ class TldInfo { ], [ 'domain' => 'pk', - 'description' => 'Pakistan [Islamic Republic of]', + 'description' => 'PKNIC', 'type' => 'country-code', ], [ 'domain' => 'pl', - 'description' => 'Poland [Republic of]', + 'description' => 'Research and Academic Computer Network', 'type' => 'country-code', ], [ @@ -4974,12 +4998,12 @@ class TldInfo { ], [ 'domain' => 'pm', - 'description' => 'Saint Pierre and Miquelon', + 'description' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', 'type' => 'country-code', ], [ 'domain' => 'pn', - 'description' => 'Pitcairn Islands [Pitcairn - Henderson - Ducie and Oeno Islands]', + 'description' => 'Pitcairn Island Administration', 'type' => 'country-code', ], [ @@ -5014,7 +5038,7 @@ class TldInfo { ], [ 'domain' => 'pr', - 'description' => 'Puerto Rico [Commonwealth of]', + 'description' => 'Gauss Research Laboratory Inc.', 'type' => 'country-code', ], [ @@ -5039,7 +5063,8 @@ class TldInfo { ], [ 'domain' => 'pro', - 'description' => 'Profession', + 'description' => 'Registry Services Corporation +dba RegistryPro', 'type' => 'generic-restricted', ], [ @@ -5094,12 +5119,14 @@ class TldInfo { ], [ 'domain' => 'ps', - 'description' => 'Palestine [State of]', + 'description' => 'Ministry Of Telecommunications & +Information Technology, +Government Computer Center.', 'type' => 'country-code', ], [ 'domain' => 'pt', - 'description' => 'Portugal [Portuguese Republic]', + 'description' => 'Associação DNS.PT', 'type' => 'country-code', ], [ @@ -5109,7 +5136,7 @@ class TldInfo { ], [ 'domain' => 'pw', - 'description' => 'Palau [Republic of]', + 'description' => 'Micronesia Investment and Development Corporation', 'type' => 'country-code', ], [ @@ -5119,12 +5146,12 @@ class TldInfo { ], [ 'domain' => 'py', - 'description' => 'Paraguay [Republic of]', + 'description' => 'NIC-PY', 'type' => 'country-code', ], [ 'domain' => 'qa', - 'description' => 'Qatar [State of]', + 'description' => 'Communications Regulatory Authority', 'type' => 'country-code', ], [ @@ -5164,7 +5191,7 @@ class TldInfo { ], [ 'domain' => 're', - 'description' => 'Réunion', + 'description' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', 'type' => 'country-code', ], [ @@ -5329,7 +5356,7 @@ class TldInfo { ], [ 'domain' => 'ro', - 'description' => 'Romania', + 'description' => 'National Institute for R&D in Informatics', 'type' => 'country-code', ], [ @@ -5359,7 +5386,7 @@ class TldInfo { ], [ 'domain' => 'rs', - 'description' => 'Serbia [Republic of]', + 'description' => 'Serbian National Internet Domain Registry [RNIDS]', 'type' => 'country-code', ], [ @@ -5369,7 +5396,7 @@ class TldInfo { ], [ 'domain' => 'ru', - 'description' => 'Russia [Russian Federation]', + 'description' => 'Coordination Center for TLD RU', 'type' => 'country-code', ], [ @@ -5389,7 +5416,7 @@ class TldInfo { ], [ 'domain' => 'rw', - 'description' => 'Rwanda [Republic of]', + 'description' => 'Rwanda Information Communication and Technology Association [RICTA]', 'type' => 'country-code', ], [ @@ -5404,7 +5431,7 @@ class TldInfo { ], [ 'domain' => 'sa', - 'description' => 'Saudi Arabia [Kingdom of]', + 'description' => 'Communications and Information Technology Commission', 'type' => 'country-code', ], [ @@ -5494,7 +5521,7 @@ class TldInfo { ], [ 'domain' => 'sb', - 'description' => 'Solomon Islands', + 'description' => 'Solomon Telekom Company Limited', 'type' => 'country-code', ], [ @@ -5509,7 +5536,7 @@ class TldInfo { ], [ 'domain' => 'sc', - 'description' => 'Seychelles [Republic of]', + 'description' => 'VCS Pty Ltd', 'type' => 'country-code', ], [ @@ -5574,12 +5601,12 @@ class TldInfo { ], [ 'domain' => 'sd', - 'description' => 'Sudan [Republic of]', + 'description' => 'Sudan Internet Society', 'type' => 'country-code', ], [ 'domain' => 'se', - 'description' => 'Sweden [Kingdom of]', + 'description' => 'The Internet Infrastructure Foundation', 'type' => 'country-code', ], [ @@ -5654,12 +5681,12 @@ class TldInfo { ], [ 'domain' => 'sg', - 'description' => 'Singapore [Republic of]', + 'description' => 'Singapore Network Information Centre [SGNIC] Pte Ltd', 'type' => 'country-code', ], [ 'domain' => 'sh', - 'description' => 'Saint Helena', + 'description' => 'Government of St. Helena', 'type' => 'country-code', ], [ @@ -5729,7 +5756,7 @@ class TldInfo { ], [ 'domain' => 'si', - 'description' => 'Slovenia [Republic of]', + 'description' => 'Academic and Research Network of Slovenia [ARNES]', 'type' => 'country-code', ], [ @@ -5754,12 +5781,12 @@ class TldInfo { ], [ 'domain' => 'sj', - 'description' => 'Svalbard and Jan Mayen {not in use - see also: .no}', + 'description' => 'UNINETT Norid A/S', 'type' => 'country-code', ], [ 'domain' => 'sk', - 'description' => 'Slovakia [Slovak Republic]', + 'description' => 'SK-NIC, a.s.', 'type' => 'country-code', ], [ @@ -5784,7 +5811,7 @@ class TldInfo { ], [ 'domain' => 'sl', - 'description' => 'Sierra Leone [Republic of]', + 'description' => 'Sierratel', 'type' => 'country-code', ], [ @@ -5794,7 +5821,7 @@ class TldInfo { ], [ 'domain' => 'sm', - 'description' => 'San Marino [Republic of]', + 'description' => 'Telecom Italia San Marino S.p.A.', 'type' => 'country-code', ], [ @@ -5809,7 +5836,8 @@ class TldInfo { ], [ 'domain' => 'sn', - 'description' => 'Senegal [Republic of]', + 'description' => 'Universite Cheikh Anta Diop +NIC Senegal', 'type' => 'country-code', ], [ @@ -5819,7 +5847,7 @@ class TldInfo { ], [ 'domain' => 'so', - 'description' => 'Somalia [Federal Republic of]', + 'description' => 'Ministry of Post and Telecommunications', 'type' => 'country-code', ], [ @@ -5899,7 +5927,7 @@ class TldInfo { ], [ 'domain' => 'sr', - 'description' => 'Suriname [Republic of]', + 'description' => 'Telesur', 'type' => 'country-code', ], [ @@ -5914,12 +5942,12 @@ class TldInfo { ], [ 'domain' => 'ss', - 'description' => 'South Sudan [Republic of]', + 'description' => 'Not assigned', 'type' => 'country-code', ], [ 'domain' => 'st', - 'description' => 'São Tomé and Príncipe [Democratic Republic of]', + 'description' => 'Tecnisys', 'type' => 'country-code', ], [ @@ -6004,7 +6032,8 @@ class TldInfo { ], [ 'domain' => 'su', - 'description' => 'Soviet Union [Union of Soviet Socialist Republics]', + 'description' => 'Russian Institute for Development of Public Networks +[ROSNIIROS]', 'type' => 'country-code', ], [ @@ -6044,7 +6073,7 @@ class TldInfo { ], [ 'domain' => 'sv', - 'description' => 'El Salvador [Republic of]', + 'description' => 'SVNet', 'type' => 'country-code', ], [ @@ -6064,12 +6093,12 @@ class TldInfo { ], [ 'domain' => 'sx', - 'description' => 'Sint Maarten', + 'description' => 'SX Registry SA B.V.', 'type' => 'country-code', ], [ 'domain' => 'sy', - 'description' => 'Syria [Syrian Arab Republic]', + 'description' => 'National Agency for Network Services [NANS]', 'type' => 'country-code', ], [ @@ -6089,7 +6118,8 @@ class TldInfo { ], [ 'domain' => 'sz', - 'description' => 'Swaziland [Kingdom of]', + 'description' => 'University of Swaziland +Department of Computer Science', 'type' => 'country-code', ], [ @@ -6144,7 +6174,7 @@ class TldInfo { ], [ 'domain' => 'tc', - 'description' => 'Turks and Caicos Islands', + 'description' => 'Melrex TC', 'type' => 'country-code', ], [ @@ -6154,7 +6184,7 @@ class TldInfo { ], [ 'domain' => 'td', - 'description' => 'Chad [Republic of]', + 'description' => 'l\'Agence de Développement des Technologies de l\'Information et de la Communication [ADETIC]', 'type' => 'country-code', ], [ @@ -6179,7 +6209,7 @@ class TldInfo { ], [ 'domain' => 'tel', - 'description' => 'Telephone', + 'description' => 'Telnames Ltd.', 'type' => 'sponsored', ], [ @@ -6209,17 +6239,17 @@ class TldInfo { ], [ 'domain' => 'tf', - 'description' => 'French Southern and Antarctic Lands [Territory of the]', + 'description' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', 'type' => 'country-code', ], [ 'domain' => 'tg', - 'description' => 'Togo [Togolese Republic]', + 'description' => 'Autorite de Reglementation des secteurs de Postes et de Telecommunications [ART&P]', 'type' => 'country-code', ], [ 'domain' => 'th', - 'description' => 'Thailand [Kingdom of]', + 'description' => 'Thai Network Information Center Foundation', 'type' => 'country-code', ], [ @@ -6274,7 +6304,7 @@ class TldInfo { ], [ 'domain' => 'tj', - 'description' => 'Tajikistan [Republic of]', + 'description' => 'Information Technology Center', 'type' => 'country-code', ], [ @@ -6289,7 +6319,7 @@ class TldInfo { ], [ 'domain' => 'tk', - 'description' => 'Tokelau', + 'description' => 'Telecommunication Tokelau Corporation [Teletok]', 'type' => 'country-code', ], [ @@ -6299,12 +6329,12 @@ class TldInfo { ], [ 'domain' => 'tl', - 'description' => 'Timor-Leste [Democratic Republic of] [East Timor]', + 'description' => 'Autoridade Nacional de Comunicações', 'type' => 'country-code', ], [ 'domain' => 'tm', - 'description' => 'Turkmenistan', + 'description' => 'TM Domain Registry Ltd', 'type' => 'country-code', ], [ @@ -6314,12 +6344,14 @@ class TldInfo { ], [ 'domain' => 'tn', - 'description' => 'Tunisia [Republic of]', + 'description' => 'Agence Tunisienne d\'Internet', 'type' => 'country-code', ], [ 'domain' => 'to', - 'description' => 'Tonga [Kingdom of]', + 'description' => 'Government of the Kingdom of Tonga +H.R.H. Crown Prince Tupouto\'a +c/o Consulate of Tonga', 'type' => 'country-code', ], [ @@ -6379,12 +6411,13 @@ class TldInfo { ], [ 'domain' => 'tp', - 'description' => 'Timor-Leste [Democratic Republic of] [East Timor] {being phased out - also see: .tl}', + 'description' => 'Retired', 'type' => 'country-code', ], [ 'domain' => 'tr', - 'description' => 'Turkey [Republic of]', + 'description' => 'Middle East Technical University +Department of Computer Engineering', 'type' => 'country-code', ], [ @@ -6404,7 +6437,7 @@ class TldInfo { ], [ 'domain' => 'travel', - 'description' => 'Travel', + 'description' => 'Dog Beach, LLC', 'type' => 'sponsored', ], [ @@ -6434,7 +6467,8 @@ class TldInfo { ], [ 'domain' => 'tt', - 'description' => 'Trinidad and Tobago [Republic of]', + 'description' => 'University of the West Indies +Faculty of Engineering', 'type' => 'country-code', ], [ @@ -6459,7 +6493,7 @@ class TldInfo { ], [ 'domain' => 'tv', - 'description' => 'Tuvalu', + 'description' => 'Ministry of Finance and Tourism', 'type' => 'country-code', ], [ @@ -6469,17 +6503,17 @@ class TldInfo { ], [ 'domain' => 'tw', - 'description' => 'Taiwan [Republic of China]', + 'description' => 'Taiwan Network Information Center [TWNIC]', 'type' => 'country-code', ], [ 'domain' => 'tz', - 'description' => 'Tanzania [United Republic of]', + 'description' => 'Tanzania Network Information Centre [tzNIC]', 'type' => 'country-code', ], [ 'domain' => 'ua', - 'description' => 'Ukraine', + 'description' => 'Hostmaster Ltd.', 'type' => 'country-code', ], [ @@ -6499,17 +6533,17 @@ class TldInfo { ], [ 'domain' => 'ug', - 'description' => 'Uganda [Republic of]', + 'description' => 'Uganda Online Ltd.', 'type' => 'country-code', ], [ 'domain' => 'uk', - 'description' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', + 'description' => 'Nominet UK', 'type' => 'country-code', ], [ 'domain' => 'um', - 'description' => 'United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}', + 'description' => 'Not assigned', 'type' => 'country-code', ], [ @@ -6539,22 +6573,23 @@ class TldInfo { ], [ 'domain' => 'us', - 'description' => 'United States of America and United States Minor Outlying Islands', + 'description' => 'NeuStar, Inc.', 'type' => 'country-code', ], [ 'domain' => 'uy', - 'description' => 'Uruguay [Oriental Republic of]', + 'description' => 'SeCIU - Universidad de la Republica', 'type' => 'country-code', ], [ 'domain' => 'uz', - 'description' => 'Uzbekistan [Republic of]', + 'description' => 'Computerization and Information Technologies Developing Center +UZINFOCOM', 'type' => 'country-code', ], [ 'domain' => 'va', - 'description' => 'Vatican City [Vatican City State]', + 'description' => 'Holy See - Vatican City State', 'type' => 'country-code', ], [ @@ -6574,12 +6609,12 @@ class TldInfo { ], [ 'domain' => 'vc', - 'description' => 'Saint Vincent and the Grenadines', + 'description' => 'Ministry of Telecommunications, Science, Technology and Industry', 'type' => 'country-code', ], [ 'domain' => 've', - 'description' => 'Venezuela [Bolivarian Republic of]', + 'description' => 'Comisión Nacional de Telecomunicaciones [CONATEL]', 'type' => 'country-code', ], [ @@ -6609,12 +6644,12 @@ class TldInfo { ], [ 'domain' => 'vg', - 'description' => 'British Virgin Islands [Virgin Islands]', + 'description' => 'Telecommunications Regulatory Commission of the Virgin Islands', 'type' => 'country-code', ], [ 'domain' => 'vi', - 'description' => 'United States Virgin Islands [United States Virgin Islands]', + 'description' => 'Virgin Islands Public Telecommunications System, Inc.', 'type' => 'country-code', ], [ @@ -6694,7 +6729,7 @@ class TldInfo { ], [ 'domain' => 'vn', - 'description' => 'Vietnam [Socialist Republic of]', + 'description' => 'Ministry of Information and Communications of Socialist Republic of Viet Nam', 'type' => 'country-code', ], [ @@ -6734,7 +6769,7 @@ class TldInfo { ], [ 'domain' => 'vu', - 'description' => 'Vanuatu [Republic of]', + 'description' => 'Telecom Vanuatu Limited', 'type' => 'country-code', ], [ @@ -6829,7 +6864,7 @@ class TldInfo { ], [ 'domain' => 'wf', - 'description' => 'Wallis and Futuna [Territory of the Wallis and Futuna Islands]', + 'description' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', 'type' => 'country-code', ], [ @@ -6909,7 +6944,7 @@ class TldInfo { ], [ 'domain' => 'ws', - 'description' => 'Samoa [Independent State of]', + 'description' => 'Government of Samoa Ministry of Foreign Affairs & Trade', 'type' => 'country-code', ], [ @@ -7769,7 +7804,7 @@ class TldInfo { ], [ 'domain' => 'xxx', - 'description' => 'Adult entertainment', + 'description' => 'ICM Registry LLC', 'type' => 'sponsored', ], [ @@ -7799,7 +7834,7 @@ class TldInfo { ], [ 'domain' => 'ye', - 'description' => 'Yemen [Republic of]', + 'description' => 'TeleYemen', 'type' => 'country-code', ], [ @@ -7829,7 +7864,7 @@ class TldInfo { ], [ 'domain' => 'yt', - 'description' => 'Mayotte [Department of]', + 'description' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', 'type' => 'country-code', ], [ @@ -7839,7 +7874,7 @@ class TldInfo { ], [ 'domain' => 'za', - 'description' => 'South Africa [Republic of]', + 'description' => 'ZA Domain Name Authority', 'type' => 'country-code', ], [ @@ -7869,7 +7904,7 @@ class TldInfo { ], [ 'domain' => 'zm', - 'description' => 'Zambia [Republic of]', + 'description' => 'Zambia Information and Communications Technology Authority [ZICTA]', 'type' => 'country-code', ], [ @@ -7884,7 +7919,7 @@ class TldInfo { ], [ 'domain' => 'zw', - 'description' => 'Zimbabwe [Republic of]', + 'description' => 'Postal and Telecommunications Regulatory Authority of Zimbabwe [POTRAZ]', 'type' => 'country-code', ]]; diff --git a/tlds.csv b/tlds.csv index 4611b3f..4393fee 100644 --- a/tlds.csv +++ b/tlds.csv @@ -8,7 +8,8 @@ abc,"Disney Enterprises, Inc.",generic able,Able Inc.,generic abogado,Top Level Domain Holdings Limited,generic abudhabi,Abu Dhabi Systems and Information Centre,generic -ac,Ascension Island,country-code +ac,"Network Information Center (AC Domain Registry) +c/o Cable and Wireless (Ascension Island)",country-code academy,"Binky Moon, LLC",generic accenture,Accenture plc,generic accountant,dot Accountant Limited,generic @@ -16,29 +17,29 @@ accountants,"Binky Moon, LLC",generic aco,ACO Severin Ahlmann GmbH & Co. KG,generic active,"Active Network, LLC",generic actor,United TLD Holdco Ltd.,generic -ad,Andorra (Principality of),country-code +ad,Andorra Telecom,country-code adac,Allgemeiner Deutscher Automobil-Club e.V. (ADAC),generic ads,Charleston Road Registry Inc.,generic adult,ICM Registry AD LLC,generic -ae,United Arab Emirates,country-code +ae,Telecommunication Regulatory Authority (TRA),country-code aeg,Aktiebolaget Electrolux,generic -aero,Air-transport industry,sponsored +aero,Societe Internationale de Telecommunications Aeronautique (SITA INC USA),sponsored aetna,Aetna Life Insurance Company,generic -af,Afghanistan (Islamic Republic of),country-code +af,Ministry of Communications and IT,country-code afamilycompany,"Johnson Shareholdings, Inc.",generic afl,Australian Football League,generic africa,ZA Central Registry NPC trading as Registry.Africa,generic -ag,Antigua and Barbuda,country-code +ag,UHSA School of Medicine,country-code agakhan,Fondation Aga Khan (Aga Khan Foundation),generic agency,"Binky Moon, LLC",generic -ai,Anguilla,country-code +ai,Government of Anguilla,country-code aig,"American International Group, Inc.",generic aigo,"aigo Digital Technology Co,Ltd.",generic airbus,Airbus S.A.S.,generic airforce,United TLD Holdco Ltd.,generic airtel,Bharti Airtel Limited,generic akdn,Fondation Aga Khan (Aga Khan Foundation),generic -al,Albania (Republic of),country-code +al,Electronic and Postal Communications Authority - AKEP,country-code alfaromeo,Fiat Chrysler Automobiles N.V.,generic alibaba,Alibaba Group Holding Limited,generic alipay,Alibaba Group Holding Limited,generic @@ -47,41 +48,41 @@ allstate,Allstate Fire and Casualty Insurance Company,generic ally,Ally Financial Inc.,generic alsace,REGION GRAND EST,generic alstom,ALSTOM,generic -am,Armenia (Republic of),country-code +am,"""Internet Society"" Non-governmental Organization",country-code americanexpress,"American Express Travel Related Services Company, Inc.",generic americanfamily,"AmFam, Inc.",generic amex,"American Express Travel Related Services Company, Inc.",generic amfam,"AmFam, Inc.",generic amica,Amica Mutual Insurance Company,generic amsterdam,Gemeente Amsterdam,generic -an,Netherlands Antilles,country-code +an,Retired,country-code analytics,Campus IP LLC,generic android,Charleston Road Registry Inc.,generic anquan,QIHOO 360 TECHNOLOGY CO. LTD.,generic anz,Australia and New Zealand Banking Group Limited,generic -ao,Angola (Republic of),country-code +ao,Faculdade de Engenharia da Universidade Agostinho Neto,country-code aol,OATH Inc.,generic apartments,"Binky Moon, LLC",generic app,Charleston Road Registry Inc.,generic apple,Apple Inc.,generic -aq,Antarctica,country-code +aq,Antarctica Network Information Centre Limited,country-code aquarelle,Aquarelle.com,generic -ar,Argentina (Argentine Republic),country-code +ar,Presidencia de la Nación – Secretaría Legal y Técnica,country-code arab,League of Arab States,generic aramco,Aramco Services Company,generic archi,STARTING DOT LIMITED,generic army,United TLD Holdco Ltd.,generic -arpa,Address and Routing Parameter Area,infrastructure +arpa,Internet Architecture Board (IAB),infrastructure art,UK Creative Ideas Limited,generic arte,Association Relative à la Télévision Européenne G.E.I.E.,generic -as,American Samoa,country-code +as,AS Domain Registry,country-code asda,"Wal-Mart Stores, Inc.",generic -asia,Organisations and individuals in the Asia-Pacific region,sponsored +asia,DotAsia Organisation Ltd.,sponsored associates,"Binky Moon, LLC",generic -at,Austria (Republic of),country-code +at,nic.at GmbH,country-code athleta,"The Gap, Inc.",generic attorney,"United TLD Holdco, Ltd",generic -au,Australia (Commonwealth of),country-code +au,.au Domain Administration (auDA),country-code auction,"United TLD HoldCo, Ltd.",generic audi,AUDI Aktiengesellschaft,generic audible,"Amazon Registry Services, Inc.",generic @@ -91,13 +92,13 @@ author,"Amazon Registry Services, Inc.",generic auto,Cars Registry Limited,generic autos,"DERAutos, LLC",generic avianca,Aerovias del Continente Americano S.A. Avianca,generic -aw,Aruba,country-code +aw,SETAR,country-code aws,"Amazon Registry Services, Inc.",generic -ax,Åland Islands,country-code +ax,Ålands landskapsregering,country-code axa,AXA SA,generic -az,Azerbaijan (Republic of),country-code +az,IntraNS,country-code azure,Microsoft Corporation,generic -ba,Bosnia and Herzegovina,country-code +ba,Universtiy Telinformatic Centre (UTIC),country-code baby,"Johnson & Johnson Services, Inc.",generic baidu,"Baidu, Inc.",generic banamex,Citigroup Inc.,generic @@ -114,14 +115,16 @@ baseball,"MLB Advanced Media DH, LLC",generic basketball,Fédération Internationale de Basketball (FIBA),generic bauhaus,Werkhaus GmbH,generic bayern,Bayern Connect GmbH,generic -bb,Barbados,country-code +bb,"Government of Barbados +Ministry of Economic Affairs and Development +Telecommunications Unit",country-code bbc,British Broadcasting Corporation,generic bbt,BB&T Corporation,generic bbva,"BANCO BILBAO VIZCAYA ARGENTARIA, S.A.",generic bcg,"The Boston Consulting Group, Inc.",generic bcn,Municipi de Barcelona,generic -bd,Bangladesh (People's Republic of),country-code -be,Belgium (Kingdom of),country-code +bd,Posts and Telecommunications Division,country-code +be,DNS Belgium vzw/asbl,country-code beats,"Beats Electronics, LLC",generic beauty,L'Oréal,generic beer,Top Level Domain Holdings Limited,generic @@ -130,20 +133,20 @@ berlin,dotBERLIN GmbH & Co. KG,generic best,BestTLD Pty Ltd,generic bestbuy,"BBY Solutions, Inc.",generic bet,Afilias plc,generic -bf,Burkina Faso,country-code -bg,Bulgaria (Republic of),country-code -bh,Bahrain (Kingdom of),country-code +bf,ARCE-AutoritÈ de RÈgulation des Communications Electroniques,country-code +bg,Register.BG,country-code +bh,Telecommunications Regulatory Authority (TRA),country-code bharti,Bharti Enterprises (Holding) Private Limited,generic -bi,Burundi (Republic of),country-code +bi,Centre National de l'Informatique,country-code bible,American Bible Society,generic bid,dot Bid Limited,generic bike,"Binky Moon, LLC",generic bing,Microsoft Corporation,generic bingo,"Binky Moon, LLC",generic bio,STARTING DOT LIMITED,generic -biz,Business,generic-restricted -bj,Benin (Republic of),country-code -bl,Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr},country-code +biz,"Neustar, Inc.",generic-restricted +bj,Benin Telecoms S.A.,country-code +bl,Not assigned,country-code black,Afilias plc,generic blackfriday,"Uniregistry, Corp.",generic blanco,BLANCO GmbH + Co KG,generic @@ -151,13 +154,13 @@ blockbuster,Dish DBS Corporation,generic blog,"Knock Knock WHOIS There, LLC",generic bloomberg,Bloomberg IP Holdings LLC,generic blue,Afilias plc,generic -bm,Bermuda,country-code +bm,"Registry General Department, Ministry of Home Affairs",country-code bms,Bristol-Myers Squibb Company,generic bmw,Bayerische Motoren Werke Aktiengesellschaft,generic -bn,Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam],country-code +bn,Authority for Info-communications Technology Industry of Brunei Darussalam (AITI),country-code bnl,Banca Nazionale del Lavoro,generic bnpparibas,BNP Paribas,generic -bo,Bolivia (Plurinational State of),country-code +bo,Agencia para el Desarrollo de la Información de la Sociedad en Bolivia,country-code boats,"DERBoats, LLC",generic boehringer,Boehringer Ingelheim International GmbH,generic bofa,Bank of America Corporation,generic @@ -173,16 +176,16 @@ boston,"Boston TLD Management, LLC",generic bot,"Amazon Registry Services, Inc.",generic boutique,"Binky Moon, LLC",generic box,NS1 Limited,generic -bq,Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl},country-code -br,Brazil (Federative Republic of),country-code +bq,Not assigned,country-code +br,Comite Gestor da Internet no Brasil,country-code bradesco,Banco Bradesco S.A.,generic bridgestone,Bridgestone Corporation,generic broadway,"Celebrate Broadway, Inc.",generic broker,DOTBROKER REGISTRY LTD,generic brother,"Brother Industries, Ltd.",generic brussels,DNS.be vzw,generic -bs,Bahamas (Commonwealth of the),country-code -bt,Bhutan (Kingdom of),country-code +bs,The College of the Bahamas,country-code +bt,Ministry of Information and Communications,country-code budapest,Top Level Domain Holdings Limited,generic bugatti,Bugatti International SA,generic build,Plan Bee LLC,generic @@ -190,12 +193,12 @@ builders,"Binky Moon, LLC",generic business,"Binky Moon, LLC",generic buy,"Amazon Registry Services, INC",generic buzz,DOTSTRATEGY CO.,generic -bv,Bouvet Island,country-code -bw,Botswana (Republic of),country-code -by,Belarus (Republic of),country-code -bz,Belize,country-code +bv,UNINETT Norid A/S,country-code +bw,Botswana Communications Regulatory Authority (BOCRA),country-code +by,"Reliable Software, Ltd.",country-code +bz,University of Belize,country-code bzh,Association www.bzh,generic -ca,Canada,country-code +ca,Canadian Internet Registration Authority (CIRA) Autorité Canadienne pour les enregistrements Internet (ACEI),country-code cab,"Binky Moon, LLC",generic cafe,"Binky Moon, LLC",generic cal,Charleston Road Registry Inc.,generic @@ -222,24 +225,25 @@ case,CNH Industrial N.V.,generic caseih,CNH Industrial N.V.,generic cash,"Binky Moon, LLC",generic casino,"Binky Moon, LLC",generic -cat,Catalan,sponsored +cat,Fundacio puntCAT,sponsored catering,"Binky Moon, LLC",generic catholic,Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication),generic cba,COMMONWEALTH BANK OF AUSTRALIA,generic cbn,"The Christian Broadcasting Network, Inc.",generic cbre,"CBRE, Inc.",generic cbs,CBS Domains Inc.,generic -cc,Cocos (Keeling) Islands (Territory of the),country-code -cd,Congo (Democratic Republic of the) [Congo-Kinshasa],country-code +cc,"eNIC Cocos (Keeling) Islands Pty. +Ltd. d/b/a Island Internet Services",country-code +cd,Office Congolais des Postes et Télécommunications - OCPT,country-code ceb,The Corporate Executive Board Company,generic center,"Binky Moon, LLC",generic ceo,CEOTLD Pty Ltd,generic cern,"European Organization for Nuclear Research (""CERN"")",generic -cf,Central African Republic,country-code +cf,Societe Centrafricaine de Telecommunications (SOCATEL),country-code cfa,CFA Institute,generic cfd,DOTCFD REGISTRY LTD,generic -cg,Congo (Republic of) [Congo-Brazzaville],country-code -ch,Switzerland (Swiss Confederation),country-code +cg,ONPT Congo and Interpoint Switzerland,country-code +ch,SWITCH The Swiss Education & Research Network,country-code chanel,Chanel International B.V.,generic channel,Charleston Road Registry Inc.,generic charity,"Corn Lake, LLC",generic @@ -252,7 +256,7 @@ christmas,"Uniregistry, Corp.",generic chrome,Charleston Road Registry Inc.,generic chrysler,FCA US LLC.,generic church,"Binky Moon, LLC",generic -ci,Ivory Coast (Republic of Côte d'Ivoire),country-code +ci,Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire (ARTCI),country-code cipriani,Hotel Cipriani Srl,generic circle,"Amazon Registry Services, Inc.",generic cisco,"Cisco Technology, Inc.",generic @@ -261,8 +265,8 @@ citi,Citigroup Inc.,generic citic,CITIC Group Corporation,generic city,"Binky Moon, LLC",generic cityeats,"Lifestyle Domain Holdings, Inc.",generic -ck,Cook Islands,country-code -cl,Chile (Republic of),country-code +ck,Telecom Cook Islands Ltd.,country-code +cl,NIC Chile (University of Chile),country-code claims,"Binky Moon, LLC",generic cleaning,"Binky Moon, LLC",generic click,"Uniregistry, Corp.",generic @@ -272,15 +276,15 @@ clothing,"Binky Moon, LLC",generic cloud,ARUBA PEC S.p.A.,generic club,".CLUB DOMAINS, LLC",generic clubmed,Club Méditerranée S.A.,generic -cm,Cameroon (Republic of),country-code -cn,China (People's Republic of),country-code -co,Colombia (Republic of),country-code +cm,Cameroon Telecommunications (CAMTEL),country-code +cn,China Internet Network Information Center (CNNIC),country-code +co,.CO Internet S.A.S.,country-code coach,"Binky Moon, LLC",generic codes,"Binky Moon, LLC",generic coffee,"Binky Moon, LLC",generic college,XYZ.COM LLC,generic cologne,punkt.wien GmbH,generic -com,Commercial organizations,generic +com,VeriSign Global Registry Services,generic comcast,"Comcast IP Holdings I, LLC",generic commbank,COMMONWEALTH BANK OF AUSTRALIA,generic community,"Binky Moon, LLC",generic @@ -296,13 +300,14 @@ contractors,"Binky Moon, LLC",generic cooking,Top Level Domain Holdings Limited,generic cookingchannel,"Lifestyle Domain Holdings, Inc.",generic cool,"Binky Moon, LLC",generic -coop,Cooperatives,sponsored +coop,DotCooperation LLC,sponsored corsica,Collectivité Territoriale de Corse,generic country,Top Level Domain Holdings Limited,generic coupon,"Amazon Registry Services, Inc.",generic coupons,"Binky Moon, LLC",generic courses,OPEN UNIVERSITIES AUSTRALIA PTY LTD,generic -cr,Costa Rica (Republic of),country-code +cr,"National Academy of Sciences +Academia Nacional de Ciencias",country-code credit,"Binky Moon, LLC",generic creditcard,"Binky Moon, LLC",generic creditunion,"CUNA Performance Resources, LLC",generic @@ -312,15 +317,17 @@ crs,Federated Co-operatives Limited,generic cruise,Viking River Cruises (Bermuda) Ltd.,generic cruises,"Binky Moon, LLC",generic csc,"Alliance-One Services, Inc.",generic -cu,Cuba (Republic of),country-code +cu,"CENIAInternet +Industria y San Jose +Capitolio Nacional",country-code cuisinella,SALM S.A.S.,generic -cv,Cape Verde (Republic of),country-code -cw,Curaçao (Country of),country-code -cx,Christmas Island (Territory of),country-code -cy,Cyprus (Republic of),country-code +cv,Agência Nacional das Comunicações (ANAC),country-code +cw,University of Curacao,country-code +cx,Christmas Island Domain Administration Limited,country-code +cy,University of Cyprus,country-code cymru,Nominet UK,generic cyou,"Beijing Gamease Age Digital Technology Co., Ltd.",generic -cz,Czech Republic,country-code +cz,"CZ.NIC, z.s.p.o",country-code dabur,Dabur India Limited,generic dad,Charleston Road Registry Inc.,generic dance,United TLD Holdco Ltd.,generic @@ -331,7 +338,7 @@ datsun,"NISSAN MOTOR CO., LTD.",generic day,Charleston Road Registry Inc.,generic dclk,Charleston Road Registry Inc.,generic dds,Minds + Machines Group Limited,generic -de,Germany (Federal Republic of),country-code +de,DENIC eG,country-code deal,"Amazon Registry Services, Inc.",generic dealer,"Dealer Dot Com, Inc.",generic deals,"Binky Moon, LLC",generic @@ -356,11 +363,12 @@ discount,"Binky Moon, LLC",generic discover,Discover Financial Services,generic dish,Dish DBS Corporation,generic diy,"Lifestyle Domain Holdings, Inc.",generic -dj,Djibouti (Republic of),country-code -dk,Denmark (Kingdom of),country-code -dm,Dominica (Commonwealth of),country-code +dj,Djibouti Telecom S.A,country-code +dk,Dansk Internet Forum,country-code +dm,DotDM Corporation,country-code dnp,"Dai Nippon Printing Co., Ltd.",generic -do,Dominican Republic,country-code +do,"Pontificia Universidad Catolica Madre y Maestra +Recinto Santo Tomas de Aquino",country-code docs,Charleston Road Registry Inc.,generic doctor,"Binky Moon, LLC",generic dodge,FCA US LLC.,generic @@ -380,17 +388,18 @@ dupont,E. I. du Pont de Nemours and Company,generic durban,ZA Central Registry NPC trading as ZA Central Registry,generic dvag,Deutsche Vermögensberatung Aktiengesellschaft DVAG,generic dvr,Hughes Satellite Systems Corporation,generic -dz,Algeria (People's Democratic Republic of),country-code +dz,CERIST,country-code earth,"Interlink Co., Ltd.",generic eat,Charleston Road Registry Inc.,generic -ec,Ecuador (Republic of),country-code +ec,ECUADORDOMAIN S.A.,country-code eco,Big Room Inc.,generic edeka,EDEKA Verband kaufmännischer Genossenschaften e.V.,generic -edu,Educational establishments,sponsored +edu,EDUCAUSE,sponsored education,"Binky Moon, LLC",generic -ee,Estonia (Republic of),country-code -eg,Egypt (Arab Republic of),country-code -eh,Western Sahara {reserved},country-code +ee,Eesti Interneti Sihtasutus (EIS),country-code +eg,"Egyptian Universities Network (EUN) +Supreme Council of Universities",country-code +eh,Not assigned,country-code email,"Binky Moon, LLC",generic emerck,Merck KGaA,generic energy,"Binky Moon, LLC",generic @@ -400,16 +409,16 @@ enterprises,"Binky Moon, LLC",generic epost,Deutsche Post AG,generic epson,Seiko Epson Corporation,generic equipment,"Binky Moon, LLC",generic -er,Eritrea (State of),country-code +er,Eritrea Telecommunication Services Corporation (EriTel),country-code ericsson,Telefonaktiebolaget L M Ericsson,generic erni,ERNI Group Holding AG,generic -es,Spain (Kingdom of),country-code +es,Red.es,country-code esq,Charleston Road Registry Inc.,generic estate,"Binky Moon, LLC",generic esurance,Esurance Insurance Company,generic -et,Ethiopia (Federal Democratic Republic of),country-code +et,Ethio telecom,country-code etisalat,Emirates Telecommunications Corporation (trading as Etisalat),generic -eu,European Union,country-code +eu,EURid vzw/asbl,country-code eurovision,European Broadcasting Union (EBU),generic eus,Puntueus Fundazioa,generic events,"Binky Moon, LLC",generic @@ -434,7 +443,7 @@ fedex,Federal Express Corporation,generic feedback,"Top Level Spectrum, Inc.",generic ferrari,Fiat Chrysler Automobiles N.V.,generic ferrero,Ferrero Trading Lux S.A.,generic -fi,Finland (Republic of),country-code +fi,Finnish Communications Regulatory Authority,country-code fiat,Fiat Chrysler Automobiles N.V.,generic fidelity,Fidelity Brokerage Services LLC,generic fido,Rogers Communications Canada Inc.,generic @@ -449,8 +458,9 @@ fish,"Binky Moon, LLC",generic fishing,Top Level Domain Holdings Limited,generic fit,Minds + Machines Group Limited,generic fitness,"Binky Moon, LLC",generic -fj,Fiji (Republic of),country-code -fk,Falkland Islands (Malvinas),country-code +fj,"The University of the South Pacific +IT Services",country-code +fk,Falkland Islands Government,country-code flickr,Yahoo! Domain Services Inc.,generic flights,"Binky Moon, LLC",generic flir,"FLIR Systems, Inc.",generic @@ -458,8 +468,8 @@ florist,"Binky Moon, LLC",generic flowers,"Uniregistry, Corp.",generic flsmidth,Retired,generic fly,Charleston Road Registry Inc.,generic -fm,Micronesia (Federated States of),country-code -fo,Faroe Islands,country-code +fm,FSM Telecommunications Corporation,country-code +fo,FO Council,country-code foo,Charleston Road Registry Inc.,generic food,"Lifestyle Domain Holdings, Inc.",generic foodnetwork,"Lifestyle Domain Holdings, Inc.",generic @@ -470,7 +480,7 @@ forsale,"United TLD Holdco, LLC",generic forum,"Fegistry, LLC",generic foundation,"Binky Moon, LLC",generic fox,"FOX Registry, LLC",generic -fr,France (French Republic),country-code +fr,Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.),country-code free,"Amazon Registry Services, Inc.",generic fresenius,Fresenius Immobilien-Verwaltungs-GmbH,generic frl,FRLregistry B.V.,generic @@ -485,7 +495,7 @@ fund,"Binky Moon, LLC",generic furniture,"Binky Moon, LLC",generic futbol,"United TLD Holdco, Ltd.",generic fyi,"Binky Moon, LLC",generic -ga,Gabon (Gabonese Republic),country-code +ga,Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF),country-code gal,Asociación puntoGAL,generic gallery,"Binky Moon, LLC",generic gallo,"Gallo Vineyards, Inc.",generic @@ -494,36 +504,36 @@ game,"Uniregistry, Corp.",generic games,United TLD Holdco Ltd.,generic gap,"The Gap, Inc.",generic garden,Top Level Domain Holdings Limited,generic -gb,United Kingdom (United Kingdom of Great Britain and Northern Ireland),country-code +gb,Reserved Domain - IANA,country-code gbiz,Charleston Road Registry Inc.,generic -gd,Grenada,country-code +gd,The National Telecommunications Regulatory Commission (NTRC),country-code gdn,"Joint Stock Company ""Navigation-information systems""",generic -ge,Georgia,country-code +ge,Caucasus Online LLC,country-code gea,GEA Group Aktiengesellschaft,generic gent,Combell nv,generic genting,Resorts World Inc. Pte. Ltd.,generic george,"Wal-Mart Stores, Inc.",generic -gf,French Guiana,country-code -gg,Guernsey (Bailiwick of),country-code +gf,Net Plus,country-code +gg,Island Networks Ltd.,country-code ggee,"GMO Internet, Inc.",generic -gh,Ghana (Republic of),country-code -gi,Gibraltar,country-code +gh,Network Computer Systems Limited,country-code +gi,Sapphire Networks,country-code gift,"Uniregistry, Corp.",generic gifts,"Binky Moon, LLC",generic gives,United TLD Holdco Ltd.,generic giving,Giving Limited,generic -gl,Greenland,country-code +gl,TELE Greenland A/S,country-code glade,"Johnson Shareholdings, Inc.",generic glass,"Binky Moon, LLC",generic gle,Charleston Road Registry Inc.,generic global,Dot Global Domain Registry Limited,generic globo,Globo Comunicação e Participações S.A,generic -gm,Gambia (Republic of The),country-code +gm,GM-NIC,country-code gmail,Charleston Road Registry Inc.,generic gmbh,"Binky Moon, LLC",generic gmo,"GMO Internet, Inc.",generic gmx,1&1 Mail & Media GmbH,generic -gn,Guinea (Republic of),country-code +gn,Centre National des Sciences Halieutiques de Boussoura,country-code godaddy,"Go Daddy East, LLC",generic gold,"Binky Moon, LLC",generic goldpoint,"YODOBASHI CAMERA CO.,LTD.",generic @@ -535,10 +545,11 @@ goog,Charleston Road Registry Inc.,generic google,Charleston Road Registry Inc.,generic gop,"Republican State Leadership Committee, Inc.",generic got,"Amazon Registry Services, Inc.",generic -gov,US government,sponsored -gp,Guadeloupe,country-code -gq,Equatorial Guinea (Republic of),country-code -gr,Greece (Hellenic Republic),country-code +gov,"General Services Administration +Attn: QTDC, 2E08 (.gov Domain Registration)",sponsored +gp,Networking Technologies Group,country-code +gq,GETESA,country-code +gr,ICS-FORTH GR,country-code grainger,"Grainger Registry Services, LLC",generic graphics,"Binky Moon, LLC",generic gratis,"Binky Moon, LLC",generic @@ -546,17 +557,17 @@ green,DotGreen Registry Limited,generic gripe,"Binky Moon, LLC",generic grocery,"Wal-Mart Stores, Inc.",generic group,"Binky Moon, LLC",generic -gs,South Georgia and the South Sandwich Islands,country-code -gt,Guatemala (Republic of),country-code -gu,Guam,country-code +gs,Government of South Georgia and South Sandwich Islands (GSGSSI),country-code +gt,Universidad del Valle de Guatemala,country-code +gu,University of Guam,country-code guardian,The Guardian Life Insurance Company of America,generic gucci,Guccio Gucci S.p.a.,generic guge,Charleston Road Registry Inc.,generic guide,"Binky Moon, LLC",generic guitars,"Uniregistry, Corp.",generic guru,"Binky Moon, LLC",generic -gw,Guinea-Bissau (Republic of),country-code -gy,Guyana (Co-operative Republic of),country-code +gw,Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau,country-code +gy,University of Guyana,country-code hair,L'Oreal,generic hamburg,Hamburg Top-Level-Domain GmbH,generic hangout,Charleston Road Registry Inc.,generic @@ -575,10 +586,10 @@ hiphop,"Uniregistry, Corp.",generic hisamitsu,"Hisamitsu Pharmaceutical Co.,Inc.",generic hitachi,"Hitachi, Ltd.",generic hiv,"Uniregistry, Corp.",generic -hk,Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China),country-code +hk,Hong Kong Internet Registration Corporation Ltd.,country-code hkt,PCCW-HKT DataCom Services Limited,generic -hm,Heard Island and McDonald Islands,country-code -hn,Honduras (Republic of),country-code +hm,HM Domain Registry,country-code +hn,Red de Desarrollo Sostenible Honduras,country-code hockey,"Binky Moon, LLC",generic holdings,"Binky Moon, LLC",generic holiday,"Binky Moon, LLC",generic @@ -598,11 +609,11 @@ hotels,Booking.com B.V.,generic hotmail,Microsoft Corporation,generic house,"Binky Moon, LLC",generic how,Charleston Road Registry Inc.,generic -hr,Croatia (Republic of),country-code +hr,CARNet - Croatian Academic and Research Network,country-code hsbc,HSBC Global Services (UK) Limited,generic -ht,Haiti (Republic of),country-code +ht,Consortium FDS/RDDH,country-code htc,Not assigned,generic -hu,Hungary,country-code +hu,Council of Hungarian Internet Providers (CHIP),country-code hughes,Hughes Satellite Systems Corporation,generic hyatt,"Hyatt GTLD, L.L.C.",generic hyundai,Hyundai Motor Company,generic @@ -610,43 +621,46 @@ ibm,International Business Machines Corporation,generic icbc,Industrial and Commercial Bank of China Limited,generic ice,"IntercontinentalExchange, Inc.",generic icu,Shortdot SA,generic -id,Indonesia (Republic of),country-code -ie,Ireland (Republic of),country-code +id,Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI),country-code +ie,"University College Dublin +Computing Services +Computer Centre",country-code ieee,IEEE Global LLC,generic ifm,ifm electronic gmbh,generic iinet,Retired,generic ikano,Ikano S.A.,generic -il,Israel (State of),country-code -im,Isle of Man,country-code +il,Internet Society of Israel,country-code +im,Isle of Man Government,country-code imamat,Fondation Aga Khan (Aga Khan Foundation),generic imdb,"Amazon Registry Services, Inc.",generic immo,"Binky Moon, LLC",generic immobilien,United TLD Holdco Ltd.,generic -in,India (Republic of),country-code +in,National Internet Exchange of India,country-code industries,"Binky Moon, LLC",generic infiniti,"NISSAN MOTOR CO., LTD.",generic -info,Informational sites,generic +info,Afilias Limited,generic ing,Charleston Road Registry Inc.,generic ink,"Top Level Design, LLC",generic institute,"Binky Moon, LLC",generic insurance,fTLD Registry Services LLC,generic insure,"Binky Moon, LLC",generic -int,International treaty-based organizations,sponsored +int,Internet Assigned Numbers Authority,sponsored intel,Intel Corporation,generic international,"Binky Moon, LLC",generic intuit,"Intuit Administrative Services, Inc.",generic investments,"Binky Moon, LLC",generic -io,British Indian Ocean Territory,country-code +io,"IO Top Level Domain Registry +Cable and Wireless",country-code ipiranga,Ipiranga Produtos de Petroleo S.A.,generic -iq,Iraq (Republic of),country-code -ir,Iran (Islamic Republic of),country-code +iq,Communications and Media Commission (CMC),country-code +ir,Institute for Research in Fundamental Sciences,country-code irish,"Binky Moon, LLC",generic -is,Iceland,country-code +is,ISNIC - Internet Iceland ltd.,country-code iselect,iSelect Ltd,generic ismaili,Fondation Aga Khan (Aga Khan Foundation),generic ist,Istanbul Metropolitan Municipality,generic istanbul,Istanbul Metropolitan Municipality,generic -it,Italy (Italian Republic),country-code +it,IIT - CNR,country-code itau,Itau Unibanco Holding S.A.,generic itv,ITV Services Limited,generic iveco,CNH Industrial N.V.,generic @@ -655,59 +669,59 @@ jaguar,Jaguar Land Rover Ltd,generic java,Oracle Corporation,generic jcb,"JCB Co., Ltd.",generic jcp,"JCP Media, Inc.",generic -je,Jersey (Bailiwick of),country-code +je,Island Networks (Jersey) Ltd.,country-code jeep,FCA US LLC.,generic jetzt,"Binky Moon, LLC",generic jewelry,"Binky Moon, LLC",generic jio,"Affinity Names, Inc.",generic jlc,Richemont DNS Inc.,generic jll,Jones Lang LaSalle Incorporated,generic -jm,Jamaica (Commonwealth of),country-code +jm,University of West Indies,country-code jmp,Matrix IP LLC,generic jnj,"Johnson & Johnson Services, Inc.",generic -jo,Jordan (Hashemite Kingdom of),country-code -jobs,Employment-related sites,sponsored +jo,National Information Technology Center (NITC),country-code +jobs,Employ Media LLC,sponsored joburg,ZA Central Registry NPC trading as ZA Central Registry,generic jot,"Amazon Registry Services, Inc.",generic joy,"Amazon Registry Services, Inc.",generic -jp,Japan,country-code +jp,"Japan Registry Services Co., Ltd.",country-code jpmorgan,"JPMorgan Chase Bank, National Association",generic jprs,"Japan Registry Services Co., Ltd.",generic juegos,"Uniregistry, Corp.",generic juniper,"JUNIPER NETWORKS, INC.",generic kaufen,United TLD Holdco Ltd.,generic kddi,KDDI CORPORATION,generic -ke,Kenya (Republic of),country-code +ke,Kenya Network Information Center (KeNIC),country-code kerryhotels,Kerry Trading Co. Limited,generic kerrylogistics,Kerry Trading Co. Limited,generic kerryproperties,Kerry Trading Co. Limited,generic kfh,Kuwait Finance House,generic -kg,Kyrgyzstan (Kyrgyz Republic),country-code -kh,Cambodia (Kingdom of),country-code -ki,Kiribati (Republic of),country-code +kg,AsiaInfo Telecommunication Enterprise,country-code +kh,Telecommunication Regulator of Cambodia (TRC),country-code +ki,"Ministry of Communications, Transport, and Tourism Development",country-code kia,KIA MOTORS CORPORATION,generic kim,Afilias plc,generic kinder,Ferrero Trading Lux S.A.,generic kindle,"Amazon Registry Services, Inc.",generic kitchen,"Binky Moon, LLC",generic kiwi,DOT KIWI LIMITED,generic -km,Comoros (Union of the),country-code -kn,Saint Kitts and Nevis (Federation of),country-code +km,Comores Telecom,country-code +kn,"Ministry of Finance, Sustainable Development Information & Technology",country-code koeln,punkt.wien GmbH,generic komatsu,Komatsu Ltd.,generic kosher,Kosher Marketing Assets LLC,generic -kp,Korea (Democratic People's Republic of) [North Korea],country-code +kp,Star Joint Venture Company,country-code kpmg,KPMG International Cooperative (KPMG International Genossenschaft),generic kpn,Koninklijke KPN N.V.,generic -kr,Korea (Republic of) [South Korea],country-code +kr,Korea Internet & Security Agency (KISA),country-code krd,KRG Department of Information Technology,generic kred,KredTLD Pty Ltd,generic kuokgroup,Kerry Trading Co. Limited,generic -kw,Kuwait (State of Kuwait),country-code -ky,Cayman Islands,country-code +kw,Communications and Information Technology Regulatory Authority,country-code +ky,Utility Regulation and Competition Office (OfReg),country-code kyoto,Academic Institution: Kyoto Jyoho Gakuen,generic -kz,Kazakhstan (Republic of),country-code -la,Laos (Lao People's Democratic Republic),country-code +kz,Association of IT Companies of Kazakhstan,country-code +la,"Lao National Internet Committee (LANIC), Ministry of Posts and Telecommunications",country-code lacaixa,CAIXA D'ESTALVIS I PENSIONS DE BARCELONA,generic ladbrokes,LADBROKES INTERNATIONAL PLC,generic lamborghini,Automobili Lamborghini S.p.A.,generic @@ -724,8 +738,9 @@ latino,Dish DBS Corporation,generic latrobe,La Trobe University,generic law,Minds + Machines Group Limited,generic lawyer,"United TLD Holdco, Ltd",generic -lb,Lebanon (Lebanese Republic),country-code -lc,Saint Lucia,country-code +lb,"American University of Beirut +Computing and Networking Services",country-code +lc,University of Puerto Rico,country-code lds,"IRI Domain Management, LLC",generic lease,"Binky Moon, LLC",generic leclerc,A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc,generic @@ -734,7 +749,7 @@ legal,"Binky Moon, LLC",generic lego,LEGO Juris A/S,generic lexus,TOYOTA MOTOR CORPORATION,generic lgbt,Afilias plc,generic -li,Liechtenstein (Principality of),country-code +li,SWITCH The Swiss Education & Research Network,country-code liaison,"Liaison Technologies, Incorporated",generic lidl,Schwarz Domains und Services GmbH & Co. KG,generic life,"Binky Moon, LLC",generic @@ -752,7 +767,8 @@ lipsy,Lipsy Ltd,generic live,United TLD Holdco Ltd.,generic living,"Lifestyle Domain Holdings, Inc.",generic lixil,LIXIL Group Corporation,generic -lk,Sri Lanka (Democratic Socialist Republic of),country-code +lk,"Council for Information Technology +LK Domain Registrar",country-code llc,Afilias plc,generic loan,dot Loan Limited,generic loans,"Binky Moon, LLC",generic @@ -766,19 +782,21 @@ lotto,Afilias plc,generic love,Merchant Law Group LLP,generic lpl,"LPL Holdings, Inc.",generic lplfinancial,"LPL Holdings, Inc.",generic -lr,Liberia (Republic of),country-code -ls,Lesotho (Kingdom of),country-code -lt,Lithuania (Republic of),country-code +lr,"Data Technology Solutions, Inc.",country-code +ls,National University of Lesotho,country-code +lt,Kaunas University of Technology,country-code ltd,"Binky Moon, LLC",generic ltda,InterNetX Corp.,generic -lu,Luxembourg (Grand Duchy of),country-code +lu,RESTENA,country-code lundbeck,H. Lundbeck A/S,generic lupin,LUPIN LIMITED,generic luxe,Top Level Domain Holdings Limited,generic luxury,Luxury Partners LLC,generic -lv,Latvia (Republic of),country-code -ly,Libya,country-code -ma,Morocco,country-code +lv,"University of Latvia +Institute of Mathematics and Computer Science +Department of Network Solutions (DNS)",country-code +ly,General Post and Telecommunication Company,country-code +ma,Agence Nationale de Réglementation des Télécommunications (ANRT),country-code macys,"Macys, Inc.",generic madrid,Comunidad de Madrid,generic maif,Mutuelle Assurance Instituteur France (MAIF),generic @@ -796,12 +814,13 @@ marshalls,"The TJX Companies, Inc.",generic maserati,Fiat Chrysler Automobiles N.V.,generic mattel,"Mattel Sites, Inc.",generic mba,"Binky Moon, LLC",generic -mc,Monaco (Principality of),country-code +mc,"Gouvernement de Monaco +Direction des Communications Electroniques",country-code mcd,Not assigned,generic mcdonalds,Not assigned,generic mckinsey,"McKinsey Holdings, Inc.",generic -md,Moldova (Republic of),country-code -me,Montenegro,country-code +md,MoldData S.E.,country-code +me,Government of Montenegro,country-code med,Medistry LLC,generic media,"Binky Moon, LLC",generic meet,Charleston Road Registry Inc.,generic @@ -813,25 +832,25 @@ menu,"Wedding TLD2, LLC",generic meo,Not assigned,generic merckmsd,"MSD Registry Holdings, Inc.",generic metlife,"MetLife Services and Solutions, LLC",generic -mf,Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr},country-code -mg,Madagascar (Republic of),country-code -mh,Marshall Islands (Republic of the),country-code +mf,Not assigned,country-code +mg,NIC-MG (Network Information Center Madagascar),country-code +mh,Office of the Cabinet,country-code miami,Top Level Domain Holdings Limited,generic microsoft,Microsoft Corporation,generic -mil,US military,sponsored +mil,DoD Network Information Center,sponsored mini,Bayerische Motoren Werke Aktiengesellschaft,generic mint,"Intuit Administrative Services, Inc.",generic mit,Massachusetts Institute of Technology,generic mitsubishi,Mitsubishi Corporation,generic -mk,Macedonia (Republic of),country-code -ml,Mali (Republic of),country-code +mk,Macedonian Academic Research Network Skopje,country-code +ml,Agence des Technologies de l’Information et de la Communication,country-code mlb,"MLB Advanced Media DH, LLC",generic mls,The Canadian Real Estate Association,generic -mm,Myanmar (Republic of the Union of) [Burma],country-code +mm,"Ministry of Communications, Posts & Telegraphs",country-code mma,MMA IARD,generic -mn,Mongolia,country-code -mo,Macau (Macau Special Administrative Region of the People's Republic of China) [Macao],country-code -mobi,Mobile,generic +mn,"Datacom Co., Ltd.",country-code +mo,Macao Post and Telecommunications Bureau (CTT),country-code +mobi,Afilias Technologies Limited dba dotMobi,generic mobile,Dish DBS Corporation,generic mobily,GreenTech Consultancy Company W.L.L.,generic moda,United TLD Holdco Ltd.,generic @@ -851,37 +870,39 @@ motorcycles,"DERMotorcycles, LLC",generic mov,Charleston Road Registry Inc.,generic movie,"Binky Moon, LLC",generic movistar,Telefónica S.A.,generic -mp,Northern Mariana Islands (Commonwealth of the),country-code -mq,Martinique,country-code -mr,Mauritania (Islamic Republic of),country-code -ms,Montserrat,country-code +mp,"Saipan Datacom, Inc.",country-code +mq,MEDIASERV,country-code +mr,Université de Nouakchott Al Aasriya,country-code +ms,MNI Networks Ltd.,country-code msd,"MSD Registry Holdings, Inc.",generic -mt,Malta (Republic of),country-code +mt,NIC (Malta),country-code mtn,MTN Dubai Limited,generic mtpc,Retired,generic mtr,MTR Corporation Limited,generic -mu,Mauritius (Republic of),country-code -museum,Museums,sponsored +mu,Internet Direct Ltd,country-code +museum,Museum Domain Management Association,sponsored mutual,"Northwestern Mutual MU TLD Registry, LLC",generic mutuelle,Retired,generic -mv,Maldives (Republic of),country-code -mw,Malawi (Republic of),country-code -mx,Mexico (United Mexican States),country-code -my,Malaysia,country-code -mz,Mozambique (Republic of),country-code -na,Namibia (Republic of),country-code +mv,Dhiraagu Pvt. Ltd. (DHIVEHINET),country-code +mw,"Malawi Sustainable Development Network Programme +(Malawi SDNP)",country-code +mx,"NIC-Mexico +ITESM - Campus Monterrey",country-code +my,MYNIC Berhad,country-code +mz,Centro de Informatica de Universidade Eduardo Mondlane,country-code +na,Namibian Network Information Center,country-code nab,National Australia Bank Limited,generic nadex,"Nadex Domains, Inc",generic nagoya,"GMO Registry, Inc.",generic -name,Individuals,generic-restricted +name,"VeriSign Information Services, Inc.",generic-restricted nationwide,Nationwide Mutual Insurance Company,generic natura,NATURA COSMÉTICOS S.A.,generic navy,United TLD Holdco Ltd.,generic nba,"NBA REGISTRY, LLC",generic -nc,New Caledonia,country-code -ne,Niger (Republic of),country-code +nc,Office des Postes et Telecommunications,country-code +ne,SONITEL,country-code nec,NEC Corporation,generic -net,Network,generic +net,VeriSign Global Registry Services,generic netbank,COMMONWEALTH BANK OF AUSTRALIA,generic netflix,"Netflix, Inc.",generic network,"Binky Moon, LLC",generic @@ -892,34 +913,35 @@ news,United TLD Holdco Ltd.,generic next,Next plc,generic nextdirect,Next plc,generic nexus,Charleston Road Registry Inc.,generic -nf,Norfolk Island (Territory of),country-code +nf,Norfolk Island Data Services,country-code nfl,NFL Reg Ops LLC,generic -ng,Nigeria (Federal Republic of),country-code +ng,Nigeria Internet Registration Association,country-code ngo,Public Interest Registry,generic nhk,Japan Broadcasting Corporation (NHK),generic -ni,Nicaragua (Republic of),country-code +ni,"Universidad Nacional del Ingernieria +Centro de Computo",country-code nico,"DWANGO Co., Ltd.",generic nike,"NIKE, Inc.",generic nikon,NIKON CORPORATION,generic ninja,United TLD Holdco Ltd.,generic nissan,"NISSAN MOTOR CO., LTD.",generic nissay,Nippon Life Insurance Company,generic -nl,Netherlands,country-code -no,Norway (Kingdom of),country-code +nl,SIDN (Stichting Internet Domeinregistratie Nederland),country-code +no,UNINETT Norid A/S,country-code nokia,Nokia Corporation,generic northwesternmutual,"Northwestern Mutual Registry, LLC",generic norton,Symantec Corporation,generic now,"Amazon Registry Services, Inc.",generic nowruz,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.,generic nowtv,Starbucks (HK) Limited,generic -np,Nepal (Federal Democratic Republic of),country-code -nr,Nauru (Republic of),country-code +np,Mercantile Communications Pvt. Ltd.,country-code +nr,CENPAC NET,country-code nra,"NRA Holdings Company, INC.",generic nrw,Minds + Machines GmbH,generic ntt,NIPPON TELEGRAPH AND TELEPHONE CORPORATION,generic -nu,Niue,country-code +nu,The IUSN Foundation,country-code nyc,The City of New York by and through the New York City Department of Information Technology & Telecommunications,generic -nz,New Zealand,country-code +nz,InternetNZ,country-code obi,OBI Group Holding SE & Co. KGaA,generic observer,"Top Level Spectrum, Inc.",generic off,"Johnson Shareholdings, Inc.",generic @@ -929,7 +951,7 @@ olayan,Crescent Holding GmbH,generic olayangroup,Crescent Holding GmbH,generic oldnavy,"The Gap, Inc.",generic ollo,Dish DBS Corporation,generic -om,Oman (Sultanate of),country-code +om,Telecommunications Regulatory Authority (TRA),country-code omega,The Swatch Group Ltd,generic one,One.com A/S,generic ong,Public Interest Registry,generic @@ -940,7 +962,7 @@ ooo,INFIBEAM INCORPORATION LIMITED,generic open,"American Express Travel Related Services Company, Inc.",generic oracle,Oracle Corporation,generic orange,Orange Brand Services Limited,generic -org,Non-profit organizations,generic +org,Public Interest Registry (PIR),generic organic,Afilias plc,generic orientexpress,Retired,generic origins,The Estée Lauder Companies Inc.,generic @@ -948,7 +970,7 @@ osaka,"Osaka Registry Co., Ltd.",generic otsuka,"Otsuka Holdings Co., Ltd.",generic ott,Dish DBS Corporation,generic ovh,OVH SAS,generic -pa,Panama (Republic of),country-code +pa,Universidad Tecnologica de Panama,country-code page,Charleston Road Registry Inc.,generic pamperedchef,Not assigned,generic panasonic,Panasonic Corporation,generic @@ -961,12 +983,14 @@ party,Blue Sky Registry Limited,generic passagens,Travel Reservations SRL,generic pay,"Amazon Registry Services, Inc.",generic pccw,PCCW Enterprises Limited,generic -pe,Peru (Republic of),country-code +pe,Red Cientifica Peruana,country-code pet,Afilias plc,generic -pf,French Polynesia and Clipperton Island,country-code +pf,Gouvernement de la Polynésie française,country-code pfizer,Pfizer Inc.,generic -pg,Papua New Guinea (Independent State of),country-code -ph,Philippines (Republic of the),country-code +pg,"PNG DNS Administration +Vice Chancellors Office +The Papua New Guinea University of Technology",country-code +ph,PH Domain Foundation,country-code pharmacy,National Association of Boards of Pharmacy,generic phd,Charleston Road Registry Inc.,generic philips,Koninklijke Philips N.V.,generic @@ -985,27 +1009,28 @@ ping,"Ping Registry Provider, Inc.",generic pink,Afilias plc,generic pioneer,Pioneer Corporation,generic pizza,"Binky Moon, LLC",generic -pk,Pakistan (Islamic Republic of),country-code -pl,Poland (Republic of),country-code +pk,PKNIC,country-code +pl,Research and Academic Computer Network,country-code place,"Binky Moon, LLC",generic play,Charleston Road Registry Inc.,generic playstation,Sony Computer Entertainment Inc.,generic plumbing,"Binky Moon, LLC",generic plus,"Binky Moon, LLC",generic -pm,Saint Pierre and Miquelon,country-code -pn,Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands),country-code +pm,Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.),country-code +pn,Pitcairn Island Administration,country-code pnc,"PNC Domain Co., LLC",generic pohl,Deutsche Vermögensberatung Aktiengesellschaft DVAG,generic poker,Afilias plc,generic politie,Politie Nederland,generic porn,ICM Registry PN LLC,generic post,Universal Postal Union,sponsored -pr,Puerto Rico (Commonwealth of),country-code +pr,Gauss Research Laboratory Inc.,country-code pramerica,"Prudential Financial, Inc.",generic praxi,Praxi S.p.A.,generic press,DotPress Inc.,generic prime,"Amazon Registry Services, Inc.",generic -pro,Profession,generic-restricted +pro,"Registry Services Corporation +dba RegistryPro",generic-restricted prod,Charleston Road Registry Inc.,generic productions,"Binky Moon, LLC",generic prof,Charleston Road Registry Inc.,generic @@ -1016,13 +1041,15 @@ property,"Uniregistry, Corp.",generic protection,XYZ.COM LLC,generic pru,"Prudential Financial, Inc.",generic prudential,"Prudential Financial, Inc.",generic -ps,Palestine (State of),country-code -pt,Portugal (Portuguese Republic),country-code +ps,"Ministry Of Telecommunications & +Information Technology, +Government Computer Center.",country-code +pt,Associação DNS.PT,country-code pub,United TLD Holdco Ltd.,generic -pw,Palau (Republic of),country-code +pw,Micronesia Investment and Development Corporation,country-code pwc,PricewaterhouseCoopers LLP,generic -py,Paraguay (Republic of),country-code -qa,Qatar (State of),country-code +py,NIC-PY,country-code +qa,Communications Regulatory Authority,country-code qpon,"dotCOOL, Inc.",generic quebec,PointQuébec Inc,generic quest,Quest ION Limited,generic @@ -1030,7 +1057,7 @@ qvc,"QVC, Inc.",generic racing,Premier Registry Limited,generic radio,European Broadcasting Union (EBU),generic raid,"Johnson Shareholdings, Inc.",generic -re,Réunion,country-code +re,Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.),country-code read,"Amazon Registry Services, Inc.",generic realestate,dotRealEstate LLC,generic realtor,Real Estate Domains LLC,generic @@ -1063,22 +1090,22 @@ ril,Reliance Industries Limited,generic rio,Empresa Municipal de Informática SA - IPLANRIO,generic rip,United TLD Holdco Ltd.,generic rmit,Royal Melbourne Institute of Technology,generic -ro,Romania,country-code +ro,National Institute for R&D in Informatics,country-code rocher,Ferrero Trading Lux S.A.,generic rocks,"United TLD Holdco, LTD.",generic rodeo,Top Level Domain Holdings Limited,generic rogers,Rogers Communications Canada Inc.,generic room,"Amazon Registry Services, Inc.",generic -rs,Serbia (Republic of),country-code +rs,Serbian National Internet Domain Registry (RNIDS),country-code rsvp,Charleston Road Registry Inc.,generic -ru,Russia (Russian Federation),country-code +ru,Coordination Center for TLD RU,country-code rugby,World Rugby Strategic Developments Limited,generic ruhr,regiodot GmbH & Co. KG,generic run,"Binky Moon, LLC",generic -rw,Rwanda (Republic of),country-code +rw,Rwanda Information Communication and Technology Association (RICTA),country-code rwe,RWE AG,generic ryukyu,"BRregistry, Inc.",generic -sa,Saudi Arabia (Kingdom of),country-code +sa,Communications and Information Technology Commission,country-code saarland,dotSaarland GmbH,generic safe,"Amazon Registry Services, Inc.",generic safety,"Safety Registry Services, LLC.",generic @@ -1096,10 +1123,10 @@ sarl,"Binky Moon, LLC",generic sas,Research IP LLC,generic save,"Amazon Registry Services, Inc.",generic saxo,Saxo Bank A/S,generic -sb,Solomon Islands,country-code +sb,Solomon Telekom Company Limited,country-code sbi,STATE BANK OF INDIA,generic sbs,SPECIAL BROADCASTING SERVICE CORPORATION,generic -sc,Seychelles (Republic of),country-code +sc,VCS Pty Ltd,country-code sca,SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ),generic scb,"The Siam Commercial Bank Public Company Limited (""SCB"")",generic schaeffler,Schaeffler Technologies AG & Co. KG,generic @@ -1112,8 +1139,8 @@ science,dot Science Limited,generic scjohnson,"Johnson Shareholdings, Inc.",generic scor,SCOR SE,generic scot,Dot Scot Registry Limited,generic -sd,Sudan (Republic of),country-code -se,Sweden (Kingdom of),country-code +sd,Sudan Internet Society,country-code +se,The Internet Infrastructure Foundation,country-code search,Charleston Road Registry Inc.,generic seat,"SEAT, S.A. (Sociedad Unipersonal)",generic secure,"Amazon Registry Services, Inc.",generic @@ -1128,8 +1155,8 @@ sew,SEW-EURODRIVE GmbH & Co KG,generic sex,ICM Registry SX LLC,generic sexy,"Uniregistry, Corp.",generic sfr,Societe Francaise du Radiotelephone - SFR,generic -sg,Singapore (Republic of),country-code -sh,Saint Helena,country-code +sg,Singapore Network Information Centre (SGNIC) Pte Ltd,country-code +sh,Government of St. Helena,country-code shangrila,Shangri‐La International Hotel Management Limited,generic sharp,Sharp Corporation,generic shaw,Shaw Cablesystems G.P.,generic @@ -1143,25 +1170,26 @@ shouji,QIHOO 360 TECHNOLOGY CO. LTD.,generic show,"Binky Moon, LLC",generic showtime,CBS Domains Inc.,generic shriram,Shriram Capital Ltd.,generic -si,Slovenia (Republic of),country-code +si,Academic and Research Network of Slovenia (ARNES),country-code silk,"Amazon Registry Services, Inc.",generic sina,Sina Corporation,generic singles,"Binky Moon, LLC",generic site,DotSite Inc.,generic -sj,Svalbard and Jan Mayen {not in use - see also: .no},country-code -sk,Slovakia (Slovak Republic),country-code +sj,UNINETT Norid A/S,country-code +sk,"SK-NIC, a.s.",country-code ski,STARTING DOT LIMITED,generic skin,L'Oréal,generic sky,Sky International AG,generic skype,Microsoft Corporation,generic -sl,Sierra Leone (Republic of),country-code +sl,Sierratel,country-code sling,Hughes Satellite Systems Corporation,generic -sm,San Marino (Republic of),country-code +sm,Telecom Italia San Marino S.p.A.,country-code smart,"Smart Communications, Inc. (SMART)",generic smile,"Amazon Registry Services, Inc.",generic -sn,Senegal (Republic of),country-code +sn,"Universite Cheikh Anta Diop +NIC Senegal",country-code sncf,SNCF (Société Nationale des Chemins de fer Francais),generic -so,Somalia (Federal Republic of),country-code +so,Ministry of Post and Telecommunications,country-code soccer,"Binky Moon, LLC",generic social,United TLD Holdco Ltd.,generic softbank,SoftBank Group Corp.,generic @@ -1177,11 +1205,11 @@ spiegel,SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG,generic sport,Global Association of International Sports Federations (GAISF),generic spot,"Amazon Registry Services, Inc.",generic spreadbetting,DOTSPREADBETTING REGISTRY LTD,generic -sr,Suriname (Republic of),country-code +sr,Telesur,country-code srl,InterNetX Corp.,generic srt,FCA US LLC.,generic -ss,South Sudan (Republic of),country-code -st,São Tomé and Príncipe (Democratic Republic of),country-code +ss,Not assigned,country-code +st,Tecnisys,country-code stada,STADA Arzneimittel AG,generic staples,"Staples, Inc.",generic star,Star India Private Limited,generic @@ -1198,7 +1226,8 @@ stream,dot Stream Limited,generic studio,United TLD Holdco Ltd.,generic study,OPEN UNIVERSITIES AUSTRALIA PTY LTD,generic style,"Binky Moon, LLC",generic -su,Soviet Union (Union of Soviet Socialist Republics),country-code +su,"Russian Institute for Development of Public Networks +(ROSNIIROS)",country-code sucks,Vox Populi Registry Ltd.,generic supplies,"Binky Moon, LLC",generic supply,"Binky Moon, LLC",generic @@ -1206,16 +1235,17 @@ support,"Binky Moon, LLC",generic surf,Top Level Domain Holdings Limited,generic surgery,"Binky Moon, LLC",generic suzuki,SUZUKI MOTOR CORPORATION,generic -sv,El Salvador (Republic of),country-code +sv,SVNet,country-code swatch,The Swatch Group Ltd,generic swiftcover,Swiftcover Insurance Services Limited,generic swiss,Swiss Confederation,generic -sx,Sint Maarten,country-code -sy,Syria (Syrian Arab Republic),country-code +sx,SX Registry SA B.V.,country-code +sy,National Agency for Network Services (NANS),country-code sydney,"State of New South Wales, Department of Premier and Cabinet",generic symantec,Symantec Corporation,generic systems,"Binky Moon, LLC",generic -sz,Swaziland (Kingdom of),country-code +sz,"University of Swaziland +Department of Computer Science",country-code tab,Tabcorp Holdings Limited,generic taipei,Taipei City Government,generic talk,"Amazon Registry Services, Inc.",generic @@ -1226,22 +1256,22 @@ tatar,"Limited Liability Company ""Coordination Center of Regional Domain of Tat tattoo,"Uniregistry, Corp.",generic tax,"Binky Moon, LLC",generic taxi,"Binky Moon, LLC",generic -tc,Turks and Caicos Islands,country-code +tc,Melrex TC,country-code tci,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.,generic -td,Chad (Republic of),country-code +td,l'Agence de Développement des Technologies de l'Information et de la Communication (ADETIC),country-code tdk,TDK Corporation,generic team,"Binky Moon, LLC",generic tech,Dot Tech LLC,generic technology,"Binky Moon, LLC",generic -tel,Telephone,sponsored +tel,Telnames Ltd.,sponsored telecity,TelecityGroup International Limited,generic telefonica,Telefónica S.A.,generic temasek,Temasek Holdings (Private) Limited,generic tennis,"Binky Moon, LLC",generic teva,Teva Pharmaceutical Industries Limited,generic -tf,French Southern and Antarctic Lands (Territory of the),country-code -tg,Togo (Togolese Republic),country-code -th,Thailand (Kingdom of),country-code +tf,Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.),country-code +tg,Autorite de Reglementation des secteurs de Postes et de Telecommunications (ART&P),country-code +th,Thai Network Information Center Foundation,country-code thd,"Home Depot Product Authority, LLC",generic theater,"Binky Moon, LLC",generic theatre,XYZ.COM LLC,generic @@ -1252,16 +1282,18 @@ tiffany,Tiffany and Company,generic tips,"Binky Moon, LLC",generic tires,"Binky Moon, LLC",generic tirol,punkt Tirol GmbH,generic -tj,Tajikistan (Republic of),country-code +tj,Information Technology Center,country-code tjmaxx,"The TJX Companies, Inc.",generic tjx,"The TJX Companies, Inc.",generic -tk,Tokelau,country-code +tk,Telecommunication Tokelau Corporation (Teletok),country-code tkmaxx,"The TJX Companies, Inc.",generic -tl,Timor-Leste (Democratic Republic of) [East Timor],country-code -tm,Turkmenistan,country-code +tl,Autoridade Nacional de Comunicações,country-code +tm,TM Domain Registry Ltd,country-code tmall,Alibaba Group Holding Limited,generic -tn,Tunisia (Republic of),country-code -to,Tonga (Kingdom of),country-code +tn,Agence Tunisienne d'Internet,country-code +to,"Government of the Kingdom of Tonga +H.R.H. Crown Prince Tupouto'a +c/o Consulate of Tonga",country-code today,"Binky Moon, LLC",generic tokyo,"GMO Registry, Inc.",generic tools,"Binky Moon, LLC",generic @@ -1273,54 +1305,57 @@ tours,"Binky Moon, LLC",generic town,"Binky Moon, LLC",generic toyota,TOYOTA MOTOR CORPORATION,generic toys,"Binky Moon, LLC",generic -tp,Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl},country-code -tr,Turkey (Republic of),country-code +tp,Retired,country-code +tr,"Middle East Technical University +Department of Computer Engineering",country-code trade,Elite Registry Limited,generic trading,DOTTRADING REGISTRY LTD,generic training,"Binky Moon, LLC",generic -travel,Travel,sponsored +travel,"Dog Beach, LLC",sponsored travelchannel,"Lifestyle Domain Holdings, Inc.",generic travelers,"Travelers TLD, LLC",generic travelersinsurance,"Travelers TLD, LLC",generic trust,Artemis Internet Inc,generic trv,"Travelers TLD, LLC",generic -tt,Trinidad and Tobago (Republic of),country-code +tt,"University of the West Indies +Faculty of Engineering",country-code tube,Latin American Telecom LLC,generic tui,TUI AG,generic tunes,"Amazon Registry Services, Inc.",generic tushu,"Amazon Registry Services, Inc.",generic -tv,Tuvalu,country-code +tv,Ministry of Finance and Tourism,country-code tvs,T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED,generic -tw,Taiwan (Republic of China),country-code -tz,Tanzania (United Republic of),country-code -ua,Ukraine,country-code +tw,Taiwan Network Information Center (TWNIC),country-code +tz,Tanzania Network Information Centre (tzNIC),country-code +ua,Hostmaster Ltd.,country-code ubank,National Australia Bank Limited,generic ubs,UBS AG,generic uconnect,FCA US LLC.,generic -ug,Uganda (Republic of),country-code -uk,United Kingdom (United Kingdom of Great Britain and Northern Ireland),country-code -um,United States Minor Outlying Islands {formerly - retired 2010 - see also: .us},country-code +ug,Uganda Online Ltd.,country-code +uk,Nominet UK,country-code +um,Not assigned,country-code unicom,China United Network Communications Corporation Limited,generic university,"Binky Moon, LLC",generic uno,Dot Latin LLC,generic uol,UBN INTERNET LTDA.,generic ups,"UPS Market Driver, Inc.",generic -us,United States of America and United States Minor Outlying Islands,country-code -uy,Uruguay (Oriental Republic of),country-code -uz,Uzbekistan (Republic of),country-code -va,Vatican City (Vatican City State),country-code +us,"NeuStar, Inc.",country-code +uy,SeCIU - Universidad de la Republica,country-code +uz,"Computerization and Information Technologies Developing Center +UZINFOCOM",country-code +va,Holy See - Vatican City State,country-code vacations,"Binky Moon, LLC",generic vana,"Lifestyle Domain Holdings, Inc.",generic vanguard,"The Vanguard Group, Inc.",generic -vc,Saint Vincent and the Grenadines,country-code -ve,Venezuela (Bolivarian Republic of),country-code +vc,"Ministry of Telecommunications, Science, Technology and Industry",country-code +ve,Comisión Nacional de Telecomunicaciones (CONATEL),country-code vegas,"Dot Vegas, Inc.",generic ventures,"Binky Moon, LLC",generic verisign,"VeriSign, Inc.",generic versicherung,TLD-BOX Registrydienstleistungen GmbH,generic vet,"United TLD Holdco, Ltd",generic -vg,British Virgin Islands (Virgin Islands),country-code -vi,United States Virgin Islands (United States Virgin Islands),country-code +vg,Telecommunications Regulatory Commission of the Virgin Islands,country-code +vi,"Virgin Islands Public Telecommunications System, Inc.",country-code viajes,"Binky Moon, LLC",generic video,"United TLD Holdco, Ltd",generic vig,VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe,generic @@ -1336,7 +1371,7 @@ vistaprint,Vistaprint Limited,generic viva,Saudi Telecom Company,generic vivo,Telefonica Brasil S.A.,generic vlaanderen,DNS.be vzw,generic -vn,Vietnam (Socialist Republic of),country-code +vn,Ministry of Information and Communications of Socialist Republic of Viet Nam,country-code vodka,Top Level Domain Holdings Limited,generic volkswagen,Volkswagen Group of America Inc.,generic volvo,Volvo Holding Sverige Aktiebolag,generic @@ -1344,7 +1379,7 @@ vote,Monolith Registry LLC,generic voting,Valuetainment Corp.,generic voto,Monolith Registry LLC,generic voyage,"Binky Moon, LLC",generic -vu,Vanuatu (Republic of),country-code +vu,Telecom Vanuatu Limited,country-code vuelos,Travel Reservations SRL,generic wales,Nominet UK,generic walmart,"Wal-Mart Stores, Inc.",generic @@ -1363,7 +1398,7 @@ wed,Emergency Back-End Registry Operator Program - ICANN,generic wedding,Top Level Domain Holdings Limited,generic weibo,Sina Corporation,generic weir,Weir Group IP Limited,generic -wf,Wallis and Futuna (Territory of the Wallis and Futuna Islands),country-code +wf,Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.),country-code whoswho,Who's Who Registry,generic wien,punkt.wien GmbH,generic wiki,"Top Level Design, LLC",generic @@ -1379,7 +1414,7 @@ work,Top Level Domain Holdings Limited,generic works,"Binky Moon, LLC",generic world,"Binky Moon, LLC",generic wow,"Amazon Registry Services, Inc.",generic -ws,Samoa (Independent State of),country-code +ws,Government of Samoa Ministry of Foreign Affairs & Trade,country-code wtc,"World Trade Centers Association, Inc.",generic wtf,"Binky Moon, LLC",generic xbox,Microsoft Corporation,generic @@ -1551,27 +1586,27 @@ vermögensberatung,Deutsche Vermögensberatung Aktiengesellschaft DVAG,generic テスト,Internet Assigned Numbers Authority,test 政务,China Organizational Name Administration Center,generic xperia,Sony Mobile Communications AB,generic -xxx,Adult entertainment,sponsored +xxx,ICM Registry LLC,sponsored xyz,XYZ.COM LLC,generic yachts,"DERYachts, LLC",generic yahoo,Yahoo! Domain Services Inc.,generic yamaxun,"Amazon Registry Services, Inc.",generic yandex,"YANDEX, LLC",generic -ye,Yemen (Republic of),country-code +ye,TeleYemen,country-code yodobashi,"YODOBASHI CAMERA CO.,LTD.",generic yoga,Top Level Domain Holdings Limited,generic yokohama,"GMO Registry, Inc.",generic you,"Amazon Registry Services, Inc.",generic youtube,Charleston Road Registry Inc.,generic -yt,Mayotte (Department of),country-code +yt,Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.),country-code yun,QIHOO 360 TECHNOLOGY CO. LTD.,generic -za,South Africa (Republic of),country-code +za,ZA Domain Name Authority,country-code zappos,"Amazon Registry Services, Inc.",generic zara,"Industria de Diseño Textil, S.A. (INDITEX, S.A.)",generic zero,"Amazon Registry Services, Inc.",generic zip,Charleston Road Registry Inc.,generic zippo,Zadco Company,generic -zm,Zambia (Republic of),country-code +zm,Zambia Information and Communications Technology Authority (ZICTA),country-code zone,"Binky Moon, LLC",generic zuerich,Kanton Zürich (Canton of Zurich),generic -zw,Zimbabwe (Republic of),country-code +zw,Postal and Telecommunications Regulatory Authority of Zimbabwe (POTRAZ),country-code From 4b845c80c475b7f181dabd3a3a77c4023dfee3ba Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 14 Jun 2018 13:14:43 -0700 Subject: [PATCH 091/113] fixes - fix newly introduced concurrency issues due to behavior changes in an update on the "csv-parse" package --- bin/helpers/generate-js-tld-desc.js | 51 ++++++++++++++++----------- bin/helpers/generate-js-tld-info.js | 38 ++++++++++---------- bin/helpers/generate-js-tld-list.js | 38 ++++++++++---------- bin/helpers/generate-js-tld-type.js | 38 ++++++++++---------- bin/helpers/generate-json-tld-desc.js | 34 +++++++++--------- bin/helpers/generate-json-tld-info.js | 34 +++++++++--------- bin/helpers/generate-json-tld-list.js | 34 +++++++++--------- bin/helpers/generate-json-tld-type.js | 34 +++++++++--------- 8 files changed, 155 insertions(+), 146 deletions(-) diff --git a/bin/helpers/generate-js-tld-desc.js b/bin/helpers/generate-js-tld-desc.js index 6bd7166..0b8dcd9 100755 --- a/bin/helpers/generate-js-tld-desc.js +++ b/bin/helpers/generate-js-tld-desc.js @@ -12,7 +12,7 @@ const country = require('countryjs'); const parse = require('csv-parse'); const fs = require('fs-extra'); const path = require('path'); -const md5File = require('md5-file/promise'); +const md5File = require('md5-file'); const pathinfo = require('pathinfo'); const program = require('commander'); const tmp = require('tmp'); @@ -35,7 +35,6 @@ if (!program.quiet) { console.log(" Generates new JavaScript format file 'desc.js' from the 'tlds.csv' file"); console.log(""); } - (async() => { const tldDescStartTldDesc = 'module.exports = '; @@ -48,7 +47,7 @@ if (!program.quiet) { let existingMd5 = null; if (fs.existsSync(fileTldDescJs)) { - existingMd5 = await md5File(fileTldDescJs); + existingMd5 = md5File.sync(fileTldDescJs); const pathinfoTlds = pathinfo(fileTldDescJs); const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; if (!fs.existsSync(fileBackupTlds)) { @@ -61,9 +60,9 @@ if (!program.quiet) { let parser = parse({ delimiter: ',' }); let tldDesc = {}; - + let i; parser.on('readable', function() { - let i = 0; + if (!i) i=0; let row, domain, desc; while (row = parser.read()) { if (!row.length) { @@ -75,37 +74,47 @@ if (!program.quiet) { process.exit(1); } domain=row[0]; + if (!domain) { + console.error(meName + ": (FATAL) invalid 'tlds.csv', empty column 1 on row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + desc=row[1]; + tldDesc[domain]=desc; + i++; } }); + parser.write(fs.readFileSync(fileTldsCsv)); - parser.end(); + parser.end(function() { + console.log("done"); - console.log("done"); + process.stdout.write("generating new 'desc.js' file..."); - process.stdout.write("generating new 'desc.js' file..."); + fs.writeFileSync(fileNewTldDescJs, tldDescStartTldDesc); - fs.writeFileSync(fileNewTldDescJs, tldDescStartTldDesc); + fs.appendFileSync(fileNewTldDescJs, JSON.stringify(tldDesc, null, 2)); + + fs.appendFileSync(fileNewTldDescJs, tldDescEndTldDesc); - fs.appendFileSync(fileNewTldDescJs, JSON.stringify(tldDesc, null, 2)); + console.log("done"); - fs.appendFileSync(fileNewTldDescJs, tldDescEndTldDesc); + if (existingMd5) { + const newMd5 = md5File.sync(fileNewTldDescJs); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'desc.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldDescJs + ")"); + return; + } + } + fs.copySync(fileNewTldDescJs, fileTldDescJs); - console.log("done"); + console.log("saved new 'desc.js' file"); + }); - if (existingMd5) { - const newMd5 = await md5File(fileNewTldDescJs); - if (newMd5 == existingMd5) { - console.error(meName + ": (NOTICE) ignoring newly generated 'desc.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldDescJs + ")"); - return; - } - } - fs.copySync(fileNewTldDescJs, fileTldDescJs); - console.log("saved new 'desc.js' file"); })(); \ No newline at end of file diff --git a/bin/helpers/generate-js-tld-info.js b/bin/helpers/generate-js-tld-info.js index 45e5c78..9a2c6b6 100755 --- a/bin/helpers/generate-js-tld-info.js +++ b/bin/helpers/generate-js-tld-info.js @@ -12,7 +12,7 @@ const country = require('countryjs'); const parse = require('csv-parse'); const fs = require('fs-extra'); const path = require('path'); -const md5File = require('md5-file/promise'); +const md5File = require('md5-file'); const pathinfo = require('pathinfo'); const program = require('commander'); const tmp = require('tmp'); @@ -48,7 +48,7 @@ if (!program.quiet) { let existingMd5 = null; if (fs.existsSync(fileTldInfoJs)) { - existingMd5 = await md5File(fileTldInfoJs); + existingMd5 = md5File.sync(fileTldInfoJs); const pathinfoTlds = pathinfo(fileTldInfoJs); const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; if (!fs.existsSync(fileBackupTlds)) { @@ -92,29 +92,29 @@ if (!program.quiet) { parser.write(fs.readFileSync(fileTldsCsv)); - parser.end(); + parser.end(function() { + console.log("done"); - console.log("done"); + process.stdout.write("generating new 'info.js' file..."); - process.stdout.write("generating new 'info.js' file..."); + fs.writeFileSync(fileNewTldInfoJs, tldInfoStartTldInfo); - fs.writeFileSync(fileNewTldInfoJs, tldInfoStartTldInfo); + fs.appendFileSync(fileNewTldInfoJs, JSON.stringify(tldInfo, null, 2)); - fs.appendFileSync(fileNewTldInfoJs, JSON.stringify(tldInfo, null, 2)); + fs.appendFileSync(fileNewTldInfoJs, tldInfoEndTldInfo); - fs.appendFileSync(fileNewTldInfoJs, tldInfoEndTldInfo); + console.log("done"); - console.log("done"); + if (existingMd5) { + const newMd5 = md5File.sync(fileNewTldInfoJs); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'info.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldInfoJs + ")"); + return; + } + } + fs.copySync(fileNewTldInfoJs, fileTldInfoJs); - if (existingMd5) { - const newMd5 = await md5File(fileNewTldInfoJs); - if (newMd5 == existingMd5) { - console.error(meName + ": (NOTICE) ignoring newly generated 'info.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldInfoJs + ")"); - return; - } - } - fs.copySync(fileNewTldInfoJs, fileTldInfoJs); - - console.log("saved new 'info.js' file"); + console.log("saved new 'info.js' file"); + }); })(); \ No newline at end of file diff --git a/bin/helpers/generate-js-tld-list.js b/bin/helpers/generate-js-tld-list.js index b56a6d3..ff314d2 100755 --- a/bin/helpers/generate-js-tld-list.js +++ b/bin/helpers/generate-js-tld-list.js @@ -12,7 +12,7 @@ const country = require('countryjs'); const parse = require('csv-parse'); const fs = require('fs-extra'); const path = require('path'); -const md5File = require('md5-file/promise'); +const md5File = require('md5-file'); const pathinfo = require('pathinfo'); const program = require('commander'); const tmp = require('tmp'); @@ -46,7 +46,7 @@ if (!program.quiet) { let existingMd5 = null; if (fs.existsSync(fileTldListJs)) { - existingMd5 = await md5File(fileTldListJs); + existingMd5 = md5File.sync(fileTldListJs); const pathinfoTlds = pathinfo(fileTldListJs); const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; if (!fs.existsSync(fileBackupTlds)) { @@ -75,29 +75,29 @@ if (!program.quiet) { parser.write(fs.readFileSync(fileTldsCsv)); - parser.end(); + parser.end(function() { + console.log("done"); - console.log("done"); + process.stdout.write("generating new 'list.js' file..."); - process.stdout.write("generating new 'list.js' file..."); + fs.writeFileSync(fileNewTldListJs, tldEnumStartTldList); - fs.writeFileSync(fileNewTldListJs, tldEnumStartTldList); + fs.appendFileSync(fileNewTldListJs, JSON.stringify(tldEnum, null, 2)); - fs.appendFileSync(fileNewTldListJs, JSON.stringify(tldEnum, null, 2)); + fs.appendFileSync(fileNewTldListJs, tldEnumEndTldList); - fs.appendFileSync(fileNewTldListJs, tldEnumEndTldList); + console.log("done"); - console.log("done"); + if (existingMd5) { + const newMd5 = md5File.sync(fileNewTldListJs); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'list.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldListJs + ")"); + return; + } + } + fs.copySync(fileNewTldListJs, fileTldListJs); - if (existingMd5) { - const newMd5 = await md5File(fileNewTldListJs); - if (newMd5 == existingMd5) { - console.error(meName + ": (NOTICE) ignoring newly generated 'list.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldListJs + ")"); - return; - } - } - fs.copySync(fileNewTldListJs, fileTldListJs); - - console.log("saved new 'list.js' file"); + console.log("saved new 'list.js' file"); + }); })(); \ No newline at end of file diff --git a/bin/helpers/generate-js-tld-type.js b/bin/helpers/generate-js-tld-type.js index 4cf3788..8a8f8c5 100755 --- a/bin/helpers/generate-js-tld-type.js +++ b/bin/helpers/generate-js-tld-type.js @@ -12,7 +12,7 @@ const country = require('countryjs'); const parse = require('csv-parse'); const fs = require('fs-extra'); const path = require('path'); -const md5File = require('md5-file/promise'); +const md5File = require('md5-file'); const pathinfo = require('pathinfo'); const program = require('commander'); const tmp = require('tmp'); @@ -48,7 +48,7 @@ if (!program.quiet) { let existingMd5 = null; if (fs.existsSync(fileTldTypeJs)) { - existingMd5 = await md5File(fileTldTypeJs); + existingMd5 = md5File.sync(fileTldTypeJs); const pathinfoTlds = pathinfo(fileTldTypeJs); const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; if (!fs.existsSync(fileBackupTlds)) { @@ -83,29 +83,29 @@ if (!program.quiet) { parser.write(fs.readFileSync(fileTldsCsv)); - parser.end(); + parser.end(function() { + console.log("done"); - console.log("done"); + process.stdout.write("generating new 'type.js' file..."); - process.stdout.write("generating new 'type.js' file..."); + fs.writeFileSync(fileNewTldTypeJs, tldTypeStartTldType); - fs.writeFileSync(fileNewTldTypeJs, tldTypeStartTldType); + fs.appendFileSync(fileNewTldTypeJs, JSON.stringify(tldType, null, 2)); - fs.appendFileSync(fileNewTldTypeJs, JSON.stringify(tldType, null, 2)); + fs.appendFileSync(fileNewTldTypeJs, tldTypeEndTldType); - fs.appendFileSync(fileNewTldTypeJs, tldTypeEndTldType); + console.log("done"); - console.log("done"); + if (existingMd5) { + const newMd5 = md5File.sync(fileNewTldTypeJs); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'type.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldTypeJs + ")"); + return; + } + } + fs.copySync(fileNewTldTypeJs, fileTldTypeJs); - if (existingMd5) { - const newMd5 = await md5File(fileNewTldTypeJs); - if (newMd5 == existingMd5) { - console.error(meName + ": (NOTICE) ignoring newly generated 'type.js' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldTypeJs + ")"); - return; - } - } - fs.copySync(fileNewTldTypeJs, fileTldTypeJs); - - console.log("saved new 'type.js' file"); + console.log("saved new 'type.js' file"); + }); })(); \ No newline at end of file diff --git a/bin/helpers/generate-json-tld-desc.js b/bin/helpers/generate-json-tld-desc.js index ab104ed..0f33820 100755 --- a/bin/helpers/generate-json-tld-desc.js +++ b/bin/helpers/generate-json-tld-desc.js @@ -12,7 +12,7 @@ const country = require('countryjs'); const parse = require('csv-parse'); const fs = require('fs-extra'); const path = require('path'); -const md5File = require('md5-file/promise'); +const md5File = require('md5-file'); const pathinfo = require('pathinfo'); const program = require('commander'); const tmp = require('tmp'); @@ -45,7 +45,7 @@ if (!program.quiet) { let existingMd5 = null; if (fs.existsSync(fileTldDescJs)) { - existingMd5 = await md5File(fileTldDescJs); + existingMd5 = md5File.sync(fileTldDescJs); const pathinfoTlds = pathinfo(fileTldDescJs); const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; if (!fs.existsSync(fileBackupTlds)) { @@ -80,25 +80,25 @@ if (!program.quiet) { parser.write(fs.readFileSync(fileTldsCsv)); - parser.end(); + parser.end(function() { + console.log("done"); - console.log("done"); + process.stdout.write("generating new 'tld-desc.json' file..."); - process.stdout.write("generating new 'tld-desc.json' file..."); + fs.appendFileSync(fileNewTldDescJson, JSON.stringify(tldDesc, null, 2)); - fs.appendFileSync(fileNewTldDescJson, JSON.stringify(tldDesc, null, 2)); + console.log("done"); - console.log("done"); + if (existingMd5) { + const newMd5 = md5File.sync(fileNewTldDescJson); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'tld-desc.json' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldDescJs + ")"); + return; + } + } + fs.copySync(fileNewTldDescJson, fileTldDescJs); - if (existingMd5) { - const newMd5 = await md5File(fileNewTldDescJson); - if (newMd5 == existingMd5) { - console.error(meName + ": (NOTICE) ignoring newly generated 'tld-desc.json' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldDescJs + ")"); - return; - } - } - fs.copySync(fileNewTldDescJson, fileTldDescJs); - - console.log("saved new 'tld-desc.json' file"); + console.log("saved new 'tld-desc.json' file"); + }); })(); \ No newline at end of file diff --git a/bin/helpers/generate-json-tld-info.js b/bin/helpers/generate-json-tld-info.js index 280edf1..c9d9d1f 100755 --- a/bin/helpers/generate-json-tld-info.js +++ b/bin/helpers/generate-json-tld-info.js @@ -12,7 +12,7 @@ const country = require('countryjs'); const parse = require('csv-parse'); const fs = require('fs-extra'); const path = require('path'); -const md5File = require('md5-file/promise'); +const md5File = require('md5-file'); const pathinfo = require('pathinfo'); const program = require('commander'); const tmp = require('tmp'); @@ -45,7 +45,7 @@ if (!program.quiet) { let existingMd5 = null; if (fs.existsSync(fileTldInfoJs)) { - existingMd5 = await md5File(fileTldInfoJs); + existingMd5 = md5File.sync(fileTldInfoJs); const pathinfoTlds = pathinfo(fileTldInfoJs); const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; if (!fs.existsSync(fileBackupTlds)) { @@ -89,25 +89,25 @@ if (!program.quiet) { parser.write(fs.readFileSync(fileTldsCsv)); - parser.end(); + parser.end(function() { + console.log("done"); - console.log("done"); + process.stdout.write("generating new 'tld-info.json' file..."); - process.stdout.write("generating new 'tld-info.json' file..."); + fs.appendFileSync(fileNewTldInfoJs, JSON.stringify(tldInfo, null, 2)); - fs.appendFileSync(fileNewTldInfoJs, JSON.stringify(tldInfo, null, 2)); + console.log("done"); - console.log("done"); + if (existingMd5) { + const newMd5 = md5File.sync(fileNewTldInfoJs); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'tld-info.json' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldInfoJs + ")"); + return; + } + } + fs.copySync(fileNewTldInfoJs, fileTldInfoJs); - if (existingMd5) { - const newMd5 = await md5File(fileNewTldInfoJs); - if (newMd5 == existingMd5) { - console.error(meName + ": (NOTICE) ignoring newly generated 'tld-info.json' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldInfoJs + ")"); - return; - } - } - fs.copySync(fileNewTldInfoJs, fileTldInfoJs); - - console.log("saved new 'tld-info.json' file"); + console.log("saved new 'tld-info.json' file"); + }); })(); \ No newline at end of file diff --git a/bin/helpers/generate-json-tld-list.js b/bin/helpers/generate-json-tld-list.js index 63ecb7e..9b196f1 100755 --- a/bin/helpers/generate-json-tld-list.js +++ b/bin/helpers/generate-json-tld-list.js @@ -12,7 +12,7 @@ const country = require('countryjs'); const parse = require('csv-parse'); const fs = require('fs-extra'); const path = require('path'); -const md5File = require('md5-file/promise'); +const md5File = require('md5-file'); const pathinfo = require('pathinfo'); const program = require('commander'); const tmp = require('tmp'); @@ -45,7 +45,7 @@ if (!program.quiet) { let existingMd5 = null; if (fs.existsSync(fileTldListJson)) { - existingMd5 = await md5File(fileTldListJson); + existingMd5 = md5File.sync(fileTldListJson); const pathinfoTlds = pathinfo(fileTldListJson); const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.json'; if (!fs.existsSync(fileBackupTlds)) { @@ -74,24 +74,24 @@ if (!program.quiet) { parser.write(fs.readFileSync(fileTldsCsv)); - parser.end(); + parser.end(function() { + console.log("done"); - console.log("done"); + process.stdout.write("generating new 'tld-list.json' file..."); - process.stdout.write("generating new 'tld-list.json' file..."); + fs.writeFileSync(fileNewTldListJson, JSON.stringify(tldEnum, null, 2)); - fs.writeFileSync(fileNewTldListJson, JSON.stringify(tldEnum, null, 2)); + console.log("done"); - console.log("done"); - - if (existingMd5) { - const newMd5 = await md5File(fileNewTldListJson); - if (newMd5 == existingMd5) { - console.error(meName + ": (NOTICE) ignoring newly generated 'tld-list.json' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldListJson + ")"); - return; - } - } - fs.copySync(fileNewTldListJson, fileTldListJson); - console.log("saved new 'tld-list.json' file"); + if (existingMd5) { + const newMd5 = md5File.sync(fileNewTldListJson); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'tld-list.json' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldListJson + ")"); + return; + } + } + fs.copySync(fileNewTldListJson, fileTldListJson); + console.log("saved new 'tld-list.json' file"); + }); })(); \ No newline at end of file diff --git a/bin/helpers/generate-json-tld-type.js b/bin/helpers/generate-json-tld-type.js index 573a597..d4bc780 100755 --- a/bin/helpers/generate-json-tld-type.js +++ b/bin/helpers/generate-json-tld-type.js @@ -12,7 +12,7 @@ const country = require('countryjs'); const parse = require('csv-parse'); const fs = require('fs-extra'); const path = require('path'); -const md5File = require('md5-file/promise'); +const md5File = require('md5-file'); const pathinfo = require('pathinfo'); const program = require('commander'); const tmp = require('tmp'); @@ -45,7 +45,7 @@ if (!program.quiet) { let existingMd5 = null; if (fs.existsSync(fileTldTypeJs)) { - existingMd5 = await md5File(fileTldTypeJs); + existingMd5 = md5File.sync(fileTldTypeJs); const pathinfoTlds = pathinfo(fileTldTypeJs); const fileBackupTlds = pathinfoTlds.dirname + pathinfoTlds.sep + pathinfoTlds.basename + '-' + existingMd5 + '-backup.js'; if (!fs.existsSync(fileBackupTlds)) { @@ -80,25 +80,25 @@ if (!program.quiet) { parser.write(fs.readFileSync(fileTldsCsv)); - parser.end(); + parser.end(function() { + console.log("done"); - console.log("done"); + process.stdout.write("generating new 'tld-type.json' file..."); - process.stdout.write("generating new 'tld-type.json' file..."); + fs.appendFileSync(fileNewTldTypeJson, JSON.stringify(tldType, null, 2)); - fs.appendFileSync(fileNewTldTypeJson, JSON.stringify(tldType, null, 2)); + console.log("done"); - console.log("done"); + if (existingMd5) { + const newMd5 = md5File.sync(fileNewTldTypeJson); + if (newMd5 == existingMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'tld-type.json' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldTypeJs + ")"); + return; + } + } + fs.copySync(fileNewTldTypeJson, fileTldTypeJs); - if (existingMd5) { - const newMd5 = await md5File(fileNewTldTypeJson); - if (newMd5 == existingMd5) { - console.error(meName + ": (NOTICE) ignoring newly generated 'tld-type.json' file that is identical to the existing file (md5: " + existingMd5 + ", path: " + fileTldTypeJs + ")"); - return; - } - } - fs.copySync(fileNewTldTypeJson, fileTldTypeJs); - - console.log("saved new 'tld-type.json' file"); + console.log("saved new 'tld-type.json' file"); + }); })(); \ No newline at end of file From 345977fa80f11c01df1aef7a404cc805ffaaae76 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 14 Jun 2018 13:15:24 -0700 Subject: [PATCH 092/113] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d0d426c..c06610a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "2.0.1", + "version": "2.0.2", "description": "Lists of every ICANN TLD in multiple formats", "main": "formats/js/tld-enum", "repository": { From 8cfd3dc8b8e605fc1cb2ba7d5bbf6abf19226c5f Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 14 Jun 2018 13:16:34 -0700 Subject: [PATCH 093/113] critical fix - critical updates to format files due to bug in helper (and lack of unit testing) --- formats/js/tld-enum/desc.js | 1580 ++++++- formats/js/tld-enum/info.js | 7888 ++++++++++++++++++++++++++++++++++- formats/js/tld-enum/list.js | 1580 ++++++- formats/js/tld-enum/type.js | 1580 ++++++- formats/json/tld-desc.json | 1580 ++++++- formats/json/tld-info.json | 7888 ++++++++++++++++++++++++++++++++++- formats/json/tld-list.json | 1580 ++++++- formats/json/tld-type.json | 1580 ++++++- 8 files changed, 25248 insertions(+), 8 deletions(-) diff --git a/formats/js/tld-enum/desc.js b/formats/js/tld-enum/desc.js index a099545..3af8ba7 100644 --- a/formats/js/tld-enum/desc.js +++ b/formats/js/tld-enum/desc.js @@ -1 +1,1579 @@ -module.exports = {}; \ No newline at end of file +module.exports = { + "aaa": "American Automobile Association, Inc.", + "aarp": "AARP", + "abarth": "Fiat Chrysler Automobiles N.V.", + "abb": "ABB Ltd", + "abbott": "Abbott Laboratories, Inc.", + "abbvie": "AbbVie Inc.", + "abc": "Disney Enterprises, Inc.", + "able": "Able Inc.", + "abogado": "Top Level Domain Holdings Limited", + "abudhabi": "Abu Dhabi Systems and Information Centre", + "ac": "Network Information Center (AC Domain Registry)\nc/o Cable and Wireless (Ascension Island)", + "academy": "Binky Moon, LLC", + "accenture": "Accenture plc", + "accountant": "dot Accountant Limited", + "accountants": "Binky Moon, LLC", + "aco": "ACO Severin Ahlmann GmbH & Co. KG", + "active": "Active Network, LLC", + "actor": "United TLD Holdco Ltd.", + "ad": "Andorra Telecom", + "adac": "Allgemeiner Deutscher Automobil-Club e.V. (ADAC)", + "ads": "Charleston Road Registry Inc.", + "adult": "ICM Registry AD LLC", + "ae": "Telecommunication Regulatory Authority (TRA)", + "aeg": "Aktiebolaget Electrolux", + "aero": "Societe Internationale de Telecommunications Aeronautique (SITA INC USA)", + "aetna": "Aetna Life Insurance Company", + "af": "Ministry of Communications and IT", + "afamilycompany": "Johnson Shareholdings, Inc.", + "afl": "Australian Football League", + "africa": "ZA Central Registry NPC trading as Registry.Africa", + "ag": "UHSA School of Medicine", + "agakhan": "Fondation Aga Khan (Aga Khan Foundation)", + "agency": "Binky Moon, LLC", + "ai": "Government of Anguilla", + "aig": "American International Group, Inc.", + "aigo": "aigo Digital Technology Co,Ltd.", + "airbus": "Airbus S.A.S.", + "airforce": "United TLD Holdco Ltd.", + "airtel": "Bharti Airtel Limited", + "akdn": "Fondation Aga Khan (Aga Khan Foundation)", + "al": "Electronic and Postal Communications Authority - AKEP", + "alfaromeo": "Fiat Chrysler Automobiles N.V.", + "alibaba": "Alibaba Group Holding Limited", + "alipay": "Alibaba Group Holding Limited", + "allfinanz": "Allfinanz Deutsche Vermögensberatung Aktiengesellschaft", + "allstate": "Allstate Fire and Casualty Insurance Company", + "ally": "Ally Financial Inc.", + "alsace": "REGION GRAND EST", + "alstom": "ALSTOM", + "am": "\"Internet Society\" Non-governmental Organization", + "americanexpress": "American Express Travel Related Services Company, Inc.", + "americanfamily": "AmFam, Inc.", + "amex": "American Express Travel Related Services Company, Inc.", + "amfam": "AmFam, Inc.", + "amica": "Amica Mutual Insurance Company", + "amsterdam": "Gemeente Amsterdam", + "an": "Retired", + "analytics": "Campus IP LLC", + "android": "Charleston Road Registry Inc.", + "anquan": "QIHOO 360 TECHNOLOGY CO. LTD.", + "anz": "Australia and New Zealand Banking Group Limited", + "ao": "Faculdade de Engenharia da Universidade Agostinho Neto", + "aol": "OATH Inc.", + "apartments": "Binky Moon, LLC", + "app": "Charleston Road Registry Inc.", + "apple": "Apple Inc.", + "aq": "Antarctica Network Information Centre Limited", + "aquarelle": "Aquarelle.com", + "ar": "Presidencia de la Nación – Secretaría Legal y Técnica", + "arab": "League of Arab States", + "aramco": "Aramco Services Company", + "archi": "STARTING DOT LIMITED", + "army": "United TLD Holdco Ltd.", + "arpa": "Internet Architecture Board (IAB)", + "art": "UK Creative Ideas Limited", + "arte": "Association Relative à la Télévision Européenne G.E.I.E.", + "as": "AS Domain Registry", + "asda": "Wal-Mart Stores, Inc.", + "asia": "DotAsia Organisation Ltd.", + "associates": "Binky Moon, LLC", + "at": "nic.at GmbH", + "athleta": "The Gap, Inc.", + "attorney": "United TLD Holdco, Ltd", + "au": ".au Domain Administration (auDA)", + "auction": "United TLD HoldCo, Ltd.", + "audi": "AUDI Aktiengesellschaft", + "audible": "Amazon Registry Services, Inc.", + "audio": "Uniregistry, Corp.", + "auspost": "Australian Postal Corporation", + "author": "Amazon Registry Services, Inc.", + "auto": "Cars Registry Limited", + "autos": "DERAutos, LLC", + "avianca": "Aerovias del Continente Americano S.A. Avianca", + "aw": "SETAR", + "aws": "Amazon Registry Services, Inc.", + "ax": "Ålands landskapsregering", + "axa": "AXA SA", + "az": "IntraNS", + "azure": "Microsoft Corporation", + "ba": "Universtiy Telinformatic Centre (UTIC)", + "baby": "Johnson & Johnson Services, Inc.", + "baidu": "Baidu, Inc.", + "banamex": "Citigroup Inc.", + "bananarepublic": "The Gap, Inc.", + "band": "United TLD Holdco, Ltd", + "bank": "fTLD Registry Services, LLC", + "bar": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", + "barcelona": "Municipi de Barcelona", + "barclaycard": "Barclays Bank PLC", + "barclays": "Barclays Bank PLC", + "barefoot": "Gallo Vineyards, Inc.", + "bargains": "Binky Moon, LLC", + "baseball": "MLB Advanced Media DH, LLC", + "basketball": "Fédération Internationale de Basketball (FIBA)", + "bauhaus": "Werkhaus GmbH", + "bayern": "Bayern Connect GmbH", + "bb": "Government of Barbados\nMinistry of Economic Affairs and Development\nTelecommunications Unit", + "bbc": "British Broadcasting Corporation", + "bbt": "BB&T Corporation", + "bbva": "BANCO BILBAO VIZCAYA ARGENTARIA, S.A.", + "bcg": "The Boston Consulting Group, Inc.", + "bcn": "Municipi de Barcelona", + "bd": "Posts and Telecommunications Division", + "be": "DNS Belgium vzw/asbl", + "beats": "Beats Electronics, LLC", + "beauty": "L'Oréal", + "beer": "Top Level Domain Holdings Limited", + "bentley": "Bentley Motors Limited", + "berlin": "dotBERLIN GmbH & Co. KG", + "best": "BestTLD Pty Ltd", + "bestbuy": "BBY Solutions, Inc.", + "bet": "Afilias plc", + "bf": "ARCE-AutoritÈ de RÈgulation des Communications Electroniques", + "bg": "Register.BG", + "bh": "Telecommunications Regulatory Authority (TRA)", + "bharti": "Bharti Enterprises (Holding) Private Limited", + "bi": "Centre National de l'Informatique", + "bible": "American Bible Society", + "bid": "dot Bid Limited", + "bike": "Binky Moon, LLC", + "bing": "Microsoft Corporation", + "bingo": "Binky Moon, LLC", + "bio": "STARTING DOT LIMITED", + "biz": "Neustar, Inc.", + "bj": "Benin Telecoms S.A.", + "bl": "Not assigned", + "black": "Afilias plc", + "blackfriday": "Uniregistry, Corp.", + "blanco": "BLANCO GmbH + Co KG", + "blockbuster": "Dish DBS Corporation", + "blog": "Knock Knock WHOIS There, LLC", + "bloomberg": "Bloomberg IP Holdings LLC", + "blue": "Afilias plc", + "bm": "Registry General Department, Ministry of Home Affairs", + "bms": "Bristol-Myers Squibb Company", + "bmw": "Bayerische Motoren Werke Aktiengesellschaft", + "bn": "Authority for Info-communications Technology Industry of Brunei Darussalam (AITI)", + "bnl": "Banca Nazionale del Lavoro", + "bnpparibas": "BNP Paribas", + "bo": "Agencia para el Desarrollo de la Información de la Sociedad en Bolivia", + "boats": "DERBoats, LLC", + "boehringer": "Boehringer Ingelheim International GmbH", + "bofa": "Bank of America Corporation", + "bom": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", + "bond": "Bond University Limited", + "boo": "Charleston Road Registry Inc.", + "book": "Amazon Registry Services, Inc.", + "booking": "Booking.com B.V.", + "boots": "Not assigned", + "bosch": "Robert Bosch GMBH", + "bostik": "Bostik SA", + "boston": "Boston TLD Management, LLC", + "bot": "Amazon Registry Services, Inc.", + "boutique": "Binky Moon, LLC", + "box": "NS1 Limited", + "bq": "Not assigned", + "br": "Comite Gestor da Internet no Brasil", + "bradesco": "Banco Bradesco S.A.", + "bridgestone": "Bridgestone Corporation", + "broadway": "Celebrate Broadway, Inc.", + "broker": "DOTBROKER REGISTRY LTD", + "brother": "Brother Industries, Ltd.", + "brussels": "DNS.be vzw", + "bs": "The College of the Bahamas", + "bt": "Ministry of Information and Communications", + "budapest": "Top Level Domain Holdings Limited", + "bugatti": "Bugatti International SA", + "build": "Plan Bee LLC", + "builders": "Binky Moon, LLC", + "business": "Binky Moon, LLC", + "buy": "Amazon Registry Services, INC", + "buzz": "DOTSTRATEGY CO.", + "bv": "UNINETT Norid A/S", + "bw": "Botswana Communications Regulatory Authority (BOCRA)", + "by": "Reliable Software, Ltd.", + "bz": "University of Belize", + "bzh": "Association www.bzh", + "ca": "Canadian Internet Registration Authority (CIRA) Autorité Canadienne pour les enregistrements Internet (ACEI)", + "cab": "Binky Moon, LLC", + "cafe": "Binky Moon, LLC", + "cal": "Charleston Road Registry Inc.", + "call": "Amazon Registry Services, Inc.", + "calvinklein": "PVH gTLD Holdings LLC", + "cam": "AC Webconnecting Holding B.V.", + "camera": "Binky Moon, LLC", + "camp": "Binky Moon, LLC", + "cancerresearch": "Australian Cancer Research Foundation", + "canon": "Canon Inc.", + "capetown": "ZA Central Registry NPC trading as ZA Central Registry", + "capital": "Binky Moon, LLC", + "capitalone": "Capital One Financial Corporation", + "car": "Cars Registry Limited", + "caravan": "Caravan International, Inc.", + "cards": "Binky Moon, LLC", + "care": "Binky Moon, LLC", + "career": "dotCareer LLC", + "careers": "Binky Moon, LLC", + "cars": "Cars Registry Limited", + "cartier": "Richemont DNS Inc.", + "casa": "Top Level Domain Holdings Limited", + "case": "CNH Industrial N.V.", + "caseih": "CNH Industrial N.V.", + "cash": "Binky Moon, LLC", + "casino": "Binky Moon, LLC", + "cat": "Fundacio puntCAT", + "catering": "Binky Moon, LLC", + "catholic": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "cba": "COMMONWEALTH BANK OF AUSTRALIA", + "cbn": "The Christian Broadcasting Network, Inc.", + "cbre": "CBRE, Inc.", + "cbs": "CBS Domains Inc.", + "cc": "eNIC Cocos (Keeling) Islands Pty.\nLtd. d/b/a Island Internet Services", + "cd": "Office Congolais des Postes et Télécommunications - OCPT", + "ceb": "The Corporate Executive Board Company", + "center": "Binky Moon, LLC", + "ceo": "CEOTLD Pty Ltd", + "cern": "European Organization for Nuclear Research (\"CERN\")", + "cf": "Societe Centrafricaine de Telecommunications (SOCATEL)", + "cfa": "CFA Institute", + "cfd": "DOTCFD REGISTRY LTD", + "cg": "ONPT Congo and Interpoint Switzerland", + "ch": "SWITCH The Swiss Education & Research Network", + "chanel": "Chanel International B.V.", + "channel": "Charleston Road Registry Inc.", + "charity": "Corn Lake, LLC", + "chase": "JPMorgan Chase Bank, National Association", + "chat": "Binky Moon, LLC", + "cheap": "Binky Moon, LLC", + "chintai": "CHINTAI Corporation", + "chloe": "Not assigned", + "christmas": "Uniregistry, Corp.", + "chrome": "Charleston Road Registry Inc.", + "chrysler": "FCA US LLC.", + "church": "Binky Moon, LLC", + "ci": "Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire (ARTCI)", + "cipriani": "Hotel Cipriani Srl", + "circle": "Amazon Registry Services, Inc.", + "cisco": "Cisco Technology, Inc.", + "citadel": "Citadel Domain LLC", + "citi": "Citigroup Inc.", + "citic": "CITIC Group Corporation", + "city": "Binky Moon, LLC", + "cityeats": "Lifestyle Domain Holdings, Inc.", + "ck": "Telecom Cook Islands Ltd.", + "cl": "NIC Chile (University of Chile)", + "claims": "Binky Moon, LLC", + "cleaning": "Binky Moon, LLC", + "click": "Uniregistry, Corp.", + "clinic": "Binky Moon, LLC", + "clinique": "The Estée Lauder Companies Inc.", + "clothing": "Binky Moon, LLC", + "cloud": "ARUBA PEC S.p.A.", + "club": ".CLUB DOMAINS, LLC", + "clubmed": "Club Méditerranée S.A.", + "cm": "Cameroon Telecommunications (CAMTEL)", + "cn": "China Internet Network Information Center (CNNIC)", + "co": ".CO Internet S.A.S.", + "coach": "Binky Moon, LLC", + "codes": "Binky Moon, LLC", + "coffee": "Binky Moon, LLC", + "college": "XYZ.COM LLC", + "cologne": "punkt.wien GmbH", + "com": "VeriSign Global Registry Services", + "comcast": "Comcast IP Holdings I, LLC", + "commbank": "COMMONWEALTH BANK OF AUSTRALIA", + "community": "Binky Moon, LLC", + "company": "Binky Moon, LLC", + "compare": "iSelect Ltd", + "computer": "Binky Moon, LLC", + "comsec": "VeriSign, Inc.", + "condos": "Binky Moon, LLC", + "construction": "Binky Moon, LLC", + "consulting": "United TLD Holdco, LTD.", + "contact": "Top Level Spectrum, Inc.", + "contractors": "Binky Moon, LLC", + "cooking": "Top Level Domain Holdings Limited", + "cookingchannel": "Lifestyle Domain Holdings, Inc.", + "cool": "Binky Moon, LLC", + "coop": "DotCooperation LLC", + "corsica": "Collectivité Territoriale de Corse", + "country": "Top Level Domain Holdings Limited", + "coupon": "Amazon Registry Services, Inc.", + "coupons": "Binky Moon, LLC", + "courses": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", + "cr": "National Academy of Sciences\nAcademia Nacional de Ciencias", + "credit": "Binky Moon, LLC", + "creditcard": "Binky Moon, LLC", + "creditunion": "CUNA Performance Resources, LLC", + "cricket": "dot Cricket Limited", + "crown": "Crown Equipment Corporation", + "crs": "Federated Co-operatives Limited", + "cruise": "Viking River Cruises (Bermuda) Ltd.", + "cruises": "Binky Moon, LLC", + "csc": "Alliance-One Services, Inc.", + "cu": "CENIAInternet\nIndustria y San Jose\nCapitolio Nacional", + "cuisinella": "SALM S.A.S.", + "cv": "Agência Nacional das Comunicações (ANAC)", + "cw": "University of Curacao", + "cx": "Christmas Island Domain Administration Limited", + "cy": "University of Cyprus", + "cymru": "Nominet UK", + "cyou": "Beijing Gamease Age Digital Technology Co., Ltd.", + "cz": "CZ.NIC, z.s.p.o", + "dabur": "Dabur India Limited", + "dad": "Charleston Road Registry Inc.", + "dance": "United TLD Holdco Ltd.", + "data": "Dish DBS Corporation", + "date": "dot Date Limited", + "dating": "Binky Moon, LLC", + "datsun": "NISSAN MOTOR CO., LTD.", + "day": "Charleston Road Registry Inc.", + "dclk": "Charleston Road Registry Inc.", + "dds": "Minds + Machines Group Limited", + "de": "DENIC eG", + "deal": "Amazon Registry Services, Inc.", + "dealer": "Dealer Dot Com, Inc.", + "deals": "Binky Moon, LLC", + "degree": "United TLD Holdco, Ltd", + "delivery": "Binky Moon, LLC", + "dell": "Dell Inc.", + "deloitte": "Deloitte Touche Tohmatsu", + "delta": "Delta Air Lines, Inc.", + "democrat": "United TLD Holdco Ltd.", + "dental": "Binky Moon, LLC", + "dentist": "United TLD Holdco, Ltd", + "desi": "Desi Networks LLC", + "design": "Top Level Design, LLC", + "dev": "Charleston Road Registry Inc.", + "dhl": "Deutsche Post AG", + "diamonds": "Binky Moon, LLC", + "diet": "Uniregistry, Corp.", + "digital": "Binky Moon, LLC", + "direct": "Binky Moon, LLC", + "directory": "Binky Moon, LLC", + "discount": "Binky Moon, LLC", + "discover": "Discover Financial Services", + "dish": "Dish DBS Corporation", + "diy": "Lifestyle Domain Holdings, Inc.", + "dj": "Djibouti Telecom S.A", + "dk": "Dansk Internet Forum", + "dm": "DotDM Corporation", + "dnp": "Dai Nippon Printing Co., Ltd.", + "do": "Pontificia Universidad Catolica Madre y Maestra\nRecinto Santo Tomas de Aquino", + "docs": "Charleston Road Registry Inc.", + "doctor": "Binky Moon, LLC", + "dodge": "FCA US LLC.", + "dog": "Binky Moon, LLC", + "doha": "Communications Regulatory Authority (CRA)", + "domains": "Binky Moon, LLC", + "doosan": "Retired", + "dot": "Dish DBS Corporation", + "download": "dot Support Limited", + "drive": "Charleston Road Registry Inc.", + "dtv": "Dish DBS Corporation", + "dubai": "Dubai Smart Government Department", + "duck": "Johnson Shareholdings, Inc.", + "dunlop": "The Goodyear Tire & Rubber Company", + "duns": "The Dun & Bradstreet Corporation", + "dupont": "E. I. du Pont de Nemours and Company", + "durban": "ZA Central Registry NPC trading as ZA Central Registry", + "dvag": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "dvr": "Hughes Satellite Systems Corporation", + "dz": "CERIST", + "earth": "Interlink Co., Ltd.", + "eat": "Charleston Road Registry Inc.", + "ec": "ECUADORDOMAIN S.A.", + "eco": "Big Room Inc.", + "edeka": "EDEKA Verband kaufmännischer Genossenschaften e.V.", + "edu": "EDUCAUSE", + "education": "Binky Moon, LLC", + "ee": "Eesti Interneti Sihtasutus (EIS)", + "eg": "Egyptian Universities Network (EUN)\nSupreme Council of Universities", + "eh": "Not assigned", + "email": "Binky Moon, LLC", + "emerck": "Merck KGaA", + "energy": "Binky Moon, LLC", + "engineer": "United TLD Holdco Ltd.", + "engineering": "Binky Moon, LLC", + "enterprises": "Binky Moon, LLC", + "epost": "Deutsche Post AG", + "epson": "Seiko Epson Corporation", + "equipment": "Binky Moon, LLC", + "er": "Eritrea Telecommunication Services Corporation (EriTel)", + "ericsson": "Telefonaktiebolaget L M Ericsson", + "erni": "ERNI Group Holding AG", + "es": "Red.es", + "esq": "Charleston Road Registry Inc.", + "estate": "Binky Moon, LLC", + "esurance": "Esurance Insurance Company", + "et": "Ethio telecom", + "etisalat": "Emirates Telecommunications Corporation (trading as Etisalat)", + "eu": "EURid vzw/asbl", + "eurovision": "European Broadcasting Union (EBU)", + "eus": "Puntueus Fundazioa", + "events": "Binky Moon, LLC", + "everbank": "EverBank", + "exchange": "Binky Moon, LLC", + "expert": "Binky Moon, LLC", + "exposed": "Binky Moon, LLC", + "express": "Binky Moon, LLC", + "extraspace": "Extra Space Storage LLC", + "fage": "Fage International S.A.", + "fail": "Binky Moon, LLC", + "fairwinds": "FairWinds Partners, LLC", + "faith": "dot Faith Limited", + "family": "United TLD Holdco Ltd.", + "fan": "Asiamix Digital Ltd", + "fans": "Asiamix Digital Limited", + "farm": "Binky Moon, LLC", + "farmers": "Farmers Insurance Exchange", + "fashion": "Top Level Domain Holdings Limited", + "fast": "Amazon Registry Services, Inc.", + "fedex": "Federal Express Corporation", + "feedback": "Top Level Spectrum, Inc.", + "ferrari": "Fiat Chrysler Automobiles N.V.", + "ferrero": "Ferrero Trading Lux S.A.", + "fi": "Finnish Communications Regulatory Authority", + "fiat": "Fiat Chrysler Automobiles N.V.", + "fidelity": "Fidelity Brokerage Services LLC", + "fido": "Rogers Communications Canada Inc.", + "film": "Motion Picture Domain Registry Pty Ltd", + "final": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", + "finance": "Binky Moon, LLC", + "financial": "Binky Moon, LLC", + "fire": "Amazon Registry Services, Inc.", + "firestone": "Bridgestone Licensing Services, Inc.", + "firmdale": "Firmdale Holdings Limited", + "fish": "Binky Moon, LLC", + "fishing": "Top Level Domain Holdings Limited", + "fit": "Minds + Machines Group Limited", + "fitness": "Binky Moon, LLC", + "fj": "The University of the South Pacific\nIT Services", + "fk": "Falkland Islands Government", + "flickr": "Yahoo! Domain Services Inc.", + "flights": "Binky Moon, LLC", + "flir": "FLIR Systems, Inc.", + "florist": "Binky Moon, LLC", + "flowers": "Uniregistry, Corp.", + "flsmidth": "Retired", + "fly": "Charleston Road Registry Inc.", + "fm": "FSM Telecommunications Corporation", + "fo": "FO Council", + "foo": "Charleston Road Registry Inc.", + "food": "Lifestyle Domain Holdings, Inc.", + "foodnetwork": "Lifestyle Domain Holdings, Inc.", + "football": "Binky Moon, LLC", + "ford": "Ford Motor Company", + "forex": "DOTFOREX REGISTRY LTD", + "forsale": "United TLD Holdco, LLC", + "forum": "Fegistry, LLC", + "foundation": "Binky Moon, LLC", + "fox": "FOX Registry, LLC", + "fr": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "free": "Amazon Registry Services, Inc.", + "fresenius": "Fresenius Immobilien-Verwaltungs-GmbH", + "frl": "FRLregistry B.V.", + "frogans": "OP3FT", + "frontdoor": "Lifestyle Domain Holdings, Inc.", + "frontier": "Frontier Communications Corporation", + "ftr": "Frontier Communications Corporation", + "fujitsu": "Fujitsu Limited", + "fujixerox": "Xerox DNHC LLC", + "fun": "DotSpace, Inc.", + "fund": "Binky Moon, LLC", + "furniture": "Binky Moon, LLC", + "futbol": "United TLD Holdco, Ltd.", + "fyi": "Binky Moon, LLC", + "ga": "Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF)", + "gal": "Asociación puntoGAL", + "gallery": "Binky Moon, LLC", + "gallo": "Gallo Vineyards, Inc.", + "gallup": "Gallup, Inc.", + "game": "Uniregistry, Corp.", + "games": "United TLD Holdco Ltd.", + "gap": "The Gap, Inc.", + "garden": "Top Level Domain Holdings Limited", + "gb": "Reserved Domain - IANA", + "gbiz": "Charleston Road Registry Inc.", + "gd": "The National Telecommunications Regulatory Commission (NTRC)", + "gdn": "Joint Stock Company \"Navigation-information systems\"", + "ge": "Caucasus Online LLC", + "gea": "GEA Group Aktiengesellschaft", + "gent": "Combell nv", + "genting": "Resorts World Inc. Pte. Ltd.", + "george": "Wal-Mart Stores, Inc.", + "gf": "Net Plus", + "gg": "Island Networks Ltd.", + "ggee": "GMO Internet, Inc.", + "gh": "Network Computer Systems Limited", + "gi": "Sapphire Networks", + "gift": "Uniregistry, Corp.", + "gifts": "Binky Moon, LLC", + "gives": "United TLD Holdco Ltd.", + "giving": "Giving Limited", + "gl": "TELE Greenland A/S", + "glade": "Johnson Shareholdings, Inc.", + "glass": "Binky Moon, LLC", + "gle": "Charleston Road Registry Inc.", + "global": "Dot Global Domain Registry Limited", + "globo": "Globo Comunicação e Participações S.A", + "gm": "GM-NIC", + "gmail": "Charleston Road Registry Inc.", + "gmbh": "Binky Moon, LLC", + "gmo": "GMO Internet, Inc.", + "gmx": "1&1 Mail & Media GmbH", + "gn": "Centre National des Sciences Halieutiques de Boussoura", + "godaddy": "Go Daddy East, LLC", + "gold": "Binky Moon, LLC", + "goldpoint": "YODOBASHI CAMERA CO.,LTD.", + "golf": "Binky Moon, LLC", + "goo": "NTT Resonant Inc.", + "goodhands": "Allstate Fire and Casualty Insurance Company", + "goodyear": "The Goodyear Tire & Rubber Company", + "goog": "Charleston Road Registry Inc.", + "google": "Charleston Road Registry Inc.", + "gop": "Republican State Leadership Committee, Inc.", + "got": "Amazon Registry Services, Inc.", + "gov": "General Services Administration\nAttn: QTDC, 2E08 (.gov Domain Registration)", + "gp": "Networking Technologies Group", + "gq": "GETESA", + "gr": "ICS-FORTH GR", + "grainger": "Grainger Registry Services, LLC", + "graphics": "Binky Moon, LLC", + "gratis": "Binky Moon, LLC", + "green": "DotGreen Registry Limited", + "gripe": "Binky Moon, LLC", + "grocery": "Wal-Mart Stores, Inc.", + "group": "Binky Moon, LLC", + "gs": "Government of South Georgia and South Sandwich Islands (GSGSSI)", + "gt": "Universidad del Valle de Guatemala", + "gu": "University of Guam", + "guardian": "The Guardian Life Insurance Company of America", + "gucci": "Guccio Gucci S.p.a.", + "guge": "Charleston Road Registry Inc.", + "guide": "Binky Moon, LLC", + "guitars": "Uniregistry, Corp.", + "guru": "Binky Moon, LLC", + "gw": "Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau", + "gy": "University of Guyana", + "hair": "L'Oreal", + "hamburg": "Hamburg Top-Level-Domain GmbH", + "hangout": "Charleston Road Registry Inc.", + "haus": "United TLD Holdco, LTD.", + "hbo": "HBO Registry Services, Inc.", + "hdfc": "HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED", + "hdfcbank": "HDFC Bank Limited", + "health": "DotHealth, LLC", + "healthcare": "Binky Moon, LLC", + "help": "Uniregistry, Corp.", + "helsinki": "City of Helsinki", + "here": "Charleston Road Registry Inc.", + "hermes": "Hermes International", + "hgtv": "Lifestyle Domain Holdings, Inc.", + "hiphop": "Uniregistry, Corp.", + "hisamitsu": "Hisamitsu Pharmaceutical Co.,Inc.", + "hitachi": "Hitachi, Ltd.", + "hiv": "Uniregistry, Corp.", + "hk": "Hong Kong Internet Registration Corporation Ltd.", + "hkt": "PCCW-HKT DataCom Services Limited", + "hm": "HM Domain Registry", + "hn": "Red de Desarrollo Sostenible Honduras", + "hockey": "Binky Moon, LLC", + "holdings": "Binky Moon, LLC", + "holiday": "Binky Moon, LLC", + "homedepot": "Home Depot Product Authority, LLC", + "homegoods": "The TJX Companies, Inc.", + "homes": "DERHomes, LLC", + "homesense": "The TJX Companies, Inc.", + "honda": "Honda Motor Co., Ltd.", + "honeywell": "Honeywell GTLD LLC", + "horse": "Top Level Domain Holdings Limited", + "hospital": "Binky Moon, LLC", + "host": "DotHost Inc.", + "hosting": "Uniregistry, Corp.", + "hot": "Amazon Registry Services, Inc.", + "hoteles": "Travel Reservations SRL", + "hotels": "Booking.com B.V.", + "hotmail": "Microsoft Corporation", + "house": "Binky Moon, LLC", + "how": "Charleston Road Registry Inc.", + "hr": "CARNet - Croatian Academic and Research Network", + "hsbc": "HSBC Global Services (UK) Limited", + "ht": "Consortium FDS/RDDH", + "htc": "Not assigned", + "hu": "Council of Hungarian Internet Providers (CHIP)", + "hughes": "Hughes Satellite Systems Corporation", + "hyatt": "Hyatt GTLD, L.L.C.", + "hyundai": "Hyundai Motor Company", + "ibm": "International Business Machines Corporation", + "icbc": "Industrial and Commercial Bank of China Limited", + "ice": "IntercontinentalExchange, Inc.", + "icu": "Shortdot SA", + "id": "Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI)", + "ie": "University College Dublin\nComputing Services\nComputer Centre", + "ieee": "IEEE Global LLC", + "ifm": "ifm electronic gmbh", + "iinet": "Retired", + "ikano": "Ikano S.A.", + "il": "Internet Society of Israel", + "im": "Isle of Man Government", + "imamat": "Fondation Aga Khan (Aga Khan Foundation)", + "imdb": "Amazon Registry Services, Inc.", + "immo": "Binky Moon, LLC", + "immobilien": "United TLD Holdco Ltd.", + "in": "National Internet Exchange of India", + "industries": "Binky Moon, LLC", + "infiniti": "NISSAN MOTOR CO., LTD.", + "info": "Afilias Limited", + "ing": "Charleston Road Registry Inc.", + "ink": "Top Level Design, LLC", + "institute": "Binky Moon, LLC", + "insurance": "fTLD Registry Services LLC", + "insure": "Binky Moon, LLC", + "int": "Internet Assigned Numbers Authority", + "intel": "Intel Corporation", + "international": "Binky Moon, LLC", + "intuit": "Intuit Administrative Services, Inc.", + "investments": "Binky Moon, LLC", + "io": "IO Top Level Domain Registry\nCable and Wireless", + "ipiranga": "Ipiranga Produtos de Petroleo S.A.", + "iq": "Communications and Media Commission (CMC)", + "ir": "Institute for Research in Fundamental Sciences", + "irish": "Binky Moon, LLC", + "is": "ISNIC - Internet Iceland ltd.", + "iselect": "iSelect Ltd", + "ismaili": "Fondation Aga Khan (Aga Khan Foundation)", + "ist": "Istanbul Metropolitan Municipality", + "istanbul": "Istanbul Metropolitan Municipality", + "it": "IIT - CNR", + "itau": "Itau Unibanco Holding S.A.", + "itv": "ITV Services Limited", + "iveco": "CNH Industrial N.V.", + "iwc": "Richemont DNS Inc.", + "jaguar": "Jaguar Land Rover Ltd", + "java": "Oracle Corporation", + "jcb": "JCB Co., Ltd.", + "jcp": "JCP Media, Inc.", + "je": "Island Networks (Jersey) Ltd.", + "jeep": "FCA US LLC.", + "jetzt": "Binky Moon, LLC", + "jewelry": "Binky Moon, LLC", + "jio": "Affinity Names, Inc.", + "jlc": "Richemont DNS Inc.", + "jll": "Jones Lang LaSalle Incorporated", + "jm": "University of West Indies", + "jmp": "Matrix IP LLC", + "jnj": "Johnson & Johnson Services, Inc.", + "jo": "National Information Technology Center (NITC)", + "jobs": "Employ Media LLC", + "joburg": "ZA Central Registry NPC trading as ZA Central Registry", + "jot": "Amazon Registry Services, Inc.", + "joy": "Amazon Registry Services, Inc.", + "jp": "Japan Registry Services Co., Ltd.", + "jpmorgan": "JPMorgan Chase Bank, National Association", + "jprs": "Japan Registry Services Co., Ltd.", + "juegos": "Uniregistry, Corp.", + "juniper": "JUNIPER NETWORKS, INC.", + "kaufen": "United TLD Holdco Ltd.", + "kddi": "KDDI CORPORATION", + "ke": "Kenya Network Information Center (KeNIC)", + "kerryhotels": "Kerry Trading Co. Limited", + "kerrylogistics": "Kerry Trading Co. Limited", + "kerryproperties": "Kerry Trading Co. Limited", + "kfh": "Kuwait Finance House", + "kg": "AsiaInfo Telecommunication Enterprise", + "kh": "Telecommunication Regulator of Cambodia (TRC)", + "ki": "Ministry of Communications, Transport, and Tourism Development", + "kia": "KIA MOTORS CORPORATION", + "kim": "Afilias plc", + "kinder": "Ferrero Trading Lux S.A.", + "kindle": "Amazon Registry Services, Inc.", + "kitchen": "Binky Moon, LLC", + "kiwi": "DOT KIWI LIMITED", + "km": "Comores Telecom", + "kn": "Ministry of Finance, Sustainable Development Information & Technology", + "koeln": "punkt.wien GmbH", + "komatsu": "Komatsu Ltd.", + "kosher": "Kosher Marketing Assets LLC", + "kp": "Star Joint Venture Company", + "kpmg": "KPMG International Cooperative (KPMG International Genossenschaft)", + "kpn": "Koninklijke KPN N.V.", + "kr": "Korea Internet & Security Agency (KISA)", + "krd": "KRG Department of Information Technology", + "kred": "KredTLD Pty Ltd", + "kuokgroup": "Kerry Trading Co. Limited", + "kw": "Communications and Information Technology Regulatory Authority", + "ky": "Utility Regulation and Competition Office (OfReg)", + "kyoto": "Academic Institution: Kyoto Jyoho Gakuen", + "kz": "Association of IT Companies of Kazakhstan", + "la": "Lao National Internet Committee (LANIC), Ministry of Posts and Telecommunications", + "lacaixa": "CAIXA D'ESTALVIS I PENSIONS DE BARCELONA", + "ladbrokes": "LADBROKES INTERNATIONAL PLC", + "lamborghini": "Automobili Lamborghini S.p.A.", + "lamer": "The Estée Lauder Companies Inc.", + "lancaster": "LANCASTER", + "lancia": "Fiat Chrysler Automobiles N.V.", + "lancome": "L'Oréal", + "land": "Binky Moon, LLC", + "landrover": "Jaguar Land Rover Ltd", + "lanxess": "LANXESS Corporation", + "lasalle": "Jones Lang LaSalle Incorporated", + "lat": "ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico", + "latino": "Dish DBS Corporation", + "latrobe": "La Trobe University", + "law": "Minds + Machines Group Limited", + "lawyer": "United TLD Holdco, Ltd", + "lb": "American University of Beirut\nComputing and Networking Services", + "lc": "University of Puerto Rico", + "lds": "IRI Domain Management, LLC", + "lease": "Binky Moon, LLC", + "leclerc": "A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc", + "lefrak": "LeFrak Organization, Inc.", + "legal": "Binky Moon, LLC", + "lego": "LEGO Juris A/S", + "lexus": "TOYOTA MOTOR CORPORATION", + "lgbt": "Afilias plc", + "li": "SWITCH The Swiss Education & Research Network", + "liaison": "Liaison Technologies, Incorporated", + "lidl": "Schwarz Domains und Services GmbH & Co. KG", + "life": "Binky Moon, LLC", + "lifeinsurance": "American Council of Life Insurers", + "lifestyle": "Lifestyle Domain Holdings, Inc.", + "lighting": "Binky Moon, LLC", + "like": "Amazon Registry Services, Inc.", + "lilly": "Eli Lilly and Company", + "limited": "Binky Moon, LLC", + "limo": "Binky Moon, LLC", + "lincoln": "Ford Motor Company", + "linde": "Linde Aktiengesellschaft", + "link": "Uniregistry, Corp.", + "lipsy": "Lipsy Ltd", + "live": "United TLD Holdco Ltd.", + "living": "Lifestyle Domain Holdings, Inc.", + "lixil": "LIXIL Group Corporation", + "lk": "Council for Information Technology\nLK Domain Registrar", + "llc": "Afilias plc", + "loan": "dot Loan Limited", + "loans": "Binky Moon, LLC", + "locker": "Dish DBS Corporation", + "locus": "Locus Analytics LLC", + "loft": "Annco, Inc.", + "lol": "Uniregistry, Corp.", + "london": "Dot London Domains Limited", + "lotte": "Lotte Holdings Co., Ltd.", + "lotto": "Afilias plc", + "love": "Merchant Law Group LLP", + "lpl": "LPL Holdings, Inc.", + "lplfinancial": "LPL Holdings, Inc.", + "lr": "Data Technology Solutions, Inc.", + "ls": "National University of Lesotho", + "lt": "Kaunas University of Technology", + "ltd": "Binky Moon, LLC", + "ltda": "InterNetX Corp.", + "lu": "RESTENA", + "lundbeck": "H. Lundbeck A/S", + "lupin": "LUPIN LIMITED", + "luxe": "Top Level Domain Holdings Limited", + "luxury": "Luxury Partners LLC", + "lv": "University of Latvia\nInstitute of Mathematics and Computer Science\nDepartment of Network Solutions (DNS)", + "ly": "General Post and Telecommunication Company", + "ma": "Agence Nationale de Réglementation des Télécommunications (ANRT)", + "macys": "Macys, Inc.", + "madrid": "Comunidad de Madrid", + "maif": "Mutuelle Assurance Instituteur France (MAIF)", + "maison": "Binky Moon, LLC", + "makeup": "L'Oréal", + "man": "MAN SE", + "management": "Binky Moon, LLC", + "mango": "PUNTO FA S.L.", + "map": "Charleston Road Registry Inc.", + "market": "United TLD Holdco, Ltd", + "marketing": "Binky Moon, LLC", + "markets": "DOTMARKETS REGISTRY LTD", + "marriott": "Marriott Worldwide Corporation", + "marshalls": "The TJX Companies, Inc.", + "maserati": "Fiat Chrysler Automobiles N.V.", + "mattel": "Mattel Sites, Inc.", + "mba": "Binky Moon, LLC", + "mc": "Gouvernement de Monaco\nDirection des Communications Electroniques", + "mcd": "Not assigned", + "mcdonalds": "Not assigned", + "mckinsey": "McKinsey Holdings, Inc.", + "md": "MoldData S.E.", + "me": "Government of Montenegro", + "med": "Medistry LLC", + "media": "Binky Moon, LLC", + "meet": "Charleston Road Registry Inc.", + "melbourne": "The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation", + "meme": "Charleston Road Registry Inc.", + "memorial": "Dog Beach, LLC", + "men": "Exclusive Registry Limited", + "menu": "Wedding TLD2, LLC", + "meo": "Not assigned", + "merckmsd": "MSD Registry Holdings, Inc.", + "metlife": "MetLife Services and Solutions, LLC", + "mf": "Not assigned", + "mg": "NIC-MG (Network Information Center Madagascar)", + "mh": "Office of the Cabinet", + "miami": "Top Level Domain Holdings Limited", + "microsoft": "Microsoft Corporation", + "mil": "DoD Network Information Center", + "mini": "Bayerische Motoren Werke Aktiengesellschaft", + "mint": "Intuit Administrative Services, Inc.", + "mit": "Massachusetts Institute of Technology", + "mitsubishi": "Mitsubishi Corporation", + "mk": "Macedonian Academic Research Network Skopje", + "ml": "Agence des Technologies de l’Information et de la Communication", + "mlb": "MLB Advanced Media DH, LLC", + "mls": "The Canadian Real Estate Association", + "mm": "Ministry of Communications, Posts & Telegraphs", + "mma": "MMA IARD", + "mn": "Datacom Co., Ltd.", + "mo": "Macao Post and Telecommunications Bureau (CTT)", + "mobi": "Afilias Technologies Limited dba dotMobi", + "mobile": "Dish DBS Corporation", + "mobily": "GreenTech Consultancy Company W.L.L.", + "moda": "United TLD Holdco Ltd.", + "moe": "Interlink Co., Ltd.", + "moi": "Amazon Registry Services, Inc.", + "mom": "Uniregistry, Corp.", + "monash": "Monash University", + "money": "Binky Moon, LLC", + "monster": "Monster Worldwide, Inc.", + "montblanc": "Not assigned", + "mopar": "FCA US LLC.", + "mormon": "IRI Domain Management, LLC (\"Applicant\")", + "mortgage": "United TLD Holdco, Ltd", + "moscow": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", + "moto": "Motorola Trademark Holdings, LLC", + "motorcycles": "DERMotorcycles, LLC", + "mov": "Charleston Road Registry Inc.", + "movie": "Binky Moon, LLC", + "movistar": "Telefónica S.A.", + "mp": "Saipan Datacom, Inc.", + "mq": "MEDIASERV", + "mr": "Université de Nouakchott Al Aasriya", + "ms": "MNI Networks Ltd.", + "msd": "MSD Registry Holdings, Inc.", + "mt": "NIC (Malta)", + "mtn": "MTN Dubai Limited", + "mtpc": "Retired", + "mtr": "MTR Corporation Limited", + "mu": "Internet Direct Ltd", + "museum": "Museum Domain Management Association", + "mutual": "Northwestern Mutual MU TLD Registry, LLC", + "mutuelle": "Retired", + "mv": "Dhiraagu Pvt. Ltd. (DHIVEHINET)", + "mw": "Malawi Sustainable Development Network Programme\n(Malawi SDNP)", + "mx": "NIC-Mexico\nITESM - Campus Monterrey", + "my": "MYNIC Berhad", + "mz": "Centro de Informatica de Universidade Eduardo Mondlane", + "na": "Namibian Network Information Center", + "nab": "National Australia Bank Limited", + "nadex": "Nadex Domains, Inc", + "nagoya": "GMO Registry, Inc.", + "name": "VeriSign Information Services, Inc.", + "nationwide": "Nationwide Mutual Insurance Company", + "natura": "NATURA COSMÉTICOS S.A.", + "navy": "United TLD Holdco Ltd.", + "nba": "NBA REGISTRY, LLC", + "nc": "Office des Postes et Telecommunications", + "ne": "SONITEL", + "nec": "NEC Corporation", + "net": "VeriSign Global Registry Services", + "netbank": "COMMONWEALTH BANK OF AUSTRALIA", + "netflix": "Netflix, Inc.", + "network": "Binky Moon, LLC", + "neustar": "NeuStar, Inc.", + "new": "Charleston Road Registry Inc.", + "newholland": "CNH Industrial N.V.", + "news": "United TLD Holdco Ltd.", + "next": "Next plc", + "nextdirect": "Next plc", + "nexus": "Charleston Road Registry Inc.", + "nf": "Norfolk Island Data Services", + "nfl": "NFL Reg Ops LLC", + "ng": "Nigeria Internet Registration Association", + "ngo": "Public Interest Registry", + "nhk": "Japan Broadcasting Corporation (NHK)", + "ni": "Universidad Nacional del Ingernieria\nCentro de Computo", + "nico": "DWANGO Co., Ltd.", + "nike": "NIKE, Inc.", + "nikon": "NIKON CORPORATION", + "ninja": "United TLD Holdco Ltd.", + "nissan": "NISSAN MOTOR CO., LTD.", + "nissay": "Nippon Life Insurance Company", + "nl": "SIDN (Stichting Internet Domeinregistratie Nederland)", + "no": "UNINETT Norid A/S", + "nokia": "Nokia Corporation", + "northwesternmutual": "Northwestern Mutual Registry, LLC", + "norton": "Symantec Corporation", + "now": "Amazon Registry Services, Inc.", + "nowruz": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "nowtv": "Starbucks (HK) Limited", + "np": "Mercantile Communications Pvt. Ltd.", + "nr": "CENPAC NET", + "nra": "NRA Holdings Company, INC.", + "nrw": "Minds + Machines GmbH", + "ntt": "NIPPON TELEGRAPH AND TELEPHONE CORPORATION", + "nu": "The IUSN Foundation", + "nyc": "The City of New York by and through the New York City Department of Information Technology & Telecommunications", + "nz": "InternetNZ", + "obi": "OBI Group Holding SE & Co. KGaA", + "observer": "Top Level Spectrum, Inc.", + "off": "Johnson Shareholdings, Inc.", + "office": "Microsoft Corporation", + "okinawa": "BRregistry, Inc.", + "olayan": "Crescent Holding GmbH", + "olayangroup": "Crescent Holding GmbH", + "oldnavy": "The Gap, Inc.", + "ollo": "Dish DBS Corporation", + "om": "Telecommunications Regulatory Authority (TRA)", + "omega": "The Swatch Group Ltd", + "one": "One.com A/S", + "ong": "Public Interest Registry", + "onl": "I-REGISTRY Ltd., Niederlassung Deutschland", + "online": "DotOnline Inc.", + "onyourside": "Nationwide Mutual Insurance Company", + "ooo": "INFIBEAM INCORPORATION LIMITED", + "open": "American Express Travel Related Services Company, Inc.", + "oracle": "Oracle Corporation", + "orange": "Orange Brand Services Limited", + "org": "Public Interest Registry (PIR)", + "organic": "Afilias plc", + "orientexpress": "Retired", + "origins": "The Estée Lauder Companies Inc.", + "osaka": "Osaka Registry Co., Ltd.", + "otsuka": "Otsuka Holdings Co., Ltd.", + "ott": "Dish DBS Corporation", + "ovh": "OVH SAS", + "pa": "Universidad Tecnologica de Panama", + "page": "Charleston Road Registry Inc.", + "pamperedchef": "Not assigned", + "panasonic": "Panasonic Corporation", + "panerai": "Richemont DNS Inc.", + "paris": "City of Paris", + "pars": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "partners": "Binky Moon, LLC", + "parts": "Binky Moon, LLC", + "party": "Blue Sky Registry Limited", + "passagens": "Travel Reservations SRL", + "pay": "Amazon Registry Services, Inc.", + "pccw": "PCCW Enterprises Limited", + "pe": "Red Cientifica Peruana", + "pet": "Afilias plc", + "pf": "Gouvernement de la Polynésie française", + "pfizer": "Pfizer Inc.", + "pg": "PNG DNS Administration\nVice Chancellors Office\nThe Papua New Guinea University of Technology", + "ph": "PH Domain Foundation", + "pharmacy": "National Association of Boards of Pharmacy", + "phd": "Charleston Road Registry Inc.", + "philips": "Koninklijke Philips N.V.", + "phone": "Dish DBS Corporation", + "photo": "Uniregistry, Corp.", + "photography": "Binky Moon, LLC", + "photos": "Binky Moon, LLC", + "physio": "PhysBiz Pty Ltd", + "piaget": "Richemont DNS Inc.", + "pics": "Uniregistry, Corp.", + "pictet": "Pictet Europe S.A.", + "pictures": "Binky Moon, LLC", + "pid": "Top Level Spectrum, Inc.", + "pin": "Amazon Registry Services, Inc.", + "ping": "Ping Registry Provider, Inc.", + "pink": "Afilias plc", + "pioneer": "Pioneer Corporation", + "pizza": "Binky Moon, LLC", + "pk": "PKNIC", + "pl": "Research and Academic Computer Network", + "place": "Binky Moon, LLC", + "play": "Charleston Road Registry Inc.", + "playstation": "Sony Computer Entertainment Inc.", + "plumbing": "Binky Moon, LLC", + "plus": "Binky Moon, LLC", + "pm": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "pn": "Pitcairn Island Administration", + "pnc": "PNC Domain Co., LLC", + "pohl": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "poker": "Afilias plc", + "politie": "Politie Nederland", + "porn": "ICM Registry PN LLC", + "post": "Universal Postal Union", + "pr": "Gauss Research Laboratory Inc.", + "pramerica": "Prudential Financial, Inc.", + "praxi": "Praxi S.p.A.", + "press": "DotPress Inc.", + "prime": "Amazon Registry Services, Inc.", + "pro": "Registry Services Corporation\ndba RegistryPro", + "prod": "Charleston Road Registry Inc.", + "productions": "Binky Moon, LLC", + "prof": "Charleston Road Registry Inc.", + "progressive": "Progressive Casualty Insurance Company", + "promo": "Afilias plc", + "properties": "Binky Moon, LLC", + "property": "Uniregistry, Corp.", + "protection": "XYZ.COM LLC", + "pru": "Prudential Financial, Inc.", + "prudential": "Prudential Financial, Inc.", + "ps": "Ministry Of Telecommunications &\nInformation Technology,\nGovernment Computer Center.", + "pt": "Associação DNS.PT", + "pub": "United TLD Holdco Ltd.", + "pw": "Micronesia Investment and Development Corporation", + "pwc": "PricewaterhouseCoopers LLP", + "py": "NIC-PY", + "qa": "Communications Regulatory Authority", + "qpon": "dotCOOL, Inc.", + "quebec": "PointQuébec Inc", + "quest": "Quest ION Limited", + "qvc": "QVC, Inc.", + "racing": "Premier Registry Limited", + "radio": "European Broadcasting Union (EBU)", + "raid": "Johnson Shareholdings, Inc.", + "re": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "read": "Amazon Registry Services, Inc.", + "realestate": "dotRealEstate LLC", + "realtor": "Real Estate Domains LLC", + "realty": "Fegistry, LLC", + "recipes": "Binky Moon, LLC", + "red": "Afilias plc", + "redstone": "Redstone Haute Couture Co., Ltd.", + "redumbrella": "Travelers TLD, LLC", + "rehab": "United TLD Holdco Ltd.", + "reise": "Binky Moon, LLC", + "reisen": "Binky Moon, LLC", + "reit": "National Association of Real Estate Investment Trusts, Inc.", + "reliance": "Reliance Industries Limited", + "ren": "Beijing Qianxiang Wangjing Technology Development Co., Ltd.", + "rent": "XYZ.COM LLC", + "rentals": "Binky Moon, LLC", + "repair": "Binky Moon, LLC", + "report": "Binky Moon, LLC", + "republican": "United TLD Holdco Ltd.", + "rest": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", + "restaurant": "Binky Moon, LLC", + "review": "dot Review Limited", + "reviews": "United TLD Holdco, Ltd.", + "rexroth": "Robert Bosch GMBH", + "rich": "I-REGISTRY Ltd., Niederlassung Deutschland", + "richardli": "Pacific Century Asset Management (HK) Limited", + "ricoh": "Ricoh Company, Ltd.", + "rightathome": "Johnson Shareholdings, Inc.", + "ril": "Reliance Industries Limited", + "rio": "Empresa Municipal de Informática SA - IPLANRIO", + "rip": "United TLD Holdco Ltd.", + "rmit": "Royal Melbourne Institute of Technology", + "ro": "National Institute for R&D in Informatics", + "rocher": "Ferrero Trading Lux S.A.", + "rocks": "United TLD Holdco, LTD.", + "rodeo": "Top Level Domain Holdings Limited", + "rogers": "Rogers Communications Canada Inc.", + "room": "Amazon Registry Services, Inc.", + "rs": "Serbian National Internet Domain Registry (RNIDS)", + "rsvp": "Charleston Road Registry Inc.", + "ru": "Coordination Center for TLD RU", + "rugby": "World Rugby Strategic Developments Limited", + "ruhr": "regiodot GmbH & Co. KG", + "run": "Binky Moon, LLC", + "rw": "Rwanda Information Communication and Technology Association (RICTA)", + "rwe": "RWE AG", + "ryukyu": "BRregistry, Inc.", + "sa": "Communications and Information Technology Commission", + "saarland": "dotSaarland GmbH", + "safe": "Amazon Registry Services, Inc.", + "safety": "Safety Registry Services, LLC.", + "sakura": "SAKURA Internet Inc.", + "sale": "United TLD Holdco, Ltd", + "salon": "Binky Moon, LLC", + "samsclub": "Wal-Mart Stores, Inc.", + "samsung": "SAMSUNG SDS CO., LTD", + "sandvik": "Sandvik AB", + "sandvikcoromant": "Sandvik AB", + "sanofi": "Sanofi", + "sap": "SAP AG", + "sapo": "Not assigned", + "sarl": "Binky Moon, LLC", + "sas": "Research IP LLC", + "save": "Amazon Registry Services, Inc.", + "saxo": "Saxo Bank A/S", + "sb": "Solomon Telekom Company Limited", + "sbi": "STATE BANK OF INDIA", + "sbs": "SPECIAL BROADCASTING SERVICE CORPORATION", + "sc": "VCS Pty Ltd", + "sca": "SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)", + "scb": "The Siam Commercial Bank Public Company Limited (\"SCB\")", + "schaeffler": "Schaeffler Technologies AG & Co. KG", + "schmidt": "SALM S.A.S.", + "scholarships": "Scholarships.com, LLC", + "school": "Binky Moon, LLC", + "schule": "Binky Moon, LLC", + "schwarz": "Schwarz Domains und Services GmbH & Co. KG", + "science": "dot Science Limited", + "scjohnson": "Johnson Shareholdings, Inc.", + "scor": "SCOR SE", + "scot": "Dot Scot Registry Limited", + "sd": "Sudan Internet Society", + "se": "The Internet Infrastructure Foundation", + "search": "Charleston Road Registry Inc.", + "seat": "SEAT, S.A. (Sociedad Unipersonal)", + "secure": "Amazon Registry Services, Inc.", + "security": "XYZ.COM LLC", + "seek": "Seek Limited", + "select": "iSelect Ltd", + "sener": "Sener Ingeniería y Sistemas, S.A.", + "services": "Binky Moon, LLC", + "ses": "SES", + "seven": "Seven West Media Ltd", + "sew": "SEW-EURODRIVE GmbH & Co KG", + "sex": "ICM Registry SX LLC", + "sexy": "Uniregistry, Corp.", + "sfr": "Societe Francaise du Radiotelephone - SFR", + "sg": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "sh": "Government of St. Helena", + "shangrila": "Shangri‐La International Hotel Management Limited", + "sharp": "Sharp Corporation", + "shaw": "Shaw Cablesystems G.P.", + "shell": "Shell Information Technology International Inc", + "shia": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "shiksha": "Afilias plc", + "shoes": "Binky Moon, LLC", + "shop": "GMO Registry, Inc.", + "shopping": "Binky Moon, LLC", + "shouji": "QIHOO 360 TECHNOLOGY CO. LTD.", + "show": "Binky Moon, LLC", + "showtime": "CBS Domains Inc.", + "shriram": "Shriram Capital Ltd.", + "si": "Academic and Research Network of Slovenia (ARNES)", + "silk": "Amazon Registry Services, Inc.", + "sina": "Sina Corporation", + "singles": "Binky Moon, LLC", + "site": "DotSite Inc.", + "sj": "UNINETT Norid A/S", + "sk": "SK-NIC, a.s.", + "ski": "STARTING DOT LIMITED", + "skin": "L'Oréal", + "sky": "Sky International AG", + "skype": "Microsoft Corporation", + "sl": "Sierratel", + "sling": "Hughes Satellite Systems Corporation", + "sm": "Telecom Italia San Marino S.p.A.", + "smart": "Smart Communications, Inc. (SMART)", + "smile": "Amazon Registry Services, Inc.", + "sn": "Universite Cheikh Anta Diop\nNIC Senegal", + "sncf": "SNCF (Société Nationale des Chemins de fer Francais)", + "so": "Ministry of Post and Telecommunications", + "soccer": "Binky Moon, LLC", + "social": "United TLD Holdco Ltd.", + "softbank": "SoftBank Group Corp.", + "software": "United TLD Holdco, Ltd", + "sohu": "Sohu.com Limited", + "solar": "Binky Moon, LLC", + "solutions": "Binky Moon, LLC", + "song": "Amazon Registry Services, Inc.", + "sony": "Sony Corporation", + "soy": "Charleston Road Registry Inc.", + "space": "DotSpace Inc.", + "spiegel": "SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG", + "sport": "Global Association of International Sports Federations (GAISF)", + "spot": "Amazon Registry Services, Inc.", + "spreadbetting": "DOTSPREADBETTING REGISTRY LTD", + "sr": "Telesur", + "srl": "InterNetX Corp.", + "srt": "FCA US LLC.", + "ss": "Not assigned", + "st": "Tecnisys", + "stada": "STADA Arzneimittel AG", + "staples": "Staples, Inc.", + "star": "Star India Private Limited", + "starhub": "StarHub Limited", + "statebank": "STATE BANK OF INDIA", + "statefarm": "State Farm Mutual Automobile Insurance Company", + "statoil": "Statoil ASA", + "stc": "Saudi Telecom Company", + "stcgroup": "Saudi Telecom Company", + "stockholm": "Stockholms kommun", + "storage": "XYZ.COM LLC", + "store": "DotStore Inc.", + "stream": "dot Stream Limited", + "studio": "United TLD Holdco Ltd.", + "study": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", + "style": "Binky Moon, LLC", + "su": "Russian Institute for Development of Public Networks\n(ROSNIIROS)", + "sucks": "Vox Populi Registry Ltd.", + "supplies": "Binky Moon, LLC", + "supply": "Binky Moon, LLC", + "support": "Binky Moon, LLC", + "surf": "Top Level Domain Holdings Limited", + "surgery": "Binky Moon, LLC", + "suzuki": "SUZUKI MOTOR CORPORATION", + "sv": "SVNet", + "swatch": "The Swatch Group Ltd", + "swiftcover": "Swiftcover Insurance Services Limited", + "swiss": "Swiss Confederation", + "sx": "SX Registry SA B.V.", + "sy": "National Agency for Network Services (NANS)", + "sydney": "State of New South Wales, Department of Premier and Cabinet", + "symantec": "Symantec Corporation", + "systems": "Binky Moon, LLC", + "sz": "University of Swaziland\nDepartment of Computer Science", + "tab": "Tabcorp Holdings Limited", + "taipei": "Taipei City Government", + "talk": "Amazon Registry Services, Inc.", + "taobao": "Alibaba Group Holding Limited", + "target": "Target Domain Holdings, LLC", + "tatamotors": "Tata Motors Ltd", + "tatar": "Limited Liability Company \"Coordination Center of Regional Domain of Tatarstan Republic\"", + "tattoo": "Uniregistry, Corp.", + "tax": "Binky Moon, LLC", + "taxi": "Binky Moon, LLC", + "tc": "Melrex TC", + "tci": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "td": "l'Agence de Développement des Technologies de l'Information et de la Communication (ADETIC)", + "tdk": "TDK Corporation", + "team": "Binky Moon, LLC", + "tech": "Dot Tech LLC", + "technology": "Binky Moon, LLC", + "tel": "Telnames Ltd.", + "telecity": "TelecityGroup International Limited", + "telefonica": "Telefónica S.A.", + "temasek": "Temasek Holdings (Private) Limited", + "tennis": "Binky Moon, LLC", + "teva": "Teva Pharmaceutical Industries Limited", + "tf": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "tg": "Autorite de Reglementation des secteurs de Postes et de Telecommunications (ART&P)", + "th": "Thai Network Information Center Foundation", + "thd": "Home Depot Product Authority, LLC", + "theater": "Binky Moon, LLC", + "theatre": "XYZ.COM LLC", + "tiaa": "Teachers Insurance and Annuity Association of America", + "tickets": "Accent Media Limited", + "tienda": "Binky Moon, LLC", + "tiffany": "Tiffany and Company", + "tips": "Binky Moon, LLC", + "tires": "Binky Moon, LLC", + "tirol": "punkt Tirol GmbH", + "tj": "Information Technology Center", + "tjmaxx": "The TJX Companies, Inc.", + "tjx": "The TJX Companies, Inc.", + "tk": "Telecommunication Tokelau Corporation (Teletok)", + "tkmaxx": "The TJX Companies, Inc.", + "tl": "Autoridade Nacional de Comunicações", + "tm": "TM Domain Registry Ltd", + "tmall": "Alibaba Group Holding Limited", + "tn": "Agence Tunisienne d'Internet", + "to": "Government of the Kingdom of Tonga\nH.R.H. Crown Prince Tupouto'a\nc/o Consulate of Tonga", + "today": "Binky Moon, LLC", + "tokyo": "GMO Registry, Inc.", + "tools": "Binky Moon, LLC", + "top": "Jiangsu Bangning Science & Technology Co.,Ltd.", + "toray": "Toray Industries, Inc.", + "toshiba": "TOSHIBA Corporation", + "total": "Total SA", + "tours": "Binky Moon, LLC", + "town": "Binky Moon, LLC", + "toyota": "TOYOTA MOTOR CORPORATION", + "toys": "Binky Moon, LLC", + "tp": "Retired", + "tr": "Middle East Technical University\nDepartment of Computer Engineering", + "trade": "Elite Registry Limited", + "trading": "DOTTRADING REGISTRY LTD", + "training": "Binky Moon, LLC", + "travel": "Dog\tBeach, LLC", + "travelchannel": "Lifestyle Domain Holdings, Inc.", + "travelers": "Travelers TLD, LLC", + "travelersinsurance": "Travelers TLD, LLC", + "trust": "Artemis Internet Inc", + "trv": "Travelers TLD, LLC", + "tt": "University of the West Indies\nFaculty of Engineering", + "tube": "Latin American Telecom LLC", + "tui": "TUI AG", + "tunes": "Amazon Registry Services, Inc.", + "tushu": "Amazon Registry Services, Inc.", + "tv": "Ministry of Finance and Tourism", + "tvs": "T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED", + "tw": "Taiwan Network Information Center (TWNIC)", + "tz": "Tanzania Network Information Centre (tzNIC)", + "ua": "Hostmaster Ltd.", + "ubank": "National Australia Bank Limited", + "ubs": "UBS AG", + "uconnect": "FCA US LLC.", + "ug": "Uganda Online Ltd.", + "uk": "Nominet UK", + "um": "Not assigned", + "unicom": "China United Network Communications Corporation Limited", + "university": "Binky Moon, LLC", + "uno": "Dot Latin LLC", + "uol": "UBN INTERNET LTDA.", + "ups": "UPS Market Driver, Inc.", + "us": "NeuStar, Inc.", + "uy": "SeCIU - Universidad de la Republica", + "uz": "Computerization and Information Technologies Developing Center\nUZINFOCOM", + "va": "Holy See - Vatican City State", + "vacations": "Binky Moon, LLC", + "vana": "Lifestyle Domain Holdings, Inc.", + "vanguard": "The Vanguard Group, Inc.", + "vc": "Ministry of Telecommunications, Science, Technology and Industry", + "ve": "Comisión Nacional de Telecomunicaciones (CONATEL)", + "vegas": "Dot Vegas, Inc.", + "ventures": "Binky Moon, LLC", + "verisign": "VeriSign, Inc.", + "versicherung": "TLD-BOX Registrydienstleistungen GmbH", + "vet": "United TLD Holdco, Ltd", + "vg": "Telecommunications Regulatory Commission of the Virgin Islands", + "vi": "Virgin Islands Public Telecommunications System, Inc.", + "viajes": "Binky Moon, LLC", + "video": "United TLD Holdco, Ltd", + "vig": "VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe", + "viking": "Viking River Cruises (Bermuda) Ltd.", + "villas": "Binky Moon, LLC", + "vin": "Binky Moon, LLC", + "vip": "Minds + Machines Group Limited", + "virgin": "Virgin Enterprises Limited", + "visa": "Visa Worldwide Pte. Limited", + "vision": "Binky Moon, LLC", + "vista": "Vistaprint Limited", + "vistaprint": "Vistaprint Limited", + "viva": "Saudi Telecom Company", + "vivo": "Telefonica Brasil S.A.", + "vlaanderen": "DNS.be vzw", + "vn": "Ministry of Information and Communications of Socialist Republic of Viet Nam", + "vodka": "Top Level Domain Holdings Limited", + "volkswagen": "Volkswagen Group of America Inc.", + "volvo": "Volvo Holding Sverige Aktiebolag", + "vote": "Monolith Registry LLC", + "voting": "Valuetainment Corp.", + "voto": "Monolith Registry LLC", + "voyage": "Binky Moon, LLC", + "vu": "Telecom Vanuatu Limited", + "vuelos": "Travel Reservations SRL", + "wales": "Nominet UK", + "walmart": "Wal-Mart Stores, Inc.", + "walter": "Sandvik AB", + "wang": "Zodiac Wang Limited", + "wanggou": "Amazon Registry Services, Inc.", + "warman": "Weir Group IP Limited", + "watch": "Binky Moon, LLC", + "watches": "Richemont DNS Inc.", + "weather": "International Business Machines Corporation", + "weatherchannel": "International Business Machines Corporation", + "webcam": "dot Webcam Limited", + "weber": "Saint-Gobain Weber SA", + "website": "DotWebsite Inc.", + "wed": "Emergency Back-End Registry Operator Program - ICANN", + "wedding": "Top Level Domain Holdings Limited", + "weibo": "Sina Corporation", + "weir": "Weir Group IP Limited", + "wf": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "whoswho": "Who's Who Registry", + "wien": "punkt.wien GmbH", + "wiki": "Top Level Design, LLC", + "williamhill": "William Hill Organization Limited", + "win": "First Registry Limited", + "windows": "Microsoft Corporation", + "wine": "Binky Moon, LLC", + "winners": "The TJX Companies, Inc.", + "wme": "William Morris Endeavor Entertainment, LLC", + "wolterskluwer": "Wolters Kluwer N.V.", + "woodside": "Woodside Petroleum Limited", + "work": "Top Level Domain Holdings Limited", + "works": "Binky Moon, LLC", + "world": "Binky Moon, LLC", + "wow": "Amazon Registry Services, Inc.", + "ws": "Government of Samoa Ministry of Foreign Affairs & Trade", + "wtc": "World Trade Centers Association, Inc.", + "wtf": "Binky Moon, LLC", + "xbox": "Microsoft Corporation", + "xerox": "Xerox DNHC LLC", + "xfinity": "Comcast IP Holdings I, LLC", + "xihuan": "QIHOO 360 TECHNOLOGY CO. LTD.", + "xin": "Elegant Leader Limited", + "测试": "Internet Assigned Numbers Authority", + "कॉम": "VeriSign Sarl", + "परीक्षा": "Internet Assigned Numbers Authority", + "セール": "Amazon Registry Services, Inc.", + "佛山": "Guangzhou YU Wei Information Technology Co., Ltd.", + "ಭಾರತ": "National Internet eXchange of India", + "慈善": "Excellent First Limited", + "集团": "Eagle Horizon Limited", + "在线": "TLD REGISTRY LIMITED", + "한국": "KISA (Korea Internet & Security Agency)", + "ଭାରତ": "National Internet eXchange of India", + "大众汽车": "Volkswagen (China) Investment Co., Ltd.", + "点看": "VeriSign Sarl", + "คอม": "VeriSign Sarl", + "ভাৰত": "National Internet eXchange of India", + "ভারত": "National Internet Exchange of India", + "八卦": "Zodiac Gemini Ltd", + "‏موقع‎": "Suhub Electronic Establishment", + "বাংলা": "Posts and Telecommunications Division", + "公益": "China Organizational Name Administration Center", + "公司": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", + "香格里拉": "Shangri‐La International Hotel Management Limited", + "网站": "Global Website TLD Asia Limited", + "移动": "Afilias plc", + "我爱你": "Tycoon Treasure Limited", + "москва": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", + "испытание": "Internet Assigned Numbers Authority", + "қаз": "Association of IT Companies of Kazakhstan", + "католик": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "онлайн": "CORE Association", + "сайт": "CORE Association", + "联通": "China United Network Communications Corporation Limited", + "срб": "Serbian National Internet Domain Registry (RNIDS)", + "бг": "Imena.BG AD", + "бел": "Reliable Software, Ltd.", + "‏קום‎": "VeriSign Sarl", + "时尚": "RISE VICTORY LIMITED", + "微博": "Sina Corporation", + "테스트": "Internet Assigned Numbers Authority", + "淡马锡": "Temasek Holdings (Private) Limited", + "ファッション": "Amazon Registry Services, Inc.", + "орг": "Public Interest Registry", + "नेट": "VeriSign Sarl", + "ストア": "Amazon Registry Services, Inc.", + "삼성": "SAMSUNG SDS CO., LTD", + "சிங்கப்பூர்": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "商标": "HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED", + "商店": "Binky Moon, LLC", + "商城": "Zodiac Aquarius Limited", + "дети": "The Foundation for Network Initiatives “The Smart Internet”", + "мкд": "Macedonian Academic Research Network Skopje", + "‏טעסט‎": "Internet Assigned Numbers Authority", + "ею": "EURid vzw/asbl", + "ポイント": "Amazon Registry Services, Inc.", + "新闻": "Guangzhou YU Wei Information and Technology Co.,Ltd", + "工行": "Industrial and Commercial Bank of China Limited", + "家電": "Amazon Registry Services, Inc.", + "‏كوم‎": "VeriSign Sarl", + "中文网": "TLD REGISTRY LIMITED", + "中信": "CITIC Group Corporation", + "中国": "China Internet Network Information Center (CNNIC)", + "中國": "China Internet Network Information Center (CNNIC)", + "娱乐": "Binky Moon, LLC", + "谷歌": "Charleston Road Registry Inc.", + "భారత్": "National Internet Exchange of India", + "ලංකා": "LK Domain Registry", + "電訊盈科": "PCCW Enterprises Limited", + "购物": "Minds + Machines Group Limited", + "測試": "Internet Assigned Numbers Authority", + "クラウド": "Amazon Registry Services, Inc.", + "ભારત": "National Internet Exchange of India", + "通販": "Amazon Registry Services, Inc.", + "भारतम्": "National Internet eXchange of India", + "भारत": "National Internet Exchange of India", + "भारोत": "National Internet eXchange of India", + "‏آزمایشی‎": "Internet Assigned Numbers Authority", + "பரிட்சை": "Internet Assigned Numbers Authority", + "网店": "Zodiac Taurus Ltd.", + "संगठन": "Public Interest Registry", + "餐厅": "HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED", + "网络": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", + "ком": "VeriSign Sarl", + "укр": "Ukrainian Network Information Centre (UANIC), Inc.", + "香港": "Hong Kong Internet Registration Corporation Ltd.", + "诺基亚": "Nokia Corporation", + "食品": "Amazon Registry Services, Inc.", + "δοκιμή": "Internet Assigned Numbers Authority", + "飞利浦": "Koninklijke Philips N.V.", + "‏إختبار‎": "Internet Assigned Numbers Authority", + "台湾": "Taiwan Network Information Center (TWNIC)", + "台灣": "Taiwan Network Information Center (TWNIC)", + "手表": "Richemont DNS Inc.", + "手机": "Beijing RITT-Net Technology Development Co., Ltd", + "мон": "Datacom Co.,Ltd", + "‏الجزائر‎": "CERIST", + "‏عمان‎": "Telecommunications Regulatory Authority (TRA)", + "‏ارامكو‎": "Aramco Services Company", + "‏ایران‎": "Institute for Research in Fundamental Sciences (IPM)", + "‏العليان‎": "Crescent Holding GmbH", + "‏اتصالات‎": "Emirates Telecommunications Corporation (trading as Etisalat)", + "‏امارات‎": "Telecommunications Regulatory Authority (TRA)", + "‏بازار‎": "CORE Association", + "‏موريتانيا‎": "Not assigned", + "‏پاکستان‎": "National Telecommunication Corporation", + "‏الاردن‎": "National Information Technology Center (NITC)", + "‏موبايلي‎": "GreenTech Consultancy Company W.L.L.", + "‏بارت‎": "National Internet eXchange of India", + "‏بھارت‎": "National Internet Exchange of India", + "‏المغرب‎": "Agence Nationale de Réglementation des Télécommunications (ANRT)", + "‏ابوظبي‎": "Abu Dhabi Systems and Information Centre", + "‏السعودية‎": "Communications and Information Technology Commission", + "‏ڀارت‎": "National Internet eXchange of India", + "‏كاثوليك‎": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "‏سودان‎": "Sudan Internet Society", + "‏همراه‎": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "‏عراق‎": "Communications and Media Commission (CMC)", + "‏مليسيا‎": "MYNIC Berhad", + "澳門": "Macao Post and Telecommunications Bureau (CTT)", + "닷컴": "VeriSign Sarl", + "政府": "Net-Chinese Co., Ltd.", + "‏شبكة‎": "International Domain Registry Pty. Ltd.", + "‏بيتك‎": "Kuwait Finance House", + "‏عرب‎": "League of Arab States", + "გე": "Information Technologies Development Center (ITDC)", + "机构": "Public Interest Registry", + "组织机构": "Public Interest Registry", + "健康": "Stable Tone Limited", + "ไทย": "Thai Network Information Center Foundation", + "‏سورية‎": "National Agency for Network Services (NANS)", + "招聘": "Dot Trademark TLD Holding Company Limited", + "рус": "Rusnames Limited", + "рф": "Coordination Center for TLD RU", + "珠宝": "Richemont DNS Inc.", + "‏تونس‎": "Agence Tunisienne d'Internet", + "大拿": "VeriSign Sarl", + "みんな": "Charleston Road Registry Inc.", + "グーグル": "Charleston Road Registry Inc.", + "ελ": "ICS-FORTH GR", + "世界": "Stable Tone Limited", + "書籍": "Amazon Registry Services, Inc.", + "ഭാരതം": "National Internet eXchange of India", + "ਭਾਰਤ": "National Internet Exchange of India", + "网址": "KNET Co., Ltd", + "닷넷": "VeriSign Sarl", + "コム": "VeriSign Sarl", + "天主教": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "游戏": "Binky Moon, LLC", + "vermögensberater": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "vermögensberatung": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "企业": "Binky Moon, LLC", + "信息": "Beijing Tele-info Network Technology Co., Ltd.", + "嘉里大酒店": "Kerry Trading Co. Limited", + "嘉里": "Kerry Trading Co. Limited", + "‏مصر‎": "National Telecommunication Regulatory Authority - NTRA", + "‏قطر‎": "Communications Regulatory Authority", + "广东": "Guangzhou YU Wei Information Technology Co., Ltd.", + "இலங்கை": "LK Domain Registry", + "இந்தியா": "National Internet Exchange of India", + "հայ": "\"Internet Society\" Non-governmental Organization", + "新加坡": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "‏فلسطين‎": "Ministry of Telecom & Information Technology (MTIT)", + "テスト": "Internet Assigned Numbers Authority", + "政务": "China Organizational Name Administration Center", + "xperia": "Sony Mobile Communications AB", + "xxx": "ICM Registry LLC", + "xyz": "XYZ.COM LLC", + "yachts": "DERYachts, LLC", + "yahoo": "Yahoo! Domain Services Inc.", + "yamaxun": "Amazon Registry Services, Inc.", + "yandex": "YANDEX, LLC", + "ye": "TeleYemen", + "yodobashi": "YODOBASHI CAMERA CO.,LTD.", + "yoga": "Top Level Domain Holdings Limited", + "yokohama": "GMO Registry, Inc.", + "you": "Amazon Registry Services, Inc.", + "youtube": "Charleston Road Registry Inc.", + "yt": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "yun": "QIHOO 360 TECHNOLOGY CO. LTD.", + "za": "ZA Domain Name Authority", + "zappos": "Amazon Registry Services, Inc.", + "zara": "Industria de Diseño Textil, S.A. (INDITEX, S.A.)", + "zero": "Amazon Registry Services, Inc.", + "zip": "Charleston Road Registry Inc.", + "zippo": "Zadco Company", + "zm": "Zambia Information and Communications Technology Authority (ZICTA)", + "zone": "Binky Moon, LLC", + "zuerich": "Kanton Zürich (Canton of Zurich)", + "zw": "Postal and Telecommunications Regulatory Authority of Zimbabwe (POTRAZ)" +}; \ No newline at end of file diff --git a/formats/js/tld-enum/info.js b/formats/js/tld-enum/info.js index 744c39b..1d3420b 100644 --- a/formats/js/tld-enum/info.js +++ b/formats/js/tld-enum/info.js @@ -1 +1,7887 @@ -module.exports = []; \ No newline at end of file +module.exports = [ + { + "domain": "aaa", + "description": "American Automobile Association, Inc.", + "type": "generic" + }, + { + "domain": "aarp", + "description": "AARP", + "type": "generic" + }, + { + "domain": "abarth", + "description": "Fiat Chrysler Automobiles N.V.", + "type": "generic" + }, + { + "domain": "abb", + "description": "ABB Ltd", + "type": "generic" + }, + { + "domain": "abbott", + "description": "Abbott Laboratories, Inc.", + "type": "generic" + }, + { + "domain": "abbvie", + "description": "AbbVie Inc.", + "type": "generic" + }, + { + "domain": "abc", + "description": "Disney Enterprises, Inc.", + "type": "generic" + }, + { + "domain": "able", + "description": "Able Inc.", + "type": "generic" + }, + { + "domain": "abogado", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "abudhabi", + "description": "Abu Dhabi Systems and Information Centre", + "type": "generic" + }, + { + "domain": "ac", + "description": "Network Information Center (AC Domain Registry)\nc/o Cable and Wireless (Ascension Island)", + "type": "country-code" + }, + { + "domain": "academy", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "accenture", + "description": "Accenture plc", + "type": "generic" + }, + { + "domain": "accountant", + "description": "dot Accountant Limited", + "type": "generic" + }, + { + "domain": "accountants", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "aco", + "description": "ACO Severin Ahlmann GmbH & Co. KG", + "type": "generic" + }, + { + "domain": "active", + "description": "Active Network, LLC", + "type": "generic" + }, + { + "domain": "actor", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "ad", + "description": "Andorra Telecom", + "type": "country-code" + }, + { + "domain": "adac", + "description": "Allgemeiner Deutscher Automobil-Club e.V. (ADAC)", + "type": "generic" + }, + { + "domain": "ads", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "adult", + "description": "ICM Registry AD LLC", + "type": "generic" + }, + { + "domain": "ae", + "description": "Telecommunication Regulatory Authority (TRA)", + "type": "country-code" + }, + { + "domain": "aeg", + "description": "Aktiebolaget Electrolux", + "type": "generic" + }, + { + "domain": "aero", + "description": "Societe Internationale de Telecommunications Aeronautique (SITA INC USA)", + "type": "sponsored" + }, + { + "domain": "aetna", + "description": "Aetna Life Insurance Company", + "type": "generic" + }, + { + "domain": "af", + "description": "Ministry of Communications and IT", + "type": "country-code" + }, + { + "domain": "afamilycompany", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "afl", + "description": "Australian Football League", + "type": "generic" + }, + { + "domain": "africa", + "description": "ZA Central Registry NPC trading as Registry.Africa", + "type": "generic" + }, + { + "domain": "ag", + "description": "UHSA School of Medicine", + "type": "country-code" + }, + { + "domain": "agakhan", + "description": "Fondation Aga Khan (Aga Khan Foundation)", + "type": "generic" + }, + { + "domain": "agency", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ai", + "description": "Government of Anguilla", + "type": "country-code" + }, + { + "domain": "aig", + "description": "American International Group, Inc.", + "type": "generic" + }, + { + "domain": "aigo", + "description": "aigo Digital Technology Co,Ltd.", + "type": "generic" + }, + { + "domain": "airbus", + "description": "Airbus S.A.S.", + "type": "generic" + }, + { + "domain": "airforce", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "airtel", + "description": "Bharti Airtel Limited", + "type": "generic" + }, + { + "domain": "akdn", + "description": "Fondation Aga Khan (Aga Khan Foundation)", + "type": "generic" + }, + { + "domain": "al", + "description": "Electronic and Postal Communications Authority - AKEP", + "type": "country-code" + }, + { + "domain": "alfaromeo", + "description": "Fiat Chrysler Automobiles N.V.", + "type": "generic" + }, + { + "domain": "alibaba", + "description": "Alibaba Group Holding Limited", + "type": "generic" + }, + { + "domain": "alipay", + "description": "Alibaba Group Holding Limited", + "type": "generic" + }, + { + "domain": "allfinanz", + "description": "Allfinanz Deutsche Vermögensberatung Aktiengesellschaft", + "type": "generic" + }, + { + "domain": "allstate", + "description": "Allstate Fire and Casualty Insurance Company", + "type": "generic" + }, + { + "domain": "ally", + "description": "Ally Financial Inc.", + "type": "generic" + }, + { + "domain": "alsace", + "description": "REGION GRAND EST", + "type": "generic" + }, + { + "domain": "alstom", + "description": "ALSTOM", + "type": "generic" + }, + { + "domain": "am", + "description": "\"Internet Society\" Non-governmental Organization", + "type": "country-code" + }, + { + "domain": "americanexpress", + "description": "American Express Travel Related Services Company, Inc.", + "type": "generic" + }, + { + "domain": "americanfamily", + "description": "AmFam, Inc.", + "type": "generic" + }, + { + "domain": "amex", + "description": "American Express Travel Related Services Company, Inc.", + "type": "generic" + }, + { + "domain": "amfam", + "description": "AmFam, Inc.", + "type": "generic" + }, + { + "domain": "amica", + "description": "Amica Mutual Insurance Company", + "type": "generic" + }, + { + "domain": "amsterdam", + "description": "Gemeente Amsterdam", + "type": "generic" + }, + { + "domain": "an", + "description": "Retired", + "type": "country-code" + }, + { + "domain": "analytics", + "description": "Campus IP LLC", + "type": "generic" + }, + { + "domain": "android", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "anquan", + "description": "QIHOO 360 TECHNOLOGY CO. LTD.", + "type": "generic" + }, + { + "domain": "anz", + "description": "Australia and New Zealand Banking Group Limited", + "type": "generic" + }, + { + "domain": "ao", + "description": "Faculdade de Engenharia da Universidade Agostinho Neto", + "type": "country-code" + }, + { + "domain": "aol", + "description": "OATH Inc.", + "type": "generic" + }, + { + "domain": "apartments", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "app", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "apple", + "description": "Apple Inc.", + "type": "generic" + }, + { + "domain": "aq", + "description": "Antarctica Network Information Centre Limited", + "type": "country-code" + }, + { + "domain": "aquarelle", + "description": "Aquarelle.com", + "type": "generic" + }, + { + "domain": "ar", + "description": "Presidencia de la Nación – Secretaría Legal y Técnica", + "type": "country-code" + }, + { + "domain": "arab", + "description": "League of Arab States", + "type": "generic" + }, + { + "domain": "aramco", + "description": "Aramco Services Company", + "type": "generic" + }, + { + "domain": "archi", + "description": "STARTING DOT LIMITED", + "type": "generic" + }, + { + "domain": "army", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "arpa", + "description": "Internet Architecture Board (IAB)", + "type": "infrastructure" + }, + { + "domain": "art", + "description": "UK Creative Ideas Limited", + "type": "generic" + }, + { + "domain": "arte", + "description": "Association Relative à la Télévision Européenne G.E.I.E.", + "type": "generic" + }, + { + "domain": "as", + "description": "AS Domain Registry", + "type": "country-code" + }, + { + "domain": "asda", + "description": "Wal-Mart Stores, Inc.", + "type": "generic" + }, + { + "domain": "asia", + "description": "DotAsia Organisation Ltd.", + "type": "sponsored" + }, + { + "domain": "associates", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "at", + "description": "nic.at GmbH", + "type": "country-code" + }, + { + "domain": "athleta", + "description": "The Gap, Inc.", + "type": "generic" + }, + { + "domain": "attorney", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "au", + "description": ".au Domain Administration (auDA)", + "type": "country-code" + }, + { + "domain": "auction", + "description": "United TLD HoldCo, Ltd.", + "type": "generic" + }, + { + "domain": "audi", + "description": "AUDI Aktiengesellschaft", + "type": "generic" + }, + { + "domain": "audible", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "audio", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "auspost", + "description": "Australian Postal Corporation", + "type": "generic" + }, + { + "domain": "author", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "auto", + "description": "Cars Registry Limited", + "type": "generic" + }, + { + "domain": "autos", + "description": "DERAutos, LLC", + "type": "generic" + }, + { + "domain": "avianca", + "description": "Aerovias del Continente Americano S.A. Avianca", + "type": "generic" + }, + { + "domain": "aw", + "description": "SETAR", + "type": "country-code" + }, + { + "domain": "aws", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "ax", + "description": "Ålands landskapsregering", + "type": "country-code" + }, + { + "domain": "axa", + "description": "AXA SA", + "type": "generic" + }, + { + "domain": "az", + "description": "IntraNS", + "type": "country-code" + }, + { + "domain": "azure", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "ba", + "description": "Universtiy Telinformatic Centre (UTIC)", + "type": "country-code" + }, + { + "domain": "baby", + "description": "Johnson & Johnson Services, Inc.", + "type": "generic" + }, + { + "domain": "baidu", + "description": "Baidu, Inc.", + "type": "generic" + }, + { + "domain": "banamex", + "description": "Citigroup Inc.", + "type": "generic" + }, + { + "domain": "bananarepublic", + "description": "The Gap, Inc.", + "type": "generic" + }, + { + "domain": "band", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "bank", + "description": "fTLD Registry Services, LLC", + "type": "generic" + }, + { + "domain": "bar", + "description": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", + "type": "generic" + }, + { + "domain": "barcelona", + "description": "Municipi de Barcelona", + "type": "generic" + }, + { + "domain": "barclaycard", + "description": "Barclays Bank PLC", + "type": "generic" + }, + { + "domain": "barclays", + "description": "Barclays Bank PLC", + "type": "generic" + }, + { + "domain": "barefoot", + "description": "Gallo Vineyards, Inc.", + "type": "generic" + }, + { + "domain": "bargains", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "baseball", + "description": "MLB Advanced Media DH, LLC", + "type": "generic" + }, + { + "domain": "basketball", + "description": "Fédération Internationale de Basketball (FIBA)", + "type": "generic" + }, + { + "domain": "bauhaus", + "description": "Werkhaus GmbH", + "type": "generic" + }, + { + "domain": "bayern", + "description": "Bayern Connect GmbH", + "type": "generic" + }, + { + "domain": "bb", + "description": "Government of Barbados\nMinistry of Economic Affairs and Development\nTelecommunications Unit", + "type": "country-code" + }, + { + "domain": "bbc", + "description": "British Broadcasting Corporation", + "type": "generic" + }, + { + "domain": "bbt", + "description": "BB&T Corporation", + "type": "generic" + }, + { + "domain": "bbva", + "description": "BANCO BILBAO VIZCAYA ARGENTARIA, S.A.", + "type": "generic" + }, + { + "domain": "bcg", + "description": "The Boston Consulting Group, Inc.", + "type": "generic" + }, + { + "domain": "bcn", + "description": "Municipi de Barcelona", + "type": "generic" + }, + { + "domain": "bd", + "description": "Posts and Telecommunications Division", + "type": "country-code" + }, + { + "domain": "be", + "description": "DNS Belgium vzw/asbl", + "type": "country-code" + }, + { + "domain": "beats", + "description": "Beats Electronics, LLC", + "type": "generic" + }, + { + "domain": "beauty", + "description": "L'Oréal", + "type": "generic" + }, + { + "domain": "beer", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "bentley", + "description": "Bentley Motors Limited", + "type": "generic" + }, + { + "domain": "berlin", + "description": "dotBERLIN GmbH & Co. KG", + "type": "generic" + }, + { + "domain": "best", + "description": "BestTLD Pty Ltd", + "type": "generic" + }, + { + "domain": "bestbuy", + "description": "BBY Solutions, Inc.", + "type": "generic" + }, + { + "domain": "bet", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "bf", + "description": "ARCE-AutoritÈ de RÈgulation des Communications Electroniques", + "type": "country-code" + }, + { + "domain": "bg", + "description": "Register.BG", + "type": "country-code" + }, + { + "domain": "bh", + "description": "Telecommunications Regulatory Authority (TRA)", + "type": "country-code" + }, + { + "domain": "bharti", + "description": "Bharti Enterprises (Holding) Private Limited", + "type": "generic" + }, + { + "domain": "bi", + "description": "Centre National de l'Informatique", + "type": "country-code" + }, + { + "domain": "bible", + "description": "American Bible Society", + "type": "generic" + }, + { + "domain": "bid", + "description": "dot Bid Limited", + "type": "generic" + }, + { + "domain": "bike", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "bing", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "bingo", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "bio", + "description": "STARTING DOT LIMITED", + "type": "generic" + }, + { + "domain": "biz", + "description": "Neustar, Inc.", + "type": "generic-restricted" + }, + { + "domain": "bj", + "description": "Benin Telecoms S.A.", + "type": "country-code" + }, + { + "domain": "bl", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "black", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "blackfriday", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "blanco", + "description": "BLANCO GmbH + Co KG", + "type": "generic" + }, + { + "domain": "blockbuster", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "blog", + "description": "Knock Knock WHOIS There, LLC", + "type": "generic" + }, + { + "domain": "bloomberg", + "description": "Bloomberg IP Holdings LLC", + "type": "generic" + }, + { + "domain": "blue", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "bm", + "description": "Registry General Department, Ministry of Home Affairs", + "type": "country-code" + }, + { + "domain": "bms", + "description": "Bristol-Myers Squibb Company", + "type": "generic" + }, + { + "domain": "bmw", + "description": "Bayerische Motoren Werke Aktiengesellschaft", + "type": "generic" + }, + { + "domain": "bn", + "description": "Authority for Info-communications Technology Industry of Brunei Darussalam (AITI)", + "type": "country-code" + }, + { + "domain": "bnl", + "description": "Banca Nazionale del Lavoro", + "type": "generic" + }, + { + "domain": "bnpparibas", + "description": "BNP Paribas", + "type": "generic" + }, + { + "domain": "bo", + "description": "Agencia para el Desarrollo de la Información de la Sociedad en Bolivia", + "type": "country-code" + }, + { + "domain": "boats", + "description": "DERBoats, LLC", + "type": "generic" + }, + { + "domain": "boehringer", + "description": "Boehringer Ingelheim International GmbH", + "type": "generic" + }, + { + "domain": "bofa", + "description": "Bank of America Corporation", + "type": "generic" + }, + { + "domain": "bom", + "description": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", + "type": "generic" + }, + { + "domain": "bond", + "description": "Bond University Limited", + "type": "generic" + }, + { + "domain": "boo", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "book", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "booking", + "description": "Booking.com B.V.", + "type": "generic" + }, + { + "domain": "boots", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "bosch", + "description": "Robert Bosch GMBH", + "type": "generic" + }, + { + "domain": "bostik", + "description": "Bostik SA", + "type": "generic" + }, + { + "domain": "boston", + "description": "Boston TLD Management, LLC", + "type": "generic" + }, + { + "domain": "bot", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "boutique", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "box", + "description": "NS1 Limited", + "type": "generic" + }, + { + "domain": "bq", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "br", + "description": "Comite Gestor da Internet no Brasil", + "type": "country-code" + }, + { + "domain": "bradesco", + "description": "Banco Bradesco S.A.", + "type": "generic" + }, + { + "domain": "bridgestone", + "description": "Bridgestone Corporation", + "type": "generic" + }, + { + "domain": "broadway", + "description": "Celebrate Broadway, Inc.", + "type": "generic" + }, + { + "domain": "broker", + "description": "DOTBROKER REGISTRY LTD", + "type": "generic" + }, + { + "domain": "brother", + "description": "Brother Industries, Ltd.", + "type": "generic" + }, + { + "domain": "brussels", + "description": "DNS.be vzw", + "type": "generic" + }, + { + "domain": "bs", + "description": "The College of the Bahamas", + "type": "country-code" + }, + { + "domain": "bt", + "description": "Ministry of Information and Communications", + "type": "country-code" + }, + { + "domain": "budapest", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "bugatti", + "description": "Bugatti International SA", + "type": "generic" + }, + { + "domain": "build", + "description": "Plan Bee LLC", + "type": "generic" + }, + { + "domain": "builders", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "business", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "buy", + "description": "Amazon Registry Services, INC", + "type": "generic" + }, + { + "domain": "buzz", + "description": "DOTSTRATEGY CO.", + "type": "generic" + }, + { + "domain": "bv", + "description": "UNINETT Norid A/S", + "type": "country-code" + }, + { + "domain": "bw", + "description": "Botswana Communications Regulatory Authority (BOCRA)", + "type": "country-code" + }, + { + "domain": "by", + "description": "Reliable Software, Ltd.", + "type": "country-code" + }, + { + "domain": "bz", + "description": "University of Belize", + "type": "country-code" + }, + { + "domain": "bzh", + "description": "Association www.bzh", + "type": "generic" + }, + { + "domain": "ca", + "description": "Canadian Internet Registration Authority (CIRA) Autorité Canadienne pour les enregistrements Internet (ACEI)", + "type": "country-code" + }, + { + "domain": "cab", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cafe", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cal", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "call", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "calvinklein", + "description": "PVH gTLD Holdings LLC", + "type": "generic" + }, + { + "domain": "cam", + "description": "AC Webconnecting Holding B.V.", + "type": "generic" + }, + { + "domain": "camera", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "camp", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cancerresearch", + "description": "Australian Cancer Research Foundation", + "type": "generic" + }, + { + "domain": "canon", + "description": "Canon Inc.", + "type": "generic" + }, + { + "domain": "capetown", + "description": "ZA Central Registry NPC trading as ZA Central Registry", + "type": "generic" + }, + { + "domain": "capital", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "capitalone", + "description": "Capital One Financial Corporation", + "type": "generic" + }, + { + "domain": "car", + "description": "Cars Registry Limited", + "type": "generic" + }, + { + "domain": "caravan", + "description": "Caravan International, Inc.", + "type": "generic" + }, + { + "domain": "cards", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "care", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "career", + "description": "dotCareer LLC", + "type": "generic" + }, + { + "domain": "careers", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cars", + "description": "Cars Registry Limited", + "type": "generic" + }, + { + "domain": "cartier", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "casa", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "case", + "description": "CNH Industrial N.V.", + "type": "generic" + }, + { + "domain": "caseih", + "description": "CNH Industrial N.V.", + "type": "generic" + }, + { + "domain": "cash", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "casino", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cat", + "description": "Fundacio puntCAT", + "type": "sponsored" + }, + { + "domain": "catering", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "catholic", + "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "type": "generic" + }, + { + "domain": "cba", + "description": "COMMONWEALTH BANK OF AUSTRALIA", + "type": "generic" + }, + { + "domain": "cbn", + "description": "The Christian Broadcasting Network, Inc.", + "type": "generic" + }, + { + "domain": "cbre", + "description": "CBRE, Inc.", + "type": "generic" + }, + { + "domain": "cbs", + "description": "CBS Domains Inc.", + "type": "generic" + }, + { + "domain": "cc", + "description": "eNIC Cocos (Keeling) Islands Pty.\nLtd. d/b/a Island Internet Services", + "type": "country-code" + }, + { + "domain": "cd", + "description": "Office Congolais des Postes et Télécommunications - OCPT", + "type": "country-code" + }, + { + "domain": "ceb", + "description": "The Corporate Executive Board Company", + "type": "generic" + }, + { + "domain": "center", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ceo", + "description": "CEOTLD Pty Ltd", + "type": "generic" + }, + { + "domain": "cern", + "description": "European Organization for Nuclear Research (\"CERN\")", + "type": "generic" + }, + { + "domain": "cf", + "description": "Societe Centrafricaine de Telecommunications (SOCATEL)", + "type": "country-code" + }, + { + "domain": "cfa", + "description": "CFA Institute", + "type": "generic" + }, + { + "domain": "cfd", + "description": "DOTCFD REGISTRY LTD", + "type": "generic" + }, + { + "domain": "cg", + "description": "ONPT Congo and Interpoint Switzerland", + "type": "country-code" + }, + { + "domain": "ch", + "description": "SWITCH The Swiss Education & Research Network", + "type": "country-code" + }, + { + "domain": "chanel", + "description": "Chanel International B.V.", + "type": "generic" + }, + { + "domain": "channel", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "charity", + "description": "Corn Lake, LLC", + "type": "generic" + }, + { + "domain": "chase", + "description": "JPMorgan Chase Bank, National Association", + "type": "generic" + }, + { + "domain": "chat", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cheap", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "chintai", + "description": "CHINTAI Corporation", + "type": "generic" + }, + { + "domain": "chloe", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "christmas", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "chrome", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "chrysler", + "description": "FCA US LLC.", + "type": "generic" + }, + { + "domain": "church", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ci", + "description": "Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire (ARTCI)", + "type": "country-code" + }, + { + "domain": "cipriani", + "description": "Hotel Cipriani Srl", + "type": "generic" + }, + { + "domain": "circle", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "cisco", + "description": "Cisco Technology, Inc.", + "type": "generic" + }, + { + "domain": "citadel", + "description": "Citadel Domain LLC", + "type": "generic" + }, + { + "domain": "citi", + "description": "Citigroup Inc.", + "type": "generic" + }, + { + "domain": "citic", + "description": "CITIC Group Corporation", + "type": "generic" + }, + { + "domain": "city", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cityeats", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "ck", + "description": "Telecom Cook Islands Ltd.", + "type": "country-code" + }, + { + "domain": "cl", + "description": "NIC Chile (University of Chile)", + "type": "country-code" + }, + { + "domain": "claims", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cleaning", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "click", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "clinic", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "clinique", + "description": "The Estée Lauder Companies Inc.", + "type": "generic" + }, + { + "domain": "clothing", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cloud", + "description": "ARUBA PEC S.p.A.", + "type": "generic" + }, + { + "domain": "club", + "description": ".CLUB DOMAINS, LLC", + "type": "generic" + }, + { + "domain": "clubmed", + "description": "Club Méditerranée S.A.", + "type": "generic" + }, + { + "domain": "cm", + "description": "Cameroon Telecommunications (CAMTEL)", + "type": "country-code" + }, + { + "domain": "cn", + "description": "China Internet Network Information Center (CNNIC)", + "type": "country-code" + }, + { + "domain": "co", + "description": ".CO Internet S.A.S.", + "type": "country-code" + }, + { + "domain": "coach", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "codes", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "coffee", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "college", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "cologne", + "description": "punkt.wien GmbH", + "type": "generic" + }, + { + "domain": "com", + "description": "VeriSign Global Registry Services", + "type": "generic" + }, + { + "domain": "comcast", + "description": "Comcast IP Holdings I, LLC", + "type": "generic" + }, + { + "domain": "commbank", + "description": "COMMONWEALTH BANK OF AUSTRALIA", + "type": "generic" + }, + { + "domain": "community", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "company", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "compare", + "description": "iSelect Ltd", + "type": "generic" + }, + { + "domain": "computer", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "comsec", + "description": "VeriSign, Inc.", + "type": "generic" + }, + { + "domain": "condos", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "construction", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "consulting", + "description": "United TLD Holdco, LTD.", + "type": "generic" + }, + { + "domain": "contact", + "description": "Top Level Spectrum, Inc.", + "type": "generic" + }, + { + "domain": "contractors", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cooking", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "cookingchannel", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "cool", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "coop", + "description": "DotCooperation LLC", + "type": "sponsored" + }, + { + "domain": "corsica", + "description": "Collectivité Territoriale de Corse", + "type": "generic" + }, + { + "domain": "country", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "coupon", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "coupons", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "courses", + "description": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", + "type": "generic" + }, + { + "domain": "cr", + "description": "National Academy of Sciences\nAcademia Nacional de Ciencias", + "type": "country-code" + }, + { + "domain": "credit", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "creditcard", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "creditunion", + "description": "CUNA Performance Resources, LLC", + "type": "generic" + }, + { + "domain": "cricket", + "description": "dot Cricket Limited", + "type": "generic" + }, + { + "domain": "crown", + "description": "Crown Equipment Corporation", + "type": "generic" + }, + { + "domain": "crs", + "description": "Federated Co-operatives Limited", + "type": "generic" + }, + { + "domain": "cruise", + "description": "Viking River Cruises (Bermuda) Ltd.", + "type": "generic" + }, + { + "domain": "cruises", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "csc", + "description": "Alliance-One Services, Inc.", + "type": "generic" + }, + { + "domain": "cu", + "description": "CENIAInternet\nIndustria y San Jose\nCapitolio Nacional", + "type": "country-code" + }, + { + "domain": "cuisinella", + "description": "SALM S.A.S.", + "type": "generic" + }, + { + "domain": "cv", + "description": "Agência Nacional das Comunicações (ANAC)", + "type": "country-code" + }, + { + "domain": "cw", + "description": "University of Curacao", + "type": "country-code" + }, + { + "domain": "cx", + "description": "Christmas Island Domain Administration Limited", + "type": "country-code" + }, + { + "domain": "cy", + "description": "University of Cyprus", + "type": "country-code" + }, + { + "domain": "cymru", + "description": "Nominet UK", + "type": "generic" + }, + { + "domain": "cyou", + "description": "Beijing Gamease Age Digital Technology Co., Ltd.", + "type": "generic" + }, + { + "domain": "cz", + "description": "CZ.NIC, z.s.p.o", + "type": "country-code" + }, + { + "domain": "dabur", + "description": "Dabur India Limited", + "type": "generic" + }, + { + "domain": "dad", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "dance", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "data", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "date", + "description": "dot Date Limited", + "type": "generic" + }, + { + "domain": "dating", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "datsun", + "description": "NISSAN MOTOR CO., LTD.", + "type": "generic" + }, + { + "domain": "day", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "dclk", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "dds", + "description": "Minds + Machines Group Limited", + "type": "generic" + }, + { + "domain": "de", + "description": "DENIC eG", + "type": "country-code" + }, + { + "domain": "deal", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "dealer", + "description": "Dealer Dot Com, Inc.", + "type": "generic" + }, + { + "domain": "deals", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "degree", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "delivery", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "dell", + "description": "Dell Inc.", + "type": "generic" + }, + { + "domain": "deloitte", + "description": "Deloitte Touche Tohmatsu", + "type": "generic" + }, + { + "domain": "delta", + "description": "Delta Air Lines, Inc.", + "type": "generic" + }, + { + "domain": "democrat", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "dental", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "dentist", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "desi", + "description": "Desi Networks LLC", + "type": "generic" + }, + { + "domain": "design", + "description": "Top Level Design, LLC", + "type": "generic" + }, + { + "domain": "dev", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "dhl", + "description": "Deutsche Post AG", + "type": "generic" + }, + { + "domain": "diamonds", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "diet", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "digital", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "direct", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "directory", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "discount", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "discover", + "description": "Discover Financial Services", + "type": "generic" + }, + { + "domain": "dish", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "diy", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "dj", + "description": "Djibouti Telecom S.A", + "type": "country-code" + }, + { + "domain": "dk", + "description": "Dansk Internet Forum", + "type": "country-code" + }, + { + "domain": "dm", + "description": "DotDM Corporation", + "type": "country-code" + }, + { + "domain": "dnp", + "description": "Dai Nippon Printing Co., Ltd.", + "type": "generic" + }, + { + "domain": "do", + "description": "Pontificia Universidad Catolica Madre y Maestra\nRecinto Santo Tomas de Aquino", + "type": "country-code" + }, + { + "domain": "docs", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "doctor", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "dodge", + "description": "FCA US LLC.", + "type": "generic" + }, + { + "domain": "dog", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "doha", + "description": "Communications Regulatory Authority (CRA)", + "type": "generic" + }, + { + "domain": "domains", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "doosan", + "description": "Retired", + "type": "generic" + }, + { + "domain": "dot", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "download", + "description": "dot Support Limited", + "type": "generic" + }, + { + "domain": "drive", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "dtv", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "dubai", + "description": "Dubai Smart Government Department", + "type": "generic" + }, + { + "domain": "duck", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "dunlop", + "description": "The Goodyear Tire & Rubber Company", + "type": "generic" + }, + { + "domain": "duns", + "description": "The Dun & Bradstreet Corporation", + "type": "generic" + }, + { + "domain": "dupont", + "description": "E. I. du Pont de Nemours and Company", + "type": "generic" + }, + { + "domain": "durban", + "description": "ZA Central Registry NPC trading as ZA Central Registry", + "type": "generic" + }, + { + "domain": "dvag", + "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "type": "generic" + }, + { + "domain": "dvr", + "description": "Hughes Satellite Systems Corporation", + "type": "generic" + }, + { + "domain": "dz", + "description": "CERIST", + "type": "country-code" + }, + { + "domain": "earth", + "description": "Interlink Co., Ltd.", + "type": "generic" + }, + { + "domain": "eat", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "ec", + "description": "ECUADORDOMAIN S.A.", + "type": "country-code" + }, + { + "domain": "eco", + "description": "Big Room Inc.", + "type": "generic" + }, + { + "domain": "edeka", + "description": "EDEKA Verband kaufmännischer Genossenschaften e.V.", + "type": "generic" + }, + { + "domain": "edu", + "description": "EDUCAUSE", + "type": "sponsored" + }, + { + "domain": "education", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ee", + "description": "Eesti Interneti Sihtasutus (EIS)", + "type": "country-code" + }, + { + "domain": "eg", + "description": "Egyptian Universities Network (EUN)\nSupreme Council of Universities", + "type": "country-code" + }, + { + "domain": "eh", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "email", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "emerck", + "description": "Merck KGaA", + "type": "generic" + }, + { + "domain": "energy", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "engineer", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "engineering", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "enterprises", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "epost", + "description": "Deutsche Post AG", + "type": "generic" + }, + { + "domain": "epson", + "description": "Seiko Epson Corporation", + "type": "generic" + }, + { + "domain": "equipment", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "er", + "description": "Eritrea Telecommunication Services Corporation (EriTel)", + "type": "country-code" + }, + { + "domain": "ericsson", + "description": "Telefonaktiebolaget L M Ericsson", + "type": "generic" + }, + { + "domain": "erni", + "description": "ERNI Group Holding AG", + "type": "generic" + }, + { + "domain": "es", + "description": "Red.es", + "type": "country-code" + }, + { + "domain": "esq", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "estate", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "esurance", + "description": "Esurance Insurance Company", + "type": "generic" + }, + { + "domain": "et", + "description": "Ethio telecom", + "type": "country-code" + }, + { + "domain": "etisalat", + "description": "Emirates Telecommunications Corporation (trading as Etisalat)", + "type": "generic" + }, + { + "domain": "eu", + "description": "EURid vzw/asbl", + "type": "country-code" + }, + { + "domain": "eurovision", + "description": "European Broadcasting Union (EBU)", + "type": "generic" + }, + { + "domain": "eus", + "description": "Puntueus Fundazioa", + "type": "generic" + }, + { + "domain": "events", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "everbank", + "description": "EverBank", + "type": "generic" + }, + { + "domain": "exchange", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "expert", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "exposed", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "express", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "extraspace", + "description": "Extra Space Storage LLC", + "type": "generic" + }, + { + "domain": "fage", + "description": "Fage International S.A.", + "type": "generic" + }, + { + "domain": "fail", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "fairwinds", + "description": "FairWinds Partners, LLC", + "type": "generic" + }, + { + "domain": "faith", + "description": "dot Faith Limited", + "type": "generic" + }, + { + "domain": "family", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "fan", + "description": "Asiamix Digital Ltd", + "type": "generic" + }, + { + "domain": "fans", + "description": "Asiamix Digital Limited", + "type": "generic" + }, + { + "domain": "farm", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "farmers", + "description": "Farmers Insurance Exchange", + "type": "generic" + }, + { + "domain": "fashion", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "fast", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "fedex", + "description": "Federal Express Corporation", + "type": "generic" + }, + { + "domain": "feedback", + "description": "Top Level Spectrum, Inc.", + "type": "generic" + }, + { + "domain": "ferrari", + "description": "Fiat Chrysler Automobiles N.V.", + "type": "generic" + }, + { + "domain": "ferrero", + "description": "Ferrero Trading Lux S.A.", + "type": "generic" + }, + { + "domain": "fi", + "description": "Finnish Communications Regulatory Authority", + "type": "country-code" + }, + { + "domain": "fiat", + "description": "Fiat Chrysler Automobiles N.V.", + "type": "generic" + }, + { + "domain": "fidelity", + "description": "Fidelity Brokerage Services LLC", + "type": "generic" + }, + { + "domain": "fido", + "description": "Rogers Communications Canada Inc.", + "type": "generic" + }, + { + "domain": "film", + "description": "Motion Picture Domain Registry Pty Ltd", + "type": "generic" + }, + { + "domain": "final", + "description": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", + "type": "generic" + }, + { + "domain": "finance", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "financial", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "fire", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "firestone", + "description": "Bridgestone Licensing Services, Inc.", + "type": "generic" + }, + { + "domain": "firmdale", + "description": "Firmdale Holdings Limited", + "type": "generic" + }, + { + "domain": "fish", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "fishing", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "fit", + "description": "Minds + Machines Group Limited", + "type": "generic" + }, + { + "domain": "fitness", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "fj", + "description": "The University of the South Pacific\nIT Services", + "type": "country-code" + }, + { + "domain": "fk", + "description": "Falkland Islands Government", + "type": "country-code" + }, + { + "domain": "flickr", + "description": "Yahoo! Domain Services Inc.", + "type": "generic" + }, + { + "domain": "flights", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "flir", + "description": "FLIR Systems, Inc.", + "type": "generic" + }, + { + "domain": "florist", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "flowers", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "flsmidth", + "description": "Retired", + "type": "generic" + }, + { + "domain": "fly", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "fm", + "description": "FSM Telecommunications Corporation", + "type": "country-code" + }, + { + "domain": "fo", + "description": "FO Council", + "type": "country-code" + }, + { + "domain": "foo", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "food", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "foodnetwork", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "football", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ford", + "description": "Ford Motor Company", + "type": "generic" + }, + { + "domain": "forex", + "description": "DOTFOREX REGISTRY LTD", + "type": "generic" + }, + { + "domain": "forsale", + "description": "United TLD Holdco, LLC", + "type": "generic" + }, + { + "domain": "forum", + "description": "Fegistry, LLC", + "type": "generic" + }, + { + "domain": "foundation", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "fox", + "description": "FOX Registry, LLC", + "type": "generic" + }, + { + "domain": "fr", + "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "type": "country-code" + }, + { + "domain": "free", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "fresenius", + "description": "Fresenius Immobilien-Verwaltungs-GmbH", + "type": "generic" + }, + { + "domain": "frl", + "description": "FRLregistry B.V.", + "type": "generic" + }, + { + "domain": "frogans", + "description": "OP3FT", + "type": "generic" + }, + { + "domain": "frontdoor", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "frontier", + "description": "Frontier Communications Corporation", + "type": "generic" + }, + { + "domain": "ftr", + "description": "Frontier Communications Corporation", + "type": "generic" + }, + { + "domain": "fujitsu", + "description": "Fujitsu Limited", + "type": "generic" + }, + { + "domain": "fujixerox", + "description": "Xerox DNHC LLC", + "type": "generic" + }, + { + "domain": "fun", + "description": "DotSpace, Inc.", + "type": "generic" + }, + { + "domain": "fund", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "furniture", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "futbol", + "description": "United TLD Holdco, Ltd.", + "type": "generic" + }, + { + "domain": "fyi", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ga", + "description": "Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF)", + "type": "country-code" + }, + { + "domain": "gal", + "description": "Asociación puntoGAL", + "type": "generic" + }, + { + "domain": "gallery", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gallo", + "description": "Gallo Vineyards, Inc.", + "type": "generic" + }, + { + "domain": "gallup", + "description": "Gallup, Inc.", + "type": "generic" + }, + { + "domain": "game", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "games", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "gap", + "description": "The Gap, Inc.", + "type": "generic" + }, + { + "domain": "garden", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "gb", + "description": "Reserved Domain - IANA", + "type": "country-code" + }, + { + "domain": "gbiz", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "gd", + "description": "The National Telecommunications Regulatory Commission (NTRC)", + "type": "country-code" + }, + { + "domain": "gdn", + "description": "Joint Stock Company \"Navigation-information systems\"", + "type": "generic" + }, + { + "domain": "ge", + "description": "Caucasus Online LLC", + "type": "country-code" + }, + { + "domain": "gea", + "description": "GEA Group Aktiengesellschaft", + "type": "generic" + }, + { + "domain": "gent", + "description": "Combell nv", + "type": "generic" + }, + { + "domain": "genting", + "description": "Resorts World Inc. Pte. Ltd.", + "type": "generic" + }, + { + "domain": "george", + "description": "Wal-Mart Stores, Inc.", + "type": "generic" + }, + { + "domain": "gf", + "description": "Net Plus", + "type": "country-code" + }, + { + "domain": "gg", + "description": "Island Networks Ltd.", + "type": "country-code" + }, + { + "domain": "ggee", + "description": "GMO Internet, Inc.", + "type": "generic" + }, + { + "domain": "gh", + "description": "Network Computer Systems Limited", + "type": "country-code" + }, + { + "domain": "gi", + "description": "Sapphire Networks", + "type": "country-code" + }, + { + "domain": "gift", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "gifts", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gives", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "giving", + "description": "Giving Limited", + "type": "generic" + }, + { + "domain": "gl", + "description": "TELE Greenland A/S", + "type": "country-code" + }, + { + "domain": "glade", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "glass", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gle", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "global", + "description": "Dot Global Domain Registry Limited", + "type": "generic" + }, + { + "domain": "globo", + "description": "Globo Comunicação e Participações S.A", + "type": "generic" + }, + { + "domain": "gm", + "description": "GM-NIC", + "type": "country-code" + }, + { + "domain": "gmail", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "gmbh", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gmo", + "description": "GMO Internet, Inc.", + "type": "generic" + }, + { + "domain": "gmx", + "description": "1&1 Mail & Media GmbH", + "type": "generic" + }, + { + "domain": "gn", + "description": "Centre National des Sciences Halieutiques de Boussoura", + "type": "country-code" + }, + { + "domain": "godaddy", + "description": "Go Daddy East, LLC", + "type": "generic" + }, + { + "domain": "gold", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "goldpoint", + "description": "YODOBASHI CAMERA CO.,LTD.", + "type": "generic" + }, + { + "domain": "golf", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "goo", + "description": "NTT Resonant Inc.", + "type": "generic" + }, + { + "domain": "goodhands", + "description": "Allstate Fire and Casualty Insurance Company", + "type": "generic" + }, + { + "domain": "goodyear", + "description": "The Goodyear Tire & Rubber Company", + "type": "generic" + }, + { + "domain": "goog", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "google", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "gop", + "description": "Republican State Leadership Committee, Inc.", + "type": "generic" + }, + { + "domain": "got", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "gov", + "description": "General Services Administration\nAttn: QTDC, 2E08 (.gov Domain Registration)", + "type": "sponsored" + }, + { + "domain": "gp", + "description": "Networking Technologies Group", + "type": "country-code" + }, + { + "domain": "gq", + "description": "GETESA", + "type": "country-code" + }, + { + "domain": "gr", + "description": "ICS-FORTH GR", + "type": "country-code" + }, + { + "domain": "grainger", + "description": "Grainger Registry Services, LLC", + "type": "generic" + }, + { + "domain": "graphics", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gratis", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "green", + "description": "DotGreen Registry Limited", + "type": "generic" + }, + { + "domain": "gripe", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "grocery", + "description": "Wal-Mart Stores, Inc.", + "type": "generic" + }, + { + "domain": "group", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gs", + "description": "Government of South Georgia and South Sandwich Islands (GSGSSI)", + "type": "country-code" + }, + { + "domain": "gt", + "description": "Universidad del Valle de Guatemala", + "type": "country-code" + }, + { + "domain": "gu", + "description": "University of Guam", + "type": "country-code" + }, + { + "domain": "guardian", + "description": "The Guardian Life Insurance Company of America", + "type": "generic" + }, + { + "domain": "gucci", + "description": "Guccio Gucci S.p.a.", + "type": "generic" + }, + { + "domain": "guge", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "guide", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "guitars", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "guru", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gw", + "description": "Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau", + "type": "country-code" + }, + { + "domain": "gy", + "description": "University of Guyana", + "type": "country-code" + }, + { + "domain": "hair", + "description": "L'Oreal", + "type": "generic" + }, + { + "domain": "hamburg", + "description": "Hamburg Top-Level-Domain GmbH", + "type": "generic" + }, + { + "domain": "hangout", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "haus", + "description": "United TLD Holdco, LTD.", + "type": "generic" + }, + { + "domain": "hbo", + "description": "HBO Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "hdfc", + "description": "HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED", + "type": "generic" + }, + { + "domain": "hdfcbank", + "description": "HDFC Bank Limited", + "type": "generic" + }, + { + "domain": "health", + "description": "DotHealth, LLC", + "type": "generic" + }, + { + "domain": "healthcare", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "help", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "helsinki", + "description": "City of Helsinki", + "type": "generic" + }, + { + "domain": "here", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "hermes", + "description": "Hermes International", + "type": "generic" + }, + { + "domain": "hgtv", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "hiphop", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "hisamitsu", + "description": "Hisamitsu Pharmaceutical Co.,Inc.", + "type": "generic" + }, + { + "domain": "hitachi", + "description": "Hitachi, Ltd.", + "type": "generic" + }, + { + "domain": "hiv", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "hk", + "description": "Hong Kong Internet Registration Corporation Ltd.", + "type": "country-code" + }, + { + "domain": "hkt", + "description": "PCCW-HKT DataCom Services Limited", + "type": "generic" + }, + { + "domain": "hm", + "description": "HM Domain Registry", + "type": "country-code" + }, + { + "domain": "hn", + "description": "Red de Desarrollo Sostenible Honduras", + "type": "country-code" + }, + { + "domain": "hockey", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "holdings", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "holiday", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "homedepot", + "description": "Home Depot Product Authority, LLC", + "type": "generic" + }, + { + "domain": "homegoods", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "homes", + "description": "DERHomes, LLC", + "type": "generic" + }, + { + "domain": "homesense", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "honda", + "description": "Honda Motor Co., Ltd.", + "type": "generic" + }, + { + "domain": "honeywell", + "description": "Honeywell GTLD LLC", + "type": "generic" + }, + { + "domain": "horse", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "hospital", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "host", + "description": "DotHost Inc.", + "type": "generic" + }, + { + "domain": "hosting", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "hot", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "hoteles", + "description": "Travel Reservations SRL", + "type": "generic" + }, + { + "domain": "hotels", + "description": "Booking.com B.V.", + "type": "generic" + }, + { + "domain": "hotmail", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "house", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "how", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "hr", + "description": "CARNet - Croatian Academic and Research Network", + "type": "country-code" + }, + { + "domain": "hsbc", + "description": "HSBC Global Services (UK) Limited", + "type": "generic" + }, + { + "domain": "ht", + "description": "Consortium FDS/RDDH", + "type": "country-code" + }, + { + "domain": "htc", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "hu", + "description": "Council of Hungarian Internet Providers (CHIP)", + "type": "country-code" + }, + { + "domain": "hughes", + "description": "Hughes Satellite Systems Corporation", + "type": "generic" + }, + { + "domain": "hyatt", + "description": "Hyatt GTLD, L.L.C.", + "type": "generic" + }, + { + "domain": "hyundai", + "description": "Hyundai Motor Company", + "type": "generic" + }, + { + "domain": "ibm", + "description": "International Business Machines Corporation", + "type": "generic" + }, + { + "domain": "icbc", + "description": "Industrial and Commercial Bank of China Limited", + "type": "generic" + }, + { + "domain": "ice", + "description": "IntercontinentalExchange, Inc.", + "type": "generic" + }, + { + "domain": "icu", + "description": "Shortdot SA", + "type": "generic" + }, + { + "domain": "id", + "description": "Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI)", + "type": "country-code" + }, + { + "domain": "ie", + "description": "University College Dublin\nComputing Services\nComputer Centre", + "type": "country-code" + }, + { + "domain": "ieee", + "description": "IEEE Global LLC", + "type": "generic" + }, + { + "domain": "ifm", + "description": "ifm electronic gmbh", + "type": "generic" + }, + { + "domain": "iinet", + "description": "Retired", + "type": "generic" + }, + { + "domain": "ikano", + "description": "Ikano S.A.", + "type": "generic" + }, + { + "domain": "il", + "description": "Internet Society of Israel", + "type": "country-code" + }, + { + "domain": "im", + "description": "Isle of Man Government", + "type": "country-code" + }, + { + "domain": "imamat", + "description": "Fondation Aga Khan (Aga Khan Foundation)", + "type": "generic" + }, + { + "domain": "imdb", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "immo", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "immobilien", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "in", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "industries", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "infiniti", + "description": "NISSAN MOTOR CO., LTD.", + "type": "generic" + }, + { + "domain": "info", + "description": "Afilias Limited", + "type": "generic" + }, + { + "domain": "ing", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "ink", + "description": "Top Level Design, LLC", + "type": "generic" + }, + { + "domain": "institute", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "insurance", + "description": "fTLD Registry Services LLC", + "type": "generic" + }, + { + "domain": "insure", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "int", + "description": "Internet Assigned Numbers Authority", + "type": "sponsored" + }, + { + "domain": "intel", + "description": "Intel Corporation", + "type": "generic" + }, + { + "domain": "international", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "intuit", + "description": "Intuit Administrative Services, Inc.", + "type": "generic" + }, + { + "domain": "investments", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "io", + "description": "IO Top Level Domain Registry\nCable and Wireless", + "type": "country-code" + }, + { + "domain": "ipiranga", + "description": "Ipiranga Produtos de Petroleo S.A.", + "type": "generic" + }, + { + "domain": "iq", + "description": "Communications and Media Commission (CMC)", + "type": "country-code" + }, + { + "domain": "ir", + "description": "Institute for Research in Fundamental Sciences", + "type": "country-code" + }, + { + "domain": "irish", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "is", + "description": "ISNIC - Internet Iceland ltd.", + "type": "country-code" + }, + { + "domain": "iselect", + "description": "iSelect Ltd", + "type": "generic" + }, + { + "domain": "ismaili", + "description": "Fondation Aga Khan (Aga Khan Foundation)", + "type": "generic" + }, + { + "domain": "ist", + "description": "Istanbul Metropolitan Municipality", + "type": "generic" + }, + { + "domain": "istanbul", + "description": "Istanbul Metropolitan Municipality", + "type": "generic" + }, + { + "domain": "it", + "description": "IIT - CNR", + "type": "country-code" + }, + { + "domain": "itau", + "description": "Itau Unibanco Holding S.A.", + "type": "generic" + }, + { + "domain": "itv", + "description": "ITV Services Limited", + "type": "generic" + }, + { + "domain": "iveco", + "description": "CNH Industrial N.V.", + "type": "generic" + }, + { + "domain": "iwc", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "jaguar", + "description": "Jaguar Land Rover Ltd", + "type": "generic" + }, + { + "domain": "java", + "description": "Oracle Corporation", + "type": "generic" + }, + { + "domain": "jcb", + "description": "JCB Co., Ltd.", + "type": "generic" + }, + { + "domain": "jcp", + "description": "JCP Media, Inc.", + "type": "generic" + }, + { + "domain": "je", + "description": "Island Networks (Jersey) Ltd.", + "type": "country-code" + }, + { + "domain": "jeep", + "description": "FCA US LLC.", + "type": "generic" + }, + { + "domain": "jetzt", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "jewelry", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "jio", + "description": "Affinity Names, Inc.", + "type": "generic" + }, + { + "domain": "jlc", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "jll", + "description": "Jones Lang LaSalle Incorporated", + "type": "generic" + }, + { + "domain": "jm", + "description": "University of West Indies", + "type": "country-code" + }, + { + "domain": "jmp", + "description": "Matrix IP LLC", + "type": "generic" + }, + { + "domain": "jnj", + "description": "Johnson & Johnson Services, Inc.", + "type": "generic" + }, + { + "domain": "jo", + "description": "National Information Technology Center (NITC)", + "type": "country-code" + }, + { + "domain": "jobs", + "description": "Employ Media LLC", + "type": "sponsored" + }, + { + "domain": "joburg", + "description": "ZA Central Registry NPC trading as ZA Central Registry", + "type": "generic" + }, + { + "domain": "jot", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "joy", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "jp", + "description": "Japan Registry Services Co., Ltd.", + "type": "country-code" + }, + { + "domain": "jpmorgan", + "description": "JPMorgan Chase Bank, National Association", + "type": "generic" + }, + { + "domain": "jprs", + "description": "Japan Registry Services Co., Ltd.", + "type": "generic" + }, + { + "domain": "juegos", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "juniper", + "description": "JUNIPER NETWORKS, INC.", + "type": "generic" + }, + { + "domain": "kaufen", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "kddi", + "description": "KDDI CORPORATION", + "type": "generic" + }, + { + "domain": "ke", + "description": "Kenya Network Information Center (KeNIC)", + "type": "country-code" + }, + { + "domain": "kerryhotels", + "description": "Kerry Trading Co. Limited", + "type": "generic" + }, + { + "domain": "kerrylogistics", + "description": "Kerry Trading Co. Limited", + "type": "generic" + }, + { + "domain": "kerryproperties", + "description": "Kerry Trading Co. Limited", + "type": "generic" + }, + { + "domain": "kfh", + "description": "Kuwait Finance House", + "type": "generic" + }, + { + "domain": "kg", + "description": "AsiaInfo Telecommunication Enterprise", + "type": "country-code" + }, + { + "domain": "kh", + "description": "Telecommunication Regulator of Cambodia (TRC)", + "type": "country-code" + }, + { + "domain": "ki", + "description": "Ministry of Communications, Transport, and Tourism Development", + "type": "country-code" + }, + { + "domain": "kia", + "description": "KIA MOTORS CORPORATION", + "type": "generic" + }, + { + "domain": "kim", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "kinder", + "description": "Ferrero Trading Lux S.A.", + "type": "generic" + }, + { + "domain": "kindle", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "kitchen", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "kiwi", + "description": "DOT KIWI LIMITED", + "type": "generic" + }, + { + "domain": "km", + "description": "Comores Telecom", + "type": "country-code" + }, + { + "domain": "kn", + "description": "Ministry of Finance, Sustainable Development Information & Technology", + "type": "country-code" + }, + { + "domain": "koeln", + "description": "punkt.wien GmbH", + "type": "generic" + }, + { + "domain": "komatsu", + "description": "Komatsu Ltd.", + "type": "generic" + }, + { + "domain": "kosher", + "description": "Kosher Marketing Assets LLC", + "type": "generic" + }, + { + "domain": "kp", + "description": "Star Joint Venture Company", + "type": "country-code" + }, + { + "domain": "kpmg", + "description": "KPMG International Cooperative (KPMG International Genossenschaft)", + "type": "generic" + }, + { + "domain": "kpn", + "description": "Koninklijke KPN N.V.", + "type": "generic" + }, + { + "domain": "kr", + "description": "Korea Internet & Security Agency (KISA)", + "type": "country-code" + }, + { + "domain": "krd", + "description": "KRG Department of Information Technology", + "type": "generic" + }, + { + "domain": "kred", + "description": "KredTLD Pty Ltd", + "type": "generic" + }, + { + "domain": "kuokgroup", + "description": "Kerry Trading Co. Limited", + "type": "generic" + }, + { + "domain": "kw", + "description": "Communications and Information Technology Regulatory Authority", + "type": "country-code" + }, + { + "domain": "ky", + "description": "Utility Regulation and Competition Office (OfReg)", + "type": "country-code" + }, + { + "domain": "kyoto", + "description": "Academic Institution: Kyoto Jyoho Gakuen", + "type": "generic" + }, + { + "domain": "kz", + "description": "Association of IT Companies of Kazakhstan", + "type": "country-code" + }, + { + "domain": "la", + "description": "Lao National Internet Committee (LANIC), Ministry of Posts and Telecommunications", + "type": "country-code" + }, + { + "domain": "lacaixa", + "description": "CAIXA D'ESTALVIS I PENSIONS DE BARCELONA", + "type": "generic" + }, + { + "domain": "ladbrokes", + "description": "LADBROKES INTERNATIONAL PLC", + "type": "generic" + }, + { + "domain": "lamborghini", + "description": "Automobili Lamborghini S.p.A.", + "type": "generic" + }, + { + "domain": "lamer", + "description": "The Estée Lauder Companies Inc.", + "type": "generic" + }, + { + "domain": "lancaster", + "description": "LANCASTER", + "type": "generic" + }, + { + "domain": "lancia", + "description": "Fiat Chrysler Automobiles N.V.", + "type": "generic" + }, + { + "domain": "lancome", + "description": "L'Oréal", + "type": "generic" + }, + { + "domain": "land", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "landrover", + "description": "Jaguar Land Rover Ltd", + "type": "generic" + }, + { + "domain": "lanxess", + "description": "LANXESS Corporation", + "type": "generic" + }, + { + "domain": "lasalle", + "description": "Jones Lang LaSalle Incorporated", + "type": "generic" + }, + { + "domain": "lat", + "description": "ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico", + "type": "generic" + }, + { + "domain": "latino", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "latrobe", + "description": "La Trobe University", + "type": "generic" + }, + { + "domain": "law", + "description": "Minds + Machines Group Limited", + "type": "generic" + }, + { + "domain": "lawyer", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "lb", + "description": "American University of Beirut\nComputing and Networking Services", + "type": "country-code" + }, + { + "domain": "lc", + "description": "University of Puerto Rico", + "type": "country-code" + }, + { + "domain": "lds", + "description": "IRI Domain Management, LLC", + "type": "generic" + }, + { + "domain": "lease", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "leclerc", + "description": "A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc", + "type": "generic" + }, + { + "domain": "lefrak", + "description": "LeFrak Organization, Inc.", + "type": "generic" + }, + { + "domain": "legal", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "lego", + "description": "LEGO Juris A/S", + "type": "generic" + }, + { + "domain": "lexus", + "description": "TOYOTA MOTOR CORPORATION", + "type": "generic" + }, + { + "domain": "lgbt", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "li", + "description": "SWITCH The Swiss Education & Research Network", + "type": "country-code" + }, + { + "domain": "liaison", + "description": "Liaison Technologies, Incorporated", + "type": "generic" + }, + { + "domain": "lidl", + "description": "Schwarz Domains und Services GmbH & Co. KG", + "type": "generic" + }, + { + "domain": "life", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "lifeinsurance", + "description": "American Council of Life Insurers", + "type": "generic" + }, + { + "domain": "lifestyle", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "lighting", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "like", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "lilly", + "description": "Eli Lilly and Company", + "type": "generic" + }, + { + "domain": "limited", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "limo", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "lincoln", + "description": "Ford Motor Company", + "type": "generic" + }, + { + "domain": "linde", + "description": "Linde Aktiengesellschaft", + "type": "generic" + }, + { + "domain": "link", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "lipsy", + "description": "Lipsy Ltd", + "type": "generic" + }, + { + "domain": "live", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "living", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "lixil", + "description": "LIXIL Group Corporation", + "type": "generic" + }, + { + "domain": "lk", + "description": "Council for Information Technology\nLK Domain Registrar", + "type": "country-code" + }, + { + "domain": "llc", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "loan", + "description": "dot Loan Limited", + "type": "generic" + }, + { + "domain": "loans", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "locker", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "locus", + "description": "Locus Analytics LLC", + "type": "generic" + }, + { + "domain": "loft", + "description": "Annco, Inc.", + "type": "generic" + }, + { + "domain": "lol", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "london", + "description": "Dot London Domains Limited", + "type": "generic" + }, + { + "domain": "lotte", + "description": "Lotte Holdings Co., Ltd.", + "type": "generic" + }, + { + "domain": "lotto", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "love", + "description": "Merchant Law Group LLP", + "type": "generic" + }, + { + "domain": "lpl", + "description": "LPL Holdings, Inc.", + "type": "generic" + }, + { + "domain": "lplfinancial", + "description": "LPL Holdings, Inc.", + "type": "generic" + }, + { + "domain": "lr", + "description": "Data Technology Solutions, Inc.", + "type": "country-code" + }, + { + "domain": "ls", + "description": "National University of Lesotho", + "type": "country-code" + }, + { + "domain": "lt", + "description": "Kaunas University of Technology", + "type": "country-code" + }, + { + "domain": "ltd", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ltda", + "description": "InterNetX Corp.", + "type": "generic" + }, + { + "domain": "lu", + "description": "RESTENA", + "type": "country-code" + }, + { + "domain": "lundbeck", + "description": "H. Lundbeck A/S", + "type": "generic" + }, + { + "domain": "lupin", + "description": "LUPIN LIMITED", + "type": "generic" + }, + { + "domain": "luxe", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "luxury", + "description": "Luxury Partners LLC", + "type": "generic" + }, + { + "domain": "lv", + "description": "University of Latvia\nInstitute of Mathematics and Computer Science\nDepartment of Network Solutions (DNS)", + "type": "country-code" + }, + { + "domain": "ly", + "description": "General Post and Telecommunication Company", + "type": "country-code" + }, + { + "domain": "ma", + "description": "Agence Nationale de Réglementation des Télécommunications (ANRT)", + "type": "country-code" + }, + { + "domain": "macys", + "description": "Macys, Inc.", + "type": "generic" + }, + { + "domain": "madrid", + "description": "Comunidad de Madrid", + "type": "generic" + }, + { + "domain": "maif", + "description": "Mutuelle Assurance Instituteur France (MAIF)", + "type": "generic" + }, + { + "domain": "maison", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "makeup", + "description": "L'Oréal", + "type": "generic" + }, + { + "domain": "man", + "description": "MAN SE", + "type": "generic" + }, + { + "domain": "management", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "mango", + "description": "PUNTO FA S.L.", + "type": "generic" + }, + { + "domain": "map", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "market", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "marketing", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "markets", + "description": "DOTMARKETS REGISTRY LTD", + "type": "generic" + }, + { + "domain": "marriott", + "description": "Marriott Worldwide Corporation", + "type": "generic" + }, + { + "domain": "marshalls", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "maserati", + "description": "Fiat Chrysler Automobiles N.V.", + "type": "generic" + }, + { + "domain": "mattel", + "description": "Mattel Sites, Inc.", + "type": "generic" + }, + { + "domain": "mba", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "mc", + "description": "Gouvernement de Monaco\nDirection des Communications Electroniques", + "type": "country-code" + }, + { + "domain": "mcd", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "mcdonalds", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "mckinsey", + "description": "McKinsey Holdings, Inc.", + "type": "generic" + }, + { + "domain": "md", + "description": "MoldData S.E.", + "type": "country-code" + }, + { + "domain": "me", + "description": "Government of Montenegro", + "type": "country-code" + }, + { + "domain": "med", + "description": "Medistry LLC", + "type": "generic" + }, + { + "domain": "media", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "meet", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "melbourne", + "description": "The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation", + "type": "generic" + }, + { + "domain": "meme", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "memorial", + "description": "Dog Beach, LLC", + "type": "generic" + }, + { + "domain": "men", + "description": "Exclusive Registry Limited", + "type": "generic" + }, + { + "domain": "menu", + "description": "Wedding TLD2, LLC", + "type": "generic" + }, + { + "domain": "meo", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "merckmsd", + "description": "MSD Registry Holdings, Inc.", + "type": "generic" + }, + { + "domain": "metlife", + "description": "MetLife Services and Solutions, LLC", + "type": "generic" + }, + { + "domain": "mf", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "mg", + "description": "NIC-MG (Network Information Center Madagascar)", + "type": "country-code" + }, + { + "domain": "mh", + "description": "Office of the Cabinet", + "type": "country-code" + }, + { + "domain": "miami", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "microsoft", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "mil", + "description": "DoD Network Information Center", + "type": "sponsored" + }, + { + "domain": "mini", + "description": "Bayerische Motoren Werke Aktiengesellschaft", + "type": "generic" + }, + { + "domain": "mint", + "description": "Intuit Administrative Services, Inc.", + "type": "generic" + }, + { + "domain": "mit", + "description": "Massachusetts Institute of Technology", + "type": "generic" + }, + { + "domain": "mitsubishi", + "description": "Mitsubishi Corporation", + "type": "generic" + }, + { + "domain": "mk", + "description": "Macedonian Academic Research Network Skopje", + "type": "country-code" + }, + { + "domain": "ml", + "description": "Agence des Technologies de l’Information et de la Communication", + "type": "country-code" + }, + { + "domain": "mlb", + "description": "MLB Advanced Media DH, LLC", + "type": "generic" + }, + { + "domain": "mls", + "description": "The Canadian Real Estate Association", + "type": "generic" + }, + { + "domain": "mm", + "description": "Ministry of Communications, Posts & Telegraphs", + "type": "country-code" + }, + { + "domain": "mma", + "description": "MMA IARD", + "type": "generic" + }, + { + "domain": "mn", + "description": "Datacom Co., Ltd.", + "type": "country-code" + }, + { + "domain": "mo", + "description": "Macao Post and Telecommunications Bureau (CTT)", + "type": "country-code" + }, + { + "domain": "mobi", + "description": "Afilias Technologies Limited dba dotMobi", + "type": "generic" + }, + { + "domain": "mobile", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "mobily", + "description": "GreenTech Consultancy Company W.L.L.", + "type": "generic" + }, + { + "domain": "moda", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "moe", + "description": "Interlink Co., Ltd.", + "type": "generic" + }, + { + "domain": "moi", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "mom", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "monash", + "description": "Monash University", + "type": "generic" + }, + { + "domain": "money", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "monster", + "description": "Monster Worldwide, Inc.", + "type": "generic" + }, + { + "domain": "montblanc", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "mopar", + "description": "FCA US LLC.", + "type": "generic" + }, + { + "domain": "mormon", + "description": "IRI Domain Management, LLC (\"Applicant\")", + "type": "generic" + }, + { + "domain": "mortgage", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "moscow", + "description": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", + "type": "generic" + }, + { + "domain": "moto", + "description": "Motorola Trademark Holdings, LLC", + "type": "generic" + }, + { + "domain": "motorcycles", + "description": "DERMotorcycles, LLC", + "type": "generic" + }, + { + "domain": "mov", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "movie", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "movistar", + "description": "Telefónica S.A.", + "type": "generic" + }, + { + "domain": "mp", + "description": "Saipan Datacom, Inc.", + "type": "country-code" + }, + { + "domain": "mq", + "description": "MEDIASERV", + "type": "country-code" + }, + { + "domain": "mr", + "description": "Université de Nouakchott Al Aasriya", + "type": "country-code" + }, + { + "domain": "ms", + "description": "MNI Networks Ltd.", + "type": "country-code" + }, + { + "domain": "msd", + "description": "MSD Registry Holdings, Inc.", + "type": "generic" + }, + { + "domain": "mt", + "description": "NIC (Malta)", + "type": "country-code" + }, + { + "domain": "mtn", + "description": "MTN Dubai Limited", + "type": "generic" + }, + { + "domain": "mtpc", + "description": "Retired", + "type": "generic" + }, + { + "domain": "mtr", + "description": "MTR Corporation Limited", + "type": "generic" + }, + { + "domain": "mu", + "description": "Internet Direct Ltd", + "type": "country-code" + }, + { + "domain": "museum", + "description": "Museum Domain Management Association", + "type": "sponsored" + }, + { + "domain": "mutual", + "description": "Northwestern Mutual MU TLD Registry, LLC", + "type": "generic" + }, + { + "domain": "mutuelle", + "description": "Retired", + "type": "generic" + }, + { + "domain": "mv", + "description": "Dhiraagu Pvt. Ltd. (DHIVEHINET)", + "type": "country-code" + }, + { + "domain": "mw", + "description": "Malawi Sustainable Development Network Programme\n(Malawi SDNP)", + "type": "country-code" + }, + { + "domain": "mx", + "description": "NIC-Mexico\nITESM - Campus Monterrey", + "type": "country-code" + }, + { + "domain": "my", + "description": "MYNIC Berhad", + "type": "country-code" + }, + { + "domain": "mz", + "description": "Centro de Informatica de Universidade Eduardo Mondlane", + "type": "country-code" + }, + { + "domain": "na", + "description": "Namibian Network Information Center", + "type": "country-code" + }, + { + "domain": "nab", + "description": "National Australia Bank Limited", + "type": "generic" + }, + { + "domain": "nadex", + "description": "Nadex Domains, Inc", + "type": "generic" + }, + { + "domain": "nagoya", + "description": "GMO Registry, Inc.", + "type": "generic" + }, + { + "domain": "name", + "description": "VeriSign Information Services, Inc.", + "type": "generic-restricted" + }, + { + "domain": "nationwide", + "description": "Nationwide Mutual Insurance Company", + "type": "generic" + }, + { + "domain": "natura", + "description": "NATURA COSMÉTICOS S.A.", + "type": "generic" + }, + { + "domain": "navy", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "nba", + "description": "NBA REGISTRY, LLC", + "type": "generic" + }, + { + "domain": "nc", + "description": "Office des Postes et Telecommunications", + "type": "country-code" + }, + { + "domain": "ne", + "description": "SONITEL", + "type": "country-code" + }, + { + "domain": "nec", + "description": "NEC Corporation", + "type": "generic" + }, + { + "domain": "net", + "description": "VeriSign Global Registry Services", + "type": "generic" + }, + { + "domain": "netbank", + "description": "COMMONWEALTH BANK OF AUSTRALIA", + "type": "generic" + }, + { + "domain": "netflix", + "description": "Netflix, Inc.", + "type": "generic" + }, + { + "domain": "network", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "neustar", + "description": "NeuStar, Inc.", + "type": "generic" + }, + { + "domain": "new", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "newholland", + "description": "CNH Industrial N.V.", + "type": "generic" + }, + { + "domain": "news", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "next", + "description": "Next plc", + "type": "generic" + }, + { + "domain": "nextdirect", + "description": "Next plc", + "type": "generic" + }, + { + "domain": "nexus", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "nf", + "description": "Norfolk Island Data Services", + "type": "country-code" + }, + { + "domain": "nfl", + "description": "NFL Reg Ops LLC", + "type": "generic" + }, + { + "domain": "ng", + "description": "Nigeria Internet Registration Association", + "type": "country-code" + }, + { + "domain": "ngo", + "description": "Public Interest Registry", + "type": "generic" + }, + { + "domain": "nhk", + "description": "Japan Broadcasting Corporation (NHK)", + "type": "generic" + }, + { + "domain": "ni", + "description": "Universidad Nacional del Ingernieria\nCentro de Computo", + "type": "country-code" + }, + { + "domain": "nico", + "description": "DWANGO Co., Ltd.", + "type": "generic" + }, + { + "domain": "nike", + "description": "NIKE, Inc.", + "type": "generic" + }, + { + "domain": "nikon", + "description": "NIKON CORPORATION", + "type": "generic" + }, + { + "domain": "ninja", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "nissan", + "description": "NISSAN MOTOR CO., LTD.", + "type": "generic" + }, + { + "domain": "nissay", + "description": "Nippon Life Insurance Company", + "type": "generic" + }, + { + "domain": "nl", + "description": "SIDN (Stichting Internet Domeinregistratie Nederland)", + "type": "country-code" + }, + { + "domain": "no", + "description": "UNINETT Norid A/S", + "type": "country-code" + }, + { + "domain": "nokia", + "description": "Nokia Corporation", + "type": "generic" + }, + { + "domain": "northwesternmutual", + "description": "Northwestern Mutual Registry, LLC", + "type": "generic" + }, + { + "domain": "norton", + "description": "Symantec Corporation", + "type": "generic" + }, + { + "domain": "now", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "nowruz", + "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "type": "generic" + }, + { + "domain": "nowtv", + "description": "Starbucks (HK) Limited", + "type": "generic" + }, + { + "domain": "np", + "description": "Mercantile Communications Pvt. Ltd.", + "type": "country-code" + }, + { + "domain": "nr", + "description": "CENPAC NET", + "type": "country-code" + }, + { + "domain": "nra", + "description": "NRA Holdings Company, INC.", + "type": "generic" + }, + { + "domain": "nrw", + "description": "Minds + Machines GmbH", + "type": "generic" + }, + { + "domain": "ntt", + "description": "NIPPON TELEGRAPH AND TELEPHONE CORPORATION", + "type": "generic" + }, + { + "domain": "nu", + "description": "The IUSN Foundation", + "type": "country-code" + }, + { + "domain": "nyc", + "description": "The City of New York by and through the New York City Department of Information Technology & Telecommunications", + "type": "generic" + }, + { + "domain": "nz", + "description": "InternetNZ", + "type": "country-code" + }, + { + "domain": "obi", + "description": "OBI Group Holding SE & Co. KGaA", + "type": "generic" + }, + { + "domain": "observer", + "description": "Top Level Spectrum, Inc.", + "type": "generic" + }, + { + "domain": "off", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "office", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "okinawa", + "description": "BRregistry, Inc.", + "type": "generic" + }, + { + "domain": "olayan", + "description": "Crescent Holding GmbH", + "type": "generic" + }, + { + "domain": "olayangroup", + "description": "Crescent Holding GmbH", + "type": "generic" + }, + { + "domain": "oldnavy", + "description": "The Gap, Inc.", + "type": "generic" + }, + { + "domain": "ollo", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "om", + "description": "Telecommunications Regulatory Authority (TRA)", + "type": "country-code" + }, + { + "domain": "omega", + "description": "The Swatch Group Ltd", + "type": "generic" + }, + { + "domain": "one", + "description": "One.com A/S", + "type": "generic" + }, + { + "domain": "ong", + "description": "Public Interest Registry", + "type": "generic" + }, + { + "domain": "onl", + "description": "I-REGISTRY Ltd., Niederlassung Deutschland", + "type": "generic" + }, + { + "domain": "online", + "description": "DotOnline Inc.", + "type": "generic" + }, + { + "domain": "onyourside", + "description": "Nationwide Mutual Insurance Company", + "type": "generic" + }, + { + "domain": "ooo", + "description": "INFIBEAM INCORPORATION LIMITED", + "type": "generic" + }, + { + "domain": "open", + "description": "American Express Travel Related Services Company, Inc.", + "type": "generic" + }, + { + "domain": "oracle", + "description": "Oracle Corporation", + "type": "generic" + }, + { + "domain": "orange", + "description": "Orange Brand Services Limited", + "type": "generic" + }, + { + "domain": "org", + "description": "Public Interest Registry (PIR)", + "type": "generic" + }, + { + "domain": "organic", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "orientexpress", + "description": "Retired", + "type": "generic" + }, + { + "domain": "origins", + "description": "The Estée Lauder Companies Inc.", + "type": "generic" + }, + { + "domain": "osaka", + "description": "Osaka Registry Co., Ltd.", + "type": "generic" + }, + { + "domain": "otsuka", + "description": "Otsuka Holdings Co., Ltd.", + "type": "generic" + }, + { + "domain": "ott", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "ovh", + "description": "OVH SAS", + "type": "generic" + }, + { + "domain": "pa", + "description": "Universidad Tecnologica de Panama", + "type": "country-code" + }, + { + "domain": "page", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "pamperedchef", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "panasonic", + "description": "Panasonic Corporation", + "type": "generic" + }, + { + "domain": "panerai", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "paris", + "description": "City of Paris", + "type": "generic" + }, + { + "domain": "pars", + "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "type": "generic" + }, + { + "domain": "partners", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "parts", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "party", + "description": "Blue Sky Registry Limited", + "type": "generic" + }, + { + "domain": "passagens", + "description": "Travel Reservations SRL", + "type": "generic" + }, + { + "domain": "pay", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "pccw", + "description": "PCCW Enterprises Limited", + "type": "generic" + }, + { + "domain": "pe", + "description": "Red Cientifica Peruana", + "type": "country-code" + }, + { + "domain": "pet", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "pf", + "description": "Gouvernement de la Polynésie française", + "type": "country-code" + }, + { + "domain": "pfizer", + "description": "Pfizer Inc.", + "type": "generic" + }, + { + "domain": "pg", + "description": "PNG DNS Administration\nVice Chancellors Office\nThe Papua New Guinea University of Technology", + "type": "country-code" + }, + { + "domain": "ph", + "description": "PH Domain Foundation", + "type": "country-code" + }, + { + "domain": "pharmacy", + "description": "National Association of Boards of Pharmacy", + "type": "generic" + }, + { + "domain": "phd", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "philips", + "description": "Koninklijke Philips N.V.", + "type": "generic" + }, + { + "domain": "phone", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "photo", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "photography", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "photos", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "physio", + "description": "PhysBiz Pty Ltd", + "type": "generic" + }, + { + "domain": "piaget", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "pics", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "pictet", + "description": "Pictet Europe S.A.", + "type": "generic" + }, + { + "domain": "pictures", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "pid", + "description": "Top Level Spectrum, Inc.", + "type": "generic" + }, + { + "domain": "pin", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "ping", + "description": "Ping Registry Provider, Inc.", + "type": "generic" + }, + { + "domain": "pink", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "pioneer", + "description": "Pioneer Corporation", + "type": "generic" + }, + { + "domain": "pizza", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "pk", + "description": "PKNIC", + "type": "country-code" + }, + { + "domain": "pl", + "description": "Research and Academic Computer Network", + "type": "country-code" + }, + { + "domain": "place", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "play", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "playstation", + "description": "Sony Computer Entertainment Inc.", + "type": "generic" + }, + { + "domain": "plumbing", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "plus", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "pm", + "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "type": "country-code" + }, + { + "domain": "pn", + "description": "Pitcairn Island Administration", + "type": "country-code" + }, + { + "domain": "pnc", + "description": "PNC Domain Co., LLC", + "type": "generic" + }, + { + "domain": "pohl", + "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "type": "generic" + }, + { + "domain": "poker", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "politie", + "description": "Politie Nederland", + "type": "generic" + }, + { + "domain": "porn", + "description": "ICM Registry PN LLC", + "type": "generic" + }, + { + "domain": "post", + "description": "Universal Postal Union", + "type": "sponsored" + }, + { + "domain": "pr", + "description": "Gauss Research Laboratory Inc.", + "type": "country-code" + }, + { + "domain": "pramerica", + "description": "Prudential Financial, Inc.", + "type": "generic" + }, + { + "domain": "praxi", + "description": "Praxi S.p.A.", + "type": "generic" + }, + { + "domain": "press", + "description": "DotPress Inc.", + "type": "generic" + }, + { + "domain": "prime", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "pro", + "description": "Registry Services Corporation\ndba RegistryPro", + "type": "generic-restricted" + }, + { + "domain": "prod", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "productions", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "prof", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "progressive", + "description": "Progressive Casualty Insurance Company", + "type": "generic" + }, + { + "domain": "promo", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "properties", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "property", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "protection", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "pru", + "description": "Prudential Financial, Inc.", + "type": "generic" + }, + { + "domain": "prudential", + "description": "Prudential Financial, Inc.", + "type": "generic" + }, + { + "domain": "ps", + "description": "Ministry Of Telecommunications &\nInformation Technology,\nGovernment Computer Center.", + "type": "country-code" + }, + { + "domain": "pt", + "description": "Associação DNS.PT", + "type": "country-code" + }, + { + "domain": "pub", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "pw", + "description": "Micronesia Investment and Development Corporation", + "type": "country-code" + }, + { + "domain": "pwc", + "description": "PricewaterhouseCoopers LLP", + "type": "generic" + }, + { + "domain": "py", + "description": "NIC-PY", + "type": "country-code" + }, + { + "domain": "qa", + "description": "Communications Regulatory Authority", + "type": "country-code" + }, + { + "domain": "qpon", + "description": "dotCOOL, Inc.", + "type": "generic" + }, + { + "domain": "quebec", + "description": "PointQuébec Inc", + "type": "generic" + }, + { + "domain": "quest", + "description": "Quest ION Limited", + "type": "generic" + }, + { + "domain": "qvc", + "description": "QVC, Inc.", + "type": "generic" + }, + { + "domain": "racing", + "description": "Premier Registry Limited", + "type": "generic" + }, + { + "domain": "radio", + "description": "European Broadcasting Union (EBU)", + "type": "generic" + }, + { + "domain": "raid", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "re", + "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "type": "country-code" + }, + { + "domain": "read", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "realestate", + "description": "dotRealEstate LLC", + "type": "generic" + }, + { + "domain": "realtor", + "description": "Real Estate Domains LLC", + "type": "generic" + }, + { + "domain": "realty", + "description": "Fegistry, LLC", + "type": "generic" + }, + { + "domain": "recipes", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "red", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "redstone", + "description": "Redstone Haute Couture Co., Ltd.", + "type": "generic" + }, + { + "domain": "redumbrella", + "description": "Travelers TLD, LLC", + "type": "generic" + }, + { + "domain": "rehab", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "reise", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "reisen", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "reit", + "description": "National Association of Real Estate Investment Trusts, Inc.", + "type": "generic" + }, + { + "domain": "reliance", + "description": "Reliance Industries Limited", + "type": "generic" + }, + { + "domain": "ren", + "description": "Beijing Qianxiang Wangjing Technology Development Co., Ltd.", + "type": "generic" + }, + { + "domain": "rent", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "rentals", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "repair", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "report", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "republican", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "rest", + "description": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", + "type": "generic" + }, + { + "domain": "restaurant", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "review", + "description": "dot Review Limited", + "type": "generic" + }, + { + "domain": "reviews", + "description": "United TLD Holdco, Ltd.", + "type": "generic" + }, + { + "domain": "rexroth", + "description": "Robert Bosch GMBH", + "type": "generic" + }, + { + "domain": "rich", + "description": "I-REGISTRY Ltd., Niederlassung Deutschland", + "type": "generic" + }, + { + "domain": "richardli", + "description": "Pacific Century Asset Management (HK) Limited", + "type": "generic" + }, + { + "domain": "ricoh", + "description": "Ricoh Company, Ltd.", + "type": "generic" + }, + { + "domain": "rightathome", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "ril", + "description": "Reliance Industries Limited", + "type": "generic" + }, + { + "domain": "rio", + "description": "Empresa Municipal de Informática SA - IPLANRIO", + "type": "generic" + }, + { + "domain": "rip", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "rmit", + "description": "Royal Melbourne Institute of Technology", + "type": "generic" + }, + { + "domain": "ro", + "description": "National Institute for R&D in Informatics", + "type": "country-code" + }, + { + "domain": "rocher", + "description": "Ferrero Trading Lux S.A.", + "type": "generic" + }, + { + "domain": "rocks", + "description": "United TLD Holdco, LTD.", + "type": "generic" + }, + { + "domain": "rodeo", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "rogers", + "description": "Rogers Communications Canada Inc.", + "type": "generic" + }, + { + "domain": "room", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "rs", + "description": "Serbian National Internet Domain Registry (RNIDS)", + "type": "country-code" + }, + { + "domain": "rsvp", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "ru", + "description": "Coordination Center for TLD RU", + "type": "country-code" + }, + { + "domain": "rugby", + "description": "World Rugby Strategic Developments Limited", + "type": "generic" + }, + { + "domain": "ruhr", + "description": "regiodot GmbH & Co. KG", + "type": "generic" + }, + { + "domain": "run", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "rw", + "description": "Rwanda Information Communication and Technology Association (RICTA)", + "type": "country-code" + }, + { + "domain": "rwe", + "description": "RWE AG", + "type": "generic" + }, + { + "domain": "ryukyu", + "description": "BRregistry, Inc.", + "type": "generic" + }, + { + "domain": "sa", + "description": "Communications and Information Technology Commission", + "type": "country-code" + }, + { + "domain": "saarland", + "description": "dotSaarland GmbH", + "type": "generic" + }, + { + "domain": "safe", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "safety", + "description": "Safety Registry Services, LLC.", + "type": "generic" + }, + { + "domain": "sakura", + "description": "SAKURA Internet Inc.", + "type": "generic" + }, + { + "domain": "sale", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "salon", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "samsclub", + "description": "Wal-Mart Stores, Inc.", + "type": "generic" + }, + { + "domain": "samsung", + "description": "SAMSUNG SDS CO., LTD", + "type": "generic" + }, + { + "domain": "sandvik", + "description": "Sandvik AB", + "type": "generic" + }, + { + "domain": "sandvikcoromant", + "description": "Sandvik AB", + "type": "generic" + }, + { + "domain": "sanofi", + "description": "Sanofi", + "type": "generic" + }, + { + "domain": "sap", + "description": "SAP AG", + "type": "generic" + }, + { + "domain": "sapo", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "sarl", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "sas", + "description": "Research IP LLC", + "type": "generic" + }, + { + "domain": "save", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "saxo", + "description": "Saxo Bank A/S", + "type": "generic" + }, + { + "domain": "sb", + "description": "Solomon Telekom Company Limited", + "type": "country-code" + }, + { + "domain": "sbi", + "description": "STATE BANK OF INDIA", + "type": "generic" + }, + { + "domain": "sbs", + "description": "SPECIAL BROADCASTING SERVICE CORPORATION", + "type": "generic" + }, + { + "domain": "sc", + "description": "VCS Pty Ltd", + "type": "country-code" + }, + { + "domain": "sca", + "description": "SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)", + "type": "generic" + }, + { + "domain": "scb", + "description": "The Siam Commercial Bank Public Company Limited (\"SCB\")", + "type": "generic" + }, + { + "domain": "schaeffler", + "description": "Schaeffler Technologies AG & Co. KG", + "type": "generic" + }, + { + "domain": "schmidt", + "description": "SALM S.A.S.", + "type": "generic" + }, + { + "domain": "scholarships", + "description": "Scholarships.com, LLC", + "type": "generic" + }, + { + "domain": "school", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "schule", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "schwarz", + "description": "Schwarz Domains und Services GmbH & Co. KG", + "type": "generic" + }, + { + "domain": "science", + "description": "dot Science Limited", + "type": "generic" + }, + { + "domain": "scjohnson", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "scor", + "description": "SCOR SE", + "type": "generic" + }, + { + "domain": "scot", + "description": "Dot Scot Registry Limited", + "type": "generic" + }, + { + "domain": "sd", + "description": "Sudan Internet Society", + "type": "country-code" + }, + { + "domain": "se", + "description": "The Internet Infrastructure Foundation", + "type": "country-code" + }, + { + "domain": "search", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "seat", + "description": "SEAT, S.A. (Sociedad Unipersonal)", + "type": "generic" + }, + { + "domain": "secure", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "security", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "seek", + "description": "Seek Limited", + "type": "generic" + }, + { + "domain": "select", + "description": "iSelect Ltd", + "type": "generic" + }, + { + "domain": "sener", + "description": "Sener Ingeniería y Sistemas, S.A.", + "type": "generic" + }, + { + "domain": "services", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ses", + "description": "SES", + "type": "generic" + }, + { + "domain": "seven", + "description": "Seven West Media Ltd", + "type": "generic" + }, + { + "domain": "sew", + "description": "SEW-EURODRIVE GmbH & Co KG", + "type": "generic" + }, + { + "domain": "sex", + "description": "ICM Registry SX LLC", + "type": "generic" + }, + { + "domain": "sexy", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "sfr", + "description": "Societe Francaise du Radiotelephone - SFR", + "type": "generic" + }, + { + "domain": "sg", + "description": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "type": "country-code" + }, + { + "domain": "sh", + "description": "Government of St. Helena", + "type": "country-code" + }, + { + "domain": "shangrila", + "description": "Shangri‐La International Hotel Management Limited", + "type": "generic" + }, + { + "domain": "sharp", + "description": "Sharp Corporation", + "type": "generic" + }, + { + "domain": "shaw", + "description": "Shaw Cablesystems G.P.", + "type": "generic" + }, + { + "domain": "shell", + "description": "Shell Information Technology International Inc", + "type": "generic" + }, + { + "domain": "shia", + "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "type": "generic" + }, + { + "domain": "shiksha", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "shoes", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "shop", + "description": "GMO Registry, Inc.", + "type": "generic" + }, + { + "domain": "shopping", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "shouji", + "description": "QIHOO 360 TECHNOLOGY CO. LTD.", + "type": "generic" + }, + { + "domain": "show", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "showtime", + "description": "CBS Domains Inc.", + "type": "generic" + }, + { + "domain": "shriram", + "description": "Shriram Capital Ltd.", + "type": "generic" + }, + { + "domain": "si", + "description": "Academic and Research Network of Slovenia (ARNES)", + "type": "country-code" + }, + { + "domain": "silk", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "sina", + "description": "Sina Corporation", + "type": "generic" + }, + { + "domain": "singles", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "site", + "description": "DotSite Inc.", + "type": "generic" + }, + { + "domain": "sj", + "description": "UNINETT Norid A/S", + "type": "country-code" + }, + { + "domain": "sk", + "description": "SK-NIC, a.s.", + "type": "country-code" + }, + { + "domain": "ski", + "description": "STARTING DOT LIMITED", + "type": "generic" + }, + { + "domain": "skin", + "description": "L'Oréal", + "type": "generic" + }, + { + "domain": "sky", + "description": "Sky International AG", + "type": "generic" + }, + { + "domain": "skype", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "sl", + "description": "Sierratel", + "type": "country-code" + }, + { + "domain": "sling", + "description": "Hughes Satellite Systems Corporation", + "type": "generic" + }, + { + "domain": "sm", + "description": "Telecom Italia San Marino S.p.A.", + "type": "country-code" + }, + { + "domain": "smart", + "description": "Smart Communications, Inc. (SMART)", + "type": "generic" + }, + { + "domain": "smile", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "sn", + "description": "Universite Cheikh Anta Diop\nNIC Senegal", + "type": "country-code" + }, + { + "domain": "sncf", + "description": "SNCF (Société Nationale des Chemins de fer Francais)", + "type": "generic" + }, + { + "domain": "so", + "description": "Ministry of Post and Telecommunications", + "type": "country-code" + }, + { + "domain": "soccer", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "social", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "softbank", + "description": "SoftBank Group Corp.", + "type": "generic" + }, + { + "domain": "software", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "sohu", + "description": "Sohu.com Limited", + "type": "generic" + }, + { + "domain": "solar", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "solutions", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "song", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "sony", + "description": "Sony Corporation", + "type": "generic" + }, + { + "domain": "soy", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "space", + "description": "DotSpace Inc.", + "type": "generic" + }, + { + "domain": "spiegel", + "description": "SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG", + "type": "generic" + }, + { + "domain": "sport", + "description": "Global Association of International Sports Federations (GAISF)", + "type": "generic" + }, + { + "domain": "spot", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "spreadbetting", + "description": "DOTSPREADBETTING REGISTRY LTD", + "type": "generic" + }, + { + "domain": "sr", + "description": "Telesur", + "type": "country-code" + }, + { + "domain": "srl", + "description": "InterNetX Corp.", + "type": "generic" + }, + { + "domain": "srt", + "description": "FCA US LLC.", + "type": "generic" + }, + { + "domain": "ss", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "st", + "description": "Tecnisys", + "type": "country-code" + }, + { + "domain": "stada", + "description": "STADA Arzneimittel AG", + "type": "generic" + }, + { + "domain": "staples", + "description": "Staples, Inc.", + "type": "generic" + }, + { + "domain": "star", + "description": "Star India Private Limited", + "type": "generic" + }, + { + "domain": "starhub", + "description": "StarHub Limited", + "type": "generic" + }, + { + "domain": "statebank", + "description": "STATE BANK OF INDIA", + "type": "generic" + }, + { + "domain": "statefarm", + "description": "State Farm Mutual Automobile Insurance Company", + "type": "generic" + }, + { + "domain": "statoil", + "description": "Statoil ASA", + "type": "generic" + }, + { + "domain": "stc", + "description": "Saudi Telecom Company", + "type": "generic" + }, + { + "domain": "stcgroup", + "description": "Saudi Telecom Company", + "type": "generic" + }, + { + "domain": "stockholm", + "description": "Stockholms kommun", + "type": "generic" + }, + { + "domain": "storage", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "store", + "description": "DotStore Inc.", + "type": "generic" + }, + { + "domain": "stream", + "description": "dot Stream Limited", + "type": "generic" + }, + { + "domain": "studio", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "study", + "description": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", + "type": "generic" + }, + { + "domain": "style", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "su", + "description": "Russian Institute for Development of Public Networks\n(ROSNIIROS)", + "type": "country-code" + }, + { + "domain": "sucks", + "description": "Vox Populi Registry Ltd.", + "type": "generic" + }, + { + "domain": "supplies", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "supply", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "support", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "surf", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "surgery", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "suzuki", + "description": "SUZUKI MOTOR CORPORATION", + "type": "generic" + }, + { + "domain": "sv", + "description": "SVNet", + "type": "country-code" + }, + { + "domain": "swatch", + "description": "The Swatch Group Ltd", + "type": "generic" + }, + { + "domain": "swiftcover", + "description": "Swiftcover Insurance Services Limited", + "type": "generic" + }, + { + "domain": "swiss", + "description": "Swiss Confederation", + "type": "generic" + }, + { + "domain": "sx", + "description": "SX Registry SA B.V.", + "type": "country-code" + }, + { + "domain": "sy", + "description": "National Agency for Network Services (NANS)", + "type": "country-code" + }, + { + "domain": "sydney", + "description": "State of New South Wales, Department of Premier and Cabinet", + "type": "generic" + }, + { + "domain": "symantec", + "description": "Symantec Corporation", + "type": "generic" + }, + { + "domain": "systems", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "sz", + "description": "University of Swaziland\nDepartment of Computer Science", + "type": "country-code" + }, + { + "domain": "tab", + "description": "Tabcorp Holdings Limited", + "type": "generic" + }, + { + "domain": "taipei", + "description": "Taipei City Government", + "type": "generic" + }, + { + "domain": "talk", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "taobao", + "description": "Alibaba Group Holding Limited", + "type": "generic" + }, + { + "domain": "target", + "description": "Target Domain Holdings, LLC", + "type": "generic" + }, + { + "domain": "tatamotors", + "description": "Tata Motors Ltd", + "type": "generic" + }, + { + "domain": "tatar", + "description": "Limited Liability Company \"Coordination Center of Regional Domain of Tatarstan Republic\"", + "type": "generic" + }, + { + "domain": "tattoo", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "tax", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "taxi", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tc", + "description": "Melrex TC", + "type": "country-code" + }, + { + "domain": "tci", + "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "type": "generic" + }, + { + "domain": "td", + "description": "l'Agence de Développement des Technologies de l'Information et de la Communication (ADETIC)", + "type": "country-code" + }, + { + "domain": "tdk", + "description": "TDK Corporation", + "type": "generic" + }, + { + "domain": "team", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tech", + "description": "Dot Tech LLC", + "type": "generic" + }, + { + "domain": "technology", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tel", + "description": "Telnames Ltd.", + "type": "sponsored" + }, + { + "domain": "telecity", + "description": "TelecityGroup International Limited", + "type": "generic" + }, + { + "domain": "telefonica", + "description": "Telefónica S.A.", + "type": "generic" + }, + { + "domain": "temasek", + "description": "Temasek Holdings (Private) Limited", + "type": "generic" + }, + { + "domain": "tennis", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "teva", + "description": "Teva Pharmaceutical Industries Limited", + "type": "generic" + }, + { + "domain": "tf", + "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "type": "country-code" + }, + { + "domain": "tg", + "description": "Autorite de Reglementation des secteurs de Postes et de Telecommunications (ART&P)", + "type": "country-code" + }, + { + "domain": "th", + "description": "Thai Network Information Center Foundation", + "type": "country-code" + }, + { + "domain": "thd", + "description": "Home Depot Product Authority, LLC", + "type": "generic" + }, + { + "domain": "theater", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "theatre", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "tiaa", + "description": "Teachers Insurance and Annuity Association of America", + "type": "generic" + }, + { + "domain": "tickets", + "description": "Accent Media Limited", + "type": "generic" + }, + { + "domain": "tienda", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tiffany", + "description": "Tiffany and Company", + "type": "generic" + }, + { + "domain": "tips", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tires", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tirol", + "description": "punkt Tirol GmbH", + "type": "generic" + }, + { + "domain": "tj", + "description": "Information Technology Center", + "type": "country-code" + }, + { + "domain": "tjmaxx", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "tjx", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "tk", + "description": "Telecommunication Tokelau Corporation (Teletok)", + "type": "country-code" + }, + { + "domain": "tkmaxx", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "tl", + "description": "Autoridade Nacional de Comunicações", + "type": "country-code" + }, + { + "domain": "tm", + "description": "TM Domain Registry Ltd", + "type": "country-code" + }, + { + "domain": "tmall", + "description": "Alibaba Group Holding Limited", + "type": "generic" + }, + { + "domain": "tn", + "description": "Agence Tunisienne d'Internet", + "type": "country-code" + }, + { + "domain": "to", + "description": "Government of the Kingdom of Tonga\nH.R.H. Crown Prince Tupouto'a\nc/o Consulate of Tonga", + "type": "country-code" + }, + { + "domain": "today", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tokyo", + "description": "GMO Registry, Inc.", + "type": "generic" + }, + { + "domain": "tools", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "top", + "description": "Jiangsu Bangning Science & Technology Co.,Ltd.", + "type": "generic" + }, + { + "domain": "toray", + "description": "Toray Industries, Inc.", + "type": "generic" + }, + { + "domain": "toshiba", + "description": "TOSHIBA Corporation", + "type": "generic" + }, + { + "domain": "total", + "description": "Total SA", + "type": "generic" + }, + { + "domain": "tours", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "town", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "toyota", + "description": "TOYOTA MOTOR CORPORATION", + "type": "generic" + }, + { + "domain": "toys", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tp", + "description": "Retired", + "type": "country-code" + }, + { + "domain": "tr", + "description": "Middle East Technical University\nDepartment of Computer Engineering", + "type": "country-code" + }, + { + "domain": "trade", + "description": "Elite Registry Limited", + "type": "generic" + }, + { + "domain": "trading", + "description": "DOTTRADING REGISTRY LTD", + "type": "generic" + }, + { + "domain": "training", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "travel", + "description": "Dog\tBeach, LLC", + "type": "sponsored" + }, + { + "domain": "travelchannel", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "travelers", + "description": "Travelers TLD, LLC", + "type": "generic" + }, + { + "domain": "travelersinsurance", + "description": "Travelers TLD, LLC", + "type": "generic" + }, + { + "domain": "trust", + "description": "Artemis Internet Inc", + "type": "generic" + }, + { + "domain": "trv", + "description": "Travelers TLD, LLC", + "type": "generic" + }, + { + "domain": "tt", + "description": "University of the West Indies\nFaculty of Engineering", + "type": "country-code" + }, + { + "domain": "tube", + "description": "Latin American Telecom LLC", + "type": "generic" + }, + { + "domain": "tui", + "description": "TUI AG", + "type": "generic" + }, + { + "domain": "tunes", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "tushu", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "tv", + "description": "Ministry of Finance and Tourism", + "type": "country-code" + }, + { + "domain": "tvs", + "description": "T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED", + "type": "generic" + }, + { + "domain": "tw", + "description": "Taiwan Network Information Center (TWNIC)", + "type": "country-code" + }, + { + "domain": "tz", + "description": "Tanzania Network Information Centre (tzNIC)", + "type": "country-code" + }, + { + "domain": "ua", + "description": "Hostmaster Ltd.", + "type": "country-code" + }, + { + "domain": "ubank", + "description": "National Australia Bank Limited", + "type": "generic" + }, + { + "domain": "ubs", + "description": "UBS AG", + "type": "generic" + }, + { + "domain": "uconnect", + "description": "FCA US LLC.", + "type": "generic" + }, + { + "domain": "ug", + "description": "Uganda Online Ltd.", + "type": "country-code" + }, + { + "domain": "uk", + "description": "Nominet UK", + "type": "country-code" + }, + { + "domain": "um", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "unicom", + "description": "China United Network Communications Corporation Limited", + "type": "generic" + }, + { + "domain": "university", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "uno", + "description": "Dot Latin LLC", + "type": "generic" + }, + { + "domain": "uol", + "description": "UBN INTERNET LTDA.", + "type": "generic" + }, + { + "domain": "ups", + "description": "UPS Market Driver, Inc.", + "type": "generic" + }, + { + "domain": "us", + "description": "NeuStar, Inc.", + "type": "country-code" + }, + { + "domain": "uy", + "description": "SeCIU - Universidad de la Republica", + "type": "country-code" + }, + { + "domain": "uz", + "description": "Computerization and Information Technologies Developing Center\nUZINFOCOM", + "type": "country-code" + }, + { + "domain": "va", + "description": "Holy See - Vatican City State", + "type": "country-code" + }, + { + "domain": "vacations", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "vana", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "vanguard", + "description": "The Vanguard Group, Inc.", + "type": "generic" + }, + { + "domain": "vc", + "description": "Ministry of Telecommunications, Science, Technology and Industry", + "type": "country-code" + }, + { + "domain": "ve", + "description": "Comisión Nacional de Telecomunicaciones (CONATEL)", + "type": "country-code" + }, + { + "domain": "vegas", + "description": "Dot Vegas, Inc.", + "type": "generic" + }, + { + "domain": "ventures", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "verisign", + "description": "VeriSign, Inc.", + "type": "generic" + }, + { + "domain": "versicherung", + "description": "TLD-BOX Registrydienstleistungen GmbH", + "type": "generic" + }, + { + "domain": "vet", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "vg", + "description": "Telecommunications Regulatory Commission of the Virgin Islands", + "type": "country-code" + }, + { + "domain": "vi", + "description": "Virgin Islands Public Telecommunications System, Inc.", + "type": "country-code" + }, + { + "domain": "viajes", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "video", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "vig", + "description": "VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe", + "type": "generic" + }, + { + "domain": "viking", + "description": "Viking River Cruises (Bermuda) Ltd.", + "type": "generic" + }, + { + "domain": "villas", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "vin", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "vip", + "description": "Minds + Machines Group Limited", + "type": "generic" + }, + { + "domain": "virgin", + "description": "Virgin Enterprises Limited", + "type": "generic" + }, + { + "domain": "visa", + "description": "Visa Worldwide Pte. Limited", + "type": "generic" + }, + { + "domain": "vision", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "vista", + "description": "Vistaprint Limited", + "type": "generic" + }, + { + "domain": "vistaprint", + "description": "Vistaprint Limited", + "type": "generic" + }, + { + "domain": "viva", + "description": "Saudi Telecom Company", + "type": "generic" + }, + { + "domain": "vivo", + "description": "Telefonica Brasil S.A.", + "type": "generic" + }, + { + "domain": "vlaanderen", + "description": "DNS.be vzw", + "type": "generic" + }, + { + "domain": "vn", + "description": "Ministry of Information and Communications of Socialist Republic of Viet Nam", + "type": "country-code" + }, + { + "domain": "vodka", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "volkswagen", + "description": "Volkswagen Group of America Inc.", + "type": "generic" + }, + { + "domain": "volvo", + "description": "Volvo Holding Sverige Aktiebolag", + "type": "generic" + }, + { + "domain": "vote", + "description": "Monolith Registry LLC", + "type": "generic" + }, + { + "domain": "voting", + "description": "Valuetainment Corp.", + "type": "generic" + }, + { + "domain": "voto", + "description": "Monolith Registry LLC", + "type": "generic" + }, + { + "domain": "voyage", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "vu", + "description": "Telecom Vanuatu Limited", + "type": "country-code" + }, + { + "domain": "vuelos", + "description": "Travel Reservations SRL", + "type": "generic" + }, + { + "domain": "wales", + "description": "Nominet UK", + "type": "generic" + }, + { + "domain": "walmart", + "description": "Wal-Mart Stores, Inc.", + "type": "generic" + }, + { + "domain": "walter", + "description": "Sandvik AB", + "type": "generic" + }, + { + "domain": "wang", + "description": "Zodiac Wang Limited", + "type": "generic" + }, + { + "domain": "wanggou", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "warman", + "description": "Weir Group IP Limited", + "type": "generic" + }, + { + "domain": "watch", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "watches", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "weather", + "description": "International Business Machines Corporation", + "type": "generic" + }, + { + "domain": "weatherchannel", + "description": "International Business Machines Corporation", + "type": "generic" + }, + { + "domain": "webcam", + "description": "dot Webcam Limited", + "type": "generic" + }, + { + "domain": "weber", + "description": "Saint-Gobain Weber SA", + "type": "generic" + }, + { + "domain": "website", + "description": "DotWebsite Inc.", + "type": "generic" + }, + { + "domain": "wed", + "description": "Emergency Back-End Registry Operator Program - ICANN", + "type": "generic" + }, + { + "domain": "wedding", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "weibo", + "description": "Sina Corporation", + "type": "generic" + }, + { + "domain": "weir", + "description": "Weir Group IP Limited", + "type": "generic" + }, + { + "domain": "wf", + "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "type": "country-code" + }, + { + "domain": "whoswho", + "description": "Who's Who Registry", + "type": "generic" + }, + { + "domain": "wien", + "description": "punkt.wien GmbH", + "type": "generic" + }, + { + "domain": "wiki", + "description": "Top Level Design, LLC", + "type": "generic" + }, + { + "domain": "williamhill", + "description": "William Hill Organization Limited", + "type": "generic" + }, + { + "domain": "win", + "description": "First Registry Limited", + "type": "generic" + }, + { + "domain": "windows", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "wine", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "winners", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "wme", + "description": "William Morris Endeavor Entertainment, LLC", + "type": "generic" + }, + { + "domain": "wolterskluwer", + "description": "Wolters Kluwer N.V.", + "type": "generic" + }, + { + "domain": "woodside", + "description": "Woodside Petroleum Limited", + "type": "generic" + }, + { + "domain": "work", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "works", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "world", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "wow", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "ws", + "description": "Government of Samoa Ministry of Foreign Affairs & Trade", + "type": "country-code" + }, + { + "domain": "wtc", + "description": "World Trade Centers Association, Inc.", + "type": "generic" + }, + { + "domain": "wtf", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "xbox", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "xerox", + "description": "Xerox DNHC LLC", + "type": "generic" + }, + { + "domain": "xfinity", + "description": "Comcast IP Holdings I, LLC", + "type": "generic" + }, + { + "domain": "xihuan", + "description": "QIHOO 360 TECHNOLOGY CO. LTD.", + "type": "generic" + }, + { + "domain": "xin", + "description": "Elegant Leader Limited", + "type": "generic" + }, + { + "domain": "测试", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "कॉम", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "परीक्षा", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "セール", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "佛山", + "description": "Guangzhou YU Wei Information Technology Co., Ltd.", + "type": "generic" + }, + { + "domain": "ಭಾರತ", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "慈善", + "description": "Excellent First Limited", + "type": "generic" + }, + { + "domain": "集团", + "description": "Eagle Horizon Limited", + "type": "generic" + }, + { + "domain": "在线", + "description": "TLD REGISTRY LIMITED", + "type": "generic" + }, + { + "domain": "한국", + "description": "KISA (Korea Internet & Security Agency)", + "type": "country-code" + }, + { + "domain": "ଭାରତ", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "大众汽车", + "description": "Volkswagen (China) Investment Co., Ltd.", + "type": "generic" + }, + { + "domain": "点看", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "คอม", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "ভাৰত", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "ভারত", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "八卦", + "description": "Zodiac Gemini Ltd", + "type": "generic" + }, + { + "domain": "‏موقع‎", + "description": "Suhub Electronic Establishment", + "type": "generic" + }, + { + "domain": "বাংলা", + "description": "Posts and Telecommunications Division", + "type": "country-code" + }, + { + "domain": "公益", + "description": "China Organizational Name Administration Center", + "type": "generic" + }, + { + "domain": "公司", + "description": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", + "type": "generic" + }, + { + "domain": "香格里拉", + "description": "Shangri‐La International Hotel Management Limited", + "type": "generic" + }, + { + "domain": "网站", + "description": "Global Website TLD Asia Limited", + "type": "generic" + }, + { + "domain": "移动", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "我爱你", + "description": "Tycoon Treasure Limited", + "type": "generic" + }, + { + "domain": "москва", + "description": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", + "type": "generic" + }, + { + "domain": "испытание", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "қаз", + "description": "Association of IT Companies of Kazakhstan", + "type": "country-code" + }, + { + "domain": "католик", + "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "type": "generic" + }, + { + "domain": "онлайн", + "description": "CORE Association", + "type": "generic" + }, + { + "domain": "сайт", + "description": "CORE Association", + "type": "generic" + }, + { + "domain": "联通", + "description": "China United Network Communications Corporation Limited", + "type": "generic" + }, + { + "domain": "срб", + "description": "Serbian National Internet Domain Registry (RNIDS)", + "type": "country-code" + }, + { + "domain": "бг", + "description": "Imena.BG AD", + "type": "country-code" + }, + { + "domain": "бел", + "description": "Reliable Software, Ltd.", + "type": "country-code" + }, + { + "domain": "‏קום‎", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "时尚", + "description": "RISE VICTORY LIMITED", + "type": "generic" + }, + { + "domain": "微博", + "description": "Sina Corporation", + "type": "generic" + }, + { + "domain": "테스트", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "淡马锡", + "description": "Temasek Holdings (Private) Limited", + "type": "generic" + }, + { + "domain": "ファッション", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "орг", + "description": "Public Interest Registry", + "type": "generic" + }, + { + "domain": "नेट", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "ストア", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "삼성", + "description": "SAMSUNG SDS CO., LTD", + "type": "generic" + }, + { + "domain": "சிங்கப்பூர்", + "description": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "type": "country-code" + }, + { + "domain": "商标", + "description": "HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED", + "type": "generic" + }, + { + "domain": "商店", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "商城", + "description": "Zodiac Aquarius Limited", + "type": "generic" + }, + { + "domain": "дети", + "description": "The Foundation for Network Initiatives “The Smart Internet”", + "type": "generic" + }, + { + "domain": "мкд", + "description": "Macedonian Academic Research Network Skopje", + "type": "country-code" + }, + { + "domain": "‏טעסט‎", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "ею", + "description": "EURid vzw/asbl", + "type": "country-code" + }, + { + "domain": "ポイント", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "新闻", + "description": "Guangzhou YU Wei Information and Technology Co.,Ltd", + "type": "generic" + }, + { + "domain": "工行", + "description": "Industrial and Commercial Bank of China Limited", + "type": "generic" + }, + { + "domain": "家電", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "‏كوم‎", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "中文网", + "description": "TLD REGISTRY LIMITED", + "type": "generic" + }, + { + "domain": "中信", + "description": "CITIC Group Corporation", + "type": "generic" + }, + { + "domain": "中国", + "description": "China Internet Network Information Center (CNNIC)", + "type": "country-code" + }, + { + "domain": "中國", + "description": "China Internet Network Information Center (CNNIC)", + "type": "country-code" + }, + { + "domain": "娱乐", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "谷歌", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "భారత్", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "ලංකා", + "description": "LK Domain Registry", + "type": "country-code" + }, + { + "domain": "電訊盈科", + "description": "PCCW Enterprises Limited", + "type": "generic" + }, + { + "domain": "购物", + "description": "Minds + Machines Group Limited", + "type": "generic" + }, + { + "domain": "測試", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "クラウド", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "ભારત", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "通販", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "भारतम्", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "भारत", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "भारोत", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "‏آزمایشی‎", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "பரிட்சை", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "网店", + "description": "Zodiac Taurus Ltd.", + "type": "generic" + }, + { + "domain": "संगठन", + "description": "Public Interest Registry", + "type": "generic" + }, + { + "domain": "餐厅", + "description": "HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED", + "type": "generic" + }, + { + "domain": "网络", + "description": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", + "type": "generic" + }, + { + "domain": "ком", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "укр", + "description": "Ukrainian Network Information Centre (UANIC), Inc.", + "type": "country-code" + }, + { + "domain": "香港", + "description": "Hong Kong Internet Registration Corporation Ltd.", + "type": "country-code" + }, + { + "domain": "诺基亚", + "description": "Nokia Corporation", + "type": "generic" + }, + { + "domain": "食品", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "δοκιμή", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "飞利浦", + "description": "Koninklijke Philips N.V.", + "type": "generic" + }, + { + "domain": "‏إختبار‎", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "台湾", + "description": "Taiwan Network Information Center (TWNIC)", + "type": "country-code" + }, + { + "domain": "台灣", + "description": "Taiwan Network Information Center (TWNIC)", + "type": "country-code" + }, + { + "domain": "手表", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "手机", + "description": "Beijing RITT-Net Technology Development Co., Ltd", + "type": "generic" + }, + { + "domain": "мон", + "description": "Datacom Co.,Ltd", + "type": "country-code" + }, + { + "domain": "‏الجزائر‎", + "description": "CERIST", + "type": "country-code" + }, + { + "domain": "‏عمان‎", + "description": "Telecommunications Regulatory Authority (TRA)", + "type": "country-code" + }, + { + "domain": "‏ارامكو‎", + "description": "Aramco Services Company", + "type": "generic" + }, + { + "domain": "‏ایران‎", + "description": "Institute for Research in Fundamental Sciences (IPM)", + "type": "country-code" + }, + { + "domain": "‏العليان‎", + "description": "Crescent Holding GmbH", + "type": "generic" + }, + { + "domain": "‏اتصالات‎", + "description": "Emirates Telecommunications Corporation (trading as Etisalat)", + "type": "generic" + }, + { + "domain": "‏امارات‎", + "description": "Telecommunications Regulatory Authority (TRA)", + "type": "country-code" + }, + { + "domain": "‏بازار‎", + "description": "CORE Association", + "type": "generic" + }, + { + "domain": "‏موريتانيا‎", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "‏پاکستان‎", + "description": "National Telecommunication Corporation", + "type": "country-code" + }, + { + "domain": "‏الاردن‎", + "description": "National Information Technology Center (NITC)", + "type": "country-code" + }, + { + "domain": "‏موبايلي‎", + "description": "GreenTech Consultancy Company W.L.L.", + "type": "generic" + }, + { + "domain": "‏بارت‎", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "‏بھارت‎", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "‏المغرب‎", + "description": "Agence Nationale de Réglementation des Télécommunications (ANRT)", + "type": "country-code" + }, + { + "domain": "‏ابوظبي‎", + "description": "Abu Dhabi Systems and Information Centre", + "type": "generic" + }, + { + "domain": "‏السعودية‎", + "description": "Communications and Information Technology Commission", + "type": "country-code" + }, + { + "domain": "‏ڀارت‎", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "‏كاثوليك‎", + "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "type": "generic" + }, + { + "domain": "‏سودان‎", + "description": "Sudan Internet Society", + "type": "country-code" + }, + { + "domain": "‏همراه‎", + "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "type": "generic" + }, + { + "domain": "‏عراق‎", + "description": "Communications and Media Commission (CMC)", + "type": "country-code" + }, + { + "domain": "‏مليسيا‎", + "description": "MYNIC Berhad", + "type": "country-code" + }, + { + "domain": "澳門", + "description": "Macao Post and Telecommunications Bureau (CTT)", + "type": "country-code" + }, + { + "domain": "닷컴", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "政府", + "description": "Net-Chinese Co., Ltd.", + "type": "generic" + }, + { + "domain": "‏شبكة‎", + "description": "International Domain Registry Pty. Ltd.", + "type": "generic" + }, + { + "domain": "‏بيتك‎", + "description": "Kuwait Finance House", + "type": "generic" + }, + { + "domain": "‏عرب‎", + "description": "League of Arab States", + "type": "generic" + }, + { + "domain": "გე", + "description": "Information Technologies Development Center (ITDC)", + "type": "country-code" + }, + { + "domain": "机构", + "description": "Public Interest Registry", + "type": "generic" + }, + { + "domain": "组织机构", + "description": "Public Interest Registry", + "type": "generic" + }, + { + "domain": "健康", + "description": "Stable Tone Limited", + "type": "generic" + }, + { + "domain": "ไทย", + "description": "Thai Network Information Center Foundation", + "type": "country-code" + }, + { + "domain": "‏سورية‎", + "description": "National Agency for Network Services (NANS)", + "type": "country-code" + }, + { + "domain": "招聘", + "description": "Dot Trademark TLD Holding Company Limited", + "type": "generic" + }, + { + "domain": "рус", + "description": "Rusnames Limited", + "type": "generic" + }, + { + "domain": "рф", + "description": "Coordination Center for TLD RU", + "type": "country-code" + }, + { + "domain": "珠宝", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "‏تونس‎", + "description": "Agence Tunisienne d'Internet", + "type": "country-code" + }, + { + "domain": "大拿", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "みんな", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "グーグル", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "ελ", + "description": "ICS-FORTH GR", + "type": "country-code" + }, + { + "domain": "世界", + "description": "Stable Tone Limited", + "type": "generic" + }, + { + "domain": "書籍", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "ഭാരതം", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "ਭਾਰਤ", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "网址", + "description": "KNET Co., Ltd", + "type": "generic" + }, + { + "domain": "닷넷", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "コム", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "天主教", + "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "type": "generic" + }, + { + "domain": "游戏", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "vermögensberater", + "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "type": "generic" + }, + { + "domain": "vermögensberatung", + "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "type": "generic" + }, + { + "domain": "企业", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "信息", + "description": "Beijing Tele-info Network Technology Co., Ltd.", + "type": "generic" + }, + { + "domain": "嘉里大酒店", + "description": "Kerry Trading Co. Limited", + "type": "generic" + }, + { + "domain": "嘉里", + "description": "Kerry Trading Co. Limited", + "type": "generic" + }, + { + "domain": "‏مصر‎", + "description": "National Telecommunication Regulatory Authority - NTRA", + "type": "country-code" + }, + { + "domain": "‏قطر‎", + "description": "Communications Regulatory Authority", + "type": "country-code" + }, + { + "domain": "广东", + "description": "Guangzhou YU Wei Information Technology Co., Ltd.", + "type": "generic" + }, + { + "domain": "இலங்கை", + "description": "LK Domain Registry", + "type": "country-code" + }, + { + "domain": "இந்தியா", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "հայ", + "description": "\"Internet Society\" Non-governmental Organization", + "type": "country-code" + }, + { + "domain": "新加坡", + "description": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "type": "country-code" + }, + { + "domain": "‏فلسطين‎", + "description": "Ministry of Telecom & Information Technology (MTIT)", + "type": "country-code" + }, + { + "domain": "テスト", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "政务", + "description": "China Organizational Name Administration Center", + "type": "generic" + }, + { + "domain": "xperia", + "description": "Sony Mobile Communications AB", + "type": "generic" + }, + { + "domain": "xxx", + "description": "ICM Registry LLC", + "type": "sponsored" + }, + { + "domain": "xyz", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "yachts", + "description": "DERYachts, LLC", + "type": "generic" + }, + { + "domain": "yahoo", + "description": "Yahoo! Domain Services Inc.", + "type": "generic" + }, + { + "domain": "yamaxun", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "yandex", + "description": "YANDEX, LLC", + "type": "generic" + }, + { + "domain": "ye", + "description": "TeleYemen", + "type": "country-code" + }, + { + "domain": "yodobashi", + "description": "YODOBASHI CAMERA CO.,LTD.", + "type": "generic" + }, + { + "domain": "yoga", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "yokohama", + "description": "GMO Registry, Inc.", + "type": "generic" + }, + { + "domain": "you", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "youtube", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "yt", + "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "type": "country-code" + }, + { + "domain": "yun", + "description": "QIHOO 360 TECHNOLOGY CO. LTD.", + "type": "generic" + }, + { + "domain": "za", + "description": "ZA Domain Name Authority", + "type": "country-code" + }, + { + "domain": "zappos", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "zara", + "description": "Industria de Diseño Textil, S.A. (INDITEX, S.A.)", + "type": "generic" + }, + { + "domain": "zero", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "zip", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "zippo", + "description": "Zadco Company", + "type": "generic" + }, + { + "domain": "zm", + "description": "Zambia Information and Communications Technology Authority (ZICTA)", + "type": "country-code" + }, + { + "domain": "zone", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "zuerich", + "description": "Kanton Zürich (Canton of Zurich)", + "type": "generic" + }, + { + "domain": "zw", + "description": "Postal and Telecommunications Regulatory Authority of Zimbabwe (POTRAZ)", + "type": "country-code" + } +]; \ No newline at end of file diff --git a/formats/js/tld-enum/list.js b/formats/js/tld-enum/list.js index 744c39b..44301ef 100644 --- a/formats/js/tld-enum/list.js +++ b/formats/js/tld-enum/list.js @@ -1 +1,1579 @@ -module.exports = []; \ No newline at end of file +module.exports = [ + "aaa", + "aarp", + "abarth", + "abb", + "abbott", + "abbvie", + "abc", + "able", + "abogado", + "abudhabi", + "ac", + "academy", + "accenture", + "accountant", + "accountants", + "aco", + "active", + "actor", + "ad", + "adac", + "ads", + "adult", + "ae", + "aeg", + "aero", + "aetna", + "af", + "afamilycompany", + "afl", + "africa", + "ag", + "agakhan", + "agency", + "ai", + "aig", + "aigo", + "airbus", + "airforce", + "airtel", + "akdn", + "al", + "alfaromeo", + "alibaba", + "alipay", + "allfinanz", + "allstate", + "ally", + "alsace", + "alstom", + "am", + "americanexpress", + "americanfamily", + "amex", + "amfam", + "amica", + "amsterdam", + "an", + "analytics", + "android", + "anquan", + "anz", + "ao", + "aol", + "apartments", + "app", + "apple", + "aq", + "aquarelle", + "ar", + "arab", + "aramco", + "archi", + "army", + "arpa", + "art", + "arte", + "as", + "asda", + "asia", + "associates", + "at", + "athleta", + "attorney", + "au", + "auction", + "audi", + "audible", + "audio", + "auspost", + "author", + "auto", + "autos", + "avianca", + "aw", + "aws", + "ax", + "axa", + "az", + "azure", + "ba", + "baby", + "baidu", + "banamex", + "bananarepublic", + "band", + "bank", + "bar", + "barcelona", + "barclaycard", + "barclays", + "barefoot", + "bargains", + "baseball", + "basketball", + "bauhaus", + "bayern", + "bb", + "bbc", + "bbt", + "bbva", + "bcg", + "bcn", + "bd", + "be", + "beats", + "beauty", + "beer", + "bentley", + "berlin", + "best", + "bestbuy", + "bet", + "bf", + "bg", + "bh", + "bharti", + "bi", + "bible", + "bid", + "bike", + "bing", + "bingo", + "bio", + "biz", + "bj", + "bl", + "black", + "blackfriday", + "blanco", + "blockbuster", + "blog", + "bloomberg", + "blue", + "bm", + "bms", + "bmw", + "bn", + "bnl", + "bnpparibas", + "bo", + "boats", + "boehringer", + "bofa", + "bom", + "bond", + "boo", + "book", + "booking", + "boots", + "bosch", + "bostik", + "boston", + "bot", + "boutique", + "box", + "bq", + "br", + "bradesco", + "bridgestone", + "broadway", + "broker", + "brother", + "brussels", + "bs", + "bt", + "budapest", + "bugatti", + "build", + "builders", + "business", + "buy", + "buzz", + "bv", + "bw", + "by", + "bz", + "bzh", + "ca", + "cab", + "cafe", + "cal", + "call", + "calvinklein", + "cam", + "camera", + "camp", + "cancerresearch", + "canon", + "capetown", + "capital", + "capitalone", + "car", + "caravan", + "cards", + "care", + "career", + "careers", + "cars", + "cartier", + "casa", + "case", + "caseih", + "cash", + "casino", + "cat", + "catering", + "catholic", + "cba", + "cbn", + "cbre", + "cbs", + "cc", + "cd", + "ceb", + "center", + "ceo", + "cern", + "cf", + "cfa", + "cfd", + "cg", + "ch", + "chanel", + "channel", + "charity", + "chase", + "chat", + "cheap", + "chintai", + "chloe", + "christmas", + "chrome", + "chrysler", + "church", + "ci", + "cipriani", + "circle", + "cisco", + "citadel", + "citi", + "citic", + "city", + "cityeats", + "ck", + "cl", + "claims", + "cleaning", + "click", + "clinic", + "clinique", + "clothing", + "cloud", + "club", + "clubmed", + "cm", + "cn", + "co", + "coach", + "codes", + "coffee", + "college", + "cologne", + "com", + "comcast", + "commbank", + "community", + "company", + "compare", + "computer", + "comsec", + "condos", + "construction", + "consulting", + "contact", + "contractors", + "cooking", + "cookingchannel", + "cool", + "coop", + "corsica", + "country", + "coupon", + "coupons", + "courses", + "cr", + "credit", + "creditcard", + "creditunion", + "cricket", + "crown", + "crs", + "cruise", + "cruises", + "csc", + "cu", + "cuisinella", + "cv", + "cw", + "cx", + "cy", + "cymru", + "cyou", + "cz", + "dabur", + "dad", + "dance", + "data", + "date", + "dating", + "datsun", + "day", + "dclk", + "dds", + "de", + "deal", + "dealer", + "deals", + "degree", + "delivery", + "dell", + "deloitte", + "delta", + "democrat", + "dental", + "dentist", + "desi", + "design", + "dev", + "dhl", + "diamonds", + "diet", + "digital", + "direct", + "directory", + "discount", + "discover", + "dish", + "diy", + "dj", + "dk", + "dm", + "dnp", + "do", + "docs", + "doctor", + "dodge", + "dog", + "doha", + "domains", + "doosan", + "dot", + "download", + "drive", + "dtv", + "dubai", + "duck", + "dunlop", + "duns", + "dupont", + "durban", + "dvag", + "dvr", + "dz", + "earth", + "eat", + "ec", + "eco", + "edeka", + "edu", + "education", + "ee", + "eg", + "eh", + "email", + "emerck", + "energy", + "engineer", + "engineering", + "enterprises", + "epost", + "epson", + "equipment", + "er", + "ericsson", + "erni", + "es", + "esq", + "estate", + "esurance", + "et", + "etisalat", + "eu", + "eurovision", + "eus", + "events", + "everbank", + "exchange", + "expert", + "exposed", + "express", + "extraspace", + "fage", + "fail", + "fairwinds", + "faith", + "family", + "fan", + "fans", + "farm", + "farmers", + "fashion", + "fast", + "fedex", + "feedback", + "ferrari", + "ferrero", + "fi", + "fiat", + "fidelity", + "fido", + "film", + "final", + "finance", + "financial", + "fire", + "firestone", + "firmdale", + "fish", + "fishing", + "fit", + "fitness", + "fj", + "fk", + "flickr", + "flights", + "flir", + "florist", + "flowers", + "flsmidth", + "fly", + "fm", + "fo", + "foo", + "food", + "foodnetwork", + "football", + "ford", + "forex", + "forsale", + "forum", + "foundation", + "fox", + "fr", + "free", + "fresenius", + "frl", + "frogans", + "frontdoor", + "frontier", + "ftr", + "fujitsu", + "fujixerox", + "fun", + "fund", + "furniture", + "futbol", + "fyi", + "ga", + "gal", + "gallery", + "gallo", + "gallup", + "game", + "games", + "gap", + "garden", + "gb", + "gbiz", + "gd", + "gdn", + "ge", + "gea", + "gent", + "genting", + "george", + "gf", + "gg", + "ggee", + "gh", + "gi", + "gift", + "gifts", + "gives", + "giving", + "gl", + "glade", + "glass", + "gle", + "global", + "globo", + "gm", + "gmail", + "gmbh", + "gmo", + "gmx", + "gn", + "godaddy", + "gold", + "goldpoint", + "golf", + "goo", + "goodhands", + "goodyear", + "goog", + "google", + "gop", + "got", + "gov", + "gp", + "gq", + "gr", + "grainger", + "graphics", + "gratis", + "green", + "gripe", + "grocery", + "group", + "gs", + "gt", + "gu", + "guardian", + "gucci", + "guge", + "guide", + "guitars", + "guru", + "gw", + "gy", + "hair", + "hamburg", + "hangout", + "haus", + "hbo", + "hdfc", + "hdfcbank", + "health", + "healthcare", + "help", + "helsinki", + "here", + "hermes", + "hgtv", + "hiphop", + "hisamitsu", + "hitachi", + "hiv", + "hk", + "hkt", + "hm", + "hn", + "hockey", + "holdings", + "holiday", + "homedepot", + "homegoods", + "homes", + "homesense", + "honda", + "honeywell", + "horse", + "hospital", + "host", + "hosting", + "hot", + "hoteles", + "hotels", + "hotmail", + "house", + "how", + "hr", + "hsbc", + "ht", + "htc", + "hu", + "hughes", + "hyatt", + "hyundai", + "ibm", + "icbc", + "ice", + "icu", + "id", + "ie", + "ieee", + "ifm", + "iinet", + "ikano", + "il", + "im", + "imamat", + "imdb", + "immo", + "immobilien", + "in", + "industries", + "infiniti", + "info", + "ing", + "ink", + "institute", + "insurance", + "insure", + "int", + "intel", + "international", + "intuit", + "investments", + "io", + "ipiranga", + "iq", + "ir", + "irish", + "is", + "iselect", + "ismaili", + "ist", + "istanbul", + "it", + "itau", + "itv", + "iveco", + "iwc", + "jaguar", + "java", + "jcb", + "jcp", + "je", + "jeep", + "jetzt", + "jewelry", + "jio", + "jlc", + "jll", + "jm", + "jmp", + "jnj", + "jo", + "jobs", + "joburg", + "jot", + "joy", + "jp", + "jpmorgan", + "jprs", + "juegos", + "juniper", + "kaufen", + "kddi", + "ke", + "kerryhotels", + "kerrylogistics", + "kerryproperties", + "kfh", + "kg", + "kh", + "ki", + "kia", + "kim", + "kinder", + "kindle", + "kitchen", + "kiwi", + "km", + "kn", + "koeln", + "komatsu", + "kosher", + "kp", + "kpmg", + "kpn", + "kr", + "krd", + "kred", + "kuokgroup", + "kw", + "ky", + "kyoto", + "kz", + "la", + "lacaixa", + "ladbrokes", + "lamborghini", + "lamer", + "lancaster", + "lancia", + "lancome", + "land", + "landrover", + "lanxess", + "lasalle", + "lat", + "latino", + "latrobe", + "law", + "lawyer", + "lb", + "lc", + "lds", + "lease", + "leclerc", + "lefrak", + "legal", + "lego", + "lexus", + "lgbt", + "li", + "liaison", + "lidl", + "life", + "lifeinsurance", + "lifestyle", + "lighting", + "like", + "lilly", + "limited", + "limo", + "lincoln", + "linde", + "link", + "lipsy", + "live", + "living", + "lixil", + "lk", + "llc", + "loan", + "loans", + "locker", + "locus", + "loft", + "lol", + "london", + "lotte", + "lotto", + "love", + "lpl", + "lplfinancial", + "lr", + "ls", + "lt", + "ltd", + "ltda", + "lu", + "lundbeck", + "lupin", + "luxe", + "luxury", + "lv", + "ly", + "ma", + "macys", + "madrid", + "maif", + "maison", + "makeup", + "man", + "management", + "mango", + "map", + "market", + "marketing", + "markets", + "marriott", + "marshalls", + "maserati", + "mattel", + "mba", + "mc", + "mcd", + "mcdonalds", + "mckinsey", + "md", + "me", + "med", + "media", + "meet", + "melbourne", + "meme", + "memorial", + "men", + "menu", + "meo", + "merckmsd", + "metlife", + "mf", + "mg", + "mh", + "miami", + "microsoft", + "mil", + "mini", + "mint", + "mit", + "mitsubishi", + "mk", + "ml", + "mlb", + "mls", + "mm", + "mma", + "mn", + "mo", + "mobi", + "mobile", + "mobily", + "moda", + "moe", + "moi", + "mom", + "monash", + "money", + "monster", + "montblanc", + "mopar", + "mormon", + "mortgage", + "moscow", + "moto", + "motorcycles", + "mov", + "movie", + "movistar", + "mp", + "mq", + "mr", + "ms", + "msd", + "mt", + "mtn", + "mtpc", + "mtr", + "mu", + "museum", + "mutual", + "mutuelle", + "mv", + "mw", + "mx", + "my", + "mz", + "na", + "nab", + "nadex", + "nagoya", + "name", + "nationwide", + "natura", + "navy", + "nba", + "nc", + "ne", + "nec", + "net", + "netbank", + "netflix", + "network", + "neustar", + "new", + "newholland", + "news", + "next", + "nextdirect", + "nexus", + "nf", + "nfl", + "ng", + "ngo", + "nhk", + "ni", + "nico", + "nike", + "nikon", + "ninja", + "nissan", + "nissay", + "nl", + "no", + "nokia", + "northwesternmutual", + "norton", + "now", + "nowruz", + "nowtv", + "np", + "nr", + "nra", + "nrw", + "ntt", + "nu", + "nyc", + "nz", + "obi", + "observer", + "off", + "office", + "okinawa", + "olayan", + "olayangroup", + "oldnavy", + "ollo", + "om", + "omega", + "one", + "ong", + "onl", + "online", + "onyourside", + "ooo", + "open", + "oracle", + "orange", + "org", + "organic", + "orientexpress", + "origins", + "osaka", + "otsuka", + "ott", + "ovh", + "pa", + "page", + "pamperedchef", + "panasonic", + "panerai", + "paris", + "pars", + "partners", + "parts", + "party", + "passagens", + "pay", + "pccw", + "pe", + "pet", + "pf", + "pfizer", + "pg", + "ph", + "pharmacy", + "phd", + "philips", + "phone", + "photo", + "photography", + "photos", + "physio", + "piaget", + "pics", + "pictet", + "pictures", + "pid", + "pin", + "ping", + "pink", + "pioneer", + "pizza", + "pk", + "pl", + "place", + "play", + "playstation", + "plumbing", + "plus", + "pm", + "pn", + "pnc", + "pohl", + "poker", + "politie", + "porn", + "post", + "pr", + "pramerica", + "praxi", + "press", + "prime", + "pro", + "prod", + "productions", + "prof", + "progressive", + "promo", + "properties", + "property", + "protection", + "pru", + "prudential", + "ps", + "pt", + "pub", + "pw", + "pwc", + "py", + "qa", + "qpon", + "quebec", + "quest", + "qvc", + "racing", + "radio", + "raid", + "re", + "read", + "realestate", + "realtor", + "realty", + "recipes", + "red", + "redstone", + "redumbrella", + "rehab", + "reise", + "reisen", + "reit", + "reliance", + "ren", + "rent", + "rentals", + "repair", + "report", + "republican", + "rest", + "restaurant", + "review", + "reviews", + "rexroth", + "rich", + "richardli", + "ricoh", + "rightathome", + "ril", + "rio", + "rip", + "rmit", + "ro", + "rocher", + "rocks", + "rodeo", + "rogers", + "room", + "rs", + "rsvp", + "ru", + "rugby", + "ruhr", + "run", + "rw", + "rwe", + "ryukyu", + "sa", + "saarland", + "safe", + "safety", + "sakura", + "sale", + "salon", + "samsclub", + "samsung", + "sandvik", + "sandvikcoromant", + "sanofi", + "sap", + "sapo", + "sarl", + "sas", + "save", + "saxo", + "sb", + "sbi", + "sbs", + "sc", + "sca", + "scb", + "schaeffler", + "schmidt", + "scholarships", + "school", + "schule", + "schwarz", + "science", + "scjohnson", + "scor", + "scot", + "sd", + "se", + "search", + "seat", + "secure", + "security", + "seek", + "select", + "sener", + "services", + "ses", + "seven", + "sew", + "sex", + "sexy", + "sfr", + "sg", + "sh", + "shangrila", + "sharp", + "shaw", + "shell", + "shia", + "shiksha", + "shoes", + "shop", + "shopping", + "shouji", + "show", + "showtime", + "shriram", + "si", + "silk", + "sina", + "singles", + "site", + "sj", + "sk", + "ski", + "skin", + "sky", + "skype", + "sl", + "sling", + "sm", + "smart", + "smile", + "sn", + "sncf", + "so", + "soccer", + "social", + "softbank", + "software", + "sohu", + "solar", + "solutions", + "song", + "sony", + "soy", + "space", + "spiegel", + "sport", + "spot", + "spreadbetting", + "sr", + "srl", + "srt", + "ss", + "st", + "stada", + "staples", + "star", + "starhub", + "statebank", + "statefarm", + "statoil", + "stc", + "stcgroup", + "stockholm", + "storage", + "store", + "stream", + "studio", + "study", + "style", + "su", + "sucks", + "supplies", + "supply", + "support", + "surf", + "surgery", + "suzuki", + "sv", + "swatch", + "swiftcover", + "swiss", + "sx", + "sy", + "sydney", + "symantec", + "systems", + "sz", + "tab", + "taipei", + "talk", + "taobao", + "target", + "tatamotors", + "tatar", + "tattoo", + "tax", + "taxi", + "tc", + "tci", + "td", + "tdk", + "team", + "tech", + "technology", + "tel", + "telecity", + "telefonica", + "temasek", + "tennis", + "teva", + "tf", + "tg", + "th", + "thd", + "theater", + "theatre", + "tiaa", + "tickets", + "tienda", + "tiffany", + "tips", + "tires", + "tirol", + "tj", + "tjmaxx", + "tjx", + "tk", + "tkmaxx", + "tl", + "tm", + "tmall", + "tn", + "to", + "today", + "tokyo", + "tools", + "top", + "toray", + "toshiba", + "total", + "tours", + "town", + "toyota", + "toys", + "tp", + "tr", + "trade", + "trading", + "training", + "travel", + "travelchannel", + "travelers", + "travelersinsurance", + "trust", + "trv", + "tt", + "tube", + "tui", + "tunes", + "tushu", + "tv", + "tvs", + "tw", + "tz", + "ua", + "ubank", + "ubs", + "uconnect", + "ug", + "uk", + "um", + "unicom", + "university", + "uno", + "uol", + "ups", + "us", + "uy", + "uz", + "va", + "vacations", + "vana", + "vanguard", + "vc", + "ve", + "vegas", + "ventures", + "verisign", + "versicherung", + "vet", + "vg", + "vi", + "viajes", + "video", + "vig", + "viking", + "villas", + "vin", + "vip", + "virgin", + "visa", + "vision", + "vista", + "vistaprint", + "viva", + "vivo", + "vlaanderen", + "vn", + "vodka", + "volkswagen", + "volvo", + "vote", + "voting", + "voto", + "voyage", + "vu", + "vuelos", + "wales", + "walmart", + "walter", + "wang", + "wanggou", + "warman", + "watch", + "watches", + "weather", + "weatherchannel", + "webcam", + "weber", + "website", + "wed", + "wedding", + "weibo", + "weir", + "wf", + "whoswho", + "wien", + "wiki", + "williamhill", + "win", + "windows", + "wine", + "winners", + "wme", + "wolterskluwer", + "woodside", + "work", + "works", + "world", + "wow", + "ws", + "wtc", + "wtf", + "xbox", + "xerox", + "xfinity", + "xihuan", + "xin", + "测试", + "कॉम", + "परीक्षा", + "セール", + "佛山", + "ಭಾರತ", + "慈善", + "集团", + "在线", + "한국", + "ଭାରତ", + "大众汽车", + "点看", + "คอม", + "ভাৰত", + "ভারত", + "八卦", + "‏موقع‎", + "বাংলা", + "公益", + "公司", + "香格里拉", + "网站", + "移动", + "我爱你", + "москва", + "испытание", + "қаз", + "католик", + "онлайн", + "сайт", + "联通", + "срб", + "бг", + "бел", + "‏קום‎", + "时尚", + "微博", + "테스트", + "淡马锡", + "ファッション", + "орг", + "नेट", + "ストア", + "삼성", + "சிங்கப்பூர்", + "商标", + "商店", + "商城", + "дети", + "мкд", + "‏טעסט‎", + "ею", + "ポイント", + "新闻", + "工行", + "家電", + "‏كوم‎", + "中文网", + "中信", + "中国", + "中國", + "娱乐", + "谷歌", + "భారత్", + "ලංකා", + "電訊盈科", + "购物", + "測試", + "クラウド", + "ભારત", + "通販", + "भारतम्", + "भारत", + "भारोत", + "‏آزمایشی‎", + "பரிட்சை", + "网店", + "संगठन", + "餐厅", + "网络", + "ком", + "укр", + "香港", + "诺基亚", + "食品", + "δοκιμή", + "飞利浦", + "‏إختبار‎", + "台湾", + "台灣", + "手表", + "手机", + "мон", + "‏الجزائر‎", + "‏عمان‎", + "‏ارامكو‎", + "‏ایران‎", + "‏العليان‎", + "‏اتصالات‎", + "‏امارات‎", + "‏بازار‎", + "‏موريتانيا‎", + "‏پاکستان‎", + "‏الاردن‎", + "‏موبايلي‎", + "‏بارت‎", + "‏بھارت‎", + "‏المغرب‎", + "‏ابوظبي‎", + "‏السعودية‎", + "‏ڀارت‎", + "‏كاثوليك‎", + "‏سودان‎", + "‏همراه‎", + "‏عراق‎", + "‏مليسيا‎", + "澳門", + "닷컴", + "政府", + "‏شبكة‎", + "‏بيتك‎", + "‏عرب‎", + "გე", + "机构", + "组织机构", + "健康", + "ไทย", + "‏سورية‎", + "招聘", + "рус", + "рф", + "珠宝", + "‏تونس‎", + "大拿", + "みんな", + "グーグル", + "ελ", + "世界", + "書籍", + "ഭാരതം", + "ਭਾਰਤ", + "网址", + "닷넷", + "コム", + "天主教", + "游戏", + "vermögensberater", + "vermögensberatung", + "企业", + "信息", + "嘉里大酒店", + "嘉里", + "‏مصر‎", + "‏قطر‎", + "广东", + "இலங்கை", + "இந்தியா", + "հայ", + "新加坡", + "‏فلسطين‎", + "テスト", + "政务", + "xperia", + "xxx", + "xyz", + "yachts", + "yahoo", + "yamaxun", + "yandex", + "ye", + "yodobashi", + "yoga", + "yokohama", + "you", + "youtube", + "yt", + "yun", + "za", + "zappos", + "zara", + "zero", + "zip", + "zippo", + "zm", + "zone", + "zuerich", + "zw" +]; \ No newline at end of file diff --git a/formats/js/tld-enum/type.js b/formats/js/tld-enum/type.js index a099545..a8cecaa 100644 --- a/formats/js/tld-enum/type.js +++ b/formats/js/tld-enum/type.js @@ -1 +1,1579 @@ -module.exports = {}; \ No newline at end of file +module.exports = { + "aaa": "generic", + "aarp": "generic", + "abarth": "generic", + "abb": "generic", + "abbott": "generic", + "abbvie": "generic", + "abc": "generic", + "able": "generic", + "abogado": "generic", + "abudhabi": "generic", + "ac": "country-code", + "academy": "generic", + "accenture": "generic", + "accountant": "generic", + "accountants": "generic", + "aco": "generic", + "active": "generic", + "actor": "generic", + "ad": "country-code", + "adac": "generic", + "ads": "generic", + "adult": "generic", + "ae": "country-code", + "aeg": "generic", + "aero": "sponsored", + "aetna": "generic", + "af": "country-code", + "afamilycompany": "generic", + "afl": "generic", + "africa": "generic", + "ag": "country-code", + "agakhan": "generic", + "agency": "generic", + "ai": "country-code", + "aig": "generic", + "aigo": "generic", + "airbus": "generic", + "airforce": "generic", + "airtel": "generic", + "akdn": "generic", + "al": "country-code", + "alfaromeo": "generic", + "alibaba": "generic", + "alipay": "generic", + "allfinanz": "generic", + "allstate": "generic", + "ally": "generic", + "alsace": "generic", + "alstom": "generic", + "am": "country-code", + "americanexpress": "generic", + "americanfamily": "generic", + "amex": "generic", + "amfam": "generic", + "amica": "generic", + "amsterdam": "generic", + "an": "country-code", + "analytics": "generic", + "android": "generic", + "anquan": "generic", + "anz": "generic", + "ao": "country-code", + "aol": "generic", + "apartments": "generic", + "app": "generic", + "apple": "generic", + "aq": "country-code", + "aquarelle": "generic", + "ar": "country-code", + "arab": "generic", + "aramco": "generic", + "archi": "generic", + "army": "generic", + "arpa": "infrastructure", + "art": "generic", + "arte": "generic", + "as": "country-code", + "asda": "generic", + "asia": "sponsored", + "associates": "generic", + "at": "country-code", + "athleta": "generic", + "attorney": "generic", + "au": "country-code", + "auction": "generic", + "audi": "generic", + "audible": "generic", + "audio": "generic", + "auspost": "generic", + "author": "generic", + "auto": "generic", + "autos": "generic", + "avianca": "generic", + "aw": "country-code", + "aws": "generic", + "ax": "country-code", + "axa": "generic", + "az": "country-code", + "azure": "generic", + "ba": "country-code", + "baby": "generic", + "baidu": "generic", + "banamex": "generic", + "bananarepublic": "generic", + "band": "generic", + "bank": "generic", + "bar": "generic", + "barcelona": "generic", + "barclaycard": "generic", + "barclays": "generic", + "barefoot": "generic", + "bargains": "generic", + "baseball": "generic", + "basketball": "generic", + "bauhaus": "generic", + "bayern": "generic", + "bb": "country-code", + "bbc": "generic", + "bbt": "generic", + "bbva": "generic", + "bcg": "generic", + "bcn": "generic", + "bd": "country-code", + "be": "country-code", + "beats": "generic", + "beauty": "generic", + "beer": "generic", + "bentley": "generic", + "berlin": "generic", + "best": "generic", + "bestbuy": "generic", + "bet": "generic", + "bf": "country-code", + "bg": "country-code", + "bh": "country-code", + "bharti": "generic", + "bi": "country-code", + "bible": "generic", + "bid": "generic", + "bike": "generic", + "bing": "generic", + "bingo": "generic", + "bio": "generic", + "biz": "generic-restricted", + "bj": "country-code", + "bl": "country-code", + "black": "generic", + "blackfriday": "generic", + "blanco": "generic", + "blockbuster": "generic", + "blog": "generic", + "bloomberg": "generic", + "blue": "generic", + "bm": "country-code", + "bms": "generic", + "bmw": "generic", + "bn": "country-code", + "bnl": "generic", + "bnpparibas": "generic", + "bo": "country-code", + "boats": "generic", + "boehringer": "generic", + "bofa": "generic", + "bom": "generic", + "bond": "generic", + "boo": "generic", + "book": "generic", + "booking": "generic", + "boots": "generic", + "bosch": "generic", + "bostik": "generic", + "boston": "generic", + "bot": "generic", + "boutique": "generic", + "box": "generic", + "bq": "country-code", + "br": "country-code", + "bradesco": "generic", + "bridgestone": "generic", + "broadway": "generic", + "broker": "generic", + "brother": "generic", + "brussels": "generic", + "bs": "country-code", + "bt": "country-code", + "budapest": "generic", + "bugatti": "generic", + "build": "generic", + "builders": "generic", + "business": "generic", + "buy": "generic", + "buzz": "generic", + "bv": "country-code", + "bw": "country-code", + "by": "country-code", + "bz": "country-code", + "bzh": "generic", + "ca": "country-code", + "cab": "generic", + "cafe": "generic", + "cal": "generic", + "call": "generic", + "calvinklein": "generic", + "cam": "generic", + "camera": "generic", + "camp": "generic", + "cancerresearch": "generic", + "canon": "generic", + "capetown": "generic", + "capital": "generic", + "capitalone": "generic", + "car": "generic", + "caravan": "generic", + "cards": "generic", + "care": "generic", + "career": "generic", + "careers": "generic", + "cars": "generic", + "cartier": "generic", + "casa": "generic", + "case": "generic", + "caseih": "generic", + "cash": "generic", + "casino": "generic", + "cat": "sponsored", + "catering": "generic", + "catholic": "generic", + "cba": "generic", + "cbn": "generic", + "cbre": "generic", + "cbs": "generic", + "cc": "country-code", + "cd": "country-code", + "ceb": "generic", + "center": "generic", + "ceo": "generic", + "cern": "generic", + "cf": "country-code", + "cfa": "generic", + "cfd": "generic", + "cg": "country-code", + "ch": "country-code", + "chanel": "generic", + "channel": "generic", + "charity": "generic", + "chase": "generic", + "chat": "generic", + "cheap": "generic", + "chintai": "generic", + "chloe": "generic", + "christmas": "generic", + "chrome": "generic", + "chrysler": "generic", + "church": "generic", + "ci": "country-code", + "cipriani": "generic", + "circle": "generic", + "cisco": "generic", + "citadel": "generic", + "citi": "generic", + "citic": "generic", + "city": "generic", + "cityeats": "generic", + "ck": "country-code", + "cl": "country-code", + "claims": "generic", + "cleaning": "generic", + "click": "generic", + "clinic": "generic", + "clinique": "generic", + "clothing": "generic", + "cloud": "generic", + "club": "generic", + "clubmed": "generic", + "cm": "country-code", + "cn": "country-code", + "co": "country-code", + "coach": "generic", + "codes": "generic", + "coffee": "generic", + "college": "generic", + "cologne": "generic", + "com": "generic", + "comcast": "generic", + "commbank": "generic", + "community": "generic", + "company": "generic", + "compare": "generic", + "computer": "generic", + "comsec": "generic", + "condos": "generic", + "construction": "generic", + "consulting": "generic", + "contact": "generic", + "contractors": "generic", + "cooking": "generic", + "cookingchannel": "generic", + "cool": "generic", + "coop": "sponsored", + "corsica": "generic", + "country": "generic", + "coupon": "generic", + "coupons": "generic", + "courses": "generic", + "cr": "country-code", + "credit": "generic", + "creditcard": "generic", + "creditunion": "generic", + "cricket": "generic", + "crown": "generic", + "crs": "generic", + "cruise": "generic", + "cruises": "generic", + "csc": "generic", + "cu": "country-code", + "cuisinella": "generic", + "cv": "country-code", + "cw": "country-code", + "cx": "country-code", + "cy": "country-code", + "cymru": "generic", + "cyou": "generic", + "cz": "country-code", + "dabur": "generic", + "dad": "generic", + "dance": "generic", + "data": "generic", + "date": "generic", + "dating": "generic", + "datsun": "generic", + "day": "generic", + "dclk": "generic", + "dds": "generic", + "de": "country-code", + "deal": "generic", + "dealer": "generic", + "deals": "generic", + "degree": "generic", + "delivery": "generic", + "dell": "generic", + "deloitte": "generic", + "delta": "generic", + "democrat": "generic", + "dental": "generic", + "dentist": "generic", + "desi": "generic", + "design": "generic", + "dev": "generic", + "dhl": "generic", + "diamonds": "generic", + "diet": "generic", + "digital": "generic", + "direct": "generic", + "directory": "generic", + "discount": "generic", + "discover": "generic", + "dish": "generic", + "diy": "generic", + "dj": "country-code", + "dk": "country-code", + "dm": "country-code", + "dnp": "generic", + "do": "country-code", + "docs": "generic", + "doctor": "generic", + "dodge": "generic", + "dog": "generic", + "doha": "generic", + "domains": "generic", + "doosan": "generic", + "dot": "generic", + "download": "generic", + "drive": "generic", + "dtv": "generic", + "dubai": "generic", + "duck": "generic", + "dunlop": "generic", + "duns": "generic", + "dupont": "generic", + "durban": "generic", + "dvag": "generic", + "dvr": "generic", + "dz": "country-code", + "earth": "generic", + "eat": "generic", + "ec": "country-code", + "eco": "generic", + "edeka": "generic", + "edu": "sponsored", + "education": "generic", + "ee": "country-code", + "eg": "country-code", + "eh": "country-code", + "email": "generic", + "emerck": "generic", + "energy": "generic", + "engineer": "generic", + "engineering": "generic", + "enterprises": "generic", + "epost": "generic", + "epson": "generic", + "equipment": "generic", + "er": "country-code", + "ericsson": "generic", + "erni": "generic", + "es": "country-code", + "esq": "generic", + "estate": "generic", + "esurance": "generic", + "et": "country-code", + "etisalat": "generic", + "eu": "country-code", + "eurovision": "generic", + "eus": "generic", + "events": "generic", + "everbank": "generic", + "exchange": "generic", + "expert": "generic", + "exposed": "generic", + "express": "generic", + "extraspace": "generic", + "fage": "generic", + "fail": "generic", + "fairwinds": "generic", + "faith": "generic", + "family": "generic", + "fan": "generic", + "fans": "generic", + "farm": "generic", + "farmers": "generic", + "fashion": "generic", + "fast": "generic", + "fedex": "generic", + "feedback": "generic", + "ferrari": "generic", + "ferrero": "generic", + "fi": "country-code", + "fiat": "generic", + "fidelity": "generic", + "fido": "generic", + "film": "generic", + "final": "generic", + "finance": "generic", + "financial": "generic", + "fire": "generic", + "firestone": "generic", + "firmdale": "generic", + "fish": "generic", + "fishing": "generic", + "fit": "generic", + "fitness": "generic", + "fj": "country-code", + "fk": "country-code", + "flickr": "generic", + "flights": "generic", + "flir": "generic", + "florist": "generic", + "flowers": "generic", + "flsmidth": "generic", + "fly": "generic", + "fm": "country-code", + "fo": "country-code", + "foo": "generic", + "food": "generic", + "foodnetwork": "generic", + "football": "generic", + "ford": "generic", + "forex": "generic", + "forsale": "generic", + "forum": "generic", + "foundation": "generic", + "fox": "generic", + "fr": "country-code", + "free": "generic", + "fresenius": "generic", + "frl": "generic", + "frogans": "generic", + "frontdoor": "generic", + "frontier": "generic", + "ftr": "generic", + "fujitsu": "generic", + "fujixerox": "generic", + "fun": "generic", + "fund": "generic", + "furniture": "generic", + "futbol": "generic", + "fyi": "generic", + "ga": "country-code", + "gal": "generic", + "gallery": "generic", + "gallo": "generic", + "gallup": "generic", + "game": "generic", + "games": "generic", + "gap": "generic", + "garden": "generic", + "gb": "country-code", + "gbiz": "generic", + "gd": "country-code", + "gdn": "generic", + "ge": "country-code", + "gea": "generic", + "gent": "generic", + "genting": "generic", + "george": "generic", + "gf": "country-code", + "gg": "country-code", + "ggee": "generic", + "gh": "country-code", + "gi": "country-code", + "gift": "generic", + "gifts": "generic", + "gives": "generic", + "giving": "generic", + "gl": "country-code", + "glade": "generic", + "glass": "generic", + "gle": "generic", + "global": "generic", + "globo": "generic", + "gm": "country-code", + "gmail": "generic", + "gmbh": "generic", + "gmo": "generic", + "gmx": "generic", + "gn": "country-code", + "godaddy": "generic", + "gold": "generic", + "goldpoint": "generic", + "golf": "generic", + "goo": "generic", + "goodhands": "generic", + "goodyear": "generic", + "goog": "generic", + "google": "generic", + "gop": "generic", + "got": "generic", + "gov": "sponsored", + "gp": "country-code", + "gq": "country-code", + "gr": "country-code", + "grainger": "generic", + "graphics": "generic", + "gratis": "generic", + "green": "generic", + "gripe": "generic", + "grocery": "generic", + "group": "generic", + "gs": "country-code", + "gt": "country-code", + "gu": "country-code", + "guardian": "generic", + "gucci": "generic", + "guge": "generic", + "guide": "generic", + "guitars": "generic", + "guru": "generic", + "gw": "country-code", + "gy": "country-code", + "hair": "generic", + "hamburg": "generic", + "hangout": "generic", + "haus": "generic", + "hbo": "generic", + "hdfc": "generic", + "hdfcbank": "generic", + "health": "generic", + "healthcare": "generic", + "help": "generic", + "helsinki": "generic", + "here": "generic", + "hermes": "generic", + "hgtv": "generic", + "hiphop": "generic", + "hisamitsu": "generic", + "hitachi": "generic", + "hiv": "generic", + "hk": "country-code", + "hkt": "generic", + "hm": "country-code", + "hn": "country-code", + "hockey": "generic", + "holdings": "generic", + "holiday": "generic", + "homedepot": "generic", + "homegoods": "generic", + "homes": "generic", + "homesense": "generic", + "honda": "generic", + "honeywell": "generic", + "horse": "generic", + "hospital": "generic", + "host": "generic", + "hosting": "generic", + "hot": "generic", + "hoteles": "generic", + "hotels": "generic", + "hotmail": "generic", + "house": "generic", + "how": "generic", + "hr": "country-code", + "hsbc": "generic", + "ht": "country-code", + "htc": "generic", + "hu": "country-code", + "hughes": "generic", + "hyatt": "generic", + "hyundai": "generic", + "ibm": "generic", + "icbc": "generic", + "ice": "generic", + "icu": "generic", + "id": "country-code", + "ie": "country-code", + "ieee": "generic", + "ifm": "generic", + "iinet": "generic", + "ikano": "generic", + "il": "country-code", + "im": "country-code", + "imamat": "generic", + "imdb": "generic", + "immo": "generic", + "immobilien": "generic", + "in": "country-code", + "industries": "generic", + "infiniti": "generic", + "info": "generic", + "ing": "generic", + "ink": "generic", + "institute": "generic", + "insurance": "generic", + "insure": "generic", + "int": "sponsored", + "intel": "generic", + "international": "generic", + "intuit": "generic", + "investments": "generic", + "io": "country-code", + "ipiranga": "generic", + "iq": "country-code", + "ir": "country-code", + "irish": "generic", + "is": "country-code", + "iselect": "generic", + "ismaili": "generic", + "ist": "generic", + "istanbul": "generic", + "it": "country-code", + "itau": "generic", + "itv": "generic", + "iveco": "generic", + "iwc": "generic", + "jaguar": "generic", + "java": "generic", + "jcb": "generic", + "jcp": "generic", + "je": "country-code", + "jeep": "generic", + "jetzt": "generic", + "jewelry": "generic", + "jio": "generic", + "jlc": "generic", + "jll": "generic", + "jm": "country-code", + "jmp": "generic", + "jnj": "generic", + "jo": "country-code", + "jobs": "sponsored", + "joburg": "generic", + "jot": "generic", + "joy": "generic", + "jp": "country-code", + "jpmorgan": "generic", + "jprs": "generic", + "juegos": "generic", + "juniper": "generic", + "kaufen": "generic", + "kddi": "generic", + "ke": "country-code", + "kerryhotels": "generic", + "kerrylogistics": "generic", + "kerryproperties": "generic", + "kfh": "generic", + "kg": "country-code", + "kh": "country-code", + "ki": "country-code", + "kia": "generic", + "kim": "generic", + "kinder": "generic", + "kindle": "generic", + "kitchen": "generic", + "kiwi": "generic", + "km": "country-code", + "kn": "country-code", + "koeln": "generic", + "komatsu": "generic", + "kosher": "generic", + "kp": "country-code", + "kpmg": "generic", + "kpn": "generic", + "kr": "country-code", + "krd": "generic", + "kred": "generic", + "kuokgroup": "generic", + "kw": "country-code", + "ky": "country-code", + "kyoto": "generic", + "kz": "country-code", + "la": "country-code", + "lacaixa": "generic", + "ladbrokes": "generic", + "lamborghini": "generic", + "lamer": "generic", + "lancaster": "generic", + "lancia": "generic", + "lancome": "generic", + "land": "generic", + "landrover": "generic", + "lanxess": "generic", + "lasalle": "generic", + "lat": "generic", + "latino": "generic", + "latrobe": "generic", + "law": "generic", + "lawyer": "generic", + "lb": "country-code", + "lc": "country-code", + "lds": "generic", + "lease": "generic", + "leclerc": "generic", + "lefrak": "generic", + "legal": "generic", + "lego": "generic", + "lexus": "generic", + "lgbt": "generic", + "li": "country-code", + "liaison": "generic", + "lidl": "generic", + "life": "generic", + "lifeinsurance": "generic", + "lifestyle": "generic", + "lighting": "generic", + "like": "generic", + "lilly": "generic", + "limited": "generic", + "limo": "generic", + "lincoln": "generic", + "linde": "generic", + "link": "generic", + "lipsy": "generic", + "live": "generic", + "living": "generic", + "lixil": "generic", + "lk": "country-code", + "llc": "generic", + "loan": "generic", + "loans": "generic", + "locker": "generic", + "locus": "generic", + "loft": "generic", + "lol": "generic", + "london": "generic", + "lotte": "generic", + "lotto": "generic", + "love": "generic", + "lpl": "generic", + "lplfinancial": "generic", + "lr": "country-code", + "ls": "country-code", + "lt": "country-code", + "ltd": "generic", + "ltda": "generic", + "lu": "country-code", + "lundbeck": "generic", + "lupin": "generic", + "luxe": "generic", + "luxury": "generic", + "lv": "country-code", + "ly": "country-code", + "ma": "country-code", + "macys": "generic", + "madrid": "generic", + "maif": "generic", + "maison": "generic", + "makeup": "generic", + "man": "generic", + "management": "generic", + "mango": "generic", + "map": "generic", + "market": "generic", + "marketing": "generic", + "markets": "generic", + "marriott": "generic", + "marshalls": "generic", + "maserati": "generic", + "mattel": "generic", + "mba": "generic", + "mc": "country-code", + "mcd": "generic", + "mcdonalds": "generic", + "mckinsey": "generic", + "md": "country-code", + "me": "country-code", + "med": "generic", + "media": "generic", + "meet": "generic", + "melbourne": "generic", + "meme": "generic", + "memorial": "generic", + "men": "generic", + "menu": "generic", + "meo": "generic", + "merckmsd": "generic", + "metlife": "generic", + "mf": "country-code", + "mg": "country-code", + "mh": "country-code", + "miami": "generic", + "microsoft": "generic", + "mil": "sponsored", + "mini": "generic", + "mint": "generic", + "mit": "generic", + "mitsubishi": "generic", + "mk": "country-code", + "ml": "country-code", + "mlb": "generic", + "mls": "generic", + "mm": "country-code", + "mma": "generic", + "mn": "country-code", + "mo": "country-code", + "mobi": "generic", + "mobile": "generic", + "mobily": "generic", + "moda": "generic", + "moe": "generic", + "moi": "generic", + "mom": "generic", + "monash": "generic", + "money": "generic", + "monster": "generic", + "montblanc": "generic", + "mopar": "generic", + "mormon": "generic", + "mortgage": "generic", + "moscow": "generic", + "moto": "generic", + "motorcycles": "generic", + "mov": "generic", + "movie": "generic", + "movistar": "generic", + "mp": "country-code", + "mq": "country-code", + "mr": "country-code", + "ms": "country-code", + "msd": "generic", + "mt": "country-code", + "mtn": "generic", + "mtpc": "generic", + "mtr": "generic", + "mu": "country-code", + "museum": "sponsored", + "mutual": "generic", + "mutuelle": "generic", + "mv": "country-code", + "mw": "country-code", + "mx": "country-code", + "my": "country-code", + "mz": "country-code", + "na": "country-code", + "nab": "generic", + "nadex": "generic", + "nagoya": "generic", + "name": "generic-restricted", + "nationwide": "generic", + "natura": "generic", + "navy": "generic", + "nba": "generic", + "nc": "country-code", + "ne": "country-code", + "nec": "generic", + "net": "generic", + "netbank": "generic", + "netflix": "generic", + "network": "generic", + "neustar": "generic", + "new": "generic", + "newholland": "generic", + "news": "generic", + "next": "generic", + "nextdirect": "generic", + "nexus": "generic", + "nf": "country-code", + "nfl": "generic", + "ng": "country-code", + "ngo": "generic", + "nhk": "generic", + "ni": "country-code", + "nico": "generic", + "nike": "generic", + "nikon": "generic", + "ninja": "generic", + "nissan": "generic", + "nissay": "generic", + "nl": "country-code", + "no": "country-code", + "nokia": "generic", + "northwesternmutual": "generic", + "norton": "generic", + "now": "generic", + "nowruz": "generic", + "nowtv": "generic", + "np": "country-code", + "nr": "country-code", + "nra": "generic", + "nrw": "generic", + "ntt": "generic", + "nu": "country-code", + "nyc": "generic", + "nz": "country-code", + "obi": "generic", + "observer": "generic", + "off": "generic", + "office": "generic", + "okinawa": "generic", + "olayan": "generic", + "olayangroup": "generic", + "oldnavy": "generic", + "ollo": "generic", + "om": "country-code", + "omega": "generic", + "one": "generic", + "ong": "generic", + "onl": "generic", + "online": "generic", + "onyourside": "generic", + "ooo": "generic", + "open": "generic", + "oracle": "generic", + "orange": "generic", + "org": "generic", + "organic": "generic", + "orientexpress": "generic", + "origins": "generic", + "osaka": "generic", + "otsuka": "generic", + "ott": "generic", + "ovh": "generic", + "pa": "country-code", + "page": "generic", + "pamperedchef": "generic", + "panasonic": "generic", + "panerai": "generic", + "paris": "generic", + "pars": "generic", + "partners": "generic", + "parts": "generic", + "party": "generic", + "passagens": "generic", + "pay": "generic", + "pccw": "generic", + "pe": "country-code", + "pet": "generic", + "pf": "country-code", + "pfizer": "generic", + "pg": "country-code", + "ph": "country-code", + "pharmacy": "generic", + "phd": "generic", + "philips": "generic", + "phone": "generic", + "photo": "generic", + "photography": "generic", + "photos": "generic", + "physio": "generic", + "piaget": "generic", + "pics": "generic", + "pictet": "generic", + "pictures": "generic", + "pid": "generic", + "pin": "generic", + "ping": "generic", + "pink": "generic", + "pioneer": "generic", + "pizza": "generic", + "pk": "country-code", + "pl": "country-code", + "place": "generic", + "play": "generic", + "playstation": "generic", + "plumbing": "generic", + "plus": "generic", + "pm": "country-code", + "pn": "country-code", + "pnc": "generic", + "pohl": "generic", + "poker": "generic", + "politie": "generic", + "porn": "generic", + "post": "sponsored", + "pr": "country-code", + "pramerica": "generic", + "praxi": "generic", + "press": "generic", + "prime": "generic", + "pro": "generic-restricted", + "prod": "generic", + "productions": "generic", + "prof": "generic", + "progressive": "generic", + "promo": "generic", + "properties": "generic", + "property": "generic", + "protection": "generic", + "pru": "generic", + "prudential": "generic", + "ps": "country-code", + "pt": "country-code", + "pub": "generic", + "pw": "country-code", + "pwc": "generic", + "py": "country-code", + "qa": "country-code", + "qpon": "generic", + "quebec": "generic", + "quest": "generic", + "qvc": "generic", + "racing": "generic", + "radio": "generic", + "raid": "generic", + "re": "country-code", + "read": "generic", + "realestate": "generic", + "realtor": "generic", + "realty": "generic", + "recipes": "generic", + "red": "generic", + "redstone": "generic", + "redumbrella": "generic", + "rehab": "generic", + "reise": "generic", + "reisen": "generic", + "reit": "generic", + "reliance": "generic", + "ren": "generic", + "rent": "generic", + "rentals": "generic", + "repair": "generic", + "report": "generic", + "republican": "generic", + "rest": "generic", + "restaurant": "generic", + "review": "generic", + "reviews": "generic", + "rexroth": "generic", + "rich": "generic", + "richardli": "generic", + "ricoh": "generic", + "rightathome": "generic", + "ril": "generic", + "rio": "generic", + "rip": "generic", + "rmit": "generic", + "ro": "country-code", + "rocher": "generic", + "rocks": "generic", + "rodeo": "generic", + "rogers": "generic", + "room": "generic", + "rs": "country-code", + "rsvp": "generic", + "ru": "country-code", + "rugby": "generic", + "ruhr": "generic", + "run": "generic", + "rw": "country-code", + "rwe": "generic", + "ryukyu": "generic", + "sa": "country-code", + "saarland": "generic", + "safe": "generic", + "safety": "generic", + "sakura": "generic", + "sale": "generic", + "salon": "generic", + "samsclub": "generic", + "samsung": "generic", + "sandvik": "generic", + "sandvikcoromant": "generic", + "sanofi": "generic", + "sap": "generic", + "sapo": "generic", + "sarl": "generic", + "sas": "generic", + "save": "generic", + "saxo": "generic", + "sb": "country-code", + "sbi": "generic", + "sbs": "generic", + "sc": "country-code", + "sca": "generic", + "scb": "generic", + "schaeffler": "generic", + "schmidt": "generic", + "scholarships": "generic", + "school": "generic", + "schule": "generic", + "schwarz": "generic", + "science": "generic", + "scjohnson": "generic", + "scor": "generic", + "scot": "generic", + "sd": "country-code", + "se": "country-code", + "search": "generic", + "seat": "generic", + "secure": "generic", + "security": "generic", + "seek": "generic", + "select": "generic", + "sener": "generic", + "services": "generic", + "ses": "generic", + "seven": "generic", + "sew": "generic", + "sex": "generic", + "sexy": "generic", + "sfr": "generic", + "sg": "country-code", + "sh": "country-code", + "shangrila": "generic", + "sharp": "generic", + "shaw": "generic", + "shell": "generic", + "shia": "generic", + "shiksha": "generic", + "shoes": "generic", + "shop": "generic", + "shopping": "generic", + "shouji": "generic", + "show": "generic", + "showtime": "generic", + "shriram": "generic", + "si": "country-code", + "silk": "generic", + "sina": "generic", + "singles": "generic", + "site": "generic", + "sj": "country-code", + "sk": "country-code", + "ski": "generic", + "skin": "generic", + "sky": "generic", + "skype": "generic", + "sl": "country-code", + "sling": "generic", + "sm": "country-code", + "smart": "generic", + "smile": "generic", + "sn": "country-code", + "sncf": "generic", + "so": "country-code", + "soccer": "generic", + "social": "generic", + "softbank": "generic", + "software": "generic", + "sohu": "generic", + "solar": "generic", + "solutions": "generic", + "song": "generic", + "sony": "generic", + "soy": "generic", + "space": "generic", + "spiegel": "generic", + "sport": "generic", + "spot": "generic", + "spreadbetting": "generic", + "sr": "country-code", + "srl": "generic", + "srt": "generic", + "ss": "country-code", + "st": "country-code", + "stada": "generic", + "staples": "generic", + "star": "generic", + "starhub": "generic", + "statebank": "generic", + "statefarm": "generic", + "statoil": "generic", + "stc": "generic", + "stcgroup": "generic", + "stockholm": "generic", + "storage": "generic", + "store": "generic", + "stream": "generic", + "studio": "generic", + "study": "generic", + "style": "generic", + "su": "country-code", + "sucks": "generic", + "supplies": "generic", + "supply": "generic", + "support": "generic", + "surf": "generic", + "surgery": "generic", + "suzuki": "generic", + "sv": "country-code", + "swatch": "generic", + "swiftcover": "generic", + "swiss": "generic", + "sx": "country-code", + "sy": "country-code", + "sydney": "generic", + "symantec": "generic", + "systems": "generic", + "sz": "country-code", + "tab": "generic", + "taipei": "generic", + "talk": "generic", + "taobao": "generic", + "target": "generic", + "tatamotors": "generic", + "tatar": "generic", + "tattoo": "generic", + "tax": "generic", + "taxi": "generic", + "tc": "country-code", + "tci": "generic", + "td": "country-code", + "tdk": "generic", + "team": "generic", + "tech": "generic", + "technology": "generic", + "tel": "sponsored", + "telecity": "generic", + "telefonica": "generic", + "temasek": "generic", + "tennis": "generic", + "teva": "generic", + "tf": "country-code", + "tg": "country-code", + "th": "country-code", + "thd": "generic", + "theater": "generic", + "theatre": "generic", + "tiaa": "generic", + "tickets": "generic", + "tienda": "generic", + "tiffany": "generic", + "tips": "generic", + "tires": "generic", + "tirol": "generic", + "tj": "country-code", + "tjmaxx": "generic", + "tjx": "generic", + "tk": "country-code", + "tkmaxx": "generic", + "tl": "country-code", + "tm": "country-code", + "tmall": "generic", + "tn": "country-code", + "to": "country-code", + "today": "generic", + "tokyo": "generic", + "tools": "generic", + "top": "generic", + "toray": "generic", + "toshiba": "generic", + "total": "generic", + "tours": "generic", + "town": "generic", + "toyota": "generic", + "toys": "generic", + "tp": "country-code", + "tr": "country-code", + "trade": "generic", + "trading": "generic", + "training": "generic", + "travel": "sponsored", + "travelchannel": "generic", + "travelers": "generic", + "travelersinsurance": "generic", + "trust": "generic", + "trv": "generic", + "tt": "country-code", + "tube": "generic", + "tui": "generic", + "tunes": "generic", + "tushu": "generic", + "tv": "country-code", + "tvs": "generic", + "tw": "country-code", + "tz": "country-code", + "ua": "country-code", + "ubank": "generic", + "ubs": "generic", + "uconnect": "generic", + "ug": "country-code", + "uk": "country-code", + "um": "country-code", + "unicom": "generic", + "university": "generic", + "uno": "generic", + "uol": "generic", + "ups": "generic", + "us": "country-code", + "uy": "country-code", + "uz": "country-code", + "va": "country-code", + "vacations": "generic", + "vana": "generic", + "vanguard": "generic", + "vc": "country-code", + "ve": "country-code", + "vegas": "generic", + "ventures": "generic", + "verisign": "generic", + "versicherung": "generic", + "vet": "generic", + "vg": "country-code", + "vi": "country-code", + "viajes": "generic", + "video": "generic", + "vig": "generic", + "viking": "generic", + "villas": "generic", + "vin": "generic", + "vip": "generic", + "virgin": "generic", + "visa": "generic", + "vision": "generic", + "vista": "generic", + "vistaprint": "generic", + "viva": "generic", + "vivo": "generic", + "vlaanderen": "generic", + "vn": "country-code", + "vodka": "generic", + "volkswagen": "generic", + "volvo": "generic", + "vote": "generic", + "voting": "generic", + "voto": "generic", + "voyage": "generic", + "vu": "country-code", + "vuelos": "generic", + "wales": "generic", + "walmart": "generic", + "walter": "generic", + "wang": "generic", + "wanggou": "generic", + "warman": "generic", + "watch": "generic", + "watches": "generic", + "weather": "generic", + "weatherchannel": "generic", + "webcam": "generic", + "weber": "generic", + "website": "generic", + "wed": "generic", + "wedding": "generic", + "weibo": "generic", + "weir": "generic", + "wf": "country-code", + "whoswho": "generic", + "wien": "generic", + "wiki": "generic", + "williamhill": "generic", + "win": "generic", + "windows": "generic", + "wine": "generic", + "winners": "generic", + "wme": "generic", + "wolterskluwer": "generic", + "woodside": "generic", + "work": "generic", + "works": "generic", + "world": "generic", + "wow": "generic", + "ws": "country-code", + "wtc": "generic", + "wtf": "generic", + "xbox": "generic", + "xerox": "generic", + "xfinity": "generic", + "xihuan": "generic", + "xin": "generic", + "测试": "test", + "कॉम": "generic", + "परीक्षा": "test", + "セール": "generic", + "佛山": "generic", + "ಭಾರತ": "country-code", + "慈善": "generic", + "集团": "generic", + "在线": "generic", + "한국": "country-code", + "ଭାରତ": "country-code", + "大众汽车": "generic", + "点看": "generic", + "คอม": "generic", + "ভাৰত": "country-code", + "ভারত": "country-code", + "八卦": "generic", + "‏موقع‎": "generic", + "বাংলা": "country-code", + "公益": "generic", + "公司": "generic", + "香格里拉": "generic", + "网站": "generic", + "移动": "generic", + "我爱你": "generic", + "москва": "generic", + "испытание": "test", + "қаз": "country-code", + "католик": "generic", + "онлайн": "generic", + "сайт": "generic", + "联通": "generic", + "срб": "country-code", + "бг": "country-code", + "бел": "country-code", + "‏קום‎": "generic", + "时尚": "generic", + "微博": "generic", + "테스트": "test", + "淡马锡": "generic", + "ファッション": "generic", + "орг": "generic", + "नेट": "generic", + "ストア": "generic", + "삼성": "generic", + "சிங்கப்பூர்": "country-code", + "商标": "generic", + "商店": "generic", + "商城": "generic", + "дети": "generic", + "мкд": "country-code", + "‏טעסט‎": "test", + "ею": "country-code", + "ポイント": "generic", + "新闻": "generic", + "工行": "generic", + "家電": "generic", + "‏كوم‎": "generic", + "中文网": "generic", + "中信": "generic", + "中国": "country-code", + "中國": "country-code", + "娱乐": "generic", + "谷歌": "generic", + "భారత్": "country-code", + "ලංකා": "country-code", + "電訊盈科": "generic", + "购物": "generic", + "測試": "test", + "クラウド": "generic", + "ભારત": "country-code", + "通販": "generic", + "भारतम्": "country-code", + "भारत": "country-code", + "भारोत": "country-code", + "‏آزمایشی‎": "test", + "பரிட்சை": "test", + "网店": "generic", + "संगठन": "generic", + "餐厅": "generic", + "网络": "generic", + "ком": "generic", + "укр": "country-code", + "香港": "country-code", + "诺基亚": "generic", + "食品": "generic", + "δοκιμή": "test", + "飞利浦": "generic", + "‏إختبار‎": "test", + "台湾": "country-code", + "台灣": "country-code", + "手表": "generic", + "手机": "generic", + "мон": "country-code", + "‏الجزائر‎": "country-code", + "‏عمان‎": "country-code", + "‏ارامكو‎": "generic", + "‏ایران‎": "country-code", + "‏العليان‎": "generic", + "‏اتصالات‎": "generic", + "‏امارات‎": "country-code", + "‏بازار‎": "generic", + "‏موريتانيا‎": "country-code", + "‏پاکستان‎": "country-code", + "‏الاردن‎": "country-code", + "‏موبايلي‎": "generic", + "‏بارت‎": "country-code", + "‏بھارت‎": "country-code", + "‏المغرب‎": "country-code", + "‏ابوظبي‎": "generic", + "‏السعودية‎": "country-code", + "‏ڀارت‎": "country-code", + "‏كاثوليك‎": "generic", + "‏سودان‎": "country-code", + "‏همراه‎": "generic", + "‏عراق‎": "country-code", + "‏مليسيا‎": "country-code", + "澳門": "country-code", + "닷컴": "generic", + "政府": "generic", + "‏شبكة‎": "generic", + "‏بيتك‎": "generic", + "‏عرب‎": "generic", + "გე": "country-code", + "机构": "generic", + "组织机构": "generic", + "健康": "generic", + "ไทย": "country-code", + "‏سورية‎": "country-code", + "招聘": "generic", + "рус": "generic", + "рф": "country-code", + "珠宝": "generic", + "‏تونس‎": "country-code", + "大拿": "generic", + "みんな": "generic", + "グーグル": "generic", + "ελ": "country-code", + "世界": "generic", + "書籍": "generic", + "ഭാരതം": "country-code", + "ਭਾਰਤ": "country-code", + "网址": "generic", + "닷넷": "generic", + "コム": "generic", + "天主教": "generic", + "游戏": "generic", + "vermögensberater": "generic", + "vermögensberatung": "generic", + "企业": "generic", + "信息": "generic", + "嘉里大酒店": "generic", + "嘉里": "generic", + "‏مصر‎": "country-code", + "‏قطر‎": "country-code", + "广东": "generic", + "இலங்கை": "country-code", + "இந்தியா": "country-code", + "հայ": "country-code", + "新加坡": "country-code", + "‏فلسطين‎": "country-code", + "テスト": "test", + "政务": "generic", + "xperia": "generic", + "xxx": "sponsored", + "xyz": "generic", + "yachts": "generic", + "yahoo": "generic", + "yamaxun": "generic", + "yandex": "generic", + "ye": "country-code", + "yodobashi": "generic", + "yoga": "generic", + "yokohama": "generic", + "you": "generic", + "youtube": "generic", + "yt": "country-code", + "yun": "generic", + "za": "country-code", + "zappos": "generic", + "zara": "generic", + "zero": "generic", + "zip": "generic", + "zippo": "generic", + "zm": "country-code", + "zone": "generic", + "zuerich": "generic", + "zw": "country-code" +}; \ No newline at end of file diff --git a/formats/json/tld-desc.json b/formats/json/tld-desc.json index 9e26dfe..1bd3793 100644 --- a/formats/json/tld-desc.json +++ b/formats/json/tld-desc.json @@ -1 +1,1579 @@ -{} \ No newline at end of file +{ + "aaa": "American Automobile Association, Inc.", + "aarp": "AARP", + "abarth": "Fiat Chrysler Automobiles N.V.", + "abb": "ABB Ltd", + "abbott": "Abbott Laboratories, Inc.", + "abbvie": "AbbVie Inc.", + "abc": "Disney Enterprises, Inc.", + "able": "Able Inc.", + "abogado": "Top Level Domain Holdings Limited", + "abudhabi": "Abu Dhabi Systems and Information Centre", + "ac": "Network Information Center (AC Domain Registry)\nc/o Cable and Wireless (Ascension Island)", + "academy": "Binky Moon, LLC", + "accenture": "Accenture plc", + "accountant": "dot Accountant Limited", + "accountants": "Binky Moon, LLC", + "aco": "ACO Severin Ahlmann GmbH & Co. KG", + "active": "Active Network, LLC", + "actor": "United TLD Holdco Ltd.", + "ad": "Andorra Telecom", + "adac": "Allgemeiner Deutscher Automobil-Club e.V. (ADAC)", + "ads": "Charleston Road Registry Inc.", + "adult": "ICM Registry AD LLC", + "ae": "Telecommunication Regulatory Authority (TRA)", + "aeg": "Aktiebolaget Electrolux", + "aero": "Societe Internationale de Telecommunications Aeronautique (SITA INC USA)", + "aetna": "Aetna Life Insurance Company", + "af": "Ministry of Communications and IT", + "afamilycompany": "Johnson Shareholdings, Inc.", + "afl": "Australian Football League", + "africa": "ZA Central Registry NPC trading as Registry.Africa", + "ag": "UHSA School of Medicine", + "agakhan": "Fondation Aga Khan (Aga Khan Foundation)", + "agency": "Binky Moon, LLC", + "ai": "Government of Anguilla", + "aig": "American International Group, Inc.", + "aigo": "aigo Digital Technology Co,Ltd.", + "airbus": "Airbus S.A.S.", + "airforce": "United TLD Holdco Ltd.", + "airtel": "Bharti Airtel Limited", + "akdn": "Fondation Aga Khan (Aga Khan Foundation)", + "al": "Electronic and Postal Communications Authority - AKEP", + "alfaromeo": "Fiat Chrysler Automobiles N.V.", + "alibaba": "Alibaba Group Holding Limited", + "alipay": "Alibaba Group Holding Limited", + "allfinanz": "Allfinanz Deutsche Vermögensberatung Aktiengesellschaft", + "allstate": "Allstate Fire and Casualty Insurance Company", + "ally": "Ally Financial Inc.", + "alsace": "REGION GRAND EST", + "alstom": "ALSTOM", + "am": "\"Internet Society\" Non-governmental Organization", + "americanexpress": "American Express Travel Related Services Company, Inc.", + "americanfamily": "AmFam, Inc.", + "amex": "American Express Travel Related Services Company, Inc.", + "amfam": "AmFam, Inc.", + "amica": "Amica Mutual Insurance Company", + "amsterdam": "Gemeente Amsterdam", + "an": "Retired", + "analytics": "Campus IP LLC", + "android": "Charleston Road Registry Inc.", + "anquan": "QIHOO 360 TECHNOLOGY CO. LTD.", + "anz": "Australia and New Zealand Banking Group Limited", + "ao": "Faculdade de Engenharia da Universidade Agostinho Neto", + "aol": "OATH Inc.", + "apartments": "Binky Moon, LLC", + "app": "Charleston Road Registry Inc.", + "apple": "Apple Inc.", + "aq": "Antarctica Network Information Centre Limited", + "aquarelle": "Aquarelle.com", + "ar": "Presidencia de la Nación – Secretaría Legal y Técnica", + "arab": "League of Arab States", + "aramco": "Aramco Services Company", + "archi": "STARTING DOT LIMITED", + "army": "United TLD Holdco Ltd.", + "arpa": "Internet Architecture Board (IAB)", + "art": "UK Creative Ideas Limited", + "arte": "Association Relative à la Télévision Européenne G.E.I.E.", + "as": "AS Domain Registry", + "asda": "Wal-Mart Stores, Inc.", + "asia": "DotAsia Organisation Ltd.", + "associates": "Binky Moon, LLC", + "at": "nic.at GmbH", + "athleta": "The Gap, Inc.", + "attorney": "United TLD Holdco, Ltd", + "au": ".au Domain Administration (auDA)", + "auction": "United TLD HoldCo, Ltd.", + "audi": "AUDI Aktiengesellschaft", + "audible": "Amazon Registry Services, Inc.", + "audio": "Uniregistry, Corp.", + "auspost": "Australian Postal Corporation", + "author": "Amazon Registry Services, Inc.", + "auto": "Cars Registry Limited", + "autos": "DERAutos, LLC", + "avianca": "Aerovias del Continente Americano S.A. Avianca", + "aw": "SETAR", + "aws": "Amazon Registry Services, Inc.", + "ax": "Ålands landskapsregering", + "axa": "AXA SA", + "az": "IntraNS", + "azure": "Microsoft Corporation", + "ba": "Universtiy Telinformatic Centre (UTIC)", + "baby": "Johnson & Johnson Services, Inc.", + "baidu": "Baidu, Inc.", + "banamex": "Citigroup Inc.", + "bananarepublic": "The Gap, Inc.", + "band": "United TLD Holdco, Ltd", + "bank": "fTLD Registry Services, LLC", + "bar": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", + "barcelona": "Municipi de Barcelona", + "barclaycard": "Barclays Bank PLC", + "barclays": "Barclays Bank PLC", + "barefoot": "Gallo Vineyards, Inc.", + "bargains": "Binky Moon, LLC", + "baseball": "MLB Advanced Media DH, LLC", + "basketball": "Fédération Internationale de Basketball (FIBA)", + "bauhaus": "Werkhaus GmbH", + "bayern": "Bayern Connect GmbH", + "bb": "Government of Barbados\nMinistry of Economic Affairs and Development\nTelecommunications Unit", + "bbc": "British Broadcasting Corporation", + "bbt": "BB&T Corporation", + "bbva": "BANCO BILBAO VIZCAYA ARGENTARIA, S.A.", + "bcg": "The Boston Consulting Group, Inc.", + "bcn": "Municipi de Barcelona", + "bd": "Posts and Telecommunications Division", + "be": "DNS Belgium vzw/asbl", + "beats": "Beats Electronics, LLC", + "beauty": "L'Oréal", + "beer": "Top Level Domain Holdings Limited", + "bentley": "Bentley Motors Limited", + "berlin": "dotBERLIN GmbH & Co. KG", + "best": "BestTLD Pty Ltd", + "bestbuy": "BBY Solutions, Inc.", + "bet": "Afilias plc", + "bf": "ARCE-AutoritÈ de RÈgulation des Communications Electroniques", + "bg": "Register.BG", + "bh": "Telecommunications Regulatory Authority (TRA)", + "bharti": "Bharti Enterprises (Holding) Private Limited", + "bi": "Centre National de l'Informatique", + "bible": "American Bible Society", + "bid": "dot Bid Limited", + "bike": "Binky Moon, LLC", + "bing": "Microsoft Corporation", + "bingo": "Binky Moon, LLC", + "bio": "STARTING DOT LIMITED", + "biz": "Neustar, Inc.", + "bj": "Benin Telecoms S.A.", + "bl": "Not assigned", + "black": "Afilias plc", + "blackfriday": "Uniregistry, Corp.", + "blanco": "BLANCO GmbH + Co KG", + "blockbuster": "Dish DBS Corporation", + "blog": "Knock Knock WHOIS There, LLC", + "bloomberg": "Bloomberg IP Holdings LLC", + "blue": "Afilias plc", + "bm": "Registry General Department, Ministry of Home Affairs", + "bms": "Bristol-Myers Squibb Company", + "bmw": "Bayerische Motoren Werke Aktiengesellschaft", + "bn": "Authority for Info-communications Technology Industry of Brunei Darussalam (AITI)", + "bnl": "Banca Nazionale del Lavoro", + "bnpparibas": "BNP Paribas", + "bo": "Agencia para el Desarrollo de la Información de la Sociedad en Bolivia", + "boats": "DERBoats, LLC", + "boehringer": "Boehringer Ingelheim International GmbH", + "bofa": "Bank of America Corporation", + "bom": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", + "bond": "Bond University Limited", + "boo": "Charleston Road Registry Inc.", + "book": "Amazon Registry Services, Inc.", + "booking": "Booking.com B.V.", + "boots": "Not assigned", + "bosch": "Robert Bosch GMBH", + "bostik": "Bostik SA", + "boston": "Boston TLD Management, LLC", + "bot": "Amazon Registry Services, Inc.", + "boutique": "Binky Moon, LLC", + "box": "NS1 Limited", + "bq": "Not assigned", + "br": "Comite Gestor da Internet no Brasil", + "bradesco": "Banco Bradesco S.A.", + "bridgestone": "Bridgestone Corporation", + "broadway": "Celebrate Broadway, Inc.", + "broker": "DOTBROKER REGISTRY LTD", + "brother": "Brother Industries, Ltd.", + "brussels": "DNS.be vzw", + "bs": "The College of the Bahamas", + "bt": "Ministry of Information and Communications", + "budapest": "Top Level Domain Holdings Limited", + "bugatti": "Bugatti International SA", + "build": "Plan Bee LLC", + "builders": "Binky Moon, LLC", + "business": "Binky Moon, LLC", + "buy": "Amazon Registry Services, INC", + "buzz": "DOTSTRATEGY CO.", + "bv": "UNINETT Norid A/S", + "bw": "Botswana Communications Regulatory Authority (BOCRA)", + "by": "Reliable Software, Ltd.", + "bz": "University of Belize", + "bzh": "Association www.bzh", + "ca": "Canadian Internet Registration Authority (CIRA) Autorité Canadienne pour les enregistrements Internet (ACEI)", + "cab": "Binky Moon, LLC", + "cafe": "Binky Moon, LLC", + "cal": "Charleston Road Registry Inc.", + "call": "Amazon Registry Services, Inc.", + "calvinklein": "PVH gTLD Holdings LLC", + "cam": "AC Webconnecting Holding B.V.", + "camera": "Binky Moon, LLC", + "camp": "Binky Moon, LLC", + "cancerresearch": "Australian Cancer Research Foundation", + "canon": "Canon Inc.", + "capetown": "ZA Central Registry NPC trading as ZA Central Registry", + "capital": "Binky Moon, LLC", + "capitalone": "Capital One Financial Corporation", + "car": "Cars Registry Limited", + "caravan": "Caravan International, Inc.", + "cards": "Binky Moon, LLC", + "care": "Binky Moon, LLC", + "career": "dotCareer LLC", + "careers": "Binky Moon, LLC", + "cars": "Cars Registry Limited", + "cartier": "Richemont DNS Inc.", + "casa": "Top Level Domain Holdings Limited", + "case": "CNH Industrial N.V.", + "caseih": "CNH Industrial N.V.", + "cash": "Binky Moon, LLC", + "casino": "Binky Moon, LLC", + "cat": "Fundacio puntCAT", + "catering": "Binky Moon, LLC", + "catholic": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "cba": "COMMONWEALTH BANK OF AUSTRALIA", + "cbn": "The Christian Broadcasting Network, Inc.", + "cbre": "CBRE, Inc.", + "cbs": "CBS Domains Inc.", + "cc": "eNIC Cocos (Keeling) Islands Pty.\nLtd. d/b/a Island Internet Services", + "cd": "Office Congolais des Postes et Télécommunications - OCPT", + "ceb": "The Corporate Executive Board Company", + "center": "Binky Moon, LLC", + "ceo": "CEOTLD Pty Ltd", + "cern": "European Organization for Nuclear Research (\"CERN\")", + "cf": "Societe Centrafricaine de Telecommunications (SOCATEL)", + "cfa": "CFA Institute", + "cfd": "DOTCFD REGISTRY LTD", + "cg": "ONPT Congo and Interpoint Switzerland", + "ch": "SWITCH The Swiss Education & Research Network", + "chanel": "Chanel International B.V.", + "channel": "Charleston Road Registry Inc.", + "charity": "Corn Lake, LLC", + "chase": "JPMorgan Chase Bank, National Association", + "chat": "Binky Moon, LLC", + "cheap": "Binky Moon, LLC", + "chintai": "CHINTAI Corporation", + "chloe": "Not assigned", + "christmas": "Uniregistry, Corp.", + "chrome": "Charleston Road Registry Inc.", + "chrysler": "FCA US LLC.", + "church": "Binky Moon, LLC", + "ci": "Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire (ARTCI)", + "cipriani": "Hotel Cipriani Srl", + "circle": "Amazon Registry Services, Inc.", + "cisco": "Cisco Technology, Inc.", + "citadel": "Citadel Domain LLC", + "citi": "Citigroup Inc.", + "citic": "CITIC Group Corporation", + "city": "Binky Moon, LLC", + "cityeats": "Lifestyle Domain Holdings, Inc.", + "ck": "Telecom Cook Islands Ltd.", + "cl": "NIC Chile (University of Chile)", + "claims": "Binky Moon, LLC", + "cleaning": "Binky Moon, LLC", + "click": "Uniregistry, Corp.", + "clinic": "Binky Moon, LLC", + "clinique": "The Estée Lauder Companies Inc.", + "clothing": "Binky Moon, LLC", + "cloud": "ARUBA PEC S.p.A.", + "club": ".CLUB DOMAINS, LLC", + "clubmed": "Club Méditerranée S.A.", + "cm": "Cameroon Telecommunications (CAMTEL)", + "cn": "China Internet Network Information Center (CNNIC)", + "co": ".CO Internet S.A.S.", + "coach": "Binky Moon, LLC", + "codes": "Binky Moon, LLC", + "coffee": "Binky Moon, LLC", + "college": "XYZ.COM LLC", + "cologne": "punkt.wien GmbH", + "com": "VeriSign Global Registry Services", + "comcast": "Comcast IP Holdings I, LLC", + "commbank": "COMMONWEALTH BANK OF AUSTRALIA", + "community": "Binky Moon, LLC", + "company": "Binky Moon, LLC", + "compare": "iSelect Ltd", + "computer": "Binky Moon, LLC", + "comsec": "VeriSign, Inc.", + "condos": "Binky Moon, LLC", + "construction": "Binky Moon, LLC", + "consulting": "United TLD Holdco, LTD.", + "contact": "Top Level Spectrum, Inc.", + "contractors": "Binky Moon, LLC", + "cooking": "Top Level Domain Holdings Limited", + "cookingchannel": "Lifestyle Domain Holdings, Inc.", + "cool": "Binky Moon, LLC", + "coop": "DotCooperation LLC", + "corsica": "Collectivité Territoriale de Corse", + "country": "Top Level Domain Holdings Limited", + "coupon": "Amazon Registry Services, Inc.", + "coupons": "Binky Moon, LLC", + "courses": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", + "cr": "National Academy of Sciences\nAcademia Nacional de Ciencias", + "credit": "Binky Moon, LLC", + "creditcard": "Binky Moon, LLC", + "creditunion": "CUNA Performance Resources, LLC", + "cricket": "dot Cricket Limited", + "crown": "Crown Equipment Corporation", + "crs": "Federated Co-operatives Limited", + "cruise": "Viking River Cruises (Bermuda) Ltd.", + "cruises": "Binky Moon, LLC", + "csc": "Alliance-One Services, Inc.", + "cu": "CENIAInternet\nIndustria y San Jose\nCapitolio Nacional", + "cuisinella": "SALM S.A.S.", + "cv": "Agência Nacional das Comunicações (ANAC)", + "cw": "University of Curacao", + "cx": "Christmas Island Domain Administration Limited", + "cy": "University of Cyprus", + "cymru": "Nominet UK", + "cyou": "Beijing Gamease Age Digital Technology Co., Ltd.", + "cz": "CZ.NIC, z.s.p.o", + "dabur": "Dabur India Limited", + "dad": "Charleston Road Registry Inc.", + "dance": "United TLD Holdco Ltd.", + "data": "Dish DBS Corporation", + "date": "dot Date Limited", + "dating": "Binky Moon, LLC", + "datsun": "NISSAN MOTOR CO., LTD.", + "day": "Charleston Road Registry Inc.", + "dclk": "Charleston Road Registry Inc.", + "dds": "Minds + Machines Group Limited", + "de": "DENIC eG", + "deal": "Amazon Registry Services, Inc.", + "dealer": "Dealer Dot Com, Inc.", + "deals": "Binky Moon, LLC", + "degree": "United TLD Holdco, Ltd", + "delivery": "Binky Moon, LLC", + "dell": "Dell Inc.", + "deloitte": "Deloitte Touche Tohmatsu", + "delta": "Delta Air Lines, Inc.", + "democrat": "United TLD Holdco Ltd.", + "dental": "Binky Moon, LLC", + "dentist": "United TLD Holdco, Ltd", + "desi": "Desi Networks LLC", + "design": "Top Level Design, LLC", + "dev": "Charleston Road Registry Inc.", + "dhl": "Deutsche Post AG", + "diamonds": "Binky Moon, LLC", + "diet": "Uniregistry, Corp.", + "digital": "Binky Moon, LLC", + "direct": "Binky Moon, LLC", + "directory": "Binky Moon, LLC", + "discount": "Binky Moon, LLC", + "discover": "Discover Financial Services", + "dish": "Dish DBS Corporation", + "diy": "Lifestyle Domain Holdings, Inc.", + "dj": "Djibouti Telecom S.A", + "dk": "Dansk Internet Forum", + "dm": "DotDM Corporation", + "dnp": "Dai Nippon Printing Co., Ltd.", + "do": "Pontificia Universidad Catolica Madre y Maestra\nRecinto Santo Tomas de Aquino", + "docs": "Charleston Road Registry Inc.", + "doctor": "Binky Moon, LLC", + "dodge": "FCA US LLC.", + "dog": "Binky Moon, LLC", + "doha": "Communications Regulatory Authority (CRA)", + "domains": "Binky Moon, LLC", + "doosan": "Retired", + "dot": "Dish DBS Corporation", + "download": "dot Support Limited", + "drive": "Charleston Road Registry Inc.", + "dtv": "Dish DBS Corporation", + "dubai": "Dubai Smart Government Department", + "duck": "Johnson Shareholdings, Inc.", + "dunlop": "The Goodyear Tire & Rubber Company", + "duns": "The Dun & Bradstreet Corporation", + "dupont": "E. I. du Pont de Nemours and Company", + "durban": "ZA Central Registry NPC trading as ZA Central Registry", + "dvag": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "dvr": "Hughes Satellite Systems Corporation", + "dz": "CERIST", + "earth": "Interlink Co., Ltd.", + "eat": "Charleston Road Registry Inc.", + "ec": "ECUADORDOMAIN S.A.", + "eco": "Big Room Inc.", + "edeka": "EDEKA Verband kaufmännischer Genossenschaften e.V.", + "edu": "EDUCAUSE", + "education": "Binky Moon, LLC", + "ee": "Eesti Interneti Sihtasutus (EIS)", + "eg": "Egyptian Universities Network (EUN)\nSupreme Council of Universities", + "eh": "Not assigned", + "email": "Binky Moon, LLC", + "emerck": "Merck KGaA", + "energy": "Binky Moon, LLC", + "engineer": "United TLD Holdco Ltd.", + "engineering": "Binky Moon, LLC", + "enterprises": "Binky Moon, LLC", + "epost": "Deutsche Post AG", + "epson": "Seiko Epson Corporation", + "equipment": "Binky Moon, LLC", + "er": "Eritrea Telecommunication Services Corporation (EriTel)", + "ericsson": "Telefonaktiebolaget L M Ericsson", + "erni": "ERNI Group Holding AG", + "es": "Red.es", + "esq": "Charleston Road Registry Inc.", + "estate": "Binky Moon, LLC", + "esurance": "Esurance Insurance Company", + "et": "Ethio telecom", + "etisalat": "Emirates Telecommunications Corporation (trading as Etisalat)", + "eu": "EURid vzw/asbl", + "eurovision": "European Broadcasting Union (EBU)", + "eus": "Puntueus Fundazioa", + "events": "Binky Moon, LLC", + "everbank": "EverBank", + "exchange": "Binky Moon, LLC", + "expert": "Binky Moon, LLC", + "exposed": "Binky Moon, LLC", + "express": "Binky Moon, LLC", + "extraspace": "Extra Space Storage LLC", + "fage": "Fage International S.A.", + "fail": "Binky Moon, LLC", + "fairwinds": "FairWinds Partners, LLC", + "faith": "dot Faith Limited", + "family": "United TLD Holdco Ltd.", + "fan": "Asiamix Digital Ltd", + "fans": "Asiamix Digital Limited", + "farm": "Binky Moon, LLC", + "farmers": "Farmers Insurance Exchange", + "fashion": "Top Level Domain Holdings Limited", + "fast": "Amazon Registry Services, Inc.", + "fedex": "Federal Express Corporation", + "feedback": "Top Level Spectrum, Inc.", + "ferrari": "Fiat Chrysler Automobiles N.V.", + "ferrero": "Ferrero Trading Lux S.A.", + "fi": "Finnish Communications Regulatory Authority", + "fiat": "Fiat Chrysler Automobiles N.V.", + "fidelity": "Fidelity Brokerage Services LLC", + "fido": "Rogers Communications Canada Inc.", + "film": "Motion Picture Domain Registry Pty Ltd", + "final": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", + "finance": "Binky Moon, LLC", + "financial": "Binky Moon, LLC", + "fire": "Amazon Registry Services, Inc.", + "firestone": "Bridgestone Licensing Services, Inc.", + "firmdale": "Firmdale Holdings Limited", + "fish": "Binky Moon, LLC", + "fishing": "Top Level Domain Holdings Limited", + "fit": "Minds + Machines Group Limited", + "fitness": "Binky Moon, LLC", + "fj": "The University of the South Pacific\nIT Services", + "fk": "Falkland Islands Government", + "flickr": "Yahoo! Domain Services Inc.", + "flights": "Binky Moon, LLC", + "flir": "FLIR Systems, Inc.", + "florist": "Binky Moon, LLC", + "flowers": "Uniregistry, Corp.", + "flsmidth": "Retired", + "fly": "Charleston Road Registry Inc.", + "fm": "FSM Telecommunications Corporation", + "fo": "FO Council", + "foo": "Charleston Road Registry Inc.", + "food": "Lifestyle Domain Holdings, Inc.", + "foodnetwork": "Lifestyle Domain Holdings, Inc.", + "football": "Binky Moon, LLC", + "ford": "Ford Motor Company", + "forex": "DOTFOREX REGISTRY LTD", + "forsale": "United TLD Holdco, LLC", + "forum": "Fegistry, LLC", + "foundation": "Binky Moon, LLC", + "fox": "FOX Registry, LLC", + "fr": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "free": "Amazon Registry Services, Inc.", + "fresenius": "Fresenius Immobilien-Verwaltungs-GmbH", + "frl": "FRLregistry B.V.", + "frogans": "OP3FT", + "frontdoor": "Lifestyle Domain Holdings, Inc.", + "frontier": "Frontier Communications Corporation", + "ftr": "Frontier Communications Corporation", + "fujitsu": "Fujitsu Limited", + "fujixerox": "Xerox DNHC LLC", + "fun": "DotSpace, Inc.", + "fund": "Binky Moon, LLC", + "furniture": "Binky Moon, LLC", + "futbol": "United TLD Holdco, Ltd.", + "fyi": "Binky Moon, LLC", + "ga": "Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF)", + "gal": "Asociación puntoGAL", + "gallery": "Binky Moon, LLC", + "gallo": "Gallo Vineyards, Inc.", + "gallup": "Gallup, Inc.", + "game": "Uniregistry, Corp.", + "games": "United TLD Holdco Ltd.", + "gap": "The Gap, Inc.", + "garden": "Top Level Domain Holdings Limited", + "gb": "Reserved Domain - IANA", + "gbiz": "Charleston Road Registry Inc.", + "gd": "The National Telecommunications Regulatory Commission (NTRC)", + "gdn": "Joint Stock Company \"Navigation-information systems\"", + "ge": "Caucasus Online LLC", + "gea": "GEA Group Aktiengesellschaft", + "gent": "Combell nv", + "genting": "Resorts World Inc. Pte. Ltd.", + "george": "Wal-Mart Stores, Inc.", + "gf": "Net Plus", + "gg": "Island Networks Ltd.", + "ggee": "GMO Internet, Inc.", + "gh": "Network Computer Systems Limited", + "gi": "Sapphire Networks", + "gift": "Uniregistry, Corp.", + "gifts": "Binky Moon, LLC", + "gives": "United TLD Holdco Ltd.", + "giving": "Giving Limited", + "gl": "TELE Greenland A/S", + "glade": "Johnson Shareholdings, Inc.", + "glass": "Binky Moon, LLC", + "gle": "Charleston Road Registry Inc.", + "global": "Dot Global Domain Registry Limited", + "globo": "Globo Comunicação e Participações S.A", + "gm": "GM-NIC", + "gmail": "Charleston Road Registry Inc.", + "gmbh": "Binky Moon, LLC", + "gmo": "GMO Internet, Inc.", + "gmx": "1&1 Mail & Media GmbH", + "gn": "Centre National des Sciences Halieutiques de Boussoura", + "godaddy": "Go Daddy East, LLC", + "gold": "Binky Moon, LLC", + "goldpoint": "YODOBASHI CAMERA CO.,LTD.", + "golf": "Binky Moon, LLC", + "goo": "NTT Resonant Inc.", + "goodhands": "Allstate Fire and Casualty Insurance Company", + "goodyear": "The Goodyear Tire & Rubber Company", + "goog": "Charleston Road Registry Inc.", + "google": "Charleston Road Registry Inc.", + "gop": "Republican State Leadership Committee, Inc.", + "got": "Amazon Registry Services, Inc.", + "gov": "General Services Administration\nAttn: QTDC, 2E08 (.gov Domain Registration)", + "gp": "Networking Technologies Group", + "gq": "GETESA", + "gr": "ICS-FORTH GR", + "grainger": "Grainger Registry Services, LLC", + "graphics": "Binky Moon, LLC", + "gratis": "Binky Moon, LLC", + "green": "DotGreen Registry Limited", + "gripe": "Binky Moon, LLC", + "grocery": "Wal-Mart Stores, Inc.", + "group": "Binky Moon, LLC", + "gs": "Government of South Georgia and South Sandwich Islands (GSGSSI)", + "gt": "Universidad del Valle de Guatemala", + "gu": "University of Guam", + "guardian": "The Guardian Life Insurance Company of America", + "gucci": "Guccio Gucci S.p.a.", + "guge": "Charleston Road Registry Inc.", + "guide": "Binky Moon, LLC", + "guitars": "Uniregistry, Corp.", + "guru": "Binky Moon, LLC", + "gw": "Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau", + "gy": "University of Guyana", + "hair": "L'Oreal", + "hamburg": "Hamburg Top-Level-Domain GmbH", + "hangout": "Charleston Road Registry Inc.", + "haus": "United TLD Holdco, LTD.", + "hbo": "HBO Registry Services, Inc.", + "hdfc": "HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED", + "hdfcbank": "HDFC Bank Limited", + "health": "DotHealth, LLC", + "healthcare": "Binky Moon, LLC", + "help": "Uniregistry, Corp.", + "helsinki": "City of Helsinki", + "here": "Charleston Road Registry Inc.", + "hermes": "Hermes International", + "hgtv": "Lifestyle Domain Holdings, Inc.", + "hiphop": "Uniregistry, Corp.", + "hisamitsu": "Hisamitsu Pharmaceutical Co.,Inc.", + "hitachi": "Hitachi, Ltd.", + "hiv": "Uniregistry, Corp.", + "hk": "Hong Kong Internet Registration Corporation Ltd.", + "hkt": "PCCW-HKT DataCom Services Limited", + "hm": "HM Domain Registry", + "hn": "Red de Desarrollo Sostenible Honduras", + "hockey": "Binky Moon, LLC", + "holdings": "Binky Moon, LLC", + "holiday": "Binky Moon, LLC", + "homedepot": "Home Depot Product Authority, LLC", + "homegoods": "The TJX Companies, Inc.", + "homes": "DERHomes, LLC", + "homesense": "The TJX Companies, Inc.", + "honda": "Honda Motor Co., Ltd.", + "honeywell": "Honeywell GTLD LLC", + "horse": "Top Level Domain Holdings Limited", + "hospital": "Binky Moon, LLC", + "host": "DotHost Inc.", + "hosting": "Uniregistry, Corp.", + "hot": "Amazon Registry Services, Inc.", + "hoteles": "Travel Reservations SRL", + "hotels": "Booking.com B.V.", + "hotmail": "Microsoft Corporation", + "house": "Binky Moon, LLC", + "how": "Charleston Road Registry Inc.", + "hr": "CARNet - Croatian Academic and Research Network", + "hsbc": "HSBC Global Services (UK) Limited", + "ht": "Consortium FDS/RDDH", + "htc": "Not assigned", + "hu": "Council of Hungarian Internet Providers (CHIP)", + "hughes": "Hughes Satellite Systems Corporation", + "hyatt": "Hyatt GTLD, L.L.C.", + "hyundai": "Hyundai Motor Company", + "ibm": "International Business Machines Corporation", + "icbc": "Industrial and Commercial Bank of China Limited", + "ice": "IntercontinentalExchange, Inc.", + "icu": "Shortdot SA", + "id": "Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI)", + "ie": "University College Dublin\nComputing Services\nComputer Centre", + "ieee": "IEEE Global LLC", + "ifm": "ifm electronic gmbh", + "iinet": "Retired", + "ikano": "Ikano S.A.", + "il": "Internet Society of Israel", + "im": "Isle of Man Government", + "imamat": "Fondation Aga Khan (Aga Khan Foundation)", + "imdb": "Amazon Registry Services, Inc.", + "immo": "Binky Moon, LLC", + "immobilien": "United TLD Holdco Ltd.", + "in": "National Internet Exchange of India", + "industries": "Binky Moon, LLC", + "infiniti": "NISSAN MOTOR CO., LTD.", + "info": "Afilias Limited", + "ing": "Charleston Road Registry Inc.", + "ink": "Top Level Design, LLC", + "institute": "Binky Moon, LLC", + "insurance": "fTLD Registry Services LLC", + "insure": "Binky Moon, LLC", + "int": "Internet Assigned Numbers Authority", + "intel": "Intel Corporation", + "international": "Binky Moon, LLC", + "intuit": "Intuit Administrative Services, Inc.", + "investments": "Binky Moon, LLC", + "io": "IO Top Level Domain Registry\nCable and Wireless", + "ipiranga": "Ipiranga Produtos de Petroleo S.A.", + "iq": "Communications and Media Commission (CMC)", + "ir": "Institute for Research in Fundamental Sciences", + "irish": "Binky Moon, LLC", + "is": "ISNIC - Internet Iceland ltd.", + "iselect": "iSelect Ltd", + "ismaili": "Fondation Aga Khan (Aga Khan Foundation)", + "ist": "Istanbul Metropolitan Municipality", + "istanbul": "Istanbul Metropolitan Municipality", + "it": "IIT - CNR", + "itau": "Itau Unibanco Holding S.A.", + "itv": "ITV Services Limited", + "iveco": "CNH Industrial N.V.", + "iwc": "Richemont DNS Inc.", + "jaguar": "Jaguar Land Rover Ltd", + "java": "Oracle Corporation", + "jcb": "JCB Co., Ltd.", + "jcp": "JCP Media, Inc.", + "je": "Island Networks (Jersey) Ltd.", + "jeep": "FCA US LLC.", + "jetzt": "Binky Moon, LLC", + "jewelry": "Binky Moon, LLC", + "jio": "Affinity Names, Inc.", + "jlc": "Richemont DNS Inc.", + "jll": "Jones Lang LaSalle Incorporated", + "jm": "University of West Indies", + "jmp": "Matrix IP LLC", + "jnj": "Johnson & Johnson Services, Inc.", + "jo": "National Information Technology Center (NITC)", + "jobs": "Employ Media LLC", + "joburg": "ZA Central Registry NPC trading as ZA Central Registry", + "jot": "Amazon Registry Services, Inc.", + "joy": "Amazon Registry Services, Inc.", + "jp": "Japan Registry Services Co., Ltd.", + "jpmorgan": "JPMorgan Chase Bank, National Association", + "jprs": "Japan Registry Services Co., Ltd.", + "juegos": "Uniregistry, Corp.", + "juniper": "JUNIPER NETWORKS, INC.", + "kaufen": "United TLD Holdco Ltd.", + "kddi": "KDDI CORPORATION", + "ke": "Kenya Network Information Center (KeNIC)", + "kerryhotels": "Kerry Trading Co. Limited", + "kerrylogistics": "Kerry Trading Co. Limited", + "kerryproperties": "Kerry Trading Co. Limited", + "kfh": "Kuwait Finance House", + "kg": "AsiaInfo Telecommunication Enterprise", + "kh": "Telecommunication Regulator of Cambodia (TRC)", + "ki": "Ministry of Communications, Transport, and Tourism Development", + "kia": "KIA MOTORS CORPORATION", + "kim": "Afilias plc", + "kinder": "Ferrero Trading Lux S.A.", + "kindle": "Amazon Registry Services, Inc.", + "kitchen": "Binky Moon, LLC", + "kiwi": "DOT KIWI LIMITED", + "km": "Comores Telecom", + "kn": "Ministry of Finance, Sustainable Development Information & Technology", + "koeln": "punkt.wien GmbH", + "komatsu": "Komatsu Ltd.", + "kosher": "Kosher Marketing Assets LLC", + "kp": "Star Joint Venture Company", + "kpmg": "KPMG International Cooperative (KPMG International Genossenschaft)", + "kpn": "Koninklijke KPN N.V.", + "kr": "Korea Internet & Security Agency (KISA)", + "krd": "KRG Department of Information Technology", + "kred": "KredTLD Pty Ltd", + "kuokgroup": "Kerry Trading Co. Limited", + "kw": "Communications and Information Technology Regulatory Authority", + "ky": "Utility Regulation and Competition Office (OfReg)", + "kyoto": "Academic Institution: Kyoto Jyoho Gakuen", + "kz": "Association of IT Companies of Kazakhstan", + "la": "Lao National Internet Committee (LANIC), Ministry of Posts and Telecommunications", + "lacaixa": "CAIXA D'ESTALVIS I PENSIONS DE BARCELONA", + "ladbrokes": "LADBROKES INTERNATIONAL PLC", + "lamborghini": "Automobili Lamborghini S.p.A.", + "lamer": "The Estée Lauder Companies Inc.", + "lancaster": "LANCASTER", + "lancia": "Fiat Chrysler Automobiles N.V.", + "lancome": "L'Oréal", + "land": "Binky Moon, LLC", + "landrover": "Jaguar Land Rover Ltd", + "lanxess": "LANXESS Corporation", + "lasalle": "Jones Lang LaSalle Incorporated", + "lat": "ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico", + "latino": "Dish DBS Corporation", + "latrobe": "La Trobe University", + "law": "Minds + Machines Group Limited", + "lawyer": "United TLD Holdco, Ltd", + "lb": "American University of Beirut\nComputing and Networking Services", + "lc": "University of Puerto Rico", + "lds": "IRI Domain Management, LLC", + "lease": "Binky Moon, LLC", + "leclerc": "A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc", + "lefrak": "LeFrak Organization, Inc.", + "legal": "Binky Moon, LLC", + "lego": "LEGO Juris A/S", + "lexus": "TOYOTA MOTOR CORPORATION", + "lgbt": "Afilias plc", + "li": "SWITCH The Swiss Education & Research Network", + "liaison": "Liaison Technologies, Incorporated", + "lidl": "Schwarz Domains und Services GmbH & Co. KG", + "life": "Binky Moon, LLC", + "lifeinsurance": "American Council of Life Insurers", + "lifestyle": "Lifestyle Domain Holdings, Inc.", + "lighting": "Binky Moon, LLC", + "like": "Amazon Registry Services, Inc.", + "lilly": "Eli Lilly and Company", + "limited": "Binky Moon, LLC", + "limo": "Binky Moon, LLC", + "lincoln": "Ford Motor Company", + "linde": "Linde Aktiengesellschaft", + "link": "Uniregistry, Corp.", + "lipsy": "Lipsy Ltd", + "live": "United TLD Holdco Ltd.", + "living": "Lifestyle Domain Holdings, Inc.", + "lixil": "LIXIL Group Corporation", + "lk": "Council for Information Technology\nLK Domain Registrar", + "llc": "Afilias plc", + "loan": "dot Loan Limited", + "loans": "Binky Moon, LLC", + "locker": "Dish DBS Corporation", + "locus": "Locus Analytics LLC", + "loft": "Annco, Inc.", + "lol": "Uniregistry, Corp.", + "london": "Dot London Domains Limited", + "lotte": "Lotte Holdings Co., Ltd.", + "lotto": "Afilias plc", + "love": "Merchant Law Group LLP", + "lpl": "LPL Holdings, Inc.", + "lplfinancial": "LPL Holdings, Inc.", + "lr": "Data Technology Solutions, Inc.", + "ls": "National University of Lesotho", + "lt": "Kaunas University of Technology", + "ltd": "Binky Moon, LLC", + "ltda": "InterNetX Corp.", + "lu": "RESTENA", + "lundbeck": "H. Lundbeck A/S", + "lupin": "LUPIN LIMITED", + "luxe": "Top Level Domain Holdings Limited", + "luxury": "Luxury Partners LLC", + "lv": "University of Latvia\nInstitute of Mathematics and Computer Science\nDepartment of Network Solutions (DNS)", + "ly": "General Post and Telecommunication Company", + "ma": "Agence Nationale de Réglementation des Télécommunications (ANRT)", + "macys": "Macys, Inc.", + "madrid": "Comunidad de Madrid", + "maif": "Mutuelle Assurance Instituteur France (MAIF)", + "maison": "Binky Moon, LLC", + "makeup": "L'Oréal", + "man": "MAN SE", + "management": "Binky Moon, LLC", + "mango": "PUNTO FA S.L.", + "map": "Charleston Road Registry Inc.", + "market": "United TLD Holdco, Ltd", + "marketing": "Binky Moon, LLC", + "markets": "DOTMARKETS REGISTRY LTD", + "marriott": "Marriott Worldwide Corporation", + "marshalls": "The TJX Companies, Inc.", + "maserati": "Fiat Chrysler Automobiles N.V.", + "mattel": "Mattel Sites, Inc.", + "mba": "Binky Moon, LLC", + "mc": "Gouvernement de Monaco\nDirection des Communications Electroniques", + "mcd": "Not assigned", + "mcdonalds": "Not assigned", + "mckinsey": "McKinsey Holdings, Inc.", + "md": "MoldData S.E.", + "me": "Government of Montenegro", + "med": "Medistry LLC", + "media": "Binky Moon, LLC", + "meet": "Charleston Road Registry Inc.", + "melbourne": "The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation", + "meme": "Charleston Road Registry Inc.", + "memorial": "Dog Beach, LLC", + "men": "Exclusive Registry Limited", + "menu": "Wedding TLD2, LLC", + "meo": "Not assigned", + "merckmsd": "MSD Registry Holdings, Inc.", + "metlife": "MetLife Services and Solutions, LLC", + "mf": "Not assigned", + "mg": "NIC-MG (Network Information Center Madagascar)", + "mh": "Office of the Cabinet", + "miami": "Top Level Domain Holdings Limited", + "microsoft": "Microsoft Corporation", + "mil": "DoD Network Information Center", + "mini": "Bayerische Motoren Werke Aktiengesellschaft", + "mint": "Intuit Administrative Services, Inc.", + "mit": "Massachusetts Institute of Technology", + "mitsubishi": "Mitsubishi Corporation", + "mk": "Macedonian Academic Research Network Skopje", + "ml": "Agence des Technologies de l’Information et de la Communication", + "mlb": "MLB Advanced Media DH, LLC", + "mls": "The Canadian Real Estate Association", + "mm": "Ministry of Communications, Posts & Telegraphs", + "mma": "MMA IARD", + "mn": "Datacom Co., Ltd.", + "mo": "Macao Post and Telecommunications Bureau (CTT)", + "mobi": "Afilias Technologies Limited dba dotMobi", + "mobile": "Dish DBS Corporation", + "mobily": "GreenTech Consultancy Company W.L.L.", + "moda": "United TLD Holdco Ltd.", + "moe": "Interlink Co., Ltd.", + "moi": "Amazon Registry Services, Inc.", + "mom": "Uniregistry, Corp.", + "monash": "Monash University", + "money": "Binky Moon, LLC", + "monster": "Monster Worldwide, Inc.", + "montblanc": "Not assigned", + "mopar": "FCA US LLC.", + "mormon": "IRI Domain Management, LLC (\"Applicant\")", + "mortgage": "United TLD Holdco, Ltd", + "moscow": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", + "moto": "Motorola Trademark Holdings, LLC", + "motorcycles": "DERMotorcycles, LLC", + "mov": "Charleston Road Registry Inc.", + "movie": "Binky Moon, LLC", + "movistar": "Telefónica S.A.", + "mp": "Saipan Datacom, Inc.", + "mq": "MEDIASERV", + "mr": "Université de Nouakchott Al Aasriya", + "ms": "MNI Networks Ltd.", + "msd": "MSD Registry Holdings, Inc.", + "mt": "NIC (Malta)", + "mtn": "MTN Dubai Limited", + "mtpc": "Retired", + "mtr": "MTR Corporation Limited", + "mu": "Internet Direct Ltd", + "museum": "Museum Domain Management Association", + "mutual": "Northwestern Mutual MU TLD Registry, LLC", + "mutuelle": "Retired", + "mv": "Dhiraagu Pvt. Ltd. (DHIVEHINET)", + "mw": "Malawi Sustainable Development Network Programme\n(Malawi SDNP)", + "mx": "NIC-Mexico\nITESM - Campus Monterrey", + "my": "MYNIC Berhad", + "mz": "Centro de Informatica de Universidade Eduardo Mondlane", + "na": "Namibian Network Information Center", + "nab": "National Australia Bank Limited", + "nadex": "Nadex Domains, Inc", + "nagoya": "GMO Registry, Inc.", + "name": "VeriSign Information Services, Inc.", + "nationwide": "Nationwide Mutual Insurance Company", + "natura": "NATURA COSMÉTICOS S.A.", + "navy": "United TLD Holdco Ltd.", + "nba": "NBA REGISTRY, LLC", + "nc": "Office des Postes et Telecommunications", + "ne": "SONITEL", + "nec": "NEC Corporation", + "net": "VeriSign Global Registry Services", + "netbank": "COMMONWEALTH BANK OF AUSTRALIA", + "netflix": "Netflix, Inc.", + "network": "Binky Moon, LLC", + "neustar": "NeuStar, Inc.", + "new": "Charleston Road Registry Inc.", + "newholland": "CNH Industrial N.V.", + "news": "United TLD Holdco Ltd.", + "next": "Next plc", + "nextdirect": "Next plc", + "nexus": "Charleston Road Registry Inc.", + "nf": "Norfolk Island Data Services", + "nfl": "NFL Reg Ops LLC", + "ng": "Nigeria Internet Registration Association", + "ngo": "Public Interest Registry", + "nhk": "Japan Broadcasting Corporation (NHK)", + "ni": "Universidad Nacional del Ingernieria\nCentro de Computo", + "nico": "DWANGO Co., Ltd.", + "nike": "NIKE, Inc.", + "nikon": "NIKON CORPORATION", + "ninja": "United TLD Holdco Ltd.", + "nissan": "NISSAN MOTOR CO., LTD.", + "nissay": "Nippon Life Insurance Company", + "nl": "SIDN (Stichting Internet Domeinregistratie Nederland)", + "no": "UNINETT Norid A/S", + "nokia": "Nokia Corporation", + "northwesternmutual": "Northwestern Mutual Registry, LLC", + "norton": "Symantec Corporation", + "now": "Amazon Registry Services, Inc.", + "nowruz": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "nowtv": "Starbucks (HK) Limited", + "np": "Mercantile Communications Pvt. Ltd.", + "nr": "CENPAC NET", + "nra": "NRA Holdings Company, INC.", + "nrw": "Minds + Machines GmbH", + "ntt": "NIPPON TELEGRAPH AND TELEPHONE CORPORATION", + "nu": "The IUSN Foundation", + "nyc": "The City of New York by and through the New York City Department of Information Technology & Telecommunications", + "nz": "InternetNZ", + "obi": "OBI Group Holding SE & Co. KGaA", + "observer": "Top Level Spectrum, Inc.", + "off": "Johnson Shareholdings, Inc.", + "office": "Microsoft Corporation", + "okinawa": "BRregistry, Inc.", + "olayan": "Crescent Holding GmbH", + "olayangroup": "Crescent Holding GmbH", + "oldnavy": "The Gap, Inc.", + "ollo": "Dish DBS Corporation", + "om": "Telecommunications Regulatory Authority (TRA)", + "omega": "The Swatch Group Ltd", + "one": "One.com A/S", + "ong": "Public Interest Registry", + "onl": "I-REGISTRY Ltd., Niederlassung Deutschland", + "online": "DotOnline Inc.", + "onyourside": "Nationwide Mutual Insurance Company", + "ooo": "INFIBEAM INCORPORATION LIMITED", + "open": "American Express Travel Related Services Company, Inc.", + "oracle": "Oracle Corporation", + "orange": "Orange Brand Services Limited", + "org": "Public Interest Registry (PIR)", + "organic": "Afilias plc", + "orientexpress": "Retired", + "origins": "The Estée Lauder Companies Inc.", + "osaka": "Osaka Registry Co., Ltd.", + "otsuka": "Otsuka Holdings Co., Ltd.", + "ott": "Dish DBS Corporation", + "ovh": "OVH SAS", + "pa": "Universidad Tecnologica de Panama", + "page": "Charleston Road Registry Inc.", + "pamperedchef": "Not assigned", + "panasonic": "Panasonic Corporation", + "panerai": "Richemont DNS Inc.", + "paris": "City of Paris", + "pars": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "partners": "Binky Moon, LLC", + "parts": "Binky Moon, LLC", + "party": "Blue Sky Registry Limited", + "passagens": "Travel Reservations SRL", + "pay": "Amazon Registry Services, Inc.", + "pccw": "PCCW Enterprises Limited", + "pe": "Red Cientifica Peruana", + "pet": "Afilias plc", + "pf": "Gouvernement de la Polynésie française", + "pfizer": "Pfizer Inc.", + "pg": "PNG DNS Administration\nVice Chancellors Office\nThe Papua New Guinea University of Technology", + "ph": "PH Domain Foundation", + "pharmacy": "National Association of Boards of Pharmacy", + "phd": "Charleston Road Registry Inc.", + "philips": "Koninklijke Philips N.V.", + "phone": "Dish DBS Corporation", + "photo": "Uniregistry, Corp.", + "photography": "Binky Moon, LLC", + "photos": "Binky Moon, LLC", + "physio": "PhysBiz Pty Ltd", + "piaget": "Richemont DNS Inc.", + "pics": "Uniregistry, Corp.", + "pictet": "Pictet Europe S.A.", + "pictures": "Binky Moon, LLC", + "pid": "Top Level Spectrum, Inc.", + "pin": "Amazon Registry Services, Inc.", + "ping": "Ping Registry Provider, Inc.", + "pink": "Afilias plc", + "pioneer": "Pioneer Corporation", + "pizza": "Binky Moon, LLC", + "pk": "PKNIC", + "pl": "Research and Academic Computer Network", + "place": "Binky Moon, LLC", + "play": "Charleston Road Registry Inc.", + "playstation": "Sony Computer Entertainment Inc.", + "plumbing": "Binky Moon, LLC", + "plus": "Binky Moon, LLC", + "pm": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "pn": "Pitcairn Island Administration", + "pnc": "PNC Domain Co., LLC", + "pohl": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "poker": "Afilias plc", + "politie": "Politie Nederland", + "porn": "ICM Registry PN LLC", + "post": "Universal Postal Union", + "pr": "Gauss Research Laboratory Inc.", + "pramerica": "Prudential Financial, Inc.", + "praxi": "Praxi S.p.A.", + "press": "DotPress Inc.", + "prime": "Amazon Registry Services, Inc.", + "pro": "Registry Services Corporation\ndba RegistryPro", + "prod": "Charleston Road Registry Inc.", + "productions": "Binky Moon, LLC", + "prof": "Charleston Road Registry Inc.", + "progressive": "Progressive Casualty Insurance Company", + "promo": "Afilias plc", + "properties": "Binky Moon, LLC", + "property": "Uniregistry, Corp.", + "protection": "XYZ.COM LLC", + "pru": "Prudential Financial, Inc.", + "prudential": "Prudential Financial, Inc.", + "ps": "Ministry Of Telecommunications &\nInformation Technology,\nGovernment Computer Center.", + "pt": "Associação DNS.PT", + "pub": "United TLD Holdco Ltd.", + "pw": "Micronesia Investment and Development Corporation", + "pwc": "PricewaterhouseCoopers LLP", + "py": "NIC-PY", + "qa": "Communications Regulatory Authority", + "qpon": "dotCOOL, Inc.", + "quebec": "PointQuébec Inc", + "quest": "Quest ION Limited", + "qvc": "QVC, Inc.", + "racing": "Premier Registry Limited", + "radio": "European Broadcasting Union (EBU)", + "raid": "Johnson Shareholdings, Inc.", + "re": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "read": "Amazon Registry Services, Inc.", + "realestate": "dotRealEstate LLC", + "realtor": "Real Estate Domains LLC", + "realty": "Fegistry, LLC", + "recipes": "Binky Moon, LLC", + "red": "Afilias plc", + "redstone": "Redstone Haute Couture Co., Ltd.", + "redumbrella": "Travelers TLD, LLC", + "rehab": "United TLD Holdco Ltd.", + "reise": "Binky Moon, LLC", + "reisen": "Binky Moon, LLC", + "reit": "National Association of Real Estate Investment Trusts, Inc.", + "reliance": "Reliance Industries Limited", + "ren": "Beijing Qianxiang Wangjing Technology Development Co., Ltd.", + "rent": "XYZ.COM LLC", + "rentals": "Binky Moon, LLC", + "repair": "Binky Moon, LLC", + "report": "Binky Moon, LLC", + "republican": "United TLD Holdco Ltd.", + "rest": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", + "restaurant": "Binky Moon, LLC", + "review": "dot Review Limited", + "reviews": "United TLD Holdco, Ltd.", + "rexroth": "Robert Bosch GMBH", + "rich": "I-REGISTRY Ltd., Niederlassung Deutschland", + "richardli": "Pacific Century Asset Management (HK) Limited", + "ricoh": "Ricoh Company, Ltd.", + "rightathome": "Johnson Shareholdings, Inc.", + "ril": "Reliance Industries Limited", + "rio": "Empresa Municipal de Informática SA - IPLANRIO", + "rip": "United TLD Holdco Ltd.", + "rmit": "Royal Melbourne Institute of Technology", + "ro": "National Institute for R&D in Informatics", + "rocher": "Ferrero Trading Lux S.A.", + "rocks": "United TLD Holdco, LTD.", + "rodeo": "Top Level Domain Holdings Limited", + "rogers": "Rogers Communications Canada Inc.", + "room": "Amazon Registry Services, Inc.", + "rs": "Serbian National Internet Domain Registry (RNIDS)", + "rsvp": "Charleston Road Registry Inc.", + "ru": "Coordination Center for TLD RU", + "rugby": "World Rugby Strategic Developments Limited", + "ruhr": "regiodot GmbH & Co. KG", + "run": "Binky Moon, LLC", + "rw": "Rwanda Information Communication and Technology Association (RICTA)", + "rwe": "RWE AG", + "ryukyu": "BRregistry, Inc.", + "sa": "Communications and Information Technology Commission", + "saarland": "dotSaarland GmbH", + "safe": "Amazon Registry Services, Inc.", + "safety": "Safety Registry Services, LLC.", + "sakura": "SAKURA Internet Inc.", + "sale": "United TLD Holdco, Ltd", + "salon": "Binky Moon, LLC", + "samsclub": "Wal-Mart Stores, Inc.", + "samsung": "SAMSUNG SDS CO., LTD", + "sandvik": "Sandvik AB", + "sandvikcoromant": "Sandvik AB", + "sanofi": "Sanofi", + "sap": "SAP AG", + "sapo": "Not assigned", + "sarl": "Binky Moon, LLC", + "sas": "Research IP LLC", + "save": "Amazon Registry Services, Inc.", + "saxo": "Saxo Bank A/S", + "sb": "Solomon Telekom Company Limited", + "sbi": "STATE BANK OF INDIA", + "sbs": "SPECIAL BROADCASTING SERVICE CORPORATION", + "sc": "VCS Pty Ltd", + "sca": "SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)", + "scb": "The Siam Commercial Bank Public Company Limited (\"SCB\")", + "schaeffler": "Schaeffler Technologies AG & Co. KG", + "schmidt": "SALM S.A.S.", + "scholarships": "Scholarships.com, LLC", + "school": "Binky Moon, LLC", + "schule": "Binky Moon, LLC", + "schwarz": "Schwarz Domains und Services GmbH & Co. KG", + "science": "dot Science Limited", + "scjohnson": "Johnson Shareholdings, Inc.", + "scor": "SCOR SE", + "scot": "Dot Scot Registry Limited", + "sd": "Sudan Internet Society", + "se": "The Internet Infrastructure Foundation", + "search": "Charleston Road Registry Inc.", + "seat": "SEAT, S.A. (Sociedad Unipersonal)", + "secure": "Amazon Registry Services, Inc.", + "security": "XYZ.COM LLC", + "seek": "Seek Limited", + "select": "iSelect Ltd", + "sener": "Sener Ingeniería y Sistemas, S.A.", + "services": "Binky Moon, LLC", + "ses": "SES", + "seven": "Seven West Media Ltd", + "sew": "SEW-EURODRIVE GmbH & Co KG", + "sex": "ICM Registry SX LLC", + "sexy": "Uniregistry, Corp.", + "sfr": "Societe Francaise du Radiotelephone - SFR", + "sg": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "sh": "Government of St. Helena", + "shangrila": "Shangri‐La International Hotel Management Limited", + "sharp": "Sharp Corporation", + "shaw": "Shaw Cablesystems G.P.", + "shell": "Shell Information Technology International Inc", + "shia": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "shiksha": "Afilias plc", + "shoes": "Binky Moon, LLC", + "shop": "GMO Registry, Inc.", + "shopping": "Binky Moon, LLC", + "shouji": "QIHOO 360 TECHNOLOGY CO. LTD.", + "show": "Binky Moon, LLC", + "showtime": "CBS Domains Inc.", + "shriram": "Shriram Capital Ltd.", + "si": "Academic and Research Network of Slovenia (ARNES)", + "silk": "Amazon Registry Services, Inc.", + "sina": "Sina Corporation", + "singles": "Binky Moon, LLC", + "site": "DotSite Inc.", + "sj": "UNINETT Norid A/S", + "sk": "SK-NIC, a.s.", + "ski": "STARTING DOT LIMITED", + "skin": "L'Oréal", + "sky": "Sky International AG", + "skype": "Microsoft Corporation", + "sl": "Sierratel", + "sling": "Hughes Satellite Systems Corporation", + "sm": "Telecom Italia San Marino S.p.A.", + "smart": "Smart Communications, Inc. (SMART)", + "smile": "Amazon Registry Services, Inc.", + "sn": "Universite Cheikh Anta Diop\nNIC Senegal", + "sncf": "SNCF (Société Nationale des Chemins de fer Francais)", + "so": "Ministry of Post and Telecommunications", + "soccer": "Binky Moon, LLC", + "social": "United TLD Holdco Ltd.", + "softbank": "SoftBank Group Corp.", + "software": "United TLD Holdco, Ltd", + "sohu": "Sohu.com Limited", + "solar": "Binky Moon, LLC", + "solutions": "Binky Moon, LLC", + "song": "Amazon Registry Services, Inc.", + "sony": "Sony Corporation", + "soy": "Charleston Road Registry Inc.", + "space": "DotSpace Inc.", + "spiegel": "SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG", + "sport": "Global Association of International Sports Federations (GAISF)", + "spot": "Amazon Registry Services, Inc.", + "spreadbetting": "DOTSPREADBETTING REGISTRY LTD", + "sr": "Telesur", + "srl": "InterNetX Corp.", + "srt": "FCA US LLC.", + "ss": "Not assigned", + "st": "Tecnisys", + "stada": "STADA Arzneimittel AG", + "staples": "Staples, Inc.", + "star": "Star India Private Limited", + "starhub": "StarHub Limited", + "statebank": "STATE BANK OF INDIA", + "statefarm": "State Farm Mutual Automobile Insurance Company", + "statoil": "Statoil ASA", + "stc": "Saudi Telecom Company", + "stcgroup": "Saudi Telecom Company", + "stockholm": "Stockholms kommun", + "storage": "XYZ.COM LLC", + "store": "DotStore Inc.", + "stream": "dot Stream Limited", + "studio": "United TLD Holdco Ltd.", + "study": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", + "style": "Binky Moon, LLC", + "su": "Russian Institute for Development of Public Networks\n(ROSNIIROS)", + "sucks": "Vox Populi Registry Ltd.", + "supplies": "Binky Moon, LLC", + "supply": "Binky Moon, LLC", + "support": "Binky Moon, LLC", + "surf": "Top Level Domain Holdings Limited", + "surgery": "Binky Moon, LLC", + "suzuki": "SUZUKI MOTOR CORPORATION", + "sv": "SVNet", + "swatch": "The Swatch Group Ltd", + "swiftcover": "Swiftcover Insurance Services Limited", + "swiss": "Swiss Confederation", + "sx": "SX Registry SA B.V.", + "sy": "National Agency for Network Services (NANS)", + "sydney": "State of New South Wales, Department of Premier and Cabinet", + "symantec": "Symantec Corporation", + "systems": "Binky Moon, LLC", + "sz": "University of Swaziland\nDepartment of Computer Science", + "tab": "Tabcorp Holdings Limited", + "taipei": "Taipei City Government", + "talk": "Amazon Registry Services, Inc.", + "taobao": "Alibaba Group Holding Limited", + "target": "Target Domain Holdings, LLC", + "tatamotors": "Tata Motors Ltd", + "tatar": "Limited Liability Company \"Coordination Center of Regional Domain of Tatarstan Republic\"", + "tattoo": "Uniregistry, Corp.", + "tax": "Binky Moon, LLC", + "taxi": "Binky Moon, LLC", + "tc": "Melrex TC", + "tci": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "td": "l'Agence de Développement des Technologies de l'Information et de la Communication (ADETIC)", + "tdk": "TDK Corporation", + "team": "Binky Moon, LLC", + "tech": "Dot Tech LLC", + "technology": "Binky Moon, LLC", + "tel": "Telnames Ltd.", + "telecity": "TelecityGroup International Limited", + "telefonica": "Telefónica S.A.", + "temasek": "Temasek Holdings (Private) Limited", + "tennis": "Binky Moon, LLC", + "teva": "Teva Pharmaceutical Industries Limited", + "tf": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "tg": "Autorite de Reglementation des secteurs de Postes et de Telecommunications (ART&P)", + "th": "Thai Network Information Center Foundation", + "thd": "Home Depot Product Authority, LLC", + "theater": "Binky Moon, LLC", + "theatre": "XYZ.COM LLC", + "tiaa": "Teachers Insurance and Annuity Association of America", + "tickets": "Accent Media Limited", + "tienda": "Binky Moon, LLC", + "tiffany": "Tiffany and Company", + "tips": "Binky Moon, LLC", + "tires": "Binky Moon, LLC", + "tirol": "punkt Tirol GmbH", + "tj": "Information Technology Center", + "tjmaxx": "The TJX Companies, Inc.", + "tjx": "The TJX Companies, Inc.", + "tk": "Telecommunication Tokelau Corporation (Teletok)", + "tkmaxx": "The TJX Companies, Inc.", + "tl": "Autoridade Nacional de Comunicações", + "tm": "TM Domain Registry Ltd", + "tmall": "Alibaba Group Holding Limited", + "tn": "Agence Tunisienne d'Internet", + "to": "Government of the Kingdom of Tonga\nH.R.H. Crown Prince Tupouto'a\nc/o Consulate of Tonga", + "today": "Binky Moon, LLC", + "tokyo": "GMO Registry, Inc.", + "tools": "Binky Moon, LLC", + "top": "Jiangsu Bangning Science & Technology Co.,Ltd.", + "toray": "Toray Industries, Inc.", + "toshiba": "TOSHIBA Corporation", + "total": "Total SA", + "tours": "Binky Moon, LLC", + "town": "Binky Moon, LLC", + "toyota": "TOYOTA MOTOR CORPORATION", + "toys": "Binky Moon, LLC", + "tp": "Retired", + "tr": "Middle East Technical University\nDepartment of Computer Engineering", + "trade": "Elite Registry Limited", + "trading": "DOTTRADING REGISTRY LTD", + "training": "Binky Moon, LLC", + "travel": "Dog\tBeach, LLC", + "travelchannel": "Lifestyle Domain Holdings, Inc.", + "travelers": "Travelers TLD, LLC", + "travelersinsurance": "Travelers TLD, LLC", + "trust": "Artemis Internet Inc", + "trv": "Travelers TLD, LLC", + "tt": "University of the West Indies\nFaculty of Engineering", + "tube": "Latin American Telecom LLC", + "tui": "TUI AG", + "tunes": "Amazon Registry Services, Inc.", + "tushu": "Amazon Registry Services, Inc.", + "tv": "Ministry of Finance and Tourism", + "tvs": "T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED", + "tw": "Taiwan Network Information Center (TWNIC)", + "tz": "Tanzania Network Information Centre (tzNIC)", + "ua": "Hostmaster Ltd.", + "ubank": "National Australia Bank Limited", + "ubs": "UBS AG", + "uconnect": "FCA US LLC.", + "ug": "Uganda Online Ltd.", + "uk": "Nominet UK", + "um": "Not assigned", + "unicom": "China United Network Communications Corporation Limited", + "university": "Binky Moon, LLC", + "uno": "Dot Latin LLC", + "uol": "UBN INTERNET LTDA.", + "ups": "UPS Market Driver, Inc.", + "us": "NeuStar, Inc.", + "uy": "SeCIU - Universidad de la Republica", + "uz": "Computerization and Information Technologies Developing Center\nUZINFOCOM", + "va": "Holy See - Vatican City State", + "vacations": "Binky Moon, LLC", + "vana": "Lifestyle Domain Holdings, Inc.", + "vanguard": "The Vanguard Group, Inc.", + "vc": "Ministry of Telecommunications, Science, Technology and Industry", + "ve": "Comisión Nacional de Telecomunicaciones (CONATEL)", + "vegas": "Dot Vegas, Inc.", + "ventures": "Binky Moon, LLC", + "verisign": "VeriSign, Inc.", + "versicherung": "TLD-BOX Registrydienstleistungen GmbH", + "vet": "United TLD Holdco, Ltd", + "vg": "Telecommunications Regulatory Commission of the Virgin Islands", + "vi": "Virgin Islands Public Telecommunications System, Inc.", + "viajes": "Binky Moon, LLC", + "video": "United TLD Holdco, Ltd", + "vig": "VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe", + "viking": "Viking River Cruises (Bermuda) Ltd.", + "villas": "Binky Moon, LLC", + "vin": "Binky Moon, LLC", + "vip": "Minds + Machines Group Limited", + "virgin": "Virgin Enterprises Limited", + "visa": "Visa Worldwide Pte. Limited", + "vision": "Binky Moon, LLC", + "vista": "Vistaprint Limited", + "vistaprint": "Vistaprint Limited", + "viva": "Saudi Telecom Company", + "vivo": "Telefonica Brasil S.A.", + "vlaanderen": "DNS.be vzw", + "vn": "Ministry of Information and Communications of Socialist Republic of Viet Nam", + "vodka": "Top Level Domain Holdings Limited", + "volkswagen": "Volkswagen Group of America Inc.", + "volvo": "Volvo Holding Sverige Aktiebolag", + "vote": "Monolith Registry LLC", + "voting": "Valuetainment Corp.", + "voto": "Monolith Registry LLC", + "voyage": "Binky Moon, LLC", + "vu": "Telecom Vanuatu Limited", + "vuelos": "Travel Reservations SRL", + "wales": "Nominet UK", + "walmart": "Wal-Mart Stores, Inc.", + "walter": "Sandvik AB", + "wang": "Zodiac Wang Limited", + "wanggou": "Amazon Registry Services, Inc.", + "warman": "Weir Group IP Limited", + "watch": "Binky Moon, LLC", + "watches": "Richemont DNS Inc.", + "weather": "International Business Machines Corporation", + "weatherchannel": "International Business Machines Corporation", + "webcam": "dot Webcam Limited", + "weber": "Saint-Gobain Weber SA", + "website": "DotWebsite Inc.", + "wed": "Emergency Back-End Registry Operator Program - ICANN", + "wedding": "Top Level Domain Holdings Limited", + "weibo": "Sina Corporation", + "weir": "Weir Group IP Limited", + "wf": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "whoswho": "Who's Who Registry", + "wien": "punkt.wien GmbH", + "wiki": "Top Level Design, LLC", + "williamhill": "William Hill Organization Limited", + "win": "First Registry Limited", + "windows": "Microsoft Corporation", + "wine": "Binky Moon, LLC", + "winners": "The TJX Companies, Inc.", + "wme": "William Morris Endeavor Entertainment, LLC", + "wolterskluwer": "Wolters Kluwer N.V.", + "woodside": "Woodside Petroleum Limited", + "work": "Top Level Domain Holdings Limited", + "works": "Binky Moon, LLC", + "world": "Binky Moon, LLC", + "wow": "Amazon Registry Services, Inc.", + "ws": "Government of Samoa Ministry of Foreign Affairs & Trade", + "wtc": "World Trade Centers Association, Inc.", + "wtf": "Binky Moon, LLC", + "xbox": "Microsoft Corporation", + "xerox": "Xerox DNHC LLC", + "xfinity": "Comcast IP Holdings I, LLC", + "xihuan": "QIHOO 360 TECHNOLOGY CO. LTD.", + "xin": "Elegant Leader Limited", + "测试": "Internet Assigned Numbers Authority", + "कॉम": "VeriSign Sarl", + "परीक्षा": "Internet Assigned Numbers Authority", + "セール": "Amazon Registry Services, Inc.", + "佛山": "Guangzhou YU Wei Information Technology Co., Ltd.", + "ಭಾರತ": "National Internet eXchange of India", + "慈善": "Excellent First Limited", + "集团": "Eagle Horizon Limited", + "在线": "TLD REGISTRY LIMITED", + "한국": "KISA (Korea Internet & Security Agency)", + "ଭାରତ": "National Internet eXchange of India", + "大众汽车": "Volkswagen (China) Investment Co., Ltd.", + "点看": "VeriSign Sarl", + "คอม": "VeriSign Sarl", + "ভাৰত": "National Internet eXchange of India", + "ভারত": "National Internet Exchange of India", + "八卦": "Zodiac Gemini Ltd", + "‏موقع‎": "Suhub Electronic Establishment", + "বাংলা": "Posts and Telecommunications Division", + "公益": "China Organizational Name Administration Center", + "公司": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", + "香格里拉": "Shangri‐La International Hotel Management Limited", + "网站": "Global Website TLD Asia Limited", + "移动": "Afilias plc", + "我爱你": "Tycoon Treasure Limited", + "москва": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", + "испытание": "Internet Assigned Numbers Authority", + "қаз": "Association of IT Companies of Kazakhstan", + "католик": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "онлайн": "CORE Association", + "сайт": "CORE Association", + "联通": "China United Network Communications Corporation Limited", + "срб": "Serbian National Internet Domain Registry (RNIDS)", + "бг": "Imena.BG AD", + "бел": "Reliable Software, Ltd.", + "‏קום‎": "VeriSign Sarl", + "时尚": "RISE VICTORY LIMITED", + "微博": "Sina Corporation", + "테스트": "Internet Assigned Numbers Authority", + "淡马锡": "Temasek Holdings (Private) Limited", + "ファッション": "Amazon Registry Services, Inc.", + "орг": "Public Interest Registry", + "नेट": "VeriSign Sarl", + "ストア": "Amazon Registry Services, Inc.", + "삼성": "SAMSUNG SDS CO., LTD", + "சிங்கப்பூர்": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "商标": "HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED", + "商店": "Binky Moon, LLC", + "商城": "Zodiac Aquarius Limited", + "дети": "The Foundation for Network Initiatives “The Smart Internet”", + "мкд": "Macedonian Academic Research Network Skopje", + "‏טעסט‎": "Internet Assigned Numbers Authority", + "ею": "EURid vzw/asbl", + "ポイント": "Amazon Registry Services, Inc.", + "新闻": "Guangzhou YU Wei Information and Technology Co.,Ltd", + "工行": "Industrial and Commercial Bank of China Limited", + "家電": "Amazon Registry Services, Inc.", + "‏كوم‎": "VeriSign Sarl", + "中文网": "TLD REGISTRY LIMITED", + "中信": "CITIC Group Corporation", + "中国": "China Internet Network Information Center (CNNIC)", + "中國": "China Internet Network Information Center (CNNIC)", + "娱乐": "Binky Moon, LLC", + "谷歌": "Charleston Road Registry Inc.", + "భారత్": "National Internet Exchange of India", + "ලංකා": "LK Domain Registry", + "電訊盈科": "PCCW Enterprises Limited", + "购物": "Minds + Machines Group Limited", + "測試": "Internet Assigned Numbers Authority", + "クラウド": "Amazon Registry Services, Inc.", + "ભારત": "National Internet Exchange of India", + "通販": "Amazon Registry Services, Inc.", + "भारतम्": "National Internet eXchange of India", + "भारत": "National Internet Exchange of India", + "भारोत": "National Internet eXchange of India", + "‏آزمایشی‎": "Internet Assigned Numbers Authority", + "பரிட்சை": "Internet Assigned Numbers Authority", + "网店": "Zodiac Taurus Ltd.", + "संगठन": "Public Interest Registry", + "餐厅": "HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED", + "网络": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", + "ком": "VeriSign Sarl", + "укр": "Ukrainian Network Information Centre (UANIC), Inc.", + "香港": "Hong Kong Internet Registration Corporation Ltd.", + "诺基亚": "Nokia Corporation", + "食品": "Amazon Registry Services, Inc.", + "δοκιμή": "Internet Assigned Numbers Authority", + "飞利浦": "Koninklijke Philips N.V.", + "‏إختبار‎": "Internet Assigned Numbers Authority", + "台湾": "Taiwan Network Information Center (TWNIC)", + "台灣": "Taiwan Network Information Center (TWNIC)", + "手表": "Richemont DNS Inc.", + "手机": "Beijing RITT-Net Technology Development Co., Ltd", + "мон": "Datacom Co.,Ltd", + "‏الجزائر‎": "CERIST", + "‏عمان‎": "Telecommunications Regulatory Authority (TRA)", + "‏ارامكو‎": "Aramco Services Company", + "‏ایران‎": "Institute for Research in Fundamental Sciences (IPM)", + "‏العليان‎": "Crescent Holding GmbH", + "‏اتصالات‎": "Emirates Telecommunications Corporation (trading as Etisalat)", + "‏امارات‎": "Telecommunications Regulatory Authority (TRA)", + "‏بازار‎": "CORE Association", + "‏موريتانيا‎": "Not assigned", + "‏پاکستان‎": "National Telecommunication Corporation", + "‏الاردن‎": "National Information Technology Center (NITC)", + "‏موبايلي‎": "GreenTech Consultancy Company W.L.L.", + "‏بارت‎": "National Internet eXchange of India", + "‏بھارت‎": "National Internet Exchange of India", + "‏المغرب‎": "Agence Nationale de Réglementation des Télécommunications (ANRT)", + "‏ابوظبي‎": "Abu Dhabi Systems and Information Centre", + "‏السعودية‎": "Communications and Information Technology Commission", + "‏ڀارت‎": "National Internet eXchange of India", + "‏كاثوليك‎": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "‏سودان‎": "Sudan Internet Society", + "‏همراه‎": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "‏عراق‎": "Communications and Media Commission (CMC)", + "‏مليسيا‎": "MYNIC Berhad", + "澳門": "Macao Post and Telecommunications Bureau (CTT)", + "닷컴": "VeriSign Sarl", + "政府": "Net-Chinese Co., Ltd.", + "‏شبكة‎": "International Domain Registry Pty. Ltd.", + "‏بيتك‎": "Kuwait Finance House", + "‏عرب‎": "League of Arab States", + "გე": "Information Technologies Development Center (ITDC)", + "机构": "Public Interest Registry", + "组织机构": "Public Interest Registry", + "健康": "Stable Tone Limited", + "ไทย": "Thai Network Information Center Foundation", + "‏سورية‎": "National Agency for Network Services (NANS)", + "招聘": "Dot Trademark TLD Holding Company Limited", + "рус": "Rusnames Limited", + "рф": "Coordination Center for TLD RU", + "珠宝": "Richemont DNS Inc.", + "‏تونس‎": "Agence Tunisienne d'Internet", + "大拿": "VeriSign Sarl", + "みんな": "Charleston Road Registry Inc.", + "グーグル": "Charleston Road Registry Inc.", + "ελ": "ICS-FORTH GR", + "世界": "Stable Tone Limited", + "書籍": "Amazon Registry Services, Inc.", + "ഭാരതം": "National Internet eXchange of India", + "ਭਾਰਤ": "National Internet Exchange of India", + "网址": "KNET Co., Ltd", + "닷넷": "VeriSign Sarl", + "コム": "VeriSign Sarl", + "天主教": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "游戏": "Binky Moon, LLC", + "vermögensberater": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "vermögensberatung": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "企业": "Binky Moon, LLC", + "信息": "Beijing Tele-info Network Technology Co., Ltd.", + "嘉里大酒店": "Kerry Trading Co. Limited", + "嘉里": "Kerry Trading Co. Limited", + "‏مصر‎": "National Telecommunication Regulatory Authority - NTRA", + "‏قطر‎": "Communications Regulatory Authority", + "广东": "Guangzhou YU Wei Information Technology Co., Ltd.", + "இலங்கை": "LK Domain Registry", + "இந்தியா": "National Internet Exchange of India", + "հայ": "\"Internet Society\" Non-governmental Organization", + "新加坡": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "‏فلسطين‎": "Ministry of Telecom & Information Technology (MTIT)", + "テスト": "Internet Assigned Numbers Authority", + "政务": "China Organizational Name Administration Center", + "xperia": "Sony Mobile Communications AB", + "xxx": "ICM Registry LLC", + "xyz": "XYZ.COM LLC", + "yachts": "DERYachts, LLC", + "yahoo": "Yahoo! Domain Services Inc.", + "yamaxun": "Amazon Registry Services, Inc.", + "yandex": "YANDEX, LLC", + "ye": "TeleYemen", + "yodobashi": "YODOBASHI CAMERA CO.,LTD.", + "yoga": "Top Level Domain Holdings Limited", + "yokohama": "GMO Registry, Inc.", + "you": "Amazon Registry Services, Inc.", + "youtube": "Charleston Road Registry Inc.", + "yt": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "yun": "QIHOO 360 TECHNOLOGY CO. LTD.", + "za": "ZA Domain Name Authority", + "zappos": "Amazon Registry Services, Inc.", + "zara": "Industria de Diseño Textil, S.A. (INDITEX, S.A.)", + "zero": "Amazon Registry Services, Inc.", + "zip": "Charleston Road Registry Inc.", + "zippo": "Zadco Company", + "zm": "Zambia Information and Communications Technology Authority (ZICTA)", + "zone": "Binky Moon, LLC", + "zuerich": "Kanton Zürich (Canton of Zurich)", + "zw": "Postal and Telecommunications Regulatory Authority of Zimbabwe (POTRAZ)" +} \ No newline at end of file diff --git a/formats/json/tld-info.json b/formats/json/tld-info.json index 0637a08..38d2379 100644 --- a/formats/json/tld-info.json +++ b/formats/json/tld-info.json @@ -1 +1,7887 @@ -[] \ No newline at end of file +[ + { + "domain": "aaa", + "description": "American Automobile Association, Inc.", + "type": "generic" + }, + { + "domain": "aarp", + "description": "AARP", + "type": "generic" + }, + { + "domain": "abarth", + "description": "Fiat Chrysler Automobiles N.V.", + "type": "generic" + }, + { + "domain": "abb", + "description": "ABB Ltd", + "type": "generic" + }, + { + "domain": "abbott", + "description": "Abbott Laboratories, Inc.", + "type": "generic" + }, + { + "domain": "abbvie", + "description": "AbbVie Inc.", + "type": "generic" + }, + { + "domain": "abc", + "description": "Disney Enterprises, Inc.", + "type": "generic" + }, + { + "domain": "able", + "description": "Able Inc.", + "type": "generic" + }, + { + "domain": "abogado", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "abudhabi", + "description": "Abu Dhabi Systems and Information Centre", + "type": "generic" + }, + { + "domain": "ac", + "description": "Network Information Center (AC Domain Registry)\nc/o Cable and Wireless (Ascension Island)", + "type": "country-code" + }, + { + "domain": "academy", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "accenture", + "description": "Accenture plc", + "type": "generic" + }, + { + "domain": "accountant", + "description": "dot Accountant Limited", + "type": "generic" + }, + { + "domain": "accountants", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "aco", + "description": "ACO Severin Ahlmann GmbH & Co. KG", + "type": "generic" + }, + { + "domain": "active", + "description": "Active Network, LLC", + "type": "generic" + }, + { + "domain": "actor", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "ad", + "description": "Andorra Telecom", + "type": "country-code" + }, + { + "domain": "adac", + "description": "Allgemeiner Deutscher Automobil-Club e.V. (ADAC)", + "type": "generic" + }, + { + "domain": "ads", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "adult", + "description": "ICM Registry AD LLC", + "type": "generic" + }, + { + "domain": "ae", + "description": "Telecommunication Regulatory Authority (TRA)", + "type": "country-code" + }, + { + "domain": "aeg", + "description": "Aktiebolaget Electrolux", + "type": "generic" + }, + { + "domain": "aero", + "description": "Societe Internationale de Telecommunications Aeronautique (SITA INC USA)", + "type": "sponsored" + }, + { + "domain": "aetna", + "description": "Aetna Life Insurance Company", + "type": "generic" + }, + { + "domain": "af", + "description": "Ministry of Communications and IT", + "type": "country-code" + }, + { + "domain": "afamilycompany", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "afl", + "description": "Australian Football League", + "type": "generic" + }, + { + "domain": "africa", + "description": "ZA Central Registry NPC trading as Registry.Africa", + "type": "generic" + }, + { + "domain": "ag", + "description": "UHSA School of Medicine", + "type": "country-code" + }, + { + "domain": "agakhan", + "description": "Fondation Aga Khan (Aga Khan Foundation)", + "type": "generic" + }, + { + "domain": "agency", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ai", + "description": "Government of Anguilla", + "type": "country-code" + }, + { + "domain": "aig", + "description": "American International Group, Inc.", + "type": "generic" + }, + { + "domain": "aigo", + "description": "aigo Digital Technology Co,Ltd.", + "type": "generic" + }, + { + "domain": "airbus", + "description": "Airbus S.A.S.", + "type": "generic" + }, + { + "domain": "airforce", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "airtel", + "description": "Bharti Airtel Limited", + "type": "generic" + }, + { + "domain": "akdn", + "description": "Fondation Aga Khan (Aga Khan Foundation)", + "type": "generic" + }, + { + "domain": "al", + "description": "Electronic and Postal Communications Authority - AKEP", + "type": "country-code" + }, + { + "domain": "alfaromeo", + "description": "Fiat Chrysler Automobiles N.V.", + "type": "generic" + }, + { + "domain": "alibaba", + "description": "Alibaba Group Holding Limited", + "type": "generic" + }, + { + "domain": "alipay", + "description": "Alibaba Group Holding Limited", + "type": "generic" + }, + { + "domain": "allfinanz", + "description": "Allfinanz Deutsche Vermögensberatung Aktiengesellschaft", + "type": "generic" + }, + { + "domain": "allstate", + "description": "Allstate Fire and Casualty Insurance Company", + "type": "generic" + }, + { + "domain": "ally", + "description": "Ally Financial Inc.", + "type": "generic" + }, + { + "domain": "alsace", + "description": "REGION GRAND EST", + "type": "generic" + }, + { + "domain": "alstom", + "description": "ALSTOM", + "type": "generic" + }, + { + "domain": "am", + "description": "\"Internet Society\" Non-governmental Organization", + "type": "country-code" + }, + { + "domain": "americanexpress", + "description": "American Express Travel Related Services Company, Inc.", + "type": "generic" + }, + { + "domain": "americanfamily", + "description": "AmFam, Inc.", + "type": "generic" + }, + { + "domain": "amex", + "description": "American Express Travel Related Services Company, Inc.", + "type": "generic" + }, + { + "domain": "amfam", + "description": "AmFam, Inc.", + "type": "generic" + }, + { + "domain": "amica", + "description": "Amica Mutual Insurance Company", + "type": "generic" + }, + { + "domain": "amsterdam", + "description": "Gemeente Amsterdam", + "type": "generic" + }, + { + "domain": "an", + "description": "Retired", + "type": "country-code" + }, + { + "domain": "analytics", + "description": "Campus IP LLC", + "type": "generic" + }, + { + "domain": "android", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "anquan", + "description": "QIHOO 360 TECHNOLOGY CO. LTD.", + "type": "generic" + }, + { + "domain": "anz", + "description": "Australia and New Zealand Banking Group Limited", + "type": "generic" + }, + { + "domain": "ao", + "description": "Faculdade de Engenharia da Universidade Agostinho Neto", + "type": "country-code" + }, + { + "domain": "aol", + "description": "OATH Inc.", + "type": "generic" + }, + { + "domain": "apartments", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "app", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "apple", + "description": "Apple Inc.", + "type": "generic" + }, + { + "domain": "aq", + "description": "Antarctica Network Information Centre Limited", + "type": "country-code" + }, + { + "domain": "aquarelle", + "description": "Aquarelle.com", + "type": "generic" + }, + { + "domain": "ar", + "description": "Presidencia de la Nación – Secretaría Legal y Técnica", + "type": "country-code" + }, + { + "domain": "arab", + "description": "League of Arab States", + "type": "generic" + }, + { + "domain": "aramco", + "description": "Aramco Services Company", + "type": "generic" + }, + { + "domain": "archi", + "description": "STARTING DOT LIMITED", + "type": "generic" + }, + { + "domain": "army", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "arpa", + "description": "Internet Architecture Board (IAB)", + "type": "infrastructure" + }, + { + "domain": "art", + "description": "UK Creative Ideas Limited", + "type": "generic" + }, + { + "domain": "arte", + "description": "Association Relative à la Télévision Européenne G.E.I.E.", + "type": "generic" + }, + { + "domain": "as", + "description": "AS Domain Registry", + "type": "country-code" + }, + { + "domain": "asda", + "description": "Wal-Mart Stores, Inc.", + "type": "generic" + }, + { + "domain": "asia", + "description": "DotAsia Organisation Ltd.", + "type": "sponsored" + }, + { + "domain": "associates", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "at", + "description": "nic.at GmbH", + "type": "country-code" + }, + { + "domain": "athleta", + "description": "The Gap, Inc.", + "type": "generic" + }, + { + "domain": "attorney", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "au", + "description": ".au Domain Administration (auDA)", + "type": "country-code" + }, + { + "domain": "auction", + "description": "United TLD HoldCo, Ltd.", + "type": "generic" + }, + { + "domain": "audi", + "description": "AUDI Aktiengesellschaft", + "type": "generic" + }, + { + "domain": "audible", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "audio", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "auspost", + "description": "Australian Postal Corporation", + "type": "generic" + }, + { + "domain": "author", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "auto", + "description": "Cars Registry Limited", + "type": "generic" + }, + { + "domain": "autos", + "description": "DERAutos, LLC", + "type": "generic" + }, + { + "domain": "avianca", + "description": "Aerovias del Continente Americano S.A. Avianca", + "type": "generic" + }, + { + "domain": "aw", + "description": "SETAR", + "type": "country-code" + }, + { + "domain": "aws", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "ax", + "description": "Ålands landskapsregering", + "type": "country-code" + }, + { + "domain": "axa", + "description": "AXA SA", + "type": "generic" + }, + { + "domain": "az", + "description": "IntraNS", + "type": "country-code" + }, + { + "domain": "azure", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "ba", + "description": "Universtiy Telinformatic Centre (UTIC)", + "type": "country-code" + }, + { + "domain": "baby", + "description": "Johnson & Johnson Services, Inc.", + "type": "generic" + }, + { + "domain": "baidu", + "description": "Baidu, Inc.", + "type": "generic" + }, + { + "domain": "banamex", + "description": "Citigroup Inc.", + "type": "generic" + }, + { + "domain": "bananarepublic", + "description": "The Gap, Inc.", + "type": "generic" + }, + { + "domain": "band", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "bank", + "description": "fTLD Registry Services, LLC", + "type": "generic" + }, + { + "domain": "bar", + "description": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", + "type": "generic" + }, + { + "domain": "barcelona", + "description": "Municipi de Barcelona", + "type": "generic" + }, + { + "domain": "barclaycard", + "description": "Barclays Bank PLC", + "type": "generic" + }, + { + "domain": "barclays", + "description": "Barclays Bank PLC", + "type": "generic" + }, + { + "domain": "barefoot", + "description": "Gallo Vineyards, Inc.", + "type": "generic" + }, + { + "domain": "bargains", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "baseball", + "description": "MLB Advanced Media DH, LLC", + "type": "generic" + }, + { + "domain": "basketball", + "description": "Fédération Internationale de Basketball (FIBA)", + "type": "generic" + }, + { + "domain": "bauhaus", + "description": "Werkhaus GmbH", + "type": "generic" + }, + { + "domain": "bayern", + "description": "Bayern Connect GmbH", + "type": "generic" + }, + { + "domain": "bb", + "description": "Government of Barbados\nMinistry of Economic Affairs and Development\nTelecommunications Unit", + "type": "country-code" + }, + { + "domain": "bbc", + "description": "British Broadcasting Corporation", + "type": "generic" + }, + { + "domain": "bbt", + "description": "BB&T Corporation", + "type": "generic" + }, + { + "domain": "bbva", + "description": "BANCO BILBAO VIZCAYA ARGENTARIA, S.A.", + "type": "generic" + }, + { + "domain": "bcg", + "description": "The Boston Consulting Group, Inc.", + "type": "generic" + }, + { + "domain": "bcn", + "description": "Municipi de Barcelona", + "type": "generic" + }, + { + "domain": "bd", + "description": "Posts and Telecommunications Division", + "type": "country-code" + }, + { + "domain": "be", + "description": "DNS Belgium vzw/asbl", + "type": "country-code" + }, + { + "domain": "beats", + "description": "Beats Electronics, LLC", + "type": "generic" + }, + { + "domain": "beauty", + "description": "L'Oréal", + "type": "generic" + }, + { + "domain": "beer", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "bentley", + "description": "Bentley Motors Limited", + "type": "generic" + }, + { + "domain": "berlin", + "description": "dotBERLIN GmbH & Co. KG", + "type": "generic" + }, + { + "domain": "best", + "description": "BestTLD Pty Ltd", + "type": "generic" + }, + { + "domain": "bestbuy", + "description": "BBY Solutions, Inc.", + "type": "generic" + }, + { + "domain": "bet", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "bf", + "description": "ARCE-AutoritÈ de RÈgulation des Communications Electroniques", + "type": "country-code" + }, + { + "domain": "bg", + "description": "Register.BG", + "type": "country-code" + }, + { + "domain": "bh", + "description": "Telecommunications Regulatory Authority (TRA)", + "type": "country-code" + }, + { + "domain": "bharti", + "description": "Bharti Enterprises (Holding) Private Limited", + "type": "generic" + }, + { + "domain": "bi", + "description": "Centre National de l'Informatique", + "type": "country-code" + }, + { + "domain": "bible", + "description": "American Bible Society", + "type": "generic" + }, + { + "domain": "bid", + "description": "dot Bid Limited", + "type": "generic" + }, + { + "domain": "bike", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "bing", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "bingo", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "bio", + "description": "STARTING DOT LIMITED", + "type": "generic" + }, + { + "domain": "biz", + "description": "Neustar, Inc.", + "type": "generic-restricted" + }, + { + "domain": "bj", + "description": "Benin Telecoms S.A.", + "type": "country-code" + }, + { + "domain": "bl", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "black", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "blackfriday", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "blanco", + "description": "BLANCO GmbH + Co KG", + "type": "generic" + }, + { + "domain": "blockbuster", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "blog", + "description": "Knock Knock WHOIS There, LLC", + "type": "generic" + }, + { + "domain": "bloomberg", + "description": "Bloomberg IP Holdings LLC", + "type": "generic" + }, + { + "domain": "blue", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "bm", + "description": "Registry General Department, Ministry of Home Affairs", + "type": "country-code" + }, + { + "domain": "bms", + "description": "Bristol-Myers Squibb Company", + "type": "generic" + }, + { + "domain": "bmw", + "description": "Bayerische Motoren Werke Aktiengesellschaft", + "type": "generic" + }, + { + "domain": "bn", + "description": "Authority for Info-communications Technology Industry of Brunei Darussalam (AITI)", + "type": "country-code" + }, + { + "domain": "bnl", + "description": "Banca Nazionale del Lavoro", + "type": "generic" + }, + { + "domain": "bnpparibas", + "description": "BNP Paribas", + "type": "generic" + }, + { + "domain": "bo", + "description": "Agencia para el Desarrollo de la Información de la Sociedad en Bolivia", + "type": "country-code" + }, + { + "domain": "boats", + "description": "DERBoats, LLC", + "type": "generic" + }, + { + "domain": "boehringer", + "description": "Boehringer Ingelheim International GmbH", + "type": "generic" + }, + { + "domain": "bofa", + "description": "Bank of America Corporation", + "type": "generic" + }, + { + "domain": "bom", + "description": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", + "type": "generic" + }, + { + "domain": "bond", + "description": "Bond University Limited", + "type": "generic" + }, + { + "domain": "boo", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "book", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "booking", + "description": "Booking.com B.V.", + "type": "generic" + }, + { + "domain": "boots", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "bosch", + "description": "Robert Bosch GMBH", + "type": "generic" + }, + { + "domain": "bostik", + "description": "Bostik SA", + "type": "generic" + }, + { + "domain": "boston", + "description": "Boston TLD Management, LLC", + "type": "generic" + }, + { + "domain": "bot", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "boutique", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "box", + "description": "NS1 Limited", + "type": "generic" + }, + { + "domain": "bq", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "br", + "description": "Comite Gestor da Internet no Brasil", + "type": "country-code" + }, + { + "domain": "bradesco", + "description": "Banco Bradesco S.A.", + "type": "generic" + }, + { + "domain": "bridgestone", + "description": "Bridgestone Corporation", + "type": "generic" + }, + { + "domain": "broadway", + "description": "Celebrate Broadway, Inc.", + "type": "generic" + }, + { + "domain": "broker", + "description": "DOTBROKER REGISTRY LTD", + "type": "generic" + }, + { + "domain": "brother", + "description": "Brother Industries, Ltd.", + "type": "generic" + }, + { + "domain": "brussels", + "description": "DNS.be vzw", + "type": "generic" + }, + { + "domain": "bs", + "description": "The College of the Bahamas", + "type": "country-code" + }, + { + "domain": "bt", + "description": "Ministry of Information and Communications", + "type": "country-code" + }, + { + "domain": "budapest", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "bugatti", + "description": "Bugatti International SA", + "type": "generic" + }, + { + "domain": "build", + "description": "Plan Bee LLC", + "type": "generic" + }, + { + "domain": "builders", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "business", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "buy", + "description": "Amazon Registry Services, INC", + "type": "generic" + }, + { + "domain": "buzz", + "description": "DOTSTRATEGY CO.", + "type": "generic" + }, + { + "domain": "bv", + "description": "UNINETT Norid A/S", + "type": "country-code" + }, + { + "domain": "bw", + "description": "Botswana Communications Regulatory Authority (BOCRA)", + "type": "country-code" + }, + { + "domain": "by", + "description": "Reliable Software, Ltd.", + "type": "country-code" + }, + { + "domain": "bz", + "description": "University of Belize", + "type": "country-code" + }, + { + "domain": "bzh", + "description": "Association www.bzh", + "type": "generic" + }, + { + "domain": "ca", + "description": "Canadian Internet Registration Authority (CIRA) Autorité Canadienne pour les enregistrements Internet (ACEI)", + "type": "country-code" + }, + { + "domain": "cab", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cafe", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cal", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "call", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "calvinklein", + "description": "PVH gTLD Holdings LLC", + "type": "generic" + }, + { + "domain": "cam", + "description": "AC Webconnecting Holding B.V.", + "type": "generic" + }, + { + "domain": "camera", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "camp", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cancerresearch", + "description": "Australian Cancer Research Foundation", + "type": "generic" + }, + { + "domain": "canon", + "description": "Canon Inc.", + "type": "generic" + }, + { + "domain": "capetown", + "description": "ZA Central Registry NPC trading as ZA Central Registry", + "type": "generic" + }, + { + "domain": "capital", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "capitalone", + "description": "Capital One Financial Corporation", + "type": "generic" + }, + { + "domain": "car", + "description": "Cars Registry Limited", + "type": "generic" + }, + { + "domain": "caravan", + "description": "Caravan International, Inc.", + "type": "generic" + }, + { + "domain": "cards", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "care", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "career", + "description": "dotCareer LLC", + "type": "generic" + }, + { + "domain": "careers", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cars", + "description": "Cars Registry Limited", + "type": "generic" + }, + { + "domain": "cartier", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "casa", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "case", + "description": "CNH Industrial N.V.", + "type": "generic" + }, + { + "domain": "caseih", + "description": "CNH Industrial N.V.", + "type": "generic" + }, + { + "domain": "cash", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "casino", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cat", + "description": "Fundacio puntCAT", + "type": "sponsored" + }, + { + "domain": "catering", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "catholic", + "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "type": "generic" + }, + { + "domain": "cba", + "description": "COMMONWEALTH BANK OF AUSTRALIA", + "type": "generic" + }, + { + "domain": "cbn", + "description": "The Christian Broadcasting Network, Inc.", + "type": "generic" + }, + { + "domain": "cbre", + "description": "CBRE, Inc.", + "type": "generic" + }, + { + "domain": "cbs", + "description": "CBS Domains Inc.", + "type": "generic" + }, + { + "domain": "cc", + "description": "eNIC Cocos (Keeling) Islands Pty.\nLtd. d/b/a Island Internet Services", + "type": "country-code" + }, + { + "domain": "cd", + "description": "Office Congolais des Postes et Télécommunications - OCPT", + "type": "country-code" + }, + { + "domain": "ceb", + "description": "The Corporate Executive Board Company", + "type": "generic" + }, + { + "domain": "center", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ceo", + "description": "CEOTLD Pty Ltd", + "type": "generic" + }, + { + "domain": "cern", + "description": "European Organization for Nuclear Research (\"CERN\")", + "type": "generic" + }, + { + "domain": "cf", + "description": "Societe Centrafricaine de Telecommunications (SOCATEL)", + "type": "country-code" + }, + { + "domain": "cfa", + "description": "CFA Institute", + "type": "generic" + }, + { + "domain": "cfd", + "description": "DOTCFD REGISTRY LTD", + "type": "generic" + }, + { + "domain": "cg", + "description": "ONPT Congo and Interpoint Switzerland", + "type": "country-code" + }, + { + "domain": "ch", + "description": "SWITCH The Swiss Education & Research Network", + "type": "country-code" + }, + { + "domain": "chanel", + "description": "Chanel International B.V.", + "type": "generic" + }, + { + "domain": "channel", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "charity", + "description": "Corn Lake, LLC", + "type": "generic" + }, + { + "domain": "chase", + "description": "JPMorgan Chase Bank, National Association", + "type": "generic" + }, + { + "domain": "chat", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cheap", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "chintai", + "description": "CHINTAI Corporation", + "type": "generic" + }, + { + "domain": "chloe", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "christmas", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "chrome", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "chrysler", + "description": "FCA US LLC.", + "type": "generic" + }, + { + "domain": "church", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ci", + "description": "Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire (ARTCI)", + "type": "country-code" + }, + { + "domain": "cipriani", + "description": "Hotel Cipriani Srl", + "type": "generic" + }, + { + "domain": "circle", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "cisco", + "description": "Cisco Technology, Inc.", + "type": "generic" + }, + { + "domain": "citadel", + "description": "Citadel Domain LLC", + "type": "generic" + }, + { + "domain": "citi", + "description": "Citigroup Inc.", + "type": "generic" + }, + { + "domain": "citic", + "description": "CITIC Group Corporation", + "type": "generic" + }, + { + "domain": "city", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cityeats", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "ck", + "description": "Telecom Cook Islands Ltd.", + "type": "country-code" + }, + { + "domain": "cl", + "description": "NIC Chile (University of Chile)", + "type": "country-code" + }, + { + "domain": "claims", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cleaning", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "click", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "clinic", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "clinique", + "description": "The Estée Lauder Companies Inc.", + "type": "generic" + }, + { + "domain": "clothing", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cloud", + "description": "ARUBA PEC S.p.A.", + "type": "generic" + }, + { + "domain": "club", + "description": ".CLUB DOMAINS, LLC", + "type": "generic" + }, + { + "domain": "clubmed", + "description": "Club Méditerranée S.A.", + "type": "generic" + }, + { + "domain": "cm", + "description": "Cameroon Telecommunications (CAMTEL)", + "type": "country-code" + }, + { + "domain": "cn", + "description": "China Internet Network Information Center (CNNIC)", + "type": "country-code" + }, + { + "domain": "co", + "description": ".CO Internet S.A.S.", + "type": "country-code" + }, + { + "domain": "coach", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "codes", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "coffee", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "college", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "cologne", + "description": "punkt.wien GmbH", + "type": "generic" + }, + { + "domain": "com", + "description": "VeriSign Global Registry Services", + "type": "generic" + }, + { + "domain": "comcast", + "description": "Comcast IP Holdings I, LLC", + "type": "generic" + }, + { + "domain": "commbank", + "description": "COMMONWEALTH BANK OF AUSTRALIA", + "type": "generic" + }, + { + "domain": "community", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "company", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "compare", + "description": "iSelect Ltd", + "type": "generic" + }, + { + "domain": "computer", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "comsec", + "description": "VeriSign, Inc.", + "type": "generic" + }, + { + "domain": "condos", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "construction", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "consulting", + "description": "United TLD Holdco, LTD.", + "type": "generic" + }, + { + "domain": "contact", + "description": "Top Level Spectrum, Inc.", + "type": "generic" + }, + { + "domain": "contractors", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "cooking", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "cookingchannel", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "cool", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "coop", + "description": "DotCooperation LLC", + "type": "sponsored" + }, + { + "domain": "corsica", + "description": "Collectivité Territoriale de Corse", + "type": "generic" + }, + { + "domain": "country", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "coupon", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "coupons", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "courses", + "description": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", + "type": "generic" + }, + { + "domain": "cr", + "description": "National Academy of Sciences\nAcademia Nacional de Ciencias", + "type": "country-code" + }, + { + "domain": "credit", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "creditcard", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "creditunion", + "description": "CUNA Performance Resources, LLC", + "type": "generic" + }, + { + "domain": "cricket", + "description": "dot Cricket Limited", + "type": "generic" + }, + { + "domain": "crown", + "description": "Crown Equipment Corporation", + "type": "generic" + }, + { + "domain": "crs", + "description": "Federated Co-operatives Limited", + "type": "generic" + }, + { + "domain": "cruise", + "description": "Viking River Cruises (Bermuda) Ltd.", + "type": "generic" + }, + { + "domain": "cruises", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "csc", + "description": "Alliance-One Services, Inc.", + "type": "generic" + }, + { + "domain": "cu", + "description": "CENIAInternet\nIndustria y San Jose\nCapitolio Nacional", + "type": "country-code" + }, + { + "domain": "cuisinella", + "description": "SALM S.A.S.", + "type": "generic" + }, + { + "domain": "cv", + "description": "Agência Nacional das Comunicações (ANAC)", + "type": "country-code" + }, + { + "domain": "cw", + "description": "University of Curacao", + "type": "country-code" + }, + { + "domain": "cx", + "description": "Christmas Island Domain Administration Limited", + "type": "country-code" + }, + { + "domain": "cy", + "description": "University of Cyprus", + "type": "country-code" + }, + { + "domain": "cymru", + "description": "Nominet UK", + "type": "generic" + }, + { + "domain": "cyou", + "description": "Beijing Gamease Age Digital Technology Co., Ltd.", + "type": "generic" + }, + { + "domain": "cz", + "description": "CZ.NIC, z.s.p.o", + "type": "country-code" + }, + { + "domain": "dabur", + "description": "Dabur India Limited", + "type": "generic" + }, + { + "domain": "dad", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "dance", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "data", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "date", + "description": "dot Date Limited", + "type": "generic" + }, + { + "domain": "dating", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "datsun", + "description": "NISSAN MOTOR CO., LTD.", + "type": "generic" + }, + { + "domain": "day", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "dclk", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "dds", + "description": "Minds + Machines Group Limited", + "type": "generic" + }, + { + "domain": "de", + "description": "DENIC eG", + "type": "country-code" + }, + { + "domain": "deal", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "dealer", + "description": "Dealer Dot Com, Inc.", + "type": "generic" + }, + { + "domain": "deals", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "degree", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "delivery", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "dell", + "description": "Dell Inc.", + "type": "generic" + }, + { + "domain": "deloitte", + "description": "Deloitte Touche Tohmatsu", + "type": "generic" + }, + { + "domain": "delta", + "description": "Delta Air Lines, Inc.", + "type": "generic" + }, + { + "domain": "democrat", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "dental", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "dentist", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "desi", + "description": "Desi Networks LLC", + "type": "generic" + }, + { + "domain": "design", + "description": "Top Level Design, LLC", + "type": "generic" + }, + { + "domain": "dev", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "dhl", + "description": "Deutsche Post AG", + "type": "generic" + }, + { + "domain": "diamonds", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "diet", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "digital", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "direct", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "directory", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "discount", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "discover", + "description": "Discover Financial Services", + "type": "generic" + }, + { + "domain": "dish", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "diy", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "dj", + "description": "Djibouti Telecom S.A", + "type": "country-code" + }, + { + "domain": "dk", + "description": "Dansk Internet Forum", + "type": "country-code" + }, + { + "domain": "dm", + "description": "DotDM Corporation", + "type": "country-code" + }, + { + "domain": "dnp", + "description": "Dai Nippon Printing Co., Ltd.", + "type": "generic" + }, + { + "domain": "do", + "description": "Pontificia Universidad Catolica Madre y Maestra\nRecinto Santo Tomas de Aquino", + "type": "country-code" + }, + { + "domain": "docs", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "doctor", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "dodge", + "description": "FCA US LLC.", + "type": "generic" + }, + { + "domain": "dog", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "doha", + "description": "Communications Regulatory Authority (CRA)", + "type": "generic" + }, + { + "domain": "domains", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "doosan", + "description": "Retired", + "type": "generic" + }, + { + "domain": "dot", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "download", + "description": "dot Support Limited", + "type": "generic" + }, + { + "domain": "drive", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "dtv", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "dubai", + "description": "Dubai Smart Government Department", + "type": "generic" + }, + { + "domain": "duck", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "dunlop", + "description": "The Goodyear Tire & Rubber Company", + "type": "generic" + }, + { + "domain": "duns", + "description": "The Dun & Bradstreet Corporation", + "type": "generic" + }, + { + "domain": "dupont", + "description": "E. I. du Pont de Nemours and Company", + "type": "generic" + }, + { + "domain": "durban", + "description": "ZA Central Registry NPC trading as ZA Central Registry", + "type": "generic" + }, + { + "domain": "dvag", + "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "type": "generic" + }, + { + "domain": "dvr", + "description": "Hughes Satellite Systems Corporation", + "type": "generic" + }, + { + "domain": "dz", + "description": "CERIST", + "type": "country-code" + }, + { + "domain": "earth", + "description": "Interlink Co., Ltd.", + "type": "generic" + }, + { + "domain": "eat", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "ec", + "description": "ECUADORDOMAIN S.A.", + "type": "country-code" + }, + { + "domain": "eco", + "description": "Big Room Inc.", + "type": "generic" + }, + { + "domain": "edeka", + "description": "EDEKA Verband kaufmännischer Genossenschaften e.V.", + "type": "generic" + }, + { + "domain": "edu", + "description": "EDUCAUSE", + "type": "sponsored" + }, + { + "domain": "education", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ee", + "description": "Eesti Interneti Sihtasutus (EIS)", + "type": "country-code" + }, + { + "domain": "eg", + "description": "Egyptian Universities Network (EUN)\nSupreme Council of Universities", + "type": "country-code" + }, + { + "domain": "eh", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "email", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "emerck", + "description": "Merck KGaA", + "type": "generic" + }, + { + "domain": "energy", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "engineer", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "engineering", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "enterprises", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "epost", + "description": "Deutsche Post AG", + "type": "generic" + }, + { + "domain": "epson", + "description": "Seiko Epson Corporation", + "type": "generic" + }, + { + "domain": "equipment", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "er", + "description": "Eritrea Telecommunication Services Corporation (EriTel)", + "type": "country-code" + }, + { + "domain": "ericsson", + "description": "Telefonaktiebolaget L M Ericsson", + "type": "generic" + }, + { + "domain": "erni", + "description": "ERNI Group Holding AG", + "type": "generic" + }, + { + "domain": "es", + "description": "Red.es", + "type": "country-code" + }, + { + "domain": "esq", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "estate", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "esurance", + "description": "Esurance Insurance Company", + "type": "generic" + }, + { + "domain": "et", + "description": "Ethio telecom", + "type": "country-code" + }, + { + "domain": "etisalat", + "description": "Emirates Telecommunications Corporation (trading as Etisalat)", + "type": "generic" + }, + { + "domain": "eu", + "description": "EURid vzw/asbl", + "type": "country-code" + }, + { + "domain": "eurovision", + "description": "European Broadcasting Union (EBU)", + "type": "generic" + }, + { + "domain": "eus", + "description": "Puntueus Fundazioa", + "type": "generic" + }, + { + "domain": "events", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "everbank", + "description": "EverBank", + "type": "generic" + }, + { + "domain": "exchange", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "expert", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "exposed", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "express", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "extraspace", + "description": "Extra Space Storage LLC", + "type": "generic" + }, + { + "domain": "fage", + "description": "Fage International S.A.", + "type": "generic" + }, + { + "domain": "fail", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "fairwinds", + "description": "FairWinds Partners, LLC", + "type": "generic" + }, + { + "domain": "faith", + "description": "dot Faith Limited", + "type": "generic" + }, + { + "domain": "family", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "fan", + "description": "Asiamix Digital Ltd", + "type": "generic" + }, + { + "domain": "fans", + "description": "Asiamix Digital Limited", + "type": "generic" + }, + { + "domain": "farm", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "farmers", + "description": "Farmers Insurance Exchange", + "type": "generic" + }, + { + "domain": "fashion", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "fast", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "fedex", + "description": "Federal Express Corporation", + "type": "generic" + }, + { + "domain": "feedback", + "description": "Top Level Spectrum, Inc.", + "type": "generic" + }, + { + "domain": "ferrari", + "description": "Fiat Chrysler Automobiles N.V.", + "type": "generic" + }, + { + "domain": "ferrero", + "description": "Ferrero Trading Lux S.A.", + "type": "generic" + }, + { + "domain": "fi", + "description": "Finnish Communications Regulatory Authority", + "type": "country-code" + }, + { + "domain": "fiat", + "description": "Fiat Chrysler Automobiles N.V.", + "type": "generic" + }, + { + "domain": "fidelity", + "description": "Fidelity Brokerage Services LLC", + "type": "generic" + }, + { + "domain": "fido", + "description": "Rogers Communications Canada Inc.", + "type": "generic" + }, + { + "domain": "film", + "description": "Motion Picture Domain Registry Pty Ltd", + "type": "generic" + }, + { + "domain": "final", + "description": "Núcleo de Informação e Coordenação do Ponto BR - NIC.br", + "type": "generic" + }, + { + "domain": "finance", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "financial", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "fire", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "firestone", + "description": "Bridgestone Licensing Services, Inc.", + "type": "generic" + }, + { + "domain": "firmdale", + "description": "Firmdale Holdings Limited", + "type": "generic" + }, + { + "domain": "fish", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "fishing", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "fit", + "description": "Minds + Machines Group Limited", + "type": "generic" + }, + { + "domain": "fitness", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "fj", + "description": "The University of the South Pacific\nIT Services", + "type": "country-code" + }, + { + "domain": "fk", + "description": "Falkland Islands Government", + "type": "country-code" + }, + { + "domain": "flickr", + "description": "Yahoo! Domain Services Inc.", + "type": "generic" + }, + { + "domain": "flights", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "flir", + "description": "FLIR Systems, Inc.", + "type": "generic" + }, + { + "domain": "florist", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "flowers", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "flsmidth", + "description": "Retired", + "type": "generic" + }, + { + "domain": "fly", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "fm", + "description": "FSM Telecommunications Corporation", + "type": "country-code" + }, + { + "domain": "fo", + "description": "FO Council", + "type": "country-code" + }, + { + "domain": "foo", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "food", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "foodnetwork", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "football", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ford", + "description": "Ford Motor Company", + "type": "generic" + }, + { + "domain": "forex", + "description": "DOTFOREX REGISTRY LTD", + "type": "generic" + }, + { + "domain": "forsale", + "description": "United TLD Holdco, LLC", + "type": "generic" + }, + { + "domain": "forum", + "description": "Fegistry, LLC", + "type": "generic" + }, + { + "domain": "foundation", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "fox", + "description": "FOX Registry, LLC", + "type": "generic" + }, + { + "domain": "fr", + "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "type": "country-code" + }, + { + "domain": "free", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "fresenius", + "description": "Fresenius Immobilien-Verwaltungs-GmbH", + "type": "generic" + }, + { + "domain": "frl", + "description": "FRLregistry B.V.", + "type": "generic" + }, + { + "domain": "frogans", + "description": "OP3FT", + "type": "generic" + }, + { + "domain": "frontdoor", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "frontier", + "description": "Frontier Communications Corporation", + "type": "generic" + }, + { + "domain": "ftr", + "description": "Frontier Communications Corporation", + "type": "generic" + }, + { + "domain": "fujitsu", + "description": "Fujitsu Limited", + "type": "generic" + }, + { + "domain": "fujixerox", + "description": "Xerox DNHC LLC", + "type": "generic" + }, + { + "domain": "fun", + "description": "DotSpace, Inc.", + "type": "generic" + }, + { + "domain": "fund", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "furniture", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "futbol", + "description": "United TLD Holdco, Ltd.", + "type": "generic" + }, + { + "domain": "fyi", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ga", + "description": "Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF)", + "type": "country-code" + }, + { + "domain": "gal", + "description": "Asociación puntoGAL", + "type": "generic" + }, + { + "domain": "gallery", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gallo", + "description": "Gallo Vineyards, Inc.", + "type": "generic" + }, + { + "domain": "gallup", + "description": "Gallup, Inc.", + "type": "generic" + }, + { + "domain": "game", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "games", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "gap", + "description": "The Gap, Inc.", + "type": "generic" + }, + { + "domain": "garden", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "gb", + "description": "Reserved Domain - IANA", + "type": "country-code" + }, + { + "domain": "gbiz", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "gd", + "description": "The National Telecommunications Regulatory Commission (NTRC)", + "type": "country-code" + }, + { + "domain": "gdn", + "description": "Joint Stock Company \"Navigation-information systems\"", + "type": "generic" + }, + { + "domain": "ge", + "description": "Caucasus Online LLC", + "type": "country-code" + }, + { + "domain": "gea", + "description": "GEA Group Aktiengesellschaft", + "type": "generic" + }, + { + "domain": "gent", + "description": "Combell nv", + "type": "generic" + }, + { + "domain": "genting", + "description": "Resorts World Inc. Pte. Ltd.", + "type": "generic" + }, + { + "domain": "george", + "description": "Wal-Mart Stores, Inc.", + "type": "generic" + }, + { + "domain": "gf", + "description": "Net Plus", + "type": "country-code" + }, + { + "domain": "gg", + "description": "Island Networks Ltd.", + "type": "country-code" + }, + { + "domain": "ggee", + "description": "GMO Internet, Inc.", + "type": "generic" + }, + { + "domain": "gh", + "description": "Network Computer Systems Limited", + "type": "country-code" + }, + { + "domain": "gi", + "description": "Sapphire Networks", + "type": "country-code" + }, + { + "domain": "gift", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "gifts", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gives", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "giving", + "description": "Giving Limited", + "type": "generic" + }, + { + "domain": "gl", + "description": "TELE Greenland A/S", + "type": "country-code" + }, + { + "domain": "glade", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "glass", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gle", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "global", + "description": "Dot Global Domain Registry Limited", + "type": "generic" + }, + { + "domain": "globo", + "description": "Globo Comunicação e Participações S.A", + "type": "generic" + }, + { + "domain": "gm", + "description": "GM-NIC", + "type": "country-code" + }, + { + "domain": "gmail", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "gmbh", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gmo", + "description": "GMO Internet, Inc.", + "type": "generic" + }, + { + "domain": "gmx", + "description": "1&1 Mail & Media GmbH", + "type": "generic" + }, + { + "domain": "gn", + "description": "Centre National des Sciences Halieutiques de Boussoura", + "type": "country-code" + }, + { + "domain": "godaddy", + "description": "Go Daddy East, LLC", + "type": "generic" + }, + { + "domain": "gold", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "goldpoint", + "description": "YODOBASHI CAMERA CO.,LTD.", + "type": "generic" + }, + { + "domain": "golf", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "goo", + "description": "NTT Resonant Inc.", + "type": "generic" + }, + { + "domain": "goodhands", + "description": "Allstate Fire and Casualty Insurance Company", + "type": "generic" + }, + { + "domain": "goodyear", + "description": "The Goodyear Tire & Rubber Company", + "type": "generic" + }, + { + "domain": "goog", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "google", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "gop", + "description": "Republican State Leadership Committee, Inc.", + "type": "generic" + }, + { + "domain": "got", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "gov", + "description": "General Services Administration\nAttn: QTDC, 2E08 (.gov Domain Registration)", + "type": "sponsored" + }, + { + "domain": "gp", + "description": "Networking Technologies Group", + "type": "country-code" + }, + { + "domain": "gq", + "description": "GETESA", + "type": "country-code" + }, + { + "domain": "gr", + "description": "ICS-FORTH GR", + "type": "country-code" + }, + { + "domain": "grainger", + "description": "Grainger Registry Services, LLC", + "type": "generic" + }, + { + "domain": "graphics", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gratis", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "green", + "description": "DotGreen Registry Limited", + "type": "generic" + }, + { + "domain": "gripe", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "grocery", + "description": "Wal-Mart Stores, Inc.", + "type": "generic" + }, + { + "domain": "group", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gs", + "description": "Government of South Georgia and South Sandwich Islands (GSGSSI)", + "type": "country-code" + }, + { + "domain": "gt", + "description": "Universidad del Valle de Guatemala", + "type": "country-code" + }, + { + "domain": "gu", + "description": "University of Guam", + "type": "country-code" + }, + { + "domain": "guardian", + "description": "The Guardian Life Insurance Company of America", + "type": "generic" + }, + { + "domain": "gucci", + "description": "Guccio Gucci S.p.a.", + "type": "generic" + }, + { + "domain": "guge", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "guide", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "guitars", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "guru", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "gw", + "description": "Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau", + "type": "country-code" + }, + { + "domain": "gy", + "description": "University of Guyana", + "type": "country-code" + }, + { + "domain": "hair", + "description": "L'Oreal", + "type": "generic" + }, + { + "domain": "hamburg", + "description": "Hamburg Top-Level-Domain GmbH", + "type": "generic" + }, + { + "domain": "hangout", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "haus", + "description": "United TLD Holdco, LTD.", + "type": "generic" + }, + { + "domain": "hbo", + "description": "HBO Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "hdfc", + "description": "HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED", + "type": "generic" + }, + { + "domain": "hdfcbank", + "description": "HDFC Bank Limited", + "type": "generic" + }, + { + "domain": "health", + "description": "DotHealth, LLC", + "type": "generic" + }, + { + "domain": "healthcare", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "help", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "helsinki", + "description": "City of Helsinki", + "type": "generic" + }, + { + "domain": "here", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "hermes", + "description": "Hermes International", + "type": "generic" + }, + { + "domain": "hgtv", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "hiphop", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "hisamitsu", + "description": "Hisamitsu Pharmaceutical Co.,Inc.", + "type": "generic" + }, + { + "domain": "hitachi", + "description": "Hitachi, Ltd.", + "type": "generic" + }, + { + "domain": "hiv", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "hk", + "description": "Hong Kong Internet Registration Corporation Ltd.", + "type": "country-code" + }, + { + "domain": "hkt", + "description": "PCCW-HKT DataCom Services Limited", + "type": "generic" + }, + { + "domain": "hm", + "description": "HM Domain Registry", + "type": "country-code" + }, + { + "domain": "hn", + "description": "Red de Desarrollo Sostenible Honduras", + "type": "country-code" + }, + { + "domain": "hockey", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "holdings", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "holiday", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "homedepot", + "description": "Home Depot Product Authority, LLC", + "type": "generic" + }, + { + "domain": "homegoods", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "homes", + "description": "DERHomes, LLC", + "type": "generic" + }, + { + "domain": "homesense", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "honda", + "description": "Honda Motor Co., Ltd.", + "type": "generic" + }, + { + "domain": "honeywell", + "description": "Honeywell GTLD LLC", + "type": "generic" + }, + { + "domain": "horse", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "hospital", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "host", + "description": "DotHost Inc.", + "type": "generic" + }, + { + "domain": "hosting", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "hot", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "hoteles", + "description": "Travel Reservations SRL", + "type": "generic" + }, + { + "domain": "hotels", + "description": "Booking.com B.V.", + "type": "generic" + }, + { + "domain": "hotmail", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "house", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "how", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "hr", + "description": "CARNet - Croatian Academic and Research Network", + "type": "country-code" + }, + { + "domain": "hsbc", + "description": "HSBC Global Services (UK) Limited", + "type": "generic" + }, + { + "domain": "ht", + "description": "Consortium FDS/RDDH", + "type": "country-code" + }, + { + "domain": "htc", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "hu", + "description": "Council of Hungarian Internet Providers (CHIP)", + "type": "country-code" + }, + { + "domain": "hughes", + "description": "Hughes Satellite Systems Corporation", + "type": "generic" + }, + { + "domain": "hyatt", + "description": "Hyatt GTLD, L.L.C.", + "type": "generic" + }, + { + "domain": "hyundai", + "description": "Hyundai Motor Company", + "type": "generic" + }, + { + "domain": "ibm", + "description": "International Business Machines Corporation", + "type": "generic" + }, + { + "domain": "icbc", + "description": "Industrial and Commercial Bank of China Limited", + "type": "generic" + }, + { + "domain": "ice", + "description": "IntercontinentalExchange, Inc.", + "type": "generic" + }, + { + "domain": "icu", + "description": "Shortdot SA", + "type": "generic" + }, + { + "domain": "id", + "description": "Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI)", + "type": "country-code" + }, + { + "domain": "ie", + "description": "University College Dublin\nComputing Services\nComputer Centre", + "type": "country-code" + }, + { + "domain": "ieee", + "description": "IEEE Global LLC", + "type": "generic" + }, + { + "domain": "ifm", + "description": "ifm electronic gmbh", + "type": "generic" + }, + { + "domain": "iinet", + "description": "Retired", + "type": "generic" + }, + { + "domain": "ikano", + "description": "Ikano S.A.", + "type": "generic" + }, + { + "domain": "il", + "description": "Internet Society of Israel", + "type": "country-code" + }, + { + "domain": "im", + "description": "Isle of Man Government", + "type": "country-code" + }, + { + "domain": "imamat", + "description": "Fondation Aga Khan (Aga Khan Foundation)", + "type": "generic" + }, + { + "domain": "imdb", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "immo", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "immobilien", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "in", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "industries", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "infiniti", + "description": "NISSAN MOTOR CO., LTD.", + "type": "generic" + }, + { + "domain": "info", + "description": "Afilias Limited", + "type": "generic" + }, + { + "domain": "ing", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "ink", + "description": "Top Level Design, LLC", + "type": "generic" + }, + { + "domain": "institute", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "insurance", + "description": "fTLD Registry Services LLC", + "type": "generic" + }, + { + "domain": "insure", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "int", + "description": "Internet Assigned Numbers Authority", + "type": "sponsored" + }, + { + "domain": "intel", + "description": "Intel Corporation", + "type": "generic" + }, + { + "domain": "international", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "intuit", + "description": "Intuit Administrative Services, Inc.", + "type": "generic" + }, + { + "domain": "investments", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "io", + "description": "IO Top Level Domain Registry\nCable and Wireless", + "type": "country-code" + }, + { + "domain": "ipiranga", + "description": "Ipiranga Produtos de Petroleo S.A.", + "type": "generic" + }, + { + "domain": "iq", + "description": "Communications and Media Commission (CMC)", + "type": "country-code" + }, + { + "domain": "ir", + "description": "Institute for Research in Fundamental Sciences", + "type": "country-code" + }, + { + "domain": "irish", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "is", + "description": "ISNIC - Internet Iceland ltd.", + "type": "country-code" + }, + { + "domain": "iselect", + "description": "iSelect Ltd", + "type": "generic" + }, + { + "domain": "ismaili", + "description": "Fondation Aga Khan (Aga Khan Foundation)", + "type": "generic" + }, + { + "domain": "ist", + "description": "Istanbul Metropolitan Municipality", + "type": "generic" + }, + { + "domain": "istanbul", + "description": "Istanbul Metropolitan Municipality", + "type": "generic" + }, + { + "domain": "it", + "description": "IIT - CNR", + "type": "country-code" + }, + { + "domain": "itau", + "description": "Itau Unibanco Holding S.A.", + "type": "generic" + }, + { + "domain": "itv", + "description": "ITV Services Limited", + "type": "generic" + }, + { + "domain": "iveco", + "description": "CNH Industrial N.V.", + "type": "generic" + }, + { + "domain": "iwc", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "jaguar", + "description": "Jaguar Land Rover Ltd", + "type": "generic" + }, + { + "domain": "java", + "description": "Oracle Corporation", + "type": "generic" + }, + { + "domain": "jcb", + "description": "JCB Co., Ltd.", + "type": "generic" + }, + { + "domain": "jcp", + "description": "JCP Media, Inc.", + "type": "generic" + }, + { + "domain": "je", + "description": "Island Networks (Jersey) Ltd.", + "type": "country-code" + }, + { + "domain": "jeep", + "description": "FCA US LLC.", + "type": "generic" + }, + { + "domain": "jetzt", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "jewelry", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "jio", + "description": "Affinity Names, Inc.", + "type": "generic" + }, + { + "domain": "jlc", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "jll", + "description": "Jones Lang LaSalle Incorporated", + "type": "generic" + }, + { + "domain": "jm", + "description": "University of West Indies", + "type": "country-code" + }, + { + "domain": "jmp", + "description": "Matrix IP LLC", + "type": "generic" + }, + { + "domain": "jnj", + "description": "Johnson & Johnson Services, Inc.", + "type": "generic" + }, + { + "domain": "jo", + "description": "National Information Technology Center (NITC)", + "type": "country-code" + }, + { + "domain": "jobs", + "description": "Employ Media LLC", + "type": "sponsored" + }, + { + "domain": "joburg", + "description": "ZA Central Registry NPC trading as ZA Central Registry", + "type": "generic" + }, + { + "domain": "jot", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "joy", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "jp", + "description": "Japan Registry Services Co., Ltd.", + "type": "country-code" + }, + { + "domain": "jpmorgan", + "description": "JPMorgan Chase Bank, National Association", + "type": "generic" + }, + { + "domain": "jprs", + "description": "Japan Registry Services Co., Ltd.", + "type": "generic" + }, + { + "domain": "juegos", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "juniper", + "description": "JUNIPER NETWORKS, INC.", + "type": "generic" + }, + { + "domain": "kaufen", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "kddi", + "description": "KDDI CORPORATION", + "type": "generic" + }, + { + "domain": "ke", + "description": "Kenya Network Information Center (KeNIC)", + "type": "country-code" + }, + { + "domain": "kerryhotels", + "description": "Kerry Trading Co. Limited", + "type": "generic" + }, + { + "domain": "kerrylogistics", + "description": "Kerry Trading Co. Limited", + "type": "generic" + }, + { + "domain": "kerryproperties", + "description": "Kerry Trading Co. Limited", + "type": "generic" + }, + { + "domain": "kfh", + "description": "Kuwait Finance House", + "type": "generic" + }, + { + "domain": "kg", + "description": "AsiaInfo Telecommunication Enterprise", + "type": "country-code" + }, + { + "domain": "kh", + "description": "Telecommunication Regulator of Cambodia (TRC)", + "type": "country-code" + }, + { + "domain": "ki", + "description": "Ministry of Communications, Transport, and Tourism Development", + "type": "country-code" + }, + { + "domain": "kia", + "description": "KIA MOTORS CORPORATION", + "type": "generic" + }, + { + "domain": "kim", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "kinder", + "description": "Ferrero Trading Lux S.A.", + "type": "generic" + }, + { + "domain": "kindle", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "kitchen", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "kiwi", + "description": "DOT KIWI LIMITED", + "type": "generic" + }, + { + "domain": "km", + "description": "Comores Telecom", + "type": "country-code" + }, + { + "domain": "kn", + "description": "Ministry of Finance, Sustainable Development Information & Technology", + "type": "country-code" + }, + { + "domain": "koeln", + "description": "punkt.wien GmbH", + "type": "generic" + }, + { + "domain": "komatsu", + "description": "Komatsu Ltd.", + "type": "generic" + }, + { + "domain": "kosher", + "description": "Kosher Marketing Assets LLC", + "type": "generic" + }, + { + "domain": "kp", + "description": "Star Joint Venture Company", + "type": "country-code" + }, + { + "domain": "kpmg", + "description": "KPMG International Cooperative (KPMG International Genossenschaft)", + "type": "generic" + }, + { + "domain": "kpn", + "description": "Koninklijke KPN N.V.", + "type": "generic" + }, + { + "domain": "kr", + "description": "Korea Internet & Security Agency (KISA)", + "type": "country-code" + }, + { + "domain": "krd", + "description": "KRG Department of Information Technology", + "type": "generic" + }, + { + "domain": "kred", + "description": "KredTLD Pty Ltd", + "type": "generic" + }, + { + "domain": "kuokgroup", + "description": "Kerry Trading Co. Limited", + "type": "generic" + }, + { + "domain": "kw", + "description": "Communications and Information Technology Regulatory Authority", + "type": "country-code" + }, + { + "domain": "ky", + "description": "Utility Regulation and Competition Office (OfReg)", + "type": "country-code" + }, + { + "domain": "kyoto", + "description": "Academic Institution: Kyoto Jyoho Gakuen", + "type": "generic" + }, + { + "domain": "kz", + "description": "Association of IT Companies of Kazakhstan", + "type": "country-code" + }, + { + "domain": "la", + "description": "Lao National Internet Committee (LANIC), Ministry of Posts and Telecommunications", + "type": "country-code" + }, + { + "domain": "lacaixa", + "description": "CAIXA D'ESTALVIS I PENSIONS DE BARCELONA", + "type": "generic" + }, + { + "domain": "ladbrokes", + "description": "LADBROKES INTERNATIONAL PLC", + "type": "generic" + }, + { + "domain": "lamborghini", + "description": "Automobili Lamborghini S.p.A.", + "type": "generic" + }, + { + "domain": "lamer", + "description": "The Estée Lauder Companies Inc.", + "type": "generic" + }, + { + "domain": "lancaster", + "description": "LANCASTER", + "type": "generic" + }, + { + "domain": "lancia", + "description": "Fiat Chrysler Automobiles N.V.", + "type": "generic" + }, + { + "domain": "lancome", + "description": "L'Oréal", + "type": "generic" + }, + { + "domain": "land", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "landrover", + "description": "Jaguar Land Rover Ltd", + "type": "generic" + }, + { + "domain": "lanxess", + "description": "LANXESS Corporation", + "type": "generic" + }, + { + "domain": "lasalle", + "description": "Jones Lang LaSalle Incorporated", + "type": "generic" + }, + { + "domain": "lat", + "description": "ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico", + "type": "generic" + }, + { + "domain": "latino", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "latrobe", + "description": "La Trobe University", + "type": "generic" + }, + { + "domain": "law", + "description": "Minds + Machines Group Limited", + "type": "generic" + }, + { + "domain": "lawyer", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "lb", + "description": "American University of Beirut\nComputing and Networking Services", + "type": "country-code" + }, + { + "domain": "lc", + "description": "University of Puerto Rico", + "type": "country-code" + }, + { + "domain": "lds", + "description": "IRI Domain Management, LLC", + "type": "generic" + }, + { + "domain": "lease", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "leclerc", + "description": "A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc", + "type": "generic" + }, + { + "domain": "lefrak", + "description": "LeFrak Organization, Inc.", + "type": "generic" + }, + { + "domain": "legal", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "lego", + "description": "LEGO Juris A/S", + "type": "generic" + }, + { + "domain": "lexus", + "description": "TOYOTA MOTOR CORPORATION", + "type": "generic" + }, + { + "domain": "lgbt", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "li", + "description": "SWITCH The Swiss Education & Research Network", + "type": "country-code" + }, + { + "domain": "liaison", + "description": "Liaison Technologies, Incorporated", + "type": "generic" + }, + { + "domain": "lidl", + "description": "Schwarz Domains und Services GmbH & Co. KG", + "type": "generic" + }, + { + "domain": "life", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "lifeinsurance", + "description": "American Council of Life Insurers", + "type": "generic" + }, + { + "domain": "lifestyle", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "lighting", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "like", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "lilly", + "description": "Eli Lilly and Company", + "type": "generic" + }, + { + "domain": "limited", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "limo", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "lincoln", + "description": "Ford Motor Company", + "type": "generic" + }, + { + "domain": "linde", + "description": "Linde Aktiengesellschaft", + "type": "generic" + }, + { + "domain": "link", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "lipsy", + "description": "Lipsy Ltd", + "type": "generic" + }, + { + "domain": "live", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "living", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "lixil", + "description": "LIXIL Group Corporation", + "type": "generic" + }, + { + "domain": "lk", + "description": "Council for Information Technology\nLK Domain Registrar", + "type": "country-code" + }, + { + "domain": "llc", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "loan", + "description": "dot Loan Limited", + "type": "generic" + }, + { + "domain": "loans", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "locker", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "locus", + "description": "Locus Analytics LLC", + "type": "generic" + }, + { + "domain": "loft", + "description": "Annco, Inc.", + "type": "generic" + }, + { + "domain": "lol", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "london", + "description": "Dot London Domains Limited", + "type": "generic" + }, + { + "domain": "lotte", + "description": "Lotte Holdings Co., Ltd.", + "type": "generic" + }, + { + "domain": "lotto", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "love", + "description": "Merchant Law Group LLP", + "type": "generic" + }, + { + "domain": "lpl", + "description": "LPL Holdings, Inc.", + "type": "generic" + }, + { + "domain": "lplfinancial", + "description": "LPL Holdings, Inc.", + "type": "generic" + }, + { + "domain": "lr", + "description": "Data Technology Solutions, Inc.", + "type": "country-code" + }, + { + "domain": "ls", + "description": "National University of Lesotho", + "type": "country-code" + }, + { + "domain": "lt", + "description": "Kaunas University of Technology", + "type": "country-code" + }, + { + "domain": "ltd", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ltda", + "description": "InterNetX Corp.", + "type": "generic" + }, + { + "domain": "lu", + "description": "RESTENA", + "type": "country-code" + }, + { + "domain": "lundbeck", + "description": "H. Lundbeck A/S", + "type": "generic" + }, + { + "domain": "lupin", + "description": "LUPIN LIMITED", + "type": "generic" + }, + { + "domain": "luxe", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "luxury", + "description": "Luxury Partners LLC", + "type": "generic" + }, + { + "domain": "lv", + "description": "University of Latvia\nInstitute of Mathematics and Computer Science\nDepartment of Network Solutions (DNS)", + "type": "country-code" + }, + { + "domain": "ly", + "description": "General Post and Telecommunication Company", + "type": "country-code" + }, + { + "domain": "ma", + "description": "Agence Nationale de Réglementation des Télécommunications (ANRT)", + "type": "country-code" + }, + { + "domain": "macys", + "description": "Macys, Inc.", + "type": "generic" + }, + { + "domain": "madrid", + "description": "Comunidad de Madrid", + "type": "generic" + }, + { + "domain": "maif", + "description": "Mutuelle Assurance Instituteur France (MAIF)", + "type": "generic" + }, + { + "domain": "maison", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "makeup", + "description": "L'Oréal", + "type": "generic" + }, + { + "domain": "man", + "description": "MAN SE", + "type": "generic" + }, + { + "domain": "management", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "mango", + "description": "PUNTO FA S.L.", + "type": "generic" + }, + { + "domain": "map", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "market", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "marketing", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "markets", + "description": "DOTMARKETS REGISTRY LTD", + "type": "generic" + }, + { + "domain": "marriott", + "description": "Marriott Worldwide Corporation", + "type": "generic" + }, + { + "domain": "marshalls", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "maserati", + "description": "Fiat Chrysler Automobiles N.V.", + "type": "generic" + }, + { + "domain": "mattel", + "description": "Mattel Sites, Inc.", + "type": "generic" + }, + { + "domain": "mba", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "mc", + "description": "Gouvernement de Monaco\nDirection des Communications Electroniques", + "type": "country-code" + }, + { + "domain": "mcd", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "mcdonalds", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "mckinsey", + "description": "McKinsey Holdings, Inc.", + "type": "generic" + }, + { + "domain": "md", + "description": "MoldData S.E.", + "type": "country-code" + }, + { + "domain": "me", + "description": "Government of Montenegro", + "type": "country-code" + }, + { + "domain": "med", + "description": "Medistry LLC", + "type": "generic" + }, + { + "domain": "media", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "meet", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "melbourne", + "description": "The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation", + "type": "generic" + }, + { + "domain": "meme", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "memorial", + "description": "Dog Beach, LLC", + "type": "generic" + }, + { + "domain": "men", + "description": "Exclusive Registry Limited", + "type": "generic" + }, + { + "domain": "menu", + "description": "Wedding TLD2, LLC", + "type": "generic" + }, + { + "domain": "meo", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "merckmsd", + "description": "MSD Registry Holdings, Inc.", + "type": "generic" + }, + { + "domain": "metlife", + "description": "MetLife Services and Solutions, LLC", + "type": "generic" + }, + { + "domain": "mf", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "mg", + "description": "NIC-MG (Network Information Center Madagascar)", + "type": "country-code" + }, + { + "domain": "mh", + "description": "Office of the Cabinet", + "type": "country-code" + }, + { + "domain": "miami", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "microsoft", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "mil", + "description": "DoD Network Information Center", + "type": "sponsored" + }, + { + "domain": "mini", + "description": "Bayerische Motoren Werke Aktiengesellschaft", + "type": "generic" + }, + { + "domain": "mint", + "description": "Intuit Administrative Services, Inc.", + "type": "generic" + }, + { + "domain": "mit", + "description": "Massachusetts Institute of Technology", + "type": "generic" + }, + { + "domain": "mitsubishi", + "description": "Mitsubishi Corporation", + "type": "generic" + }, + { + "domain": "mk", + "description": "Macedonian Academic Research Network Skopje", + "type": "country-code" + }, + { + "domain": "ml", + "description": "Agence des Technologies de l’Information et de la Communication", + "type": "country-code" + }, + { + "domain": "mlb", + "description": "MLB Advanced Media DH, LLC", + "type": "generic" + }, + { + "domain": "mls", + "description": "The Canadian Real Estate Association", + "type": "generic" + }, + { + "domain": "mm", + "description": "Ministry of Communications, Posts & Telegraphs", + "type": "country-code" + }, + { + "domain": "mma", + "description": "MMA IARD", + "type": "generic" + }, + { + "domain": "mn", + "description": "Datacom Co., Ltd.", + "type": "country-code" + }, + { + "domain": "mo", + "description": "Macao Post and Telecommunications Bureau (CTT)", + "type": "country-code" + }, + { + "domain": "mobi", + "description": "Afilias Technologies Limited dba dotMobi", + "type": "generic" + }, + { + "domain": "mobile", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "mobily", + "description": "GreenTech Consultancy Company W.L.L.", + "type": "generic" + }, + { + "domain": "moda", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "moe", + "description": "Interlink Co., Ltd.", + "type": "generic" + }, + { + "domain": "moi", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "mom", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "monash", + "description": "Monash University", + "type": "generic" + }, + { + "domain": "money", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "monster", + "description": "Monster Worldwide, Inc.", + "type": "generic" + }, + { + "domain": "montblanc", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "mopar", + "description": "FCA US LLC.", + "type": "generic" + }, + { + "domain": "mormon", + "description": "IRI Domain Management, LLC (\"Applicant\")", + "type": "generic" + }, + { + "domain": "mortgage", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "moscow", + "description": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", + "type": "generic" + }, + { + "domain": "moto", + "description": "Motorola Trademark Holdings, LLC", + "type": "generic" + }, + { + "domain": "motorcycles", + "description": "DERMotorcycles, LLC", + "type": "generic" + }, + { + "domain": "mov", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "movie", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "movistar", + "description": "Telefónica S.A.", + "type": "generic" + }, + { + "domain": "mp", + "description": "Saipan Datacom, Inc.", + "type": "country-code" + }, + { + "domain": "mq", + "description": "MEDIASERV", + "type": "country-code" + }, + { + "domain": "mr", + "description": "Université de Nouakchott Al Aasriya", + "type": "country-code" + }, + { + "domain": "ms", + "description": "MNI Networks Ltd.", + "type": "country-code" + }, + { + "domain": "msd", + "description": "MSD Registry Holdings, Inc.", + "type": "generic" + }, + { + "domain": "mt", + "description": "NIC (Malta)", + "type": "country-code" + }, + { + "domain": "mtn", + "description": "MTN Dubai Limited", + "type": "generic" + }, + { + "domain": "mtpc", + "description": "Retired", + "type": "generic" + }, + { + "domain": "mtr", + "description": "MTR Corporation Limited", + "type": "generic" + }, + { + "domain": "mu", + "description": "Internet Direct Ltd", + "type": "country-code" + }, + { + "domain": "museum", + "description": "Museum Domain Management Association", + "type": "sponsored" + }, + { + "domain": "mutual", + "description": "Northwestern Mutual MU TLD Registry, LLC", + "type": "generic" + }, + { + "domain": "mutuelle", + "description": "Retired", + "type": "generic" + }, + { + "domain": "mv", + "description": "Dhiraagu Pvt. Ltd. (DHIVEHINET)", + "type": "country-code" + }, + { + "domain": "mw", + "description": "Malawi Sustainable Development Network Programme\n(Malawi SDNP)", + "type": "country-code" + }, + { + "domain": "mx", + "description": "NIC-Mexico\nITESM - Campus Monterrey", + "type": "country-code" + }, + { + "domain": "my", + "description": "MYNIC Berhad", + "type": "country-code" + }, + { + "domain": "mz", + "description": "Centro de Informatica de Universidade Eduardo Mondlane", + "type": "country-code" + }, + { + "domain": "na", + "description": "Namibian Network Information Center", + "type": "country-code" + }, + { + "domain": "nab", + "description": "National Australia Bank Limited", + "type": "generic" + }, + { + "domain": "nadex", + "description": "Nadex Domains, Inc", + "type": "generic" + }, + { + "domain": "nagoya", + "description": "GMO Registry, Inc.", + "type": "generic" + }, + { + "domain": "name", + "description": "VeriSign Information Services, Inc.", + "type": "generic-restricted" + }, + { + "domain": "nationwide", + "description": "Nationwide Mutual Insurance Company", + "type": "generic" + }, + { + "domain": "natura", + "description": "NATURA COSMÉTICOS S.A.", + "type": "generic" + }, + { + "domain": "navy", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "nba", + "description": "NBA REGISTRY, LLC", + "type": "generic" + }, + { + "domain": "nc", + "description": "Office des Postes et Telecommunications", + "type": "country-code" + }, + { + "domain": "ne", + "description": "SONITEL", + "type": "country-code" + }, + { + "domain": "nec", + "description": "NEC Corporation", + "type": "generic" + }, + { + "domain": "net", + "description": "VeriSign Global Registry Services", + "type": "generic" + }, + { + "domain": "netbank", + "description": "COMMONWEALTH BANK OF AUSTRALIA", + "type": "generic" + }, + { + "domain": "netflix", + "description": "Netflix, Inc.", + "type": "generic" + }, + { + "domain": "network", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "neustar", + "description": "NeuStar, Inc.", + "type": "generic" + }, + { + "domain": "new", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "newholland", + "description": "CNH Industrial N.V.", + "type": "generic" + }, + { + "domain": "news", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "next", + "description": "Next plc", + "type": "generic" + }, + { + "domain": "nextdirect", + "description": "Next plc", + "type": "generic" + }, + { + "domain": "nexus", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "nf", + "description": "Norfolk Island Data Services", + "type": "country-code" + }, + { + "domain": "nfl", + "description": "NFL Reg Ops LLC", + "type": "generic" + }, + { + "domain": "ng", + "description": "Nigeria Internet Registration Association", + "type": "country-code" + }, + { + "domain": "ngo", + "description": "Public Interest Registry", + "type": "generic" + }, + { + "domain": "nhk", + "description": "Japan Broadcasting Corporation (NHK)", + "type": "generic" + }, + { + "domain": "ni", + "description": "Universidad Nacional del Ingernieria\nCentro de Computo", + "type": "country-code" + }, + { + "domain": "nico", + "description": "DWANGO Co., Ltd.", + "type": "generic" + }, + { + "domain": "nike", + "description": "NIKE, Inc.", + "type": "generic" + }, + { + "domain": "nikon", + "description": "NIKON CORPORATION", + "type": "generic" + }, + { + "domain": "ninja", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "nissan", + "description": "NISSAN MOTOR CO., LTD.", + "type": "generic" + }, + { + "domain": "nissay", + "description": "Nippon Life Insurance Company", + "type": "generic" + }, + { + "domain": "nl", + "description": "SIDN (Stichting Internet Domeinregistratie Nederland)", + "type": "country-code" + }, + { + "domain": "no", + "description": "UNINETT Norid A/S", + "type": "country-code" + }, + { + "domain": "nokia", + "description": "Nokia Corporation", + "type": "generic" + }, + { + "domain": "northwesternmutual", + "description": "Northwestern Mutual Registry, LLC", + "type": "generic" + }, + { + "domain": "norton", + "description": "Symantec Corporation", + "type": "generic" + }, + { + "domain": "now", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "nowruz", + "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "type": "generic" + }, + { + "domain": "nowtv", + "description": "Starbucks (HK) Limited", + "type": "generic" + }, + { + "domain": "np", + "description": "Mercantile Communications Pvt. Ltd.", + "type": "country-code" + }, + { + "domain": "nr", + "description": "CENPAC NET", + "type": "country-code" + }, + { + "domain": "nra", + "description": "NRA Holdings Company, INC.", + "type": "generic" + }, + { + "domain": "nrw", + "description": "Minds + Machines GmbH", + "type": "generic" + }, + { + "domain": "ntt", + "description": "NIPPON TELEGRAPH AND TELEPHONE CORPORATION", + "type": "generic" + }, + { + "domain": "nu", + "description": "The IUSN Foundation", + "type": "country-code" + }, + { + "domain": "nyc", + "description": "The City of New York by and through the New York City Department of Information Technology & Telecommunications", + "type": "generic" + }, + { + "domain": "nz", + "description": "InternetNZ", + "type": "country-code" + }, + { + "domain": "obi", + "description": "OBI Group Holding SE & Co. KGaA", + "type": "generic" + }, + { + "domain": "observer", + "description": "Top Level Spectrum, Inc.", + "type": "generic" + }, + { + "domain": "off", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "office", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "okinawa", + "description": "BRregistry, Inc.", + "type": "generic" + }, + { + "domain": "olayan", + "description": "Crescent Holding GmbH", + "type": "generic" + }, + { + "domain": "olayangroup", + "description": "Crescent Holding GmbH", + "type": "generic" + }, + { + "domain": "oldnavy", + "description": "The Gap, Inc.", + "type": "generic" + }, + { + "domain": "ollo", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "om", + "description": "Telecommunications Regulatory Authority (TRA)", + "type": "country-code" + }, + { + "domain": "omega", + "description": "The Swatch Group Ltd", + "type": "generic" + }, + { + "domain": "one", + "description": "One.com A/S", + "type": "generic" + }, + { + "domain": "ong", + "description": "Public Interest Registry", + "type": "generic" + }, + { + "domain": "onl", + "description": "I-REGISTRY Ltd., Niederlassung Deutschland", + "type": "generic" + }, + { + "domain": "online", + "description": "DotOnline Inc.", + "type": "generic" + }, + { + "domain": "onyourside", + "description": "Nationwide Mutual Insurance Company", + "type": "generic" + }, + { + "domain": "ooo", + "description": "INFIBEAM INCORPORATION LIMITED", + "type": "generic" + }, + { + "domain": "open", + "description": "American Express Travel Related Services Company, Inc.", + "type": "generic" + }, + { + "domain": "oracle", + "description": "Oracle Corporation", + "type": "generic" + }, + { + "domain": "orange", + "description": "Orange Brand Services Limited", + "type": "generic" + }, + { + "domain": "org", + "description": "Public Interest Registry (PIR)", + "type": "generic" + }, + { + "domain": "organic", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "orientexpress", + "description": "Retired", + "type": "generic" + }, + { + "domain": "origins", + "description": "The Estée Lauder Companies Inc.", + "type": "generic" + }, + { + "domain": "osaka", + "description": "Osaka Registry Co., Ltd.", + "type": "generic" + }, + { + "domain": "otsuka", + "description": "Otsuka Holdings Co., Ltd.", + "type": "generic" + }, + { + "domain": "ott", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "ovh", + "description": "OVH SAS", + "type": "generic" + }, + { + "domain": "pa", + "description": "Universidad Tecnologica de Panama", + "type": "country-code" + }, + { + "domain": "page", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "pamperedchef", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "panasonic", + "description": "Panasonic Corporation", + "type": "generic" + }, + { + "domain": "panerai", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "paris", + "description": "City of Paris", + "type": "generic" + }, + { + "domain": "pars", + "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "type": "generic" + }, + { + "domain": "partners", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "parts", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "party", + "description": "Blue Sky Registry Limited", + "type": "generic" + }, + { + "domain": "passagens", + "description": "Travel Reservations SRL", + "type": "generic" + }, + { + "domain": "pay", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "pccw", + "description": "PCCW Enterprises Limited", + "type": "generic" + }, + { + "domain": "pe", + "description": "Red Cientifica Peruana", + "type": "country-code" + }, + { + "domain": "pet", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "pf", + "description": "Gouvernement de la Polynésie française", + "type": "country-code" + }, + { + "domain": "pfizer", + "description": "Pfizer Inc.", + "type": "generic" + }, + { + "domain": "pg", + "description": "PNG DNS Administration\nVice Chancellors Office\nThe Papua New Guinea University of Technology", + "type": "country-code" + }, + { + "domain": "ph", + "description": "PH Domain Foundation", + "type": "country-code" + }, + { + "domain": "pharmacy", + "description": "National Association of Boards of Pharmacy", + "type": "generic" + }, + { + "domain": "phd", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "philips", + "description": "Koninklijke Philips N.V.", + "type": "generic" + }, + { + "domain": "phone", + "description": "Dish DBS Corporation", + "type": "generic" + }, + { + "domain": "photo", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "photography", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "photos", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "physio", + "description": "PhysBiz Pty Ltd", + "type": "generic" + }, + { + "domain": "piaget", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "pics", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "pictet", + "description": "Pictet Europe S.A.", + "type": "generic" + }, + { + "domain": "pictures", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "pid", + "description": "Top Level Spectrum, Inc.", + "type": "generic" + }, + { + "domain": "pin", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "ping", + "description": "Ping Registry Provider, Inc.", + "type": "generic" + }, + { + "domain": "pink", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "pioneer", + "description": "Pioneer Corporation", + "type": "generic" + }, + { + "domain": "pizza", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "pk", + "description": "PKNIC", + "type": "country-code" + }, + { + "domain": "pl", + "description": "Research and Academic Computer Network", + "type": "country-code" + }, + { + "domain": "place", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "play", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "playstation", + "description": "Sony Computer Entertainment Inc.", + "type": "generic" + }, + { + "domain": "plumbing", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "plus", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "pm", + "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "type": "country-code" + }, + { + "domain": "pn", + "description": "Pitcairn Island Administration", + "type": "country-code" + }, + { + "domain": "pnc", + "description": "PNC Domain Co., LLC", + "type": "generic" + }, + { + "domain": "pohl", + "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "type": "generic" + }, + { + "domain": "poker", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "politie", + "description": "Politie Nederland", + "type": "generic" + }, + { + "domain": "porn", + "description": "ICM Registry PN LLC", + "type": "generic" + }, + { + "domain": "post", + "description": "Universal Postal Union", + "type": "sponsored" + }, + { + "domain": "pr", + "description": "Gauss Research Laboratory Inc.", + "type": "country-code" + }, + { + "domain": "pramerica", + "description": "Prudential Financial, Inc.", + "type": "generic" + }, + { + "domain": "praxi", + "description": "Praxi S.p.A.", + "type": "generic" + }, + { + "domain": "press", + "description": "DotPress Inc.", + "type": "generic" + }, + { + "domain": "prime", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "pro", + "description": "Registry Services Corporation\ndba RegistryPro", + "type": "generic-restricted" + }, + { + "domain": "prod", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "productions", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "prof", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "progressive", + "description": "Progressive Casualty Insurance Company", + "type": "generic" + }, + { + "domain": "promo", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "properties", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "property", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "protection", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "pru", + "description": "Prudential Financial, Inc.", + "type": "generic" + }, + { + "domain": "prudential", + "description": "Prudential Financial, Inc.", + "type": "generic" + }, + { + "domain": "ps", + "description": "Ministry Of Telecommunications &\nInformation Technology,\nGovernment Computer Center.", + "type": "country-code" + }, + { + "domain": "pt", + "description": "Associação DNS.PT", + "type": "country-code" + }, + { + "domain": "pub", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "pw", + "description": "Micronesia Investment and Development Corporation", + "type": "country-code" + }, + { + "domain": "pwc", + "description": "PricewaterhouseCoopers LLP", + "type": "generic" + }, + { + "domain": "py", + "description": "NIC-PY", + "type": "country-code" + }, + { + "domain": "qa", + "description": "Communications Regulatory Authority", + "type": "country-code" + }, + { + "domain": "qpon", + "description": "dotCOOL, Inc.", + "type": "generic" + }, + { + "domain": "quebec", + "description": "PointQuébec Inc", + "type": "generic" + }, + { + "domain": "quest", + "description": "Quest ION Limited", + "type": "generic" + }, + { + "domain": "qvc", + "description": "QVC, Inc.", + "type": "generic" + }, + { + "domain": "racing", + "description": "Premier Registry Limited", + "type": "generic" + }, + { + "domain": "radio", + "description": "European Broadcasting Union (EBU)", + "type": "generic" + }, + { + "domain": "raid", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "re", + "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "type": "country-code" + }, + { + "domain": "read", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "realestate", + "description": "dotRealEstate LLC", + "type": "generic" + }, + { + "domain": "realtor", + "description": "Real Estate Domains LLC", + "type": "generic" + }, + { + "domain": "realty", + "description": "Fegistry, LLC", + "type": "generic" + }, + { + "domain": "recipes", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "red", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "redstone", + "description": "Redstone Haute Couture Co., Ltd.", + "type": "generic" + }, + { + "domain": "redumbrella", + "description": "Travelers TLD, LLC", + "type": "generic" + }, + { + "domain": "rehab", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "reise", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "reisen", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "reit", + "description": "National Association of Real Estate Investment Trusts, Inc.", + "type": "generic" + }, + { + "domain": "reliance", + "description": "Reliance Industries Limited", + "type": "generic" + }, + { + "domain": "ren", + "description": "Beijing Qianxiang Wangjing Technology Development Co., Ltd.", + "type": "generic" + }, + { + "domain": "rent", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "rentals", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "repair", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "report", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "republican", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "rest", + "description": "Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable", + "type": "generic" + }, + { + "domain": "restaurant", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "review", + "description": "dot Review Limited", + "type": "generic" + }, + { + "domain": "reviews", + "description": "United TLD Holdco, Ltd.", + "type": "generic" + }, + { + "domain": "rexroth", + "description": "Robert Bosch GMBH", + "type": "generic" + }, + { + "domain": "rich", + "description": "I-REGISTRY Ltd., Niederlassung Deutschland", + "type": "generic" + }, + { + "domain": "richardli", + "description": "Pacific Century Asset Management (HK) Limited", + "type": "generic" + }, + { + "domain": "ricoh", + "description": "Ricoh Company, Ltd.", + "type": "generic" + }, + { + "domain": "rightathome", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "ril", + "description": "Reliance Industries Limited", + "type": "generic" + }, + { + "domain": "rio", + "description": "Empresa Municipal de Informática SA - IPLANRIO", + "type": "generic" + }, + { + "domain": "rip", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "rmit", + "description": "Royal Melbourne Institute of Technology", + "type": "generic" + }, + { + "domain": "ro", + "description": "National Institute for R&D in Informatics", + "type": "country-code" + }, + { + "domain": "rocher", + "description": "Ferrero Trading Lux S.A.", + "type": "generic" + }, + { + "domain": "rocks", + "description": "United TLD Holdco, LTD.", + "type": "generic" + }, + { + "domain": "rodeo", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "rogers", + "description": "Rogers Communications Canada Inc.", + "type": "generic" + }, + { + "domain": "room", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "rs", + "description": "Serbian National Internet Domain Registry (RNIDS)", + "type": "country-code" + }, + { + "domain": "rsvp", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "ru", + "description": "Coordination Center for TLD RU", + "type": "country-code" + }, + { + "domain": "rugby", + "description": "World Rugby Strategic Developments Limited", + "type": "generic" + }, + { + "domain": "ruhr", + "description": "regiodot GmbH & Co. KG", + "type": "generic" + }, + { + "domain": "run", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "rw", + "description": "Rwanda Information Communication and Technology Association (RICTA)", + "type": "country-code" + }, + { + "domain": "rwe", + "description": "RWE AG", + "type": "generic" + }, + { + "domain": "ryukyu", + "description": "BRregistry, Inc.", + "type": "generic" + }, + { + "domain": "sa", + "description": "Communications and Information Technology Commission", + "type": "country-code" + }, + { + "domain": "saarland", + "description": "dotSaarland GmbH", + "type": "generic" + }, + { + "domain": "safe", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "safety", + "description": "Safety Registry Services, LLC.", + "type": "generic" + }, + { + "domain": "sakura", + "description": "SAKURA Internet Inc.", + "type": "generic" + }, + { + "domain": "sale", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "salon", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "samsclub", + "description": "Wal-Mart Stores, Inc.", + "type": "generic" + }, + { + "domain": "samsung", + "description": "SAMSUNG SDS CO., LTD", + "type": "generic" + }, + { + "domain": "sandvik", + "description": "Sandvik AB", + "type": "generic" + }, + { + "domain": "sandvikcoromant", + "description": "Sandvik AB", + "type": "generic" + }, + { + "domain": "sanofi", + "description": "Sanofi", + "type": "generic" + }, + { + "domain": "sap", + "description": "SAP AG", + "type": "generic" + }, + { + "domain": "sapo", + "description": "Not assigned", + "type": "generic" + }, + { + "domain": "sarl", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "sas", + "description": "Research IP LLC", + "type": "generic" + }, + { + "domain": "save", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "saxo", + "description": "Saxo Bank A/S", + "type": "generic" + }, + { + "domain": "sb", + "description": "Solomon Telekom Company Limited", + "type": "country-code" + }, + { + "domain": "sbi", + "description": "STATE BANK OF INDIA", + "type": "generic" + }, + { + "domain": "sbs", + "description": "SPECIAL BROADCASTING SERVICE CORPORATION", + "type": "generic" + }, + { + "domain": "sc", + "description": "VCS Pty Ltd", + "type": "country-code" + }, + { + "domain": "sca", + "description": "SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)", + "type": "generic" + }, + { + "domain": "scb", + "description": "The Siam Commercial Bank Public Company Limited (\"SCB\")", + "type": "generic" + }, + { + "domain": "schaeffler", + "description": "Schaeffler Technologies AG & Co. KG", + "type": "generic" + }, + { + "domain": "schmidt", + "description": "SALM S.A.S.", + "type": "generic" + }, + { + "domain": "scholarships", + "description": "Scholarships.com, LLC", + "type": "generic" + }, + { + "domain": "school", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "schule", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "schwarz", + "description": "Schwarz Domains und Services GmbH & Co. KG", + "type": "generic" + }, + { + "domain": "science", + "description": "dot Science Limited", + "type": "generic" + }, + { + "domain": "scjohnson", + "description": "Johnson Shareholdings, Inc.", + "type": "generic" + }, + { + "domain": "scor", + "description": "SCOR SE", + "type": "generic" + }, + { + "domain": "scot", + "description": "Dot Scot Registry Limited", + "type": "generic" + }, + { + "domain": "sd", + "description": "Sudan Internet Society", + "type": "country-code" + }, + { + "domain": "se", + "description": "The Internet Infrastructure Foundation", + "type": "country-code" + }, + { + "domain": "search", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "seat", + "description": "SEAT, S.A. (Sociedad Unipersonal)", + "type": "generic" + }, + { + "domain": "secure", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "security", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "seek", + "description": "Seek Limited", + "type": "generic" + }, + { + "domain": "select", + "description": "iSelect Ltd", + "type": "generic" + }, + { + "domain": "sener", + "description": "Sener Ingeniería y Sistemas, S.A.", + "type": "generic" + }, + { + "domain": "services", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "ses", + "description": "SES", + "type": "generic" + }, + { + "domain": "seven", + "description": "Seven West Media Ltd", + "type": "generic" + }, + { + "domain": "sew", + "description": "SEW-EURODRIVE GmbH & Co KG", + "type": "generic" + }, + { + "domain": "sex", + "description": "ICM Registry SX LLC", + "type": "generic" + }, + { + "domain": "sexy", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "sfr", + "description": "Societe Francaise du Radiotelephone - SFR", + "type": "generic" + }, + { + "domain": "sg", + "description": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "type": "country-code" + }, + { + "domain": "sh", + "description": "Government of St. Helena", + "type": "country-code" + }, + { + "domain": "shangrila", + "description": "Shangri‐La International Hotel Management Limited", + "type": "generic" + }, + { + "domain": "sharp", + "description": "Sharp Corporation", + "type": "generic" + }, + { + "domain": "shaw", + "description": "Shaw Cablesystems G.P.", + "type": "generic" + }, + { + "domain": "shell", + "description": "Shell Information Technology International Inc", + "type": "generic" + }, + { + "domain": "shia", + "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "type": "generic" + }, + { + "domain": "shiksha", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "shoes", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "shop", + "description": "GMO Registry, Inc.", + "type": "generic" + }, + { + "domain": "shopping", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "shouji", + "description": "QIHOO 360 TECHNOLOGY CO. LTD.", + "type": "generic" + }, + { + "domain": "show", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "showtime", + "description": "CBS Domains Inc.", + "type": "generic" + }, + { + "domain": "shriram", + "description": "Shriram Capital Ltd.", + "type": "generic" + }, + { + "domain": "si", + "description": "Academic and Research Network of Slovenia (ARNES)", + "type": "country-code" + }, + { + "domain": "silk", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "sina", + "description": "Sina Corporation", + "type": "generic" + }, + { + "domain": "singles", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "site", + "description": "DotSite Inc.", + "type": "generic" + }, + { + "domain": "sj", + "description": "UNINETT Norid A/S", + "type": "country-code" + }, + { + "domain": "sk", + "description": "SK-NIC, a.s.", + "type": "country-code" + }, + { + "domain": "ski", + "description": "STARTING DOT LIMITED", + "type": "generic" + }, + { + "domain": "skin", + "description": "L'Oréal", + "type": "generic" + }, + { + "domain": "sky", + "description": "Sky International AG", + "type": "generic" + }, + { + "domain": "skype", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "sl", + "description": "Sierratel", + "type": "country-code" + }, + { + "domain": "sling", + "description": "Hughes Satellite Systems Corporation", + "type": "generic" + }, + { + "domain": "sm", + "description": "Telecom Italia San Marino S.p.A.", + "type": "country-code" + }, + { + "domain": "smart", + "description": "Smart Communications, Inc. (SMART)", + "type": "generic" + }, + { + "domain": "smile", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "sn", + "description": "Universite Cheikh Anta Diop\nNIC Senegal", + "type": "country-code" + }, + { + "domain": "sncf", + "description": "SNCF (Société Nationale des Chemins de fer Francais)", + "type": "generic" + }, + { + "domain": "so", + "description": "Ministry of Post and Telecommunications", + "type": "country-code" + }, + { + "domain": "soccer", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "social", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "softbank", + "description": "SoftBank Group Corp.", + "type": "generic" + }, + { + "domain": "software", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "sohu", + "description": "Sohu.com Limited", + "type": "generic" + }, + { + "domain": "solar", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "solutions", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "song", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "sony", + "description": "Sony Corporation", + "type": "generic" + }, + { + "domain": "soy", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "space", + "description": "DotSpace Inc.", + "type": "generic" + }, + { + "domain": "spiegel", + "description": "SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG", + "type": "generic" + }, + { + "domain": "sport", + "description": "Global Association of International Sports Federations (GAISF)", + "type": "generic" + }, + { + "domain": "spot", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "spreadbetting", + "description": "DOTSPREADBETTING REGISTRY LTD", + "type": "generic" + }, + { + "domain": "sr", + "description": "Telesur", + "type": "country-code" + }, + { + "domain": "srl", + "description": "InterNetX Corp.", + "type": "generic" + }, + { + "domain": "srt", + "description": "FCA US LLC.", + "type": "generic" + }, + { + "domain": "ss", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "st", + "description": "Tecnisys", + "type": "country-code" + }, + { + "domain": "stada", + "description": "STADA Arzneimittel AG", + "type": "generic" + }, + { + "domain": "staples", + "description": "Staples, Inc.", + "type": "generic" + }, + { + "domain": "star", + "description": "Star India Private Limited", + "type": "generic" + }, + { + "domain": "starhub", + "description": "StarHub Limited", + "type": "generic" + }, + { + "domain": "statebank", + "description": "STATE BANK OF INDIA", + "type": "generic" + }, + { + "domain": "statefarm", + "description": "State Farm Mutual Automobile Insurance Company", + "type": "generic" + }, + { + "domain": "statoil", + "description": "Statoil ASA", + "type": "generic" + }, + { + "domain": "stc", + "description": "Saudi Telecom Company", + "type": "generic" + }, + { + "domain": "stcgroup", + "description": "Saudi Telecom Company", + "type": "generic" + }, + { + "domain": "stockholm", + "description": "Stockholms kommun", + "type": "generic" + }, + { + "domain": "storage", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "store", + "description": "DotStore Inc.", + "type": "generic" + }, + { + "domain": "stream", + "description": "dot Stream Limited", + "type": "generic" + }, + { + "domain": "studio", + "description": "United TLD Holdco Ltd.", + "type": "generic" + }, + { + "domain": "study", + "description": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", + "type": "generic" + }, + { + "domain": "style", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "su", + "description": "Russian Institute for Development of Public Networks\n(ROSNIIROS)", + "type": "country-code" + }, + { + "domain": "sucks", + "description": "Vox Populi Registry Ltd.", + "type": "generic" + }, + { + "domain": "supplies", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "supply", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "support", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "surf", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "surgery", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "suzuki", + "description": "SUZUKI MOTOR CORPORATION", + "type": "generic" + }, + { + "domain": "sv", + "description": "SVNet", + "type": "country-code" + }, + { + "domain": "swatch", + "description": "The Swatch Group Ltd", + "type": "generic" + }, + { + "domain": "swiftcover", + "description": "Swiftcover Insurance Services Limited", + "type": "generic" + }, + { + "domain": "swiss", + "description": "Swiss Confederation", + "type": "generic" + }, + { + "domain": "sx", + "description": "SX Registry SA B.V.", + "type": "country-code" + }, + { + "domain": "sy", + "description": "National Agency for Network Services (NANS)", + "type": "country-code" + }, + { + "domain": "sydney", + "description": "State of New South Wales, Department of Premier and Cabinet", + "type": "generic" + }, + { + "domain": "symantec", + "description": "Symantec Corporation", + "type": "generic" + }, + { + "domain": "systems", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "sz", + "description": "University of Swaziland\nDepartment of Computer Science", + "type": "country-code" + }, + { + "domain": "tab", + "description": "Tabcorp Holdings Limited", + "type": "generic" + }, + { + "domain": "taipei", + "description": "Taipei City Government", + "type": "generic" + }, + { + "domain": "talk", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "taobao", + "description": "Alibaba Group Holding Limited", + "type": "generic" + }, + { + "domain": "target", + "description": "Target Domain Holdings, LLC", + "type": "generic" + }, + { + "domain": "tatamotors", + "description": "Tata Motors Ltd", + "type": "generic" + }, + { + "domain": "tatar", + "description": "Limited Liability Company \"Coordination Center of Regional Domain of Tatarstan Republic\"", + "type": "generic" + }, + { + "domain": "tattoo", + "description": "Uniregistry, Corp.", + "type": "generic" + }, + { + "domain": "tax", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "taxi", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tc", + "description": "Melrex TC", + "type": "country-code" + }, + { + "domain": "tci", + "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "type": "generic" + }, + { + "domain": "td", + "description": "l'Agence de Développement des Technologies de l'Information et de la Communication (ADETIC)", + "type": "country-code" + }, + { + "domain": "tdk", + "description": "TDK Corporation", + "type": "generic" + }, + { + "domain": "team", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tech", + "description": "Dot Tech LLC", + "type": "generic" + }, + { + "domain": "technology", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tel", + "description": "Telnames Ltd.", + "type": "sponsored" + }, + { + "domain": "telecity", + "description": "TelecityGroup International Limited", + "type": "generic" + }, + { + "domain": "telefonica", + "description": "Telefónica S.A.", + "type": "generic" + }, + { + "domain": "temasek", + "description": "Temasek Holdings (Private) Limited", + "type": "generic" + }, + { + "domain": "tennis", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "teva", + "description": "Teva Pharmaceutical Industries Limited", + "type": "generic" + }, + { + "domain": "tf", + "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "type": "country-code" + }, + { + "domain": "tg", + "description": "Autorite de Reglementation des secteurs de Postes et de Telecommunications (ART&P)", + "type": "country-code" + }, + { + "domain": "th", + "description": "Thai Network Information Center Foundation", + "type": "country-code" + }, + { + "domain": "thd", + "description": "Home Depot Product Authority, LLC", + "type": "generic" + }, + { + "domain": "theater", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "theatre", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "tiaa", + "description": "Teachers Insurance and Annuity Association of America", + "type": "generic" + }, + { + "domain": "tickets", + "description": "Accent Media Limited", + "type": "generic" + }, + { + "domain": "tienda", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tiffany", + "description": "Tiffany and Company", + "type": "generic" + }, + { + "domain": "tips", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tires", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tirol", + "description": "punkt Tirol GmbH", + "type": "generic" + }, + { + "domain": "tj", + "description": "Information Technology Center", + "type": "country-code" + }, + { + "domain": "tjmaxx", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "tjx", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "tk", + "description": "Telecommunication Tokelau Corporation (Teletok)", + "type": "country-code" + }, + { + "domain": "tkmaxx", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "tl", + "description": "Autoridade Nacional de Comunicações", + "type": "country-code" + }, + { + "domain": "tm", + "description": "TM Domain Registry Ltd", + "type": "country-code" + }, + { + "domain": "tmall", + "description": "Alibaba Group Holding Limited", + "type": "generic" + }, + { + "domain": "tn", + "description": "Agence Tunisienne d'Internet", + "type": "country-code" + }, + { + "domain": "to", + "description": "Government of the Kingdom of Tonga\nH.R.H. Crown Prince Tupouto'a\nc/o Consulate of Tonga", + "type": "country-code" + }, + { + "domain": "today", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tokyo", + "description": "GMO Registry, Inc.", + "type": "generic" + }, + { + "domain": "tools", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "top", + "description": "Jiangsu Bangning Science & Technology Co.,Ltd.", + "type": "generic" + }, + { + "domain": "toray", + "description": "Toray Industries, Inc.", + "type": "generic" + }, + { + "domain": "toshiba", + "description": "TOSHIBA Corporation", + "type": "generic" + }, + { + "domain": "total", + "description": "Total SA", + "type": "generic" + }, + { + "domain": "tours", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "town", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "toyota", + "description": "TOYOTA MOTOR CORPORATION", + "type": "generic" + }, + { + "domain": "toys", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "tp", + "description": "Retired", + "type": "country-code" + }, + { + "domain": "tr", + "description": "Middle East Technical University\nDepartment of Computer Engineering", + "type": "country-code" + }, + { + "domain": "trade", + "description": "Elite Registry Limited", + "type": "generic" + }, + { + "domain": "trading", + "description": "DOTTRADING REGISTRY LTD", + "type": "generic" + }, + { + "domain": "training", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "travel", + "description": "Dog\tBeach, LLC", + "type": "sponsored" + }, + { + "domain": "travelchannel", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "travelers", + "description": "Travelers TLD, LLC", + "type": "generic" + }, + { + "domain": "travelersinsurance", + "description": "Travelers TLD, LLC", + "type": "generic" + }, + { + "domain": "trust", + "description": "Artemis Internet Inc", + "type": "generic" + }, + { + "domain": "trv", + "description": "Travelers TLD, LLC", + "type": "generic" + }, + { + "domain": "tt", + "description": "University of the West Indies\nFaculty of Engineering", + "type": "country-code" + }, + { + "domain": "tube", + "description": "Latin American Telecom LLC", + "type": "generic" + }, + { + "domain": "tui", + "description": "TUI AG", + "type": "generic" + }, + { + "domain": "tunes", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "tushu", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "tv", + "description": "Ministry of Finance and Tourism", + "type": "country-code" + }, + { + "domain": "tvs", + "description": "T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED", + "type": "generic" + }, + { + "domain": "tw", + "description": "Taiwan Network Information Center (TWNIC)", + "type": "country-code" + }, + { + "domain": "tz", + "description": "Tanzania Network Information Centre (tzNIC)", + "type": "country-code" + }, + { + "domain": "ua", + "description": "Hostmaster Ltd.", + "type": "country-code" + }, + { + "domain": "ubank", + "description": "National Australia Bank Limited", + "type": "generic" + }, + { + "domain": "ubs", + "description": "UBS AG", + "type": "generic" + }, + { + "domain": "uconnect", + "description": "FCA US LLC.", + "type": "generic" + }, + { + "domain": "ug", + "description": "Uganda Online Ltd.", + "type": "country-code" + }, + { + "domain": "uk", + "description": "Nominet UK", + "type": "country-code" + }, + { + "domain": "um", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "unicom", + "description": "China United Network Communications Corporation Limited", + "type": "generic" + }, + { + "domain": "university", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "uno", + "description": "Dot Latin LLC", + "type": "generic" + }, + { + "domain": "uol", + "description": "UBN INTERNET LTDA.", + "type": "generic" + }, + { + "domain": "ups", + "description": "UPS Market Driver, Inc.", + "type": "generic" + }, + { + "domain": "us", + "description": "NeuStar, Inc.", + "type": "country-code" + }, + { + "domain": "uy", + "description": "SeCIU - Universidad de la Republica", + "type": "country-code" + }, + { + "domain": "uz", + "description": "Computerization and Information Technologies Developing Center\nUZINFOCOM", + "type": "country-code" + }, + { + "domain": "va", + "description": "Holy See - Vatican City State", + "type": "country-code" + }, + { + "domain": "vacations", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "vana", + "description": "Lifestyle Domain Holdings, Inc.", + "type": "generic" + }, + { + "domain": "vanguard", + "description": "The Vanguard Group, Inc.", + "type": "generic" + }, + { + "domain": "vc", + "description": "Ministry of Telecommunications, Science, Technology and Industry", + "type": "country-code" + }, + { + "domain": "ve", + "description": "Comisión Nacional de Telecomunicaciones (CONATEL)", + "type": "country-code" + }, + { + "domain": "vegas", + "description": "Dot Vegas, Inc.", + "type": "generic" + }, + { + "domain": "ventures", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "verisign", + "description": "VeriSign, Inc.", + "type": "generic" + }, + { + "domain": "versicherung", + "description": "TLD-BOX Registrydienstleistungen GmbH", + "type": "generic" + }, + { + "domain": "vet", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "vg", + "description": "Telecommunications Regulatory Commission of the Virgin Islands", + "type": "country-code" + }, + { + "domain": "vi", + "description": "Virgin Islands Public Telecommunications System, Inc.", + "type": "country-code" + }, + { + "domain": "viajes", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "video", + "description": "United TLD Holdco, Ltd", + "type": "generic" + }, + { + "domain": "vig", + "description": "VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe", + "type": "generic" + }, + { + "domain": "viking", + "description": "Viking River Cruises (Bermuda) Ltd.", + "type": "generic" + }, + { + "domain": "villas", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "vin", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "vip", + "description": "Minds + Machines Group Limited", + "type": "generic" + }, + { + "domain": "virgin", + "description": "Virgin Enterprises Limited", + "type": "generic" + }, + { + "domain": "visa", + "description": "Visa Worldwide Pte. Limited", + "type": "generic" + }, + { + "domain": "vision", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "vista", + "description": "Vistaprint Limited", + "type": "generic" + }, + { + "domain": "vistaprint", + "description": "Vistaprint Limited", + "type": "generic" + }, + { + "domain": "viva", + "description": "Saudi Telecom Company", + "type": "generic" + }, + { + "domain": "vivo", + "description": "Telefonica Brasil S.A.", + "type": "generic" + }, + { + "domain": "vlaanderen", + "description": "DNS.be vzw", + "type": "generic" + }, + { + "domain": "vn", + "description": "Ministry of Information and Communications of Socialist Republic of Viet Nam", + "type": "country-code" + }, + { + "domain": "vodka", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "volkswagen", + "description": "Volkswagen Group of America Inc.", + "type": "generic" + }, + { + "domain": "volvo", + "description": "Volvo Holding Sverige Aktiebolag", + "type": "generic" + }, + { + "domain": "vote", + "description": "Monolith Registry LLC", + "type": "generic" + }, + { + "domain": "voting", + "description": "Valuetainment Corp.", + "type": "generic" + }, + { + "domain": "voto", + "description": "Monolith Registry LLC", + "type": "generic" + }, + { + "domain": "voyage", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "vu", + "description": "Telecom Vanuatu Limited", + "type": "country-code" + }, + { + "domain": "vuelos", + "description": "Travel Reservations SRL", + "type": "generic" + }, + { + "domain": "wales", + "description": "Nominet UK", + "type": "generic" + }, + { + "domain": "walmart", + "description": "Wal-Mart Stores, Inc.", + "type": "generic" + }, + { + "domain": "walter", + "description": "Sandvik AB", + "type": "generic" + }, + { + "domain": "wang", + "description": "Zodiac Wang Limited", + "type": "generic" + }, + { + "domain": "wanggou", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "warman", + "description": "Weir Group IP Limited", + "type": "generic" + }, + { + "domain": "watch", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "watches", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "weather", + "description": "International Business Machines Corporation", + "type": "generic" + }, + { + "domain": "weatherchannel", + "description": "International Business Machines Corporation", + "type": "generic" + }, + { + "domain": "webcam", + "description": "dot Webcam Limited", + "type": "generic" + }, + { + "domain": "weber", + "description": "Saint-Gobain Weber SA", + "type": "generic" + }, + { + "domain": "website", + "description": "DotWebsite Inc.", + "type": "generic" + }, + { + "domain": "wed", + "description": "Emergency Back-End Registry Operator Program - ICANN", + "type": "generic" + }, + { + "domain": "wedding", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "weibo", + "description": "Sina Corporation", + "type": "generic" + }, + { + "domain": "weir", + "description": "Weir Group IP Limited", + "type": "generic" + }, + { + "domain": "wf", + "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "type": "country-code" + }, + { + "domain": "whoswho", + "description": "Who's Who Registry", + "type": "generic" + }, + { + "domain": "wien", + "description": "punkt.wien GmbH", + "type": "generic" + }, + { + "domain": "wiki", + "description": "Top Level Design, LLC", + "type": "generic" + }, + { + "domain": "williamhill", + "description": "William Hill Organization Limited", + "type": "generic" + }, + { + "domain": "win", + "description": "First Registry Limited", + "type": "generic" + }, + { + "domain": "windows", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "wine", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "winners", + "description": "The TJX Companies, Inc.", + "type": "generic" + }, + { + "domain": "wme", + "description": "William Morris Endeavor Entertainment, LLC", + "type": "generic" + }, + { + "domain": "wolterskluwer", + "description": "Wolters Kluwer N.V.", + "type": "generic" + }, + { + "domain": "woodside", + "description": "Woodside Petroleum Limited", + "type": "generic" + }, + { + "domain": "work", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "works", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "world", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "wow", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "ws", + "description": "Government of Samoa Ministry of Foreign Affairs & Trade", + "type": "country-code" + }, + { + "domain": "wtc", + "description": "World Trade Centers Association, Inc.", + "type": "generic" + }, + { + "domain": "wtf", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "xbox", + "description": "Microsoft Corporation", + "type": "generic" + }, + { + "domain": "xerox", + "description": "Xerox DNHC LLC", + "type": "generic" + }, + { + "domain": "xfinity", + "description": "Comcast IP Holdings I, LLC", + "type": "generic" + }, + { + "domain": "xihuan", + "description": "QIHOO 360 TECHNOLOGY CO. LTD.", + "type": "generic" + }, + { + "domain": "xin", + "description": "Elegant Leader Limited", + "type": "generic" + }, + { + "domain": "测试", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "कॉम", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "परीक्षा", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "セール", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "佛山", + "description": "Guangzhou YU Wei Information Technology Co., Ltd.", + "type": "generic" + }, + { + "domain": "ಭಾರತ", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "慈善", + "description": "Excellent First Limited", + "type": "generic" + }, + { + "domain": "集团", + "description": "Eagle Horizon Limited", + "type": "generic" + }, + { + "domain": "在线", + "description": "TLD REGISTRY LIMITED", + "type": "generic" + }, + { + "domain": "한국", + "description": "KISA (Korea Internet & Security Agency)", + "type": "country-code" + }, + { + "domain": "ଭାରତ", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "大众汽车", + "description": "Volkswagen (China) Investment Co., Ltd.", + "type": "generic" + }, + { + "domain": "点看", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "คอม", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "ভাৰত", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "ভারত", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "八卦", + "description": "Zodiac Gemini Ltd", + "type": "generic" + }, + { + "domain": "‏موقع‎", + "description": "Suhub Electronic Establishment", + "type": "generic" + }, + { + "domain": "বাংলা", + "description": "Posts and Telecommunications Division", + "type": "country-code" + }, + { + "domain": "公益", + "description": "China Organizational Name Administration Center", + "type": "generic" + }, + { + "domain": "公司", + "description": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", + "type": "generic" + }, + { + "domain": "香格里拉", + "description": "Shangri‐La International Hotel Management Limited", + "type": "generic" + }, + { + "domain": "网站", + "description": "Global Website TLD Asia Limited", + "type": "generic" + }, + { + "domain": "移动", + "description": "Afilias plc", + "type": "generic" + }, + { + "domain": "我爱你", + "description": "Tycoon Treasure Limited", + "type": "generic" + }, + { + "domain": "москва", + "description": "Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)", + "type": "generic" + }, + { + "domain": "испытание", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "қаз", + "description": "Association of IT Companies of Kazakhstan", + "type": "country-code" + }, + { + "domain": "католик", + "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "type": "generic" + }, + { + "domain": "онлайн", + "description": "CORE Association", + "type": "generic" + }, + { + "domain": "сайт", + "description": "CORE Association", + "type": "generic" + }, + { + "domain": "联通", + "description": "China United Network Communications Corporation Limited", + "type": "generic" + }, + { + "domain": "срб", + "description": "Serbian National Internet Domain Registry (RNIDS)", + "type": "country-code" + }, + { + "domain": "бг", + "description": "Imena.BG AD", + "type": "country-code" + }, + { + "domain": "бел", + "description": "Reliable Software, Ltd.", + "type": "country-code" + }, + { + "domain": "‏קום‎", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "时尚", + "description": "RISE VICTORY LIMITED", + "type": "generic" + }, + { + "domain": "微博", + "description": "Sina Corporation", + "type": "generic" + }, + { + "domain": "테스트", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "淡马锡", + "description": "Temasek Holdings (Private) Limited", + "type": "generic" + }, + { + "domain": "ファッション", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "орг", + "description": "Public Interest Registry", + "type": "generic" + }, + { + "domain": "नेट", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "ストア", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "삼성", + "description": "SAMSUNG SDS CO., LTD", + "type": "generic" + }, + { + "domain": "சிங்கப்பூர்", + "description": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "type": "country-code" + }, + { + "domain": "商标", + "description": "HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED", + "type": "generic" + }, + { + "domain": "商店", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "商城", + "description": "Zodiac Aquarius Limited", + "type": "generic" + }, + { + "domain": "дети", + "description": "The Foundation for Network Initiatives “The Smart Internet”", + "type": "generic" + }, + { + "domain": "мкд", + "description": "Macedonian Academic Research Network Skopje", + "type": "country-code" + }, + { + "domain": "‏טעסט‎", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "ею", + "description": "EURid vzw/asbl", + "type": "country-code" + }, + { + "domain": "ポイント", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "新闻", + "description": "Guangzhou YU Wei Information and Technology Co.,Ltd", + "type": "generic" + }, + { + "domain": "工行", + "description": "Industrial and Commercial Bank of China Limited", + "type": "generic" + }, + { + "domain": "家電", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "‏كوم‎", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "中文网", + "description": "TLD REGISTRY LIMITED", + "type": "generic" + }, + { + "domain": "中信", + "description": "CITIC Group Corporation", + "type": "generic" + }, + { + "domain": "中国", + "description": "China Internet Network Information Center (CNNIC)", + "type": "country-code" + }, + { + "domain": "中國", + "description": "China Internet Network Information Center (CNNIC)", + "type": "country-code" + }, + { + "domain": "娱乐", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "谷歌", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "భారత్", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "ලංකා", + "description": "LK Domain Registry", + "type": "country-code" + }, + { + "domain": "電訊盈科", + "description": "PCCW Enterprises Limited", + "type": "generic" + }, + { + "domain": "购物", + "description": "Minds + Machines Group Limited", + "type": "generic" + }, + { + "domain": "測試", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "クラウド", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "ભારત", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "通販", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "भारतम्", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "भारत", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "भारोत", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "‏آزمایشی‎", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "பரிட்சை", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "网店", + "description": "Zodiac Taurus Ltd.", + "type": "generic" + }, + { + "domain": "संगठन", + "description": "Public Interest Registry", + "type": "generic" + }, + { + "domain": "餐厅", + "description": "HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED", + "type": "generic" + }, + { + "domain": "网络", + "description": "Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)", + "type": "generic" + }, + { + "domain": "ком", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "укр", + "description": "Ukrainian Network Information Centre (UANIC), Inc.", + "type": "country-code" + }, + { + "domain": "香港", + "description": "Hong Kong Internet Registration Corporation Ltd.", + "type": "country-code" + }, + { + "domain": "诺基亚", + "description": "Nokia Corporation", + "type": "generic" + }, + { + "domain": "食品", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "δοκιμή", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "飞利浦", + "description": "Koninklijke Philips N.V.", + "type": "generic" + }, + { + "domain": "‏إختبار‎", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "台湾", + "description": "Taiwan Network Information Center (TWNIC)", + "type": "country-code" + }, + { + "domain": "台灣", + "description": "Taiwan Network Information Center (TWNIC)", + "type": "country-code" + }, + { + "domain": "手表", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "手机", + "description": "Beijing RITT-Net Technology Development Co., Ltd", + "type": "generic" + }, + { + "domain": "мон", + "description": "Datacom Co.,Ltd", + "type": "country-code" + }, + { + "domain": "‏الجزائر‎", + "description": "CERIST", + "type": "country-code" + }, + { + "domain": "‏عمان‎", + "description": "Telecommunications Regulatory Authority (TRA)", + "type": "country-code" + }, + { + "domain": "‏ارامكو‎", + "description": "Aramco Services Company", + "type": "generic" + }, + { + "domain": "‏ایران‎", + "description": "Institute for Research in Fundamental Sciences (IPM)", + "type": "country-code" + }, + { + "domain": "‏العليان‎", + "description": "Crescent Holding GmbH", + "type": "generic" + }, + { + "domain": "‏اتصالات‎", + "description": "Emirates Telecommunications Corporation (trading as Etisalat)", + "type": "generic" + }, + { + "domain": "‏امارات‎", + "description": "Telecommunications Regulatory Authority (TRA)", + "type": "country-code" + }, + { + "domain": "‏بازار‎", + "description": "CORE Association", + "type": "generic" + }, + { + "domain": "‏موريتانيا‎", + "description": "Not assigned", + "type": "country-code" + }, + { + "domain": "‏پاکستان‎", + "description": "National Telecommunication Corporation", + "type": "country-code" + }, + { + "domain": "‏الاردن‎", + "description": "National Information Technology Center (NITC)", + "type": "country-code" + }, + { + "domain": "‏موبايلي‎", + "description": "GreenTech Consultancy Company W.L.L.", + "type": "generic" + }, + { + "domain": "‏بارت‎", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "‏بھارت‎", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "‏المغرب‎", + "description": "Agence Nationale de Réglementation des Télécommunications (ANRT)", + "type": "country-code" + }, + { + "domain": "‏ابوظبي‎", + "description": "Abu Dhabi Systems and Information Centre", + "type": "generic" + }, + { + "domain": "‏السعودية‎", + "description": "Communications and Information Technology Commission", + "type": "country-code" + }, + { + "domain": "‏ڀارت‎", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "‏كاثوليك‎", + "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "type": "generic" + }, + { + "domain": "‏سودان‎", + "description": "Sudan Internet Society", + "type": "country-code" + }, + { + "domain": "‏همراه‎", + "description": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", + "type": "generic" + }, + { + "domain": "‏عراق‎", + "description": "Communications and Media Commission (CMC)", + "type": "country-code" + }, + { + "domain": "‏مليسيا‎", + "description": "MYNIC Berhad", + "type": "country-code" + }, + { + "domain": "澳門", + "description": "Macao Post and Telecommunications Bureau (CTT)", + "type": "country-code" + }, + { + "domain": "닷컴", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "政府", + "description": "Net-Chinese Co., Ltd.", + "type": "generic" + }, + { + "domain": "‏شبكة‎", + "description": "International Domain Registry Pty. Ltd.", + "type": "generic" + }, + { + "domain": "‏بيتك‎", + "description": "Kuwait Finance House", + "type": "generic" + }, + { + "domain": "‏عرب‎", + "description": "League of Arab States", + "type": "generic" + }, + { + "domain": "გე", + "description": "Information Technologies Development Center (ITDC)", + "type": "country-code" + }, + { + "domain": "机构", + "description": "Public Interest Registry", + "type": "generic" + }, + { + "domain": "组织机构", + "description": "Public Interest Registry", + "type": "generic" + }, + { + "domain": "健康", + "description": "Stable Tone Limited", + "type": "generic" + }, + { + "domain": "ไทย", + "description": "Thai Network Information Center Foundation", + "type": "country-code" + }, + { + "domain": "‏سورية‎", + "description": "National Agency for Network Services (NANS)", + "type": "country-code" + }, + { + "domain": "招聘", + "description": "Dot Trademark TLD Holding Company Limited", + "type": "generic" + }, + { + "domain": "рус", + "description": "Rusnames Limited", + "type": "generic" + }, + { + "domain": "рф", + "description": "Coordination Center for TLD RU", + "type": "country-code" + }, + { + "domain": "珠宝", + "description": "Richemont DNS Inc.", + "type": "generic" + }, + { + "domain": "‏تونس‎", + "description": "Agence Tunisienne d'Internet", + "type": "country-code" + }, + { + "domain": "大拿", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "みんな", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "グーグル", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "ελ", + "description": "ICS-FORTH GR", + "type": "country-code" + }, + { + "domain": "世界", + "description": "Stable Tone Limited", + "type": "generic" + }, + { + "domain": "書籍", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "ഭാരതം", + "description": "National Internet eXchange of India", + "type": "country-code" + }, + { + "domain": "ਭਾਰਤ", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "网址", + "description": "KNET Co., Ltd", + "type": "generic" + }, + { + "domain": "닷넷", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "コム", + "description": "VeriSign Sarl", + "type": "generic" + }, + { + "domain": "天主教", + "description": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", + "type": "generic" + }, + { + "domain": "游戏", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "vermögensberater", + "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "type": "generic" + }, + { + "domain": "vermögensberatung", + "description": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", + "type": "generic" + }, + { + "domain": "企业", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "信息", + "description": "Beijing Tele-info Network Technology Co., Ltd.", + "type": "generic" + }, + { + "domain": "嘉里大酒店", + "description": "Kerry Trading Co. Limited", + "type": "generic" + }, + { + "domain": "嘉里", + "description": "Kerry Trading Co. Limited", + "type": "generic" + }, + { + "domain": "‏مصر‎", + "description": "National Telecommunication Regulatory Authority - NTRA", + "type": "country-code" + }, + { + "domain": "‏قطر‎", + "description": "Communications Regulatory Authority", + "type": "country-code" + }, + { + "domain": "广东", + "description": "Guangzhou YU Wei Information Technology Co., Ltd.", + "type": "generic" + }, + { + "domain": "இலங்கை", + "description": "LK Domain Registry", + "type": "country-code" + }, + { + "domain": "இந்தியா", + "description": "National Internet Exchange of India", + "type": "country-code" + }, + { + "domain": "հայ", + "description": "\"Internet Society\" Non-governmental Organization", + "type": "country-code" + }, + { + "domain": "新加坡", + "description": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "type": "country-code" + }, + { + "domain": "‏فلسطين‎", + "description": "Ministry of Telecom & Information Technology (MTIT)", + "type": "country-code" + }, + { + "domain": "テスト", + "description": "Internet Assigned Numbers Authority", + "type": "test" + }, + { + "domain": "政务", + "description": "China Organizational Name Administration Center", + "type": "generic" + }, + { + "domain": "xperia", + "description": "Sony Mobile Communications AB", + "type": "generic" + }, + { + "domain": "xxx", + "description": "ICM Registry LLC", + "type": "sponsored" + }, + { + "domain": "xyz", + "description": "XYZ.COM LLC", + "type": "generic" + }, + { + "domain": "yachts", + "description": "DERYachts, LLC", + "type": "generic" + }, + { + "domain": "yahoo", + "description": "Yahoo! Domain Services Inc.", + "type": "generic" + }, + { + "domain": "yamaxun", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "yandex", + "description": "YANDEX, LLC", + "type": "generic" + }, + { + "domain": "ye", + "description": "TeleYemen", + "type": "country-code" + }, + { + "domain": "yodobashi", + "description": "YODOBASHI CAMERA CO.,LTD.", + "type": "generic" + }, + { + "domain": "yoga", + "description": "Top Level Domain Holdings Limited", + "type": "generic" + }, + { + "domain": "yokohama", + "description": "GMO Registry, Inc.", + "type": "generic" + }, + { + "domain": "you", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "youtube", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "yt", + "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "type": "country-code" + }, + { + "domain": "yun", + "description": "QIHOO 360 TECHNOLOGY CO. LTD.", + "type": "generic" + }, + { + "domain": "za", + "description": "ZA Domain Name Authority", + "type": "country-code" + }, + { + "domain": "zappos", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "zara", + "description": "Industria de Diseño Textil, S.A. (INDITEX, S.A.)", + "type": "generic" + }, + { + "domain": "zero", + "description": "Amazon Registry Services, Inc.", + "type": "generic" + }, + { + "domain": "zip", + "description": "Charleston Road Registry Inc.", + "type": "generic" + }, + { + "domain": "zippo", + "description": "Zadco Company", + "type": "generic" + }, + { + "domain": "zm", + "description": "Zambia Information and Communications Technology Authority (ZICTA)", + "type": "country-code" + }, + { + "domain": "zone", + "description": "Binky Moon, LLC", + "type": "generic" + }, + { + "domain": "zuerich", + "description": "Kanton Zürich (Canton of Zurich)", + "type": "generic" + }, + { + "domain": "zw", + "description": "Postal and Telecommunications Regulatory Authority of Zimbabwe (POTRAZ)", + "type": "country-code" + } +] \ No newline at end of file diff --git a/formats/json/tld-list.json b/formats/json/tld-list.json index 0637a08..967e429 100644 --- a/formats/json/tld-list.json +++ b/formats/json/tld-list.json @@ -1 +1,1579 @@ -[] \ No newline at end of file +[ + "aaa", + "aarp", + "abarth", + "abb", + "abbott", + "abbvie", + "abc", + "able", + "abogado", + "abudhabi", + "ac", + "academy", + "accenture", + "accountant", + "accountants", + "aco", + "active", + "actor", + "ad", + "adac", + "ads", + "adult", + "ae", + "aeg", + "aero", + "aetna", + "af", + "afamilycompany", + "afl", + "africa", + "ag", + "agakhan", + "agency", + "ai", + "aig", + "aigo", + "airbus", + "airforce", + "airtel", + "akdn", + "al", + "alfaromeo", + "alibaba", + "alipay", + "allfinanz", + "allstate", + "ally", + "alsace", + "alstom", + "am", + "americanexpress", + "americanfamily", + "amex", + "amfam", + "amica", + "amsterdam", + "an", + "analytics", + "android", + "anquan", + "anz", + "ao", + "aol", + "apartments", + "app", + "apple", + "aq", + "aquarelle", + "ar", + "arab", + "aramco", + "archi", + "army", + "arpa", + "art", + "arte", + "as", + "asda", + "asia", + "associates", + "at", + "athleta", + "attorney", + "au", + "auction", + "audi", + "audible", + "audio", + "auspost", + "author", + "auto", + "autos", + "avianca", + "aw", + "aws", + "ax", + "axa", + "az", + "azure", + "ba", + "baby", + "baidu", + "banamex", + "bananarepublic", + "band", + "bank", + "bar", + "barcelona", + "barclaycard", + "barclays", + "barefoot", + "bargains", + "baseball", + "basketball", + "bauhaus", + "bayern", + "bb", + "bbc", + "bbt", + "bbva", + "bcg", + "bcn", + "bd", + "be", + "beats", + "beauty", + "beer", + "bentley", + "berlin", + "best", + "bestbuy", + "bet", + "bf", + "bg", + "bh", + "bharti", + "bi", + "bible", + "bid", + "bike", + "bing", + "bingo", + "bio", + "biz", + "bj", + "bl", + "black", + "blackfriday", + "blanco", + "blockbuster", + "blog", + "bloomberg", + "blue", + "bm", + "bms", + "bmw", + "bn", + "bnl", + "bnpparibas", + "bo", + "boats", + "boehringer", + "bofa", + "bom", + "bond", + "boo", + "book", + "booking", + "boots", + "bosch", + "bostik", + "boston", + "bot", + "boutique", + "box", + "bq", + "br", + "bradesco", + "bridgestone", + "broadway", + "broker", + "brother", + "brussels", + "bs", + "bt", + "budapest", + "bugatti", + "build", + "builders", + "business", + "buy", + "buzz", + "bv", + "bw", + "by", + "bz", + "bzh", + "ca", + "cab", + "cafe", + "cal", + "call", + "calvinklein", + "cam", + "camera", + "camp", + "cancerresearch", + "canon", + "capetown", + "capital", + "capitalone", + "car", + "caravan", + "cards", + "care", + "career", + "careers", + "cars", + "cartier", + "casa", + "case", + "caseih", + "cash", + "casino", + "cat", + "catering", + "catholic", + "cba", + "cbn", + "cbre", + "cbs", + "cc", + "cd", + "ceb", + "center", + "ceo", + "cern", + "cf", + "cfa", + "cfd", + "cg", + "ch", + "chanel", + "channel", + "charity", + "chase", + "chat", + "cheap", + "chintai", + "chloe", + "christmas", + "chrome", + "chrysler", + "church", + "ci", + "cipriani", + "circle", + "cisco", + "citadel", + "citi", + "citic", + "city", + "cityeats", + "ck", + "cl", + "claims", + "cleaning", + "click", + "clinic", + "clinique", + "clothing", + "cloud", + "club", + "clubmed", + "cm", + "cn", + "co", + "coach", + "codes", + "coffee", + "college", + "cologne", + "com", + "comcast", + "commbank", + "community", + "company", + "compare", + "computer", + "comsec", + "condos", + "construction", + "consulting", + "contact", + "contractors", + "cooking", + "cookingchannel", + "cool", + "coop", + "corsica", + "country", + "coupon", + "coupons", + "courses", + "cr", + "credit", + "creditcard", + "creditunion", + "cricket", + "crown", + "crs", + "cruise", + "cruises", + "csc", + "cu", + "cuisinella", + "cv", + "cw", + "cx", + "cy", + "cymru", + "cyou", + "cz", + "dabur", + "dad", + "dance", + "data", + "date", + "dating", + "datsun", + "day", + "dclk", + "dds", + "de", + "deal", + "dealer", + "deals", + "degree", + "delivery", + "dell", + "deloitte", + "delta", + "democrat", + "dental", + "dentist", + "desi", + "design", + "dev", + "dhl", + "diamonds", + "diet", + "digital", + "direct", + "directory", + "discount", + "discover", + "dish", + "diy", + "dj", + "dk", + "dm", + "dnp", + "do", + "docs", + "doctor", + "dodge", + "dog", + "doha", + "domains", + "doosan", + "dot", + "download", + "drive", + "dtv", + "dubai", + "duck", + "dunlop", + "duns", + "dupont", + "durban", + "dvag", + "dvr", + "dz", + "earth", + "eat", + "ec", + "eco", + "edeka", + "edu", + "education", + "ee", + "eg", + "eh", + "email", + "emerck", + "energy", + "engineer", + "engineering", + "enterprises", + "epost", + "epson", + "equipment", + "er", + "ericsson", + "erni", + "es", + "esq", + "estate", + "esurance", + "et", + "etisalat", + "eu", + "eurovision", + "eus", + "events", + "everbank", + "exchange", + "expert", + "exposed", + "express", + "extraspace", + "fage", + "fail", + "fairwinds", + "faith", + "family", + "fan", + "fans", + "farm", + "farmers", + "fashion", + "fast", + "fedex", + "feedback", + "ferrari", + "ferrero", + "fi", + "fiat", + "fidelity", + "fido", + "film", + "final", + "finance", + "financial", + "fire", + "firestone", + "firmdale", + "fish", + "fishing", + "fit", + "fitness", + "fj", + "fk", + "flickr", + "flights", + "flir", + "florist", + "flowers", + "flsmidth", + "fly", + "fm", + "fo", + "foo", + "food", + "foodnetwork", + "football", + "ford", + "forex", + "forsale", + "forum", + "foundation", + "fox", + "fr", + "free", + "fresenius", + "frl", + "frogans", + "frontdoor", + "frontier", + "ftr", + "fujitsu", + "fujixerox", + "fun", + "fund", + "furniture", + "futbol", + "fyi", + "ga", + "gal", + "gallery", + "gallo", + "gallup", + "game", + "games", + "gap", + "garden", + "gb", + "gbiz", + "gd", + "gdn", + "ge", + "gea", + "gent", + "genting", + "george", + "gf", + "gg", + "ggee", + "gh", + "gi", + "gift", + "gifts", + "gives", + "giving", + "gl", + "glade", + "glass", + "gle", + "global", + "globo", + "gm", + "gmail", + "gmbh", + "gmo", + "gmx", + "gn", + "godaddy", + "gold", + "goldpoint", + "golf", + "goo", + "goodhands", + "goodyear", + "goog", + "google", + "gop", + "got", + "gov", + "gp", + "gq", + "gr", + "grainger", + "graphics", + "gratis", + "green", + "gripe", + "grocery", + "group", + "gs", + "gt", + "gu", + "guardian", + "gucci", + "guge", + "guide", + "guitars", + "guru", + "gw", + "gy", + "hair", + "hamburg", + "hangout", + "haus", + "hbo", + "hdfc", + "hdfcbank", + "health", + "healthcare", + "help", + "helsinki", + "here", + "hermes", + "hgtv", + "hiphop", + "hisamitsu", + "hitachi", + "hiv", + "hk", + "hkt", + "hm", + "hn", + "hockey", + "holdings", + "holiday", + "homedepot", + "homegoods", + "homes", + "homesense", + "honda", + "honeywell", + "horse", + "hospital", + "host", + "hosting", + "hot", + "hoteles", + "hotels", + "hotmail", + "house", + "how", + "hr", + "hsbc", + "ht", + "htc", + "hu", + "hughes", + "hyatt", + "hyundai", + "ibm", + "icbc", + "ice", + "icu", + "id", + "ie", + "ieee", + "ifm", + "iinet", + "ikano", + "il", + "im", + "imamat", + "imdb", + "immo", + "immobilien", + "in", + "industries", + "infiniti", + "info", + "ing", + "ink", + "institute", + "insurance", + "insure", + "int", + "intel", + "international", + "intuit", + "investments", + "io", + "ipiranga", + "iq", + "ir", + "irish", + "is", + "iselect", + "ismaili", + "ist", + "istanbul", + "it", + "itau", + "itv", + "iveco", + "iwc", + "jaguar", + "java", + "jcb", + "jcp", + "je", + "jeep", + "jetzt", + "jewelry", + "jio", + "jlc", + "jll", + "jm", + "jmp", + "jnj", + "jo", + "jobs", + "joburg", + "jot", + "joy", + "jp", + "jpmorgan", + "jprs", + "juegos", + "juniper", + "kaufen", + "kddi", + "ke", + "kerryhotels", + "kerrylogistics", + "kerryproperties", + "kfh", + "kg", + "kh", + "ki", + "kia", + "kim", + "kinder", + "kindle", + "kitchen", + "kiwi", + "km", + "kn", + "koeln", + "komatsu", + "kosher", + "kp", + "kpmg", + "kpn", + "kr", + "krd", + "kred", + "kuokgroup", + "kw", + "ky", + "kyoto", + "kz", + "la", + "lacaixa", + "ladbrokes", + "lamborghini", + "lamer", + "lancaster", + "lancia", + "lancome", + "land", + "landrover", + "lanxess", + "lasalle", + "lat", + "latino", + "latrobe", + "law", + "lawyer", + "lb", + "lc", + "lds", + "lease", + "leclerc", + "lefrak", + "legal", + "lego", + "lexus", + "lgbt", + "li", + "liaison", + "lidl", + "life", + "lifeinsurance", + "lifestyle", + "lighting", + "like", + "lilly", + "limited", + "limo", + "lincoln", + "linde", + "link", + "lipsy", + "live", + "living", + "lixil", + "lk", + "llc", + "loan", + "loans", + "locker", + "locus", + "loft", + "lol", + "london", + "lotte", + "lotto", + "love", + "lpl", + "lplfinancial", + "lr", + "ls", + "lt", + "ltd", + "ltda", + "lu", + "lundbeck", + "lupin", + "luxe", + "luxury", + "lv", + "ly", + "ma", + "macys", + "madrid", + "maif", + "maison", + "makeup", + "man", + "management", + "mango", + "map", + "market", + "marketing", + "markets", + "marriott", + "marshalls", + "maserati", + "mattel", + "mba", + "mc", + "mcd", + "mcdonalds", + "mckinsey", + "md", + "me", + "med", + "media", + "meet", + "melbourne", + "meme", + "memorial", + "men", + "menu", + "meo", + "merckmsd", + "metlife", + "mf", + "mg", + "mh", + "miami", + "microsoft", + "mil", + "mini", + "mint", + "mit", + "mitsubishi", + "mk", + "ml", + "mlb", + "mls", + "mm", + "mma", + "mn", + "mo", + "mobi", + "mobile", + "mobily", + "moda", + "moe", + "moi", + "mom", + "monash", + "money", + "monster", + "montblanc", + "mopar", + "mormon", + "mortgage", + "moscow", + "moto", + "motorcycles", + "mov", + "movie", + "movistar", + "mp", + "mq", + "mr", + "ms", + "msd", + "mt", + "mtn", + "mtpc", + "mtr", + "mu", + "museum", + "mutual", + "mutuelle", + "mv", + "mw", + "mx", + "my", + "mz", + "na", + "nab", + "nadex", + "nagoya", + "name", + "nationwide", + "natura", + "navy", + "nba", + "nc", + "ne", + "nec", + "net", + "netbank", + "netflix", + "network", + "neustar", + "new", + "newholland", + "news", + "next", + "nextdirect", + "nexus", + "nf", + "nfl", + "ng", + "ngo", + "nhk", + "ni", + "nico", + "nike", + "nikon", + "ninja", + "nissan", + "nissay", + "nl", + "no", + "nokia", + "northwesternmutual", + "norton", + "now", + "nowruz", + "nowtv", + "np", + "nr", + "nra", + "nrw", + "ntt", + "nu", + "nyc", + "nz", + "obi", + "observer", + "off", + "office", + "okinawa", + "olayan", + "olayangroup", + "oldnavy", + "ollo", + "om", + "omega", + "one", + "ong", + "onl", + "online", + "onyourside", + "ooo", + "open", + "oracle", + "orange", + "org", + "organic", + "orientexpress", + "origins", + "osaka", + "otsuka", + "ott", + "ovh", + "pa", + "page", + "pamperedchef", + "panasonic", + "panerai", + "paris", + "pars", + "partners", + "parts", + "party", + "passagens", + "pay", + "pccw", + "pe", + "pet", + "pf", + "pfizer", + "pg", + "ph", + "pharmacy", + "phd", + "philips", + "phone", + "photo", + "photography", + "photos", + "physio", + "piaget", + "pics", + "pictet", + "pictures", + "pid", + "pin", + "ping", + "pink", + "pioneer", + "pizza", + "pk", + "pl", + "place", + "play", + "playstation", + "plumbing", + "plus", + "pm", + "pn", + "pnc", + "pohl", + "poker", + "politie", + "porn", + "post", + "pr", + "pramerica", + "praxi", + "press", + "prime", + "pro", + "prod", + "productions", + "prof", + "progressive", + "promo", + "properties", + "property", + "protection", + "pru", + "prudential", + "ps", + "pt", + "pub", + "pw", + "pwc", + "py", + "qa", + "qpon", + "quebec", + "quest", + "qvc", + "racing", + "radio", + "raid", + "re", + "read", + "realestate", + "realtor", + "realty", + "recipes", + "red", + "redstone", + "redumbrella", + "rehab", + "reise", + "reisen", + "reit", + "reliance", + "ren", + "rent", + "rentals", + "repair", + "report", + "republican", + "rest", + "restaurant", + "review", + "reviews", + "rexroth", + "rich", + "richardli", + "ricoh", + "rightathome", + "ril", + "rio", + "rip", + "rmit", + "ro", + "rocher", + "rocks", + "rodeo", + "rogers", + "room", + "rs", + "rsvp", + "ru", + "rugby", + "ruhr", + "run", + "rw", + "rwe", + "ryukyu", + "sa", + "saarland", + "safe", + "safety", + "sakura", + "sale", + "salon", + "samsclub", + "samsung", + "sandvik", + "sandvikcoromant", + "sanofi", + "sap", + "sapo", + "sarl", + "sas", + "save", + "saxo", + "sb", + "sbi", + "sbs", + "sc", + "sca", + "scb", + "schaeffler", + "schmidt", + "scholarships", + "school", + "schule", + "schwarz", + "science", + "scjohnson", + "scor", + "scot", + "sd", + "se", + "search", + "seat", + "secure", + "security", + "seek", + "select", + "sener", + "services", + "ses", + "seven", + "sew", + "sex", + "sexy", + "sfr", + "sg", + "sh", + "shangrila", + "sharp", + "shaw", + "shell", + "shia", + "shiksha", + "shoes", + "shop", + "shopping", + "shouji", + "show", + "showtime", + "shriram", + "si", + "silk", + "sina", + "singles", + "site", + "sj", + "sk", + "ski", + "skin", + "sky", + "skype", + "sl", + "sling", + "sm", + "smart", + "smile", + "sn", + "sncf", + "so", + "soccer", + "social", + "softbank", + "software", + "sohu", + "solar", + "solutions", + "song", + "sony", + "soy", + "space", + "spiegel", + "sport", + "spot", + "spreadbetting", + "sr", + "srl", + "srt", + "ss", + "st", + "stada", + "staples", + "star", + "starhub", + "statebank", + "statefarm", + "statoil", + "stc", + "stcgroup", + "stockholm", + "storage", + "store", + "stream", + "studio", + "study", + "style", + "su", + "sucks", + "supplies", + "supply", + "support", + "surf", + "surgery", + "suzuki", + "sv", + "swatch", + "swiftcover", + "swiss", + "sx", + "sy", + "sydney", + "symantec", + "systems", + "sz", + "tab", + "taipei", + "talk", + "taobao", + "target", + "tatamotors", + "tatar", + "tattoo", + "tax", + "taxi", + "tc", + "tci", + "td", + "tdk", + "team", + "tech", + "technology", + "tel", + "telecity", + "telefonica", + "temasek", + "tennis", + "teva", + "tf", + "tg", + "th", + "thd", + "theater", + "theatre", + "tiaa", + "tickets", + "tienda", + "tiffany", + "tips", + "tires", + "tirol", + "tj", + "tjmaxx", + "tjx", + "tk", + "tkmaxx", + "tl", + "tm", + "tmall", + "tn", + "to", + "today", + "tokyo", + "tools", + "top", + "toray", + "toshiba", + "total", + "tours", + "town", + "toyota", + "toys", + "tp", + "tr", + "trade", + "trading", + "training", + "travel", + "travelchannel", + "travelers", + "travelersinsurance", + "trust", + "trv", + "tt", + "tube", + "tui", + "tunes", + "tushu", + "tv", + "tvs", + "tw", + "tz", + "ua", + "ubank", + "ubs", + "uconnect", + "ug", + "uk", + "um", + "unicom", + "university", + "uno", + "uol", + "ups", + "us", + "uy", + "uz", + "va", + "vacations", + "vana", + "vanguard", + "vc", + "ve", + "vegas", + "ventures", + "verisign", + "versicherung", + "vet", + "vg", + "vi", + "viajes", + "video", + "vig", + "viking", + "villas", + "vin", + "vip", + "virgin", + "visa", + "vision", + "vista", + "vistaprint", + "viva", + "vivo", + "vlaanderen", + "vn", + "vodka", + "volkswagen", + "volvo", + "vote", + "voting", + "voto", + "voyage", + "vu", + "vuelos", + "wales", + "walmart", + "walter", + "wang", + "wanggou", + "warman", + "watch", + "watches", + "weather", + "weatherchannel", + "webcam", + "weber", + "website", + "wed", + "wedding", + "weibo", + "weir", + "wf", + "whoswho", + "wien", + "wiki", + "williamhill", + "win", + "windows", + "wine", + "winners", + "wme", + "wolterskluwer", + "woodside", + "work", + "works", + "world", + "wow", + "ws", + "wtc", + "wtf", + "xbox", + "xerox", + "xfinity", + "xihuan", + "xin", + "测试", + "कॉम", + "परीक्षा", + "セール", + "佛山", + "ಭಾರತ", + "慈善", + "集团", + "在线", + "한국", + "ଭାରତ", + "大众汽车", + "点看", + "คอม", + "ভাৰত", + "ভারত", + "八卦", + "‏موقع‎", + "বাংলা", + "公益", + "公司", + "香格里拉", + "网站", + "移动", + "我爱你", + "москва", + "испытание", + "қаз", + "католик", + "онлайн", + "сайт", + "联通", + "срб", + "бг", + "бел", + "‏קום‎", + "时尚", + "微博", + "테스트", + "淡马锡", + "ファッション", + "орг", + "नेट", + "ストア", + "삼성", + "சிங்கப்பூர்", + "商标", + "商店", + "商城", + "дети", + "мкд", + "‏טעסט‎", + "ею", + "ポイント", + "新闻", + "工行", + "家電", + "‏كوم‎", + "中文网", + "中信", + "中国", + "中國", + "娱乐", + "谷歌", + "భారత్", + "ලංකා", + "電訊盈科", + "购物", + "測試", + "クラウド", + "ભારત", + "通販", + "भारतम्", + "भारत", + "भारोत", + "‏آزمایشی‎", + "பரிட்சை", + "网店", + "संगठन", + "餐厅", + "网络", + "ком", + "укр", + "香港", + "诺基亚", + "食品", + "δοκιμή", + "飞利浦", + "‏إختبار‎", + "台湾", + "台灣", + "手表", + "手机", + "мон", + "‏الجزائر‎", + "‏عمان‎", + "‏ارامكو‎", + "‏ایران‎", + "‏العليان‎", + "‏اتصالات‎", + "‏امارات‎", + "‏بازار‎", + "‏موريتانيا‎", + "‏پاکستان‎", + "‏الاردن‎", + "‏موبايلي‎", + "‏بارت‎", + "‏بھارت‎", + "‏المغرب‎", + "‏ابوظبي‎", + "‏السعودية‎", + "‏ڀارت‎", + "‏كاثوليك‎", + "‏سودان‎", + "‏همراه‎", + "‏عراق‎", + "‏مليسيا‎", + "澳門", + "닷컴", + "政府", + "‏شبكة‎", + "‏بيتك‎", + "‏عرب‎", + "გე", + "机构", + "组织机构", + "健康", + "ไทย", + "‏سورية‎", + "招聘", + "рус", + "рф", + "珠宝", + "‏تونس‎", + "大拿", + "みんな", + "グーグル", + "ελ", + "世界", + "書籍", + "ഭാരതം", + "ਭਾਰਤ", + "网址", + "닷넷", + "コム", + "天主教", + "游戏", + "vermögensberater", + "vermögensberatung", + "企业", + "信息", + "嘉里大酒店", + "嘉里", + "‏مصر‎", + "‏قطر‎", + "广东", + "இலங்கை", + "இந்தியா", + "հայ", + "新加坡", + "‏فلسطين‎", + "テスト", + "政务", + "xperia", + "xxx", + "xyz", + "yachts", + "yahoo", + "yamaxun", + "yandex", + "ye", + "yodobashi", + "yoga", + "yokohama", + "you", + "youtube", + "yt", + "yun", + "za", + "zappos", + "zara", + "zero", + "zip", + "zippo", + "zm", + "zone", + "zuerich", + "zw" +] \ No newline at end of file diff --git a/formats/json/tld-type.json b/formats/json/tld-type.json index 9e26dfe..64b5f89 100644 --- a/formats/json/tld-type.json +++ b/formats/json/tld-type.json @@ -1 +1,1579 @@ -{} \ No newline at end of file +{ + "aaa": "generic", + "aarp": "generic", + "abarth": "generic", + "abb": "generic", + "abbott": "generic", + "abbvie": "generic", + "abc": "generic", + "able": "generic", + "abogado": "generic", + "abudhabi": "generic", + "ac": "country-code", + "academy": "generic", + "accenture": "generic", + "accountant": "generic", + "accountants": "generic", + "aco": "generic", + "active": "generic", + "actor": "generic", + "ad": "country-code", + "adac": "generic", + "ads": "generic", + "adult": "generic", + "ae": "country-code", + "aeg": "generic", + "aero": "sponsored", + "aetna": "generic", + "af": "country-code", + "afamilycompany": "generic", + "afl": "generic", + "africa": "generic", + "ag": "country-code", + "agakhan": "generic", + "agency": "generic", + "ai": "country-code", + "aig": "generic", + "aigo": "generic", + "airbus": "generic", + "airforce": "generic", + "airtel": "generic", + "akdn": "generic", + "al": "country-code", + "alfaromeo": "generic", + "alibaba": "generic", + "alipay": "generic", + "allfinanz": "generic", + "allstate": "generic", + "ally": "generic", + "alsace": "generic", + "alstom": "generic", + "am": "country-code", + "americanexpress": "generic", + "americanfamily": "generic", + "amex": "generic", + "amfam": "generic", + "amica": "generic", + "amsterdam": "generic", + "an": "country-code", + "analytics": "generic", + "android": "generic", + "anquan": "generic", + "anz": "generic", + "ao": "country-code", + "aol": "generic", + "apartments": "generic", + "app": "generic", + "apple": "generic", + "aq": "country-code", + "aquarelle": "generic", + "ar": "country-code", + "arab": "generic", + "aramco": "generic", + "archi": "generic", + "army": "generic", + "arpa": "infrastructure", + "art": "generic", + "arte": "generic", + "as": "country-code", + "asda": "generic", + "asia": "sponsored", + "associates": "generic", + "at": "country-code", + "athleta": "generic", + "attorney": "generic", + "au": "country-code", + "auction": "generic", + "audi": "generic", + "audible": "generic", + "audio": "generic", + "auspost": "generic", + "author": "generic", + "auto": "generic", + "autos": "generic", + "avianca": "generic", + "aw": "country-code", + "aws": "generic", + "ax": "country-code", + "axa": "generic", + "az": "country-code", + "azure": "generic", + "ba": "country-code", + "baby": "generic", + "baidu": "generic", + "banamex": "generic", + "bananarepublic": "generic", + "band": "generic", + "bank": "generic", + "bar": "generic", + "barcelona": "generic", + "barclaycard": "generic", + "barclays": "generic", + "barefoot": "generic", + "bargains": "generic", + "baseball": "generic", + "basketball": "generic", + "bauhaus": "generic", + "bayern": "generic", + "bb": "country-code", + "bbc": "generic", + "bbt": "generic", + "bbva": "generic", + "bcg": "generic", + "bcn": "generic", + "bd": "country-code", + "be": "country-code", + "beats": "generic", + "beauty": "generic", + "beer": "generic", + "bentley": "generic", + "berlin": "generic", + "best": "generic", + "bestbuy": "generic", + "bet": "generic", + "bf": "country-code", + "bg": "country-code", + "bh": "country-code", + "bharti": "generic", + "bi": "country-code", + "bible": "generic", + "bid": "generic", + "bike": "generic", + "bing": "generic", + "bingo": "generic", + "bio": "generic", + "biz": "generic-restricted", + "bj": "country-code", + "bl": "country-code", + "black": "generic", + "blackfriday": "generic", + "blanco": "generic", + "blockbuster": "generic", + "blog": "generic", + "bloomberg": "generic", + "blue": "generic", + "bm": "country-code", + "bms": "generic", + "bmw": "generic", + "bn": "country-code", + "bnl": "generic", + "bnpparibas": "generic", + "bo": "country-code", + "boats": "generic", + "boehringer": "generic", + "bofa": "generic", + "bom": "generic", + "bond": "generic", + "boo": "generic", + "book": "generic", + "booking": "generic", + "boots": "generic", + "bosch": "generic", + "bostik": "generic", + "boston": "generic", + "bot": "generic", + "boutique": "generic", + "box": "generic", + "bq": "country-code", + "br": "country-code", + "bradesco": "generic", + "bridgestone": "generic", + "broadway": "generic", + "broker": "generic", + "brother": "generic", + "brussels": "generic", + "bs": "country-code", + "bt": "country-code", + "budapest": "generic", + "bugatti": "generic", + "build": "generic", + "builders": "generic", + "business": "generic", + "buy": "generic", + "buzz": "generic", + "bv": "country-code", + "bw": "country-code", + "by": "country-code", + "bz": "country-code", + "bzh": "generic", + "ca": "country-code", + "cab": "generic", + "cafe": "generic", + "cal": "generic", + "call": "generic", + "calvinklein": "generic", + "cam": "generic", + "camera": "generic", + "camp": "generic", + "cancerresearch": "generic", + "canon": "generic", + "capetown": "generic", + "capital": "generic", + "capitalone": "generic", + "car": "generic", + "caravan": "generic", + "cards": "generic", + "care": "generic", + "career": "generic", + "careers": "generic", + "cars": "generic", + "cartier": "generic", + "casa": "generic", + "case": "generic", + "caseih": "generic", + "cash": "generic", + "casino": "generic", + "cat": "sponsored", + "catering": "generic", + "catholic": "generic", + "cba": "generic", + "cbn": "generic", + "cbre": "generic", + "cbs": "generic", + "cc": "country-code", + "cd": "country-code", + "ceb": "generic", + "center": "generic", + "ceo": "generic", + "cern": "generic", + "cf": "country-code", + "cfa": "generic", + "cfd": "generic", + "cg": "country-code", + "ch": "country-code", + "chanel": "generic", + "channel": "generic", + "charity": "generic", + "chase": "generic", + "chat": "generic", + "cheap": "generic", + "chintai": "generic", + "chloe": "generic", + "christmas": "generic", + "chrome": "generic", + "chrysler": "generic", + "church": "generic", + "ci": "country-code", + "cipriani": "generic", + "circle": "generic", + "cisco": "generic", + "citadel": "generic", + "citi": "generic", + "citic": "generic", + "city": "generic", + "cityeats": "generic", + "ck": "country-code", + "cl": "country-code", + "claims": "generic", + "cleaning": "generic", + "click": "generic", + "clinic": "generic", + "clinique": "generic", + "clothing": "generic", + "cloud": "generic", + "club": "generic", + "clubmed": "generic", + "cm": "country-code", + "cn": "country-code", + "co": "country-code", + "coach": "generic", + "codes": "generic", + "coffee": "generic", + "college": "generic", + "cologne": "generic", + "com": "generic", + "comcast": "generic", + "commbank": "generic", + "community": "generic", + "company": "generic", + "compare": "generic", + "computer": "generic", + "comsec": "generic", + "condos": "generic", + "construction": "generic", + "consulting": "generic", + "contact": "generic", + "contractors": "generic", + "cooking": "generic", + "cookingchannel": "generic", + "cool": "generic", + "coop": "sponsored", + "corsica": "generic", + "country": "generic", + "coupon": "generic", + "coupons": "generic", + "courses": "generic", + "cr": "country-code", + "credit": "generic", + "creditcard": "generic", + "creditunion": "generic", + "cricket": "generic", + "crown": "generic", + "crs": "generic", + "cruise": "generic", + "cruises": "generic", + "csc": "generic", + "cu": "country-code", + "cuisinella": "generic", + "cv": "country-code", + "cw": "country-code", + "cx": "country-code", + "cy": "country-code", + "cymru": "generic", + "cyou": "generic", + "cz": "country-code", + "dabur": "generic", + "dad": "generic", + "dance": "generic", + "data": "generic", + "date": "generic", + "dating": "generic", + "datsun": "generic", + "day": "generic", + "dclk": "generic", + "dds": "generic", + "de": "country-code", + "deal": "generic", + "dealer": "generic", + "deals": "generic", + "degree": "generic", + "delivery": "generic", + "dell": "generic", + "deloitte": "generic", + "delta": "generic", + "democrat": "generic", + "dental": "generic", + "dentist": "generic", + "desi": "generic", + "design": "generic", + "dev": "generic", + "dhl": "generic", + "diamonds": "generic", + "diet": "generic", + "digital": "generic", + "direct": "generic", + "directory": "generic", + "discount": "generic", + "discover": "generic", + "dish": "generic", + "diy": "generic", + "dj": "country-code", + "dk": "country-code", + "dm": "country-code", + "dnp": "generic", + "do": "country-code", + "docs": "generic", + "doctor": "generic", + "dodge": "generic", + "dog": "generic", + "doha": "generic", + "domains": "generic", + "doosan": "generic", + "dot": "generic", + "download": "generic", + "drive": "generic", + "dtv": "generic", + "dubai": "generic", + "duck": "generic", + "dunlop": "generic", + "duns": "generic", + "dupont": "generic", + "durban": "generic", + "dvag": "generic", + "dvr": "generic", + "dz": "country-code", + "earth": "generic", + "eat": "generic", + "ec": "country-code", + "eco": "generic", + "edeka": "generic", + "edu": "sponsored", + "education": "generic", + "ee": "country-code", + "eg": "country-code", + "eh": "country-code", + "email": "generic", + "emerck": "generic", + "energy": "generic", + "engineer": "generic", + "engineering": "generic", + "enterprises": "generic", + "epost": "generic", + "epson": "generic", + "equipment": "generic", + "er": "country-code", + "ericsson": "generic", + "erni": "generic", + "es": "country-code", + "esq": "generic", + "estate": "generic", + "esurance": "generic", + "et": "country-code", + "etisalat": "generic", + "eu": "country-code", + "eurovision": "generic", + "eus": "generic", + "events": "generic", + "everbank": "generic", + "exchange": "generic", + "expert": "generic", + "exposed": "generic", + "express": "generic", + "extraspace": "generic", + "fage": "generic", + "fail": "generic", + "fairwinds": "generic", + "faith": "generic", + "family": "generic", + "fan": "generic", + "fans": "generic", + "farm": "generic", + "farmers": "generic", + "fashion": "generic", + "fast": "generic", + "fedex": "generic", + "feedback": "generic", + "ferrari": "generic", + "ferrero": "generic", + "fi": "country-code", + "fiat": "generic", + "fidelity": "generic", + "fido": "generic", + "film": "generic", + "final": "generic", + "finance": "generic", + "financial": "generic", + "fire": "generic", + "firestone": "generic", + "firmdale": "generic", + "fish": "generic", + "fishing": "generic", + "fit": "generic", + "fitness": "generic", + "fj": "country-code", + "fk": "country-code", + "flickr": "generic", + "flights": "generic", + "flir": "generic", + "florist": "generic", + "flowers": "generic", + "flsmidth": "generic", + "fly": "generic", + "fm": "country-code", + "fo": "country-code", + "foo": "generic", + "food": "generic", + "foodnetwork": "generic", + "football": "generic", + "ford": "generic", + "forex": "generic", + "forsale": "generic", + "forum": "generic", + "foundation": "generic", + "fox": "generic", + "fr": "country-code", + "free": "generic", + "fresenius": "generic", + "frl": "generic", + "frogans": "generic", + "frontdoor": "generic", + "frontier": "generic", + "ftr": "generic", + "fujitsu": "generic", + "fujixerox": "generic", + "fun": "generic", + "fund": "generic", + "furniture": "generic", + "futbol": "generic", + "fyi": "generic", + "ga": "country-code", + "gal": "generic", + "gallery": "generic", + "gallo": "generic", + "gallup": "generic", + "game": "generic", + "games": "generic", + "gap": "generic", + "garden": "generic", + "gb": "country-code", + "gbiz": "generic", + "gd": "country-code", + "gdn": "generic", + "ge": "country-code", + "gea": "generic", + "gent": "generic", + "genting": "generic", + "george": "generic", + "gf": "country-code", + "gg": "country-code", + "ggee": "generic", + "gh": "country-code", + "gi": "country-code", + "gift": "generic", + "gifts": "generic", + "gives": "generic", + "giving": "generic", + "gl": "country-code", + "glade": "generic", + "glass": "generic", + "gle": "generic", + "global": "generic", + "globo": "generic", + "gm": "country-code", + "gmail": "generic", + "gmbh": "generic", + "gmo": "generic", + "gmx": "generic", + "gn": "country-code", + "godaddy": "generic", + "gold": "generic", + "goldpoint": "generic", + "golf": "generic", + "goo": "generic", + "goodhands": "generic", + "goodyear": "generic", + "goog": "generic", + "google": "generic", + "gop": "generic", + "got": "generic", + "gov": "sponsored", + "gp": "country-code", + "gq": "country-code", + "gr": "country-code", + "grainger": "generic", + "graphics": "generic", + "gratis": "generic", + "green": "generic", + "gripe": "generic", + "grocery": "generic", + "group": "generic", + "gs": "country-code", + "gt": "country-code", + "gu": "country-code", + "guardian": "generic", + "gucci": "generic", + "guge": "generic", + "guide": "generic", + "guitars": "generic", + "guru": "generic", + "gw": "country-code", + "gy": "country-code", + "hair": "generic", + "hamburg": "generic", + "hangout": "generic", + "haus": "generic", + "hbo": "generic", + "hdfc": "generic", + "hdfcbank": "generic", + "health": "generic", + "healthcare": "generic", + "help": "generic", + "helsinki": "generic", + "here": "generic", + "hermes": "generic", + "hgtv": "generic", + "hiphop": "generic", + "hisamitsu": "generic", + "hitachi": "generic", + "hiv": "generic", + "hk": "country-code", + "hkt": "generic", + "hm": "country-code", + "hn": "country-code", + "hockey": "generic", + "holdings": "generic", + "holiday": "generic", + "homedepot": "generic", + "homegoods": "generic", + "homes": "generic", + "homesense": "generic", + "honda": "generic", + "honeywell": "generic", + "horse": "generic", + "hospital": "generic", + "host": "generic", + "hosting": "generic", + "hot": "generic", + "hoteles": "generic", + "hotels": "generic", + "hotmail": "generic", + "house": "generic", + "how": "generic", + "hr": "country-code", + "hsbc": "generic", + "ht": "country-code", + "htc": "generic", + "hu": "country-code", + "hughes": "generic", + "hyatt": "generic", + "hyundai": "generic", + "ibm": "generic", + "icbc": "generic", + "ice": "generic", + "icu": "generic", + "id": "country-code", + "ie": "country-code", + "ieee": "generic", + "ifm": "generic", + "iinet": "generic", + "ikano": "generic", + "il": "country-code", + "im": "country-code", + "imamat": "generic", + "imdb": "generic", + "immo": "generic", + "immobilien": "generic", + "in": "country-code", + "industries": "generic", + "infiniti": "generic", + "info": "generic", + "ing": "generic", + "ink": "generic", + "institute": "generic", + "insurance": "generic", + "insure": "generic", + "int": "sponsored", + "intel": "generic", + "international": "generic", + "intuit": "generic", + "investments": "generic", + "io": "country-code", + "ipiranga": "generic", + "iq": "country-code", + "ir": "country-code", + "irish": "generic", + "is": "country-code", + "iselect": "generic", + "ismaili": "generic", + "ist": "generic", + "istanbul": "generic", + "it": "country-code", + "itau": "generic", + "itv": "generic", + "iveco": "generic", + "iwc": "generic", + "jaguar": "generic", + "java": "generic", + "jcb": "generic", + "jcp": "generic", + "je": "country-code", + "jeep": "generic", + "jetzt": "generic", + "jewelry": "generic", + "jio": "generic", + "jlc": "generic", + "jll": "generic", + "jm": "country-code", + "jmp": "generic", + "jnj": "generic", + "jo": "country-code", + "jobs": "sponsored", + "joburg": "generic", + "jot": "generic", + "joy": "generic", + "jp": "country-code", + "jpmorgan": "generic", + "jprs": "generic", + "juegos": "generic", + "juniper": "generic", + "kaufen": "generic", + "kddi": "generic", + "ke": "country-code", + "kerryhotels": "generic", + "kerrylogistics": "generic", + "kerryproperties": "generic", + "kfh": "generic", + "kg": "country-code", + "kh": "country-code", + "ki": "country-code", + "kia": "generic", + "kim": "generic", + "kinder": "generic", + "kindle": "generic", + "kitchen": "generic", + "kiwi": "generic", + "km": "country-code", + "kn": "country-code", + "koeln": "generic", + "komatsu": "generic", + "kosher": "generic", + "kp": "country-code", + "kpmg": "generic", + "kpn": "generic", + "kr": "country-code", + "krd": "generic", + "kred": "generic", + "kuokgroup": "generic", + "kw": "country-code", + "ky": "country-code", + "kyoto": "generic", + "kz": "country-code", + "la": "country-code", + "lacaixa": "generic", + "ladbrokes": "generic", + "lamborghini": "generic", + "lamer": "generic", + "lancaster": "generic", + "lancia": "generic", + "lancome": "generic", + "land": "generic", + "landrover": "generic", + "lanxess": "generic", + "lasalle": "generic", + "lat": "generic", + "latino": "generic", + "latrobe": "generic", + "law": "generic", + "lawyer": "generic", + "lb": "country-code", + "lc": "country-code", + "lds": "generic", + "lease": "generic", + "leclerc": "generic", + "lefrak": "generic", + "legal": "generic", + "lego": "generic", + "lexus": "generic", + "lgbt": "generic", + "li": "country-code", + "liaison": "generic", + "lidl": "generic", + "life": "generic", + "lifeinsurance": "generic", + "lifestyle": "generic", + "lighting": "generic", + "like": "generic", + "lilly": "generic", + "limited": "generic", + "limo": "generic", + "lincoln": "generic", + "linde": "generic", + "link": "generic", + "lipsy": "generic", + "live": "generic", + "living": "generic", + "lixil": "generic", + "lk": "country-code", + "llc": "generic", + "loan": "generic", + "loans": "generic", + "locker": "generic", + "locus": "generic", + "loft": "generic", + "lol": "generic", + "london": "generic", + "lotte": "generic", + "lotto": "generic", + "love": "generic", + "lpl": "generic", + "lplfinancial": "generic", + "lr": "country-code", + "ls": "country-code", + "lt": "country-code", + "ltd": "generic", + "ltda": "generic", + "lu": "country-code", + "lundbeck": "generic", + "lupin": "generic", + "luxe": "generic", + "luxury": "generic", + "lv": "country-code", + "ly": "country-code", + "ma": "country-code", + "macys": "generic", + "madrid": "generic", + "maif": "generic", + "maison": "generic", + "makeup": "generic", + "man": "generic", + "management": "generic", + "mango": "generic", + "map": "generic", + "market": "generic", + "marketing": "generic", + "markets": "generic", + "marriott": "generic", + "marshalls": "generic", + "maserati": "generic", + "mattel": "generic", + "mba": "generic", + "mc": "country-code", + "mcd": "generic", + "mcdonalds": "generic", + "mckinsey": "generic", + "md": "country-code", + "me": "country-code", + "med": "generic", + "media": "generic", + "meet": "generic", + "melbourne": "generic", + "meme": "generic", + "memorial": "generic", + "men": "generic", + "menu": "generic", + "meo": "generic", + "merckmsd": "generic", + "metlife": "generic", + "mf": "country-code", + "mg": "country-code", + "mh": "country-code", + "miami": "generic", + "microsoft": "generic", + "mil": "sponsored", + "mini": "generic", + "mint": "generic", + "mit": "generic", + "mitsubishi": "generic", + "mk": "country-code", + "ml": "country-code", + "mlb": "generic", + "mls": "generic", + "mm": "country-code", + "mma": "generic", + "mn": "country-code", + "mo": "country-code", + "mobi": "generic", + "mobile": "generic", + "mobily": "generic", + "moda": "generic", + "moe": "generic", + "moi": "generic", + "mom": "generic", + "monash": "generic", + "money": "generic", + "monster": "generic", + "montblanc": "generic", + "mopar": "generic", + "mormon": "generic", + "mortgage": "generic", + "moscow": "generic", + "moto": "generic", + "motorcycles": "generic", + "mov": "generic", + "movie": "generic", + "movistar": "generic", + "mp": "country-code", + "mq": "country-code", + "mr": "country-code", + "ms": "country-code", + "msd": "generic", + "mt": "country-code", + "mtn": "generic", + "mtpc": "generic", + "mtr": "generic", + "mu": "country-code", + "museum": "sponsored", + "mutual": "generic", + "mutuelle": "generic", + "mv": "country-code", + "mw": "country-code", + "mx": "country-code", + "my": "country-code", + "mz": "country-code", + "na": "country-code", + "nab": "generic", + "nadex": "generic", + "nagoya": "generic", + "name": "generic-restricted", + "nationwide": "generic", + "natura": "generic", + "navy": "generic", + "nba": "generic", + "nc": "country-code", + "ne": "country-code", + "nec": "generic", + "net": "generic", + "netbank": "generic", + "netflix": "generic", + "network": "generic", + "neustar": "generic", + "new": "generic", + "newholland": "generic", + "news": "generic", + "next": "generic", + "nextdirect": "generic", + "nexus": "generic", + "nf": "country-code", + "nfl": "generic", + "ng": "country-code", + "ngo": "generic", + "nhk": "generic", + "ni": "country-code", + "nico": "generic", + "nike": "generic", + "nikon": "generic", + "ninja": "generic", + "nissan": "generic", + "nissay": "generic", + "nl": "country-code", + "no": "country-code", + "nokia": "generic", + "northwesternmutual": "generic", + "norton": "generic", + "now": "generic", + "nowruz": "generic", + "nowtv": "generic", + "np": "country-code", + "nr": "country-code", + "nra": "generic", + "nrw": "generic", + "ntt": "generic", + "nu": "country-code", + "nyc": "generic", + "nz": "country-code", + "obi": "generic", + "observer": "generic", + "off": "generic", + "office": "generic", + "okinawa": "generic", + "olayan": "generic", + "olayangroup": "generic", + "oldnavy": "generic", + "ollo": "generic", + "om": "country-code", + "omega": "generic", + "one": "generic", + "ong": "generic", + "onl": "generic", + "online": "generic", + "onyourside": "generic", + "ooo": "generic", + "open": "generic", + "oracle": "generic", + "orange": "generic", + "org": "generic", + "organic": "generic", + "orientexpress": "generic", + "origins": "generic", + "osaka": "generic", + "otsuka": "generic", + "ott": "generic", + "ovh": "generic", + "pa": "country-code", + "page": "generic", + "pamperedchef": "generic", + "panasonic": "generic", + "panerai": "generic", + "paris": "generic", + "pars": "generic", + "partners": "generic", + "parts": "generic", + "party": "generic", + "passagens": "generic", + "pay": "generic", + "pccw": "generic", + "pe": "country-code", + "pet": "generic", + "pf": "country-code", + "pfizer": "generic", + "pg": "country-code", + "ph": "country-code", + "pharmacy": "generic", + "phd": "generic", + "philips": "generic", + "phone": "generic", + "photo": "generic", + "photography": "generic", + "photos": "generic", + "physio": "generic", + "piaget": "generic", + "pics": "generic", + "pictet": "generic", + "pictures": "generic", + "pid": "generic", + "pin": "generic", + "ping": "generic", + "pink": "generic", + "pioneer": "generic", + "pizza": "generic", + "pk": "country-code", + "pl": "country-code", + "place": "generic", + "play": "generic", + "playstation": "generic", + "plumbing": "generic", + "plus": "generic", + "pm": "country-code", + "pn": "country-code", + "pnc": "generic", + "pohl": "generic", + "poker": "generic", + "politie": "generic", + "porn": "generic", + "post": "sponsored", + "pr": "country-code", + "pramerica": "generic", + "praxi": "generic", + "press": "generic", + "prime": "generic", + "pro": "generic-restricted", + "prod": "generic", + "productions": "generic", + "prof": "generic", + "progressive": "generic", + "promo": "generic", + "properties": "generic", + "property": "generic", + "protection": "generic", + "pru": "generic", + "prudential": "generic", + "ps": "country-code", + "pt": "country-code", + "pub": "generic", + "pw": "country-code", + "pwc": "generic", + "py": "country-code", + "qa": "country-code", + "qpon": "generic", + "quebec": "generic", + "quest": "generic", + "qvc": "generic", + "racing": "generic", + "radio": "generic", + "raid": "generic", + "re": "country-code", + "read": "generic", + "realestate": "generic", + "realtor": "generic", + "realty": "generic", + "recipes": "generic", + "red": "generic", + "redstone": "generic", + "redumbrella": "generic", + "rehab": "generic", + "reise": "generic", + "reisen": "generic", + "reit": "generic", + "reliance": "generic", + "ren": "generic", + "rent": "generic", + "rentals": "generic", + "repair": "generic", + "report": "generic", + "republican": "generic", + "rest": "generic", + "restaurant": "generic", + "review": "generic", + "reviews": "generic", + "rexroth": "generic", + "rich": "generic", + "richardli": "generic", + "ricoh": "generic", + "rightathome": "generic", + "ril": "generic", + "rio": "generic", + "rip": "generic", + "rmit": "generic", + "ro": "country-code", + "rocher": "generic", + "rocks": "generic", + "rodeo": "generic", + "rogers": "generic", + "room": "generic", + "rs": "country-code", + "rsvp": "generic", + "ru": "country-code", + "rugby": "generic", + "ruhr": "generic", + "run": "generic", + "rw": "country-code", + "rwe": "generic", + "ryukyu": "generic", + "sa": "country-code", + "saarland": "generic", + "safe": "generic", + "safety": "generic", + "sakura": "generic", + "sale": "generic", + "salon": "generic", + "samsclub": "generic", + "samsung": "generic", + "sandvik": "generic", + "sandvikcoromant": "generic", + "sanofi": "generic", + "sap": "generic", + "sapo": "generic", + "sarl": "generic", + "sas": "generic", + "save": "generic", + "saxo": "generic", + "sb": "country-code", + "sbi": "generic", + "sbs": "generic", + "sc": "country-code", + "sca": "generic", + "scb": "generic", + "schaeffler": "generic", + "schmidt": "generic", + "scholarships": "generic", + "school": "generic", + "schule": "generic", + "schwarz": "generic", + "science": "generic", + "scjohnson": "generic", + "scor": "generic", + "scot": "generic", + "sd": "country-code", + "se": "country-code", + "search": "generic", + "seat": "generic", + "secure": "generic", + "security": "generic", + "seek": "generic", + "select": "generic", + "sener": "generic", + "services": "generic", + "ses": "generic", + "seven": "generic", + "sew": "generic", + "sex": "generic", + "sexy": "generic", + "sfr": "generic", + "sg": "country-code", + "sh": "country-code", + "shangrila": "generic", + "sharp": "generic", + "shaw": "generic", + "shell": "generic", + "shia": "generic", + "shiksha": "generic", + "shoes": "generic", + "shop": "generic", + "shopping": "generic", + "shouji": "generic", + "show": "generic", + "showtime": "generic", + "shriram": "generic", + "si": "country-code", + "silk": "generic", + "sina": "generic", + "singles": "generic", + "site": "generic", + "sj": "country-code", + "sk": "country-code", + "ski": "generic", + "skin": "generic", + "sky": "generic", + "skype": "generic", + "sl": "country-code", + "sling": "generic", + "sm": "country-code", + "smart": "generic", + "smile": "generic", + "sn": "country-code", + "sncf": "generic", + "so": "country-code", + "soccer": "generic", + "social": "generic", + "softbank": "generic", + "software": "generic", + "sohu": "generic", + "solar": "generic", + "solutions": "generic", + "song": "generic", + "sony": "generic", + "soy": "generic", + "space": "generic", + "spiegel": "generic", + "sport": "generic", + "spot": "generic", + "spreadbetting": "generic", + "sr": "country-code", + "srl": "generic", + "srt": "generic", + "ss": "country-code", + "st": "country-code", + "stada": "generic", + "staples": "generic", + "star": "generic", + "starhub": "generic", + "statebank": "generic", + "statefarm": "generic", + "statoil": "generic", + "stc": "generic", + "stcgroup": "generic", + "stockholm": "generic", + "storage": "generic", + "store": "generic", + "stream": "generic", + "studio": "generic", + "study": "generic", + "style": "generic", + "su": "country-code", + "sucks": "generic", + "supplies": "generic", + "supply": "generic", + "support": "generic", + "surf": "generic", + "surgery": "generic", + "suzuki": "generic", + "sv": "country-code", + "swatch": "generic", + "swiftcover": "generic", + "swiss": "generic", + "sx": "country-code", + "sy": "country-code", + "sydney": "generic", + "symantec": "generic", + "systems": "generic", + "sz": "country-code", + "tab": "generic", + "taipei": "generic", + "talk": "generic", + "taobao": "generic", + "target": "generic", + "tatamotors": "generic", + "tatar": "generic", + "tattoo": "generic", + "tax": "generic", + "taxi": "generic", + "tc": "country-code", + "tci": "generic", + "td": "country-code", + "tdk": "generic", + "team": "generic", + "tech": "generic", + "technology": "generic", + "tel": "sponsored", + "telecity": "generic", + "telefonica": "generic", + "temasek": "generic", + "tennis": "generic", + "teva": "generic", + "tf": "country-code", + "tg": "country-code", + "th": "country-code", + "thd": "generic", + "theater": "generic", + "theatre": "generic", + "tiaa": "generic", + "tickets": "generic", + "tienda": "generic", + "tiffany": "generic", + "tips": "generic", + "tires": "generic", + "tirol": "generic", + "tj": "country-code", + "tjmaxx": "generic", + "tjx": "generic", + "tk": "country-code", + "tkmaxx": "generic", + "tl": "country-code", + "tm": "country-code", + "tmall": "generic", + "tn": "country-code", + "to": "country-code", + "today": "generic", + "tokyo": "generic", + "tools": "generic", + "top": "generic", + "toray": "generic", + "toshiba": "generic", + "total": "generic", + "tours": "generic", + "town": "generic", + "toyota": "generic", + "toys": "generic", + "tp": "country-code", + "tr": "country-code", + "trade": "generic", + "trading": "generic", + "training": "generic", + "travel": "sponsored", + "travelchannel": "generic", + "travelers": "generic", + "travelersinsurance": "generic", + "trust": "generic", + "trv": "generic", + "tt": "country-code", + "tube": "generic", + "tui": "generic", + "tunes": "generic", + "tushu": "generic", + "tv": "country-code", + "tvs": "generic", + "tw": "country-code", + "tz": "country-code", + "ua": "country-code", + "ubank": "generic", + "ubs": "generic", + "uconnect": "generic", + "ug": "country-code", + "uk": "country-code", + "um": "country-code", + "unicom": "generic", + "university": "generic", + "uno": "generic", + "uol": "generic", + "ups": "generic", + "us": "country-code", + "uy": "country-code", + "uz": "country-code", + "va": "country-code", + "vacations": "generic", + "vana": "generic", + "vanguard": "generic", + "vc": "country-code", + "ve": "country-code", + "vegas": "generic", + "ventures": "generic", + "verisign": "generic", + "versicherung": "generic", + "vet": "generic", + "vg": "country-code", + "vi": "country-code", + "viajes": "generic", + "video": "generic", + "vig": "generic", + "viking": "generic", + "villas": "generic", + "vin": "generic", + "vip": "generic", + "virgin": "generic", + "visa": "generic", + "vision": "generic", + "vista": "generic", + "vistaprint": "generic", + "viva": "generic", + "vivo": "generic", + "vlaanderen": "generic", + "vn": "country-code", + "vodka": "generic", + "volkswagen": "generic", + "volvo": "generic", + "vote": "generic", + "voting": "generic", + "voto": "generic", + "voyage": "generic", + "vu": "country-code", + "vuelos": "generic", + "wales": "generic", + "walmart": "generic", + "walter": "generic", + "wang": "generic", + "wanggou": "generic", + "warman": "generic", + "watch": "generic", + "watches": "generic", + "weather": "generic", + "weatherchannel": "generic", + "webcam": "generic", + "weber": "generic", + "website": "generic", + "wed": "generic", + "wedding": "generic", + "weibo": "generic", + "weir": "generic", + "wf": "country-code", + "whoswho": "generic", + "wien": "generic", + "wiki": "generic", + "williamhill": "generic", + "win": "generic", + "windows": "generic", + "wine": "generic", + "winners": "generic", + "wme": "generic", + "wolterskluwer": "generic", + "woodside": "generic", + "work": "generic", + "works": "generic", + "world": "generic", + "wow": "generic", + "ws": "country-code", + "wtc": "generic", + "wtf": "generic", + "xbox": "generic", + "xerox": "generic", + "xfinity": "generic", + "xihuan": "generic", + "xin": "generic", + "测试": "test", + "कॉम": "generic", + "परीक्षा": "test", + "セール": "generic", + "佛山": "generic", + "ಭಾರತ": "country-code", + "慈善": "generic", + "集团": "generic", + "在线": "generic", + "한국": "country-code", + "ଭାରତ": "country-code", + "大众汽车": "generic", + "点看": "generic", + "คอม": "generic", + "ভাৰত": "country-code", + "ভারত": "country-code", + "八卦": "generic", + "‏موقع‎": "generic", + "বাংলা": "country-code", + "公益": "generic", + "公司": "generic", + "香格里拉": "generic", + "网站": "generic", + "移动": "generic", + "我爱你": "generic", + "москва": "generic", + "испытание": "test", + "қаз": "country-code", + "католик": "generic", + "онлайн": "generic", + "сайт": "generic", + "联通": "generic", + "срб": "country-code", + "бг": "country-code", + "бел": "country-code", + "‏קום‎": "generic", + "时尚": "generic", + "微博": "generic", + "테스트": "test", + "淡马锡": "generic", + "ファッション": "generic", + "орг": "generic", + "नेट": "generic", + "ストア": "generic", + "삼성": "generic", + "சிங்கப்பூர்": "country-code", + "商标": "generic", + "商店": "generic", + "商城": "generic", + "дети": "generic", + "мкд": "country-code", + "‏טעסט‎": "test", + "ею": "country-code", + "ポイント": "generic", + "新闻": "generic", + "工行": "generic", + "家電": "generic", + "‏كوم‎": "generic", + "中文网": "generic", + "中信": "generic", + "中国": "country-code", + "中國": "country-code", + "娱乐": "generic", + "谷歌": "generic", + "భారత్": "country-code", + "ලංකා": "country-code", + "電訊盈科": "generic", + "购物": "generic", + "測試": "test", + "クラウド": "generic", + "ભારત": "country-code", + "通販": "generic", + "भारतम्": "country-code", + "भारत": "country-code", + "भारोत": "country-code", + "‏آزمایشی‎": "test", + "பரிட்சை": "test", + "网店": "generic", + "संगठन": "generic", + "餐厅": "generic", + "网络": "generic", + "ком": "generic", + "укр": "country-code", + "香港": "country-code", + "诺基亚": "generic", + "食品": "generic", + "δοκιμή": "test", + "飞利浦": "generic", + "‏إختبار‎": "test", + "台湾": "country-code", + "台灣": "country-code", + "手表": "generic", + "手机": "generic", + "мон": "country-code", + "‏الجزائر‎": "country-code", + "‏عمان‎": "country-code", + "‏ارامكو‎": "generic", + "‏ایران‎": "country-code", + "‏العليان‎": "generic", + "‏اتصالات‎": "generic", + "‏امارات‎": "country-code", + "‏بازار‎": "generic", + "‏موريتانيا‎": "country-code", + "‏پاکستان‎": "country-code", + "‏الاردن‎": "country-code", + "‏موبايلي‎": "generic", + "‏بارت‎": "country-code", + "‏بھارت‎": "country-code", + "‏المغرب‎": "country-code", + "‏ابوظبي‎": "generic", + "‏السعودية‎": "country-code", + "‏ڀارت‎": "country-code", + "‏كاثوليك‎": "generic", + "‏سودان‎": "country-code", + "‏همراه‎": "generic", + "‏عراق‎": "country-code", + "‏مليسيا‎": "country-code", + "澳門": "country-code", + "닷컴": "generic", + "政府": "generic", + "‏شبكة‎": "generic", + "‏بيتك‎": "generic", + "‏عرب‎": "generic", + "გე": "country-code", + "机构": "generic", + "组织机构": "generic", + "健康": "generic", + "ไทย": "country-code", + "‏سورية‎": "country-code", + "招聘": "generic", + "рус": "generic", + "рф": "country-code", + "珠宝": "generic", + "‏تونس‎": "country-code", + "大拿": "generic", + "みんな": "generic", + "グーグル": "generic", + "ελ": "country-code", + "世界": "generic", + "書籍": "generic", + "ഭാരതം": "country-code", + "ਭਾਰਤ": "country-code", + "网址": "generic", + "닷넷": "generic", + "コム": "generic", + "天主教": "generic", + "游戏": "generic", + "vermögensberater": "generic", + "vermögensberatung": "generic", + "企业": "generic", + "信息": "generic", + "嘉里大酒店": "generic", + "嘉里": "generic", + "‏مصر‎": "country-code", + "‏قطر‎": "country-code", + "广东": "generic", + "இலங்கை": "country-code", + "இந்தியா": "country-code", + "հայ": "country-code", + "新加坡": "country-code", + "‏فلسطين‎": "country-code", + "テスト": "test", + "政务": "generic", + "xperia": "generic", + "xxx": "sponsored", + "xyz": "generic", + "yachts": "generic", + "yahoo": "generic", + "yamaxun": "generic", + "yandex": "generic", + "ye": "country-code", + "yodobashi": "generic", + "yoga": "generic", + "yokohama": "generic", + "you": "generic", + "youtube": "generic", + "yt": "country-code", + "yun": "generic", + "za": "country-code", + "zappos": "generic", + "zara": "generic", + "zero": "generic", + "zip": "generic", + "zippo": "generic", + "zm": "country-code", + "zone": "generic", + "zuerich": "generic", + "zw": "country-code" +} \ No newline at end of file From 3c60d490c5c282a8fa1960963a5561f336e96188 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 14 Jun 2018 13:20:45 -0700 Subject: [PATCH 094/113] package-lock.json - needed to lock down tested/verified version --- package-lock.json | 1402 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1402 insertions(+) create mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..b9581ce --- /dev/null +++ b/package-lock.json @@ -0,0 +1,1402 @@ +{ + "name": "tld-enum", + "version": "2.0.0", + "lockfileVersion": 1, + "requires": true, + "dependencies": { + "@types/node": { + "version": "8.5.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-8.5.1.tgz", + "integrity": "sha1-TsMCC83+Kr/+75uj+/Jvygl1FLU=", + "dev": true + }, + "ajv": { + "version": "5.5.2", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", + "integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", + "dev": true, + "requires": { + "co": "4.6.0", + "fast-deep-equal": "1.1.0", + "fast-json-stable-stringify": "2.0.0", + "json-schema-traverse": "0.3.1" + } + }, + "ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=", + "dev": true + }, + "ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=", + "dev": true + }, + "array-find-index": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz", + "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=", + "dev": true + }, + "asn1": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.3.tgz", + "integrity": "sha1-2sh4dxPJlmhJ/IGAd36+nB3fO4Y=", + "dev": true + }, + "assert-plus": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", + "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", + "dev": true + }, + "async-request": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/async-request/-/async-request-1.2.0.tgz", + "integrity": "sha1-tAevi5ctApKvZZ8ZAJfxId+mrJo=", + "dev": true, + "requires": { + "lodash": "3.10.1", + "request": "2.87.0", + "tough-cookie": "0.12.1" + }, + "dependencies": { + "lodash": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=", + "dev": true + }, + "tough-cookie": { + "version": "0.12.1", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-0.12.1.tgz", + "integrity": "sha1-giDH4hq9WxPZaAQlS9WoHr8sfWI=", + "dev": true, + "requires": { + "punycode": "1.4.1" + } + } + } + }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "dev": true + }, + "aws-sign2": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", + "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", + "dev": true + }, + "aws4": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.7.0.tgz", + "integrity": "sha512-32NDda82rhwD9/JBCCkB+MRYDp0oSvlo2IL6rQWA10PQi7tDUM3eqMSltXmY+Oyl/7N3P3qNtAlv7X0d9bI28w==", + "dev": true + }, + "balanced-match": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz", + "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=", + "dev": true + }, + "bcrypt-pbkdf": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.1.tgz", + "integrity": "sha1-Y7xdy2EzG5K8Bf1SiVPDNGKgb40=", + "dev": true, + "optional": true, + "requires": { + "tweetnacl": "0.14.5" + } + }, + "boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha1-aN/1++YMUes3cl6p4+0xDcwed24=", + "dev": true + }, + "brace-expansion": { + "version": "1.1.8", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.8.tgz", + "integrity": "sha1-wHshHHyVLsH479Uad+8NHTmQopI=", + "dev": true, + "requires": { + "balanced-match": "1.0.0", + "concat-map": "0.0.1" + } + }, + "buffer-alloc": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.1.0.tgz", + "integrity": "sha1-BVFNM78WVtNUDGhPZbEgLpDsowM=", + "dev": true, + "requires": { + "buffer-alloc-unsafe": "0.1.1", + "buffer-fill": "0.1.0" + } + }, + "buffer-alloc-unsafe": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-0.1.1.tgz", + "integrity": "sha1-/+H2dVHdBVc33iUzN7/oU9+rGmo=", + "dev": true + }, + "buffer-fill": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-0.1.0.tgz", + "integrity": "sha1-ypRw6NTRuXf9dUP04qtqfclRAag=", + "dev": true + }, + "builtin-modules": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-1.1.1.tgz", + "integrity": "sha1-Jw8HbFpywC9bZaR9+Uxf46J4iS8=", + "dev": true + }, + "camelcase": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz", + "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=", + "dev": true + }, + "camelcase-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz", + "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=", + "dev": true, + "requires": { + "camelcase": "2.1.1", + "map-obj": "1.0.1" + } + }, + "caseless": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", + "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "dev": true + }, + "chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=", + "dev": true, + "requires": { + "ansi-styles": "2.2.1", + "escape-string-regexp": "1.0.5", + "has-ansi": "2.0.0", + "strip-ansi": "3.0.1", + "supports-color": "2.0.0" + } + }, + "cheerio": { + "version": "1.0.0-rc.2", + "resolved": "https://registry.npmjs.org/cheerio/-/cheerio-1.0.0-rc.2.tgz", + "integrity": "sha1-S59TqBsn5NXawxwP/Qz6A8xoMNs=", + "dev": true, + "requires": { + "css-select": "1.2.0", + "dom-serializer": "0.1.0", + "entities": "1.1.1", + "htmlparser2": "3.9.2", + "lodash": "4.17.4", + "parse5": "3.0.3" + } + }, + "co": { + "version": "4.6.0", + "resolved": "https://registry.npmjs.org/co/-/co-4.6.0.tgz", + "integrity": "sha1-bqa989hTrlTMuOR7+gvz+QMfsYQ=", + "dev": true + }, + "combined-stream": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.6.tgz", + "integrity": "sha1-cj599ugBrFYTETp+RFqbactjKBg=", + "dev": true, + "requires": { + "delayed-stream": "1.0.0" + } + }, + "commander": { + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.15.1.tgz", + "integrity": "sha512-VlfT9F3V0v+jr4yxPc5gg9s62/fIVWsd2Bk2iD435um1NlGMYdVCq+MjcXnhYq2icNOizHr1kK+5TI6H0Hy0ag==", + "dev": true + }, + "concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", + "dev": true + }, + "core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=", + "dev": true + }, + "country-data": { + "version": "0.0.31", + "resolved": "https://registry.npmjs.org/country-data/-/country-data-0.0.31.tgz", + "integrity": "sha1-gJZrjh0Uf6bWpYnTKTP4eTd0lW0=", + "dev": true, + "requires": { + "currency-symbol-map": "2.2.0", + "underscore": "1.8.3" + } + }, + "countryjs": { + "version": "1.8.0", + "resolved": "https://registry.npmjs.org/countryjs/-/countryjs-1.8.0.tgz", + "integrity": "sha1-ntqjQqebJi2equDUB6QzKNhhzoc=", + "dev": true, + "requires": { + "lodash": "4.17.4", + "minimatch": "3.0.4", + "require-all": "2.2.0" + } + }, + "css-select": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-1.2.0.tgz", + "integrity": "sha1-KzoRBTnFNV8c2NMUYj6HCxIeyFg=", + "dev": true, + "requires": { + "boolbase": "1.0.0", + "css-what": "2.1.0", + "domutils": "1.5.1", + "nth-check": "1.0.1" + } + }, + "css-what": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-2.1.0.tgz", + "integrity": "sha1-lGfQMsOM+u+58teVASUwYvh/ob0=", + "dev": true + }, + "csv-parse": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/csv-parse/-/csv-parse-2.5.0.tgz", + "integrity": "sha512-4OcjOJQByI0YDU5COYw9HAqjo8/MOLLmT9EKyMCXUzgvh30vS1SlMK+Ho84IH5exN44cSnrYecw/7Zpu2m4lkA==", + "dev": true + }, + "csv-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-2.1.0.tgz", + "integrity": "sha512-wEmZksjlGEZEP0Ai7eyCQuVd68CUqP1TmQ7ay4bchtxTY37tAm1DgM1xPj2L9isEylGEmvfFwA6RXwnqLzKfuA==", + "dev": true, + "requires": { + "lodash.get": "4.4.2" + } + }, + "currency-symbol-map": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/currency-symbol-map/-/currency-symbol-map-2.2.0.tgz", + "integrity": "sha1-KzwYcv8aws5ZXYJz5Y4f/wJyrqI=", + "dev": true + }, + "currently-unhandled": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz", + "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=", + "dev": true, + "requires": { + "array-find-index": "1.0.2" + } + }, + "dashdash": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", + "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "dev": true, + "requires": { + "assert-plus": "1.0.0" + } + }, + "decamelize": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", + "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", + "dev": true + }, + "deep-equal": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-0.2.2.tgz", + "integrity": "sha1-hLdFiW80xoTpjyzg5Cq69Du6AX0=", + "dev": true + }, + "defined": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/defined/-/defined-0.0.0.tgz", + "integrity": "sha1-817qfXBekzuvE7LwOz+D2SFAOz4=", + "dev": true + }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", + "dev": true + }, + "dom-serializer": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-0.1.0.tgz", + "integrity": "sha1-BzxpdUbOB4DOI75KKOKT5AvDDII=", + "dev": true, + "requires": { + "domelementtype": "1.1.3", + "entities": "1.1.1" + }, + "dependencies": { + "domelementtype": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.1.3.tgz", + "integrity": "sha1-vSh3PiZCiBrsUVRJJCmcXNgiGFs=", + "dev": true + } + } + }, + "domelementtype": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-1.3.0.tgz", + "integrity": "sha1-sXrtguirWeUt2cGbF1bg/BhyBMI=", + "dev": true + }, + "domhandler": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-2.4.1.tgz", + "integrity": "sha1-iS5HAAqZvlW783dP/qBWHYh5wlk=", + "dev": true, + "requires": { + "domelementtype": "1.3.0" + } + }, + "domutils": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-1.5.1.tgz", + "integrity": "sha1-3NhIiib1Y9YQeeSMn3t+Mjc2gs8=", + "dev": true, + "requires": { + "dom-serializer": "0.1.0", + "domelementtype": "1.3.0" + } + }, + "duplexer": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz", + "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=", + "dev": true + }, + "ecc-jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.1.tgz", + "integrity": "sha1-D8c6ntXw1Tw4GTOYUj735UN3dQU=", + "dev": true, + "optional": true, + "requires": { + "jsbn": "0.1.1" + } + }, + "entities": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/entities/-/entities-1.1.1.tgz", + "integrity": "sha1-blwtClYhtdra7O+AuQ7ftc13cvA=", + "dev": true + }, + "error-ex": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.1.tgz", + "integrity": "sha1-+FWobOYa3E6GIcPNoh56dhLDqNw=", + "dev": true, + "requires": { + "is-arrayish": "0.2.1" + } + }, + "es6-promise": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.1.1.tgz", + "integrity": "sha1-iBHpCRXZoNujYnTwskLb2nj5ySo=", + "dev": true + }, + "es6-promisify": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", + "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=", + "dev": true, + "requires": { + "es6-promise": "4.1.1" + } + }, + "escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", + "dev": true + }, + "extend": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.1.tgz", + "integrity": "sha1-p1Xqe8Gt/MWjHOfnYtuq3F5jZEQ=", + "dev": true + }, + "extsprintf": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", + "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", + "dev": true + }, + "fast-deep-equal": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-1.1.0.tgz", + "integrity": "sha1-wFNHeBfIa1HaqFPIHgWbcz0CNhQ=", + "dev": true + }, + "fast-json-stable-stringify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.0.0.tgz", + "integrity": "sha1-1RQsDK7msRifh9OnYREGT4bIu/I=", + "dev": true + }, + "find-up": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz", + "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=", + "dev": true, + "requires": { + "path-exists": "2.1.0", + "pinkie-promise": "2.0.1" + } + }, + "forever-agent": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", + "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", + "dev": true + }, + "form-data": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.2.tgz", + "integrity": "sha1-SXBJi+YEwgwAXU9cI67NIda0kJk=", + "dev": true, + "requires": { + "asynckit": "0.4.0", + "combined-stream": "1.0.6", + "mime-types": "2.1.18" + } + }, + "fs": { + "version": "0.0.1-security", + "resolved": "https://registry.npmjs.org/fs/-/fs-0.0.1-security.tgz", + "integrity": "sha1-invTcYa23d84E/I4WLV+yq9eQdQ=", + "dev": true + }, + "fs-extra": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-5.0.0.tgz", + "integrity": "sha1-QU0BEM3QZwVzTQVWUsVBEmDDGr0=", + "dev": true, + "requires": { + "graceful-fs": "4.1.11", + "jsonfile": "4.0.0", + "universalify": "0.1.1" + } + }, + "get-stdin": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz", + "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=", + "dev": true + }, + "getpass": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", + "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "dev": true, + "requires": { + "assert-plus": "1.0.0" + } + }, + "glob": { + "version": "3.2.11", + "resolved": "https://registry.npmjs.org/glob/-/glob-3.2.11.tgz", + "integrity": "sha1-Spc/Y1uRkPcV0QmH1cAP0oFevj0=", + "dev": true, + "requires": { + "inherits": "2.0.3", + "minimatch": "0.3.0" + }, + "dependencies": { + "minimatch": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.3.0.tgz", + "integrity": "sha1-J12O2qxPG7MyZHIInnlJyDlGmd0=", + "dev": true, + "requires": { + "lru-cache": "2.7.3", + "sigmund": "1.0.1" + } + } + } + }, + "graceful-fs": { + "version": "4.1.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.11.tgz", + "integrity": "sha1-Dovf5NHduIVNZOBOp8AOKgJuVlg=", + "dev": true + }, + "har-schema": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", + "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", + "dev": true + }, + "har-validator": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.0.3.tgz", + "integrity": "sha1-ukAsJmGU8VlW7xXg/PJCmT9qff0=", + "dev": true, + "requires": { + "ajv": "5.5.2", + "har-schema": "2.0.0" + } + }, + "has-ansi": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", + "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=", + "dev": true, + "requires": { + "ansi-regex": "2.1.1" + } + }, + "hosted-git-info": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.5.0.tgz", + "integrity": "sha1-bWDjSzq7yDEwYsO3mO+NkBoHrzw=", + "dev": true + }, + "htmlparser2": { + "version": "3.9.2", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-3.9.2.tgz", + "integrity": "sha1-G9+HrMoPP55T+k/M6w9LTLsAszg=", + "dev": true, + "requires": { + "domelementtype": "1.3.0", + "domhandler": "2.4.1", + "domutils": "1.5.1", + "entities": "1.1.1", + "inherits": "2.0.3", + "readable-stream": "2.3.3" + } + }, + "http-signature": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", + "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "jsprim": "1.4.1", + "sshpk": "1.14.2" + } + }, + "indent-string": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz", + "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=", + "dev": true, + "requires": { + "repeating": "2.0.1" + } + }, + "inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha1-Yzwsg+PaQqUC9SRmAiSA9CCCYd4=", + "dev": true + }, + "is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=", + "dev": true + }, + "is-builtin-module": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-1.0.0.tgz", + "integrity": "sha1-VAVy0096wxGfj3bDDLwbHgN6/74=", + "dev": true, + "requires": { + "builtin-modules": "1.1.1" + } + }, + "is-finite": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz", + "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=", + "dev": true, + "requires": { + "number-is-nan": "1.0.1" + } + }, + "is-typedarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", + "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "dev": true + }, + "is-utf8": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz", + "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=", + "dev": true + }, + "isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", + "dev": true + }, + "isstream": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", + "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "dev": true + }, + "jsbn": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", + "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "dev": true, + "optional": true + }, + "json-schema": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz", + "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=", + "dev": true + }, + "json-schema-traverse": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.3.1.tgz", + "integrity": "sha1-NJptRMU6Ud6JtAgFxdXlm0F9M0A=", + "dev": true + }, + "json-stringify-safe": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", + "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "dev": true + }, + "jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha1-h3Gq4HmbZAdrdmQPygWPnBDjPss=", + "dev": true, + "requires": { + "graceful-fs": "4.1.11" + } + }, + "jsprim": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz", + "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "extsprintf": "1.3.0", + "json-schema": "0.2.3", + "verror": "1.10.0" + } + }, + "load-json-file": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz", + "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=", + "dev": true, + "requires": { + "graceful-fs": "4.1.11", + "parse-json": "2.2.0", + "pify": "2.3.0", + "pinkie-promise": "2.0.1", + "strip-bom": "2.0.0" + } + }, + "lodash": { + "version": "4.17.4", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.4.tgz", + "integrity": "sha1-eCA6TRwyiuHYbcpkYONptX9AVa4=", + "dev": true + }, + "lodash.get": { + "version": "4.4.2", + "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz", + "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=", + "dev": true + }, + "loud-rejection": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz", + "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=", + "dev": true, + "requires": { + "currently-unhandled": "0.4.1", + "signal-exit": "3.0.2" + } + }, + "lru-cache": { + "version": "2.7.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz", + "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=", + "dev": true + }, + "map-obj": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz", + "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=", + "dev": true + }, + "md5-file": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/md5-file/-/md5-file-3.2.3.tgz", + "integrity": "sha1-+bzrlB7KIhSkwHJ/XnADFOdw8G8=", + "dev": true, + "requires": { + "buffer-alloc": "1.1.0" + } + }, + "meow": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz", + "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=", + "dev": true, + "requires": { + "camelcase-keys": "2.1.0", + "decamelize": "1.2.0", + "loud-rejection": "1.6.0", + "map-obj": "1.0.1", + "minimist": "1.2.0", + "normalize-package-data": "2.4.0", + "object-assign": "4.1.1", + "read-pkg-up": "1.0.1", + "redent": "1.0.0", + "trim-newlines": "1.0.0" + } + }, + "mime-db": { + "version": "1.33.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.33.0.tgz", + "integrity": "sha512-BHJ/EKruNIqJf/QahvxwQZXKygOQ256myeN/Ew+THcAa5q+PjyTTMMeNQC4DZw5AwfvelsUrA6B67NKMqXDbzQ==", + "dev": true + }, + "mime-types": { + "version": "2.1.18", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.18.tgz", + "integrity": "sha512-lc/aahn+t4/SWV/qcmumYjymLsWfN3ELhpmVuUFjgsORruuZPVSwAQryq+HHGvO/SI2KVX26bx+En+zhM8g8hQ==", + "dev": true, + "requires": { + "mime-db": "1.33.0" + } + }, + "minimatch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz", + "integrity": "sha1-UWbihkV/AzBgZL5Ul+jbsMPTIIM=", + "dev": true, + "requires": { + "brace-expansion": "1.1.8" + } + }, + "minimist": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz", + "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=", + "dev": true + }, + "normalize-package-data": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.4.0.tgz", + "integrity": "sha1-EvlaMH1YNSB1oEkHuErIvpisAS8=", + "dev": true, + "requires": { + "hosted-git-info": "2.5.0", + "is-builtin-module": "1.0.0", + "semver": "5.4.1", + "validate-npm-package-license": "3.0.1" + } + }, + "nth-check": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-1.0.1.tgz", + "integrity": "sha1-mSms32KPwsQQmN6rgqxYDPFJquQ=", + "dev": true, + "requires": { + "boolbase": "1.0.0" + } + }, + "number-is-nan": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz", + "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=", + "dev": true + }, + "oauth-sign": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.2.tgz", + "integrity": "sha1-Rqarfwrq2N6unsBWV4C31O/rnUM=", + "dev": true + }, + "object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", + "dev": true + }, + "object-inspect": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-0.4.0.tgz", + "integrity": "sha1-9RV8EWwUVbJDsG7pdwM5LFrYn+w=", + "dev": true + }, + "os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=", + "dev": true + }, + "parse-json": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz", + "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=", + "dev": true, + "requires": { + "error-ex": "1.3.1" + } + }, + "parse-ms": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-ms/-/parse-ms-1.0.1.tgz", + "integrity": "sha1-VjRtR0nXjyNDDKDHE4UK75GqNh0=", + "dev": true + }, + "parse5": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-3.0.3.tgz", + "integrity": "sha1-BC95L/3TaFFVHPTp4Gazh0q0W1w=", + "dev": true, + "requires": { + "@types/node": "8.5.1" + } + }, + "path-exists": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz", + "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=", + "dev": true, + "requires": { + "pinkie-promise": "2.0.1" + } + }, + "path-type": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz", + "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=", + "dev": true, + "requires": { + "graceful-fs": "4.1.11", + "pify": "2.3.0", + "pinkie-promise": "2.0.1" + } + }, + "pathinfo": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/pathinfo/-/pathinfo-0.1.0.tgz", + "integrity": "sha1-sEkoLMjfqe+5makhr/C0ptJXZdE=", + "dev": true, + "requires": { + "tap-spec": "2.2.2", + "tape": "3.6.1" + } + }, + "performance-now": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", + "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "dev": true + }, + "pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=", + "dev": true + }, + "pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", + "dev": true + }, + "pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", + "dev": true, + "requires": { + "pinkie": "2.0.4" + } + }, + "plur": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/plur/-/plur-1.0.0.tgz", + "integrity": "sha1-24XGgU9eXlo7Se/CjWBP7GKXUVY=", + "dev": true + }, + "pretty-ms": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/pretty-ms/-/pretty-ms-1.4.0.tgz", + "integrity": "sha1-aQ1VY3lXwMU/gIaoEK23R4Jamg8=", + "dev": true, + "requires": { + "get-stdin": "4.0.1", + "is-finite": "1.0.2", + "meow": "3.7.0", + "parse-ms": "1.0.1", + "plur": "1.0.0" + } + }, + "process-nextick-args": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.7.tgz", + "integrity": "sha1-FQ4gt1ZZCtP5EJPyWk8q2L/zC6M=", + "dev": true + }, + "punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha1-wNWmOycYgArY4esPpSachN1BhF4=", + "dev": true + }, + "qs": { + "version": "6.5.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz", + "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==", + "dev": true + }, + "read-pkg": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz", + "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=", + "dev": true, + "requires": { + "load-json-file": "1.1.0", + "normalize-package-data": "2.4.0", + "path-type": "1.1.0" + } + }, + "read-pkg-up": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz", + "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=", + "dev": true, + "requires": { + "find-up": "1.1.2", + "read-pkg": "1.1.0" + } + }, + "readable-stream": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.3.tgz", + "integrity": "sha1-No8lEtefnUb9/HE0mueHi7weuVw=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "1.0.0", + "process-nextick-args": "1.0.7", + "safe-buffer": "5.1.1", + "string_decoder": "1.0.3", + "util-deprecate": "1.0.2" + } + }, + "redent": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz", + "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=", + "dev": true, + "requires": { + "indent-string": "2.1.0", + "strip-indent": "1.0.1" + } + }, + "repeating": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz", + "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=", + "dev": true, + "requires": { + "is-finite": "1.0.2" + } + }, + "request": { + "version": "2.87.0", + "resolved": "https://registry.npmjs.org/request/-/request-2.87.0.tgz", + "integrity": "sha512-fcogkm7Az5bsS6Sl0sibkbhcKsnyon/jV1kF3ajGmF0c8HrttdKTPRT9hieOaQHA5HEq6r8OyWOo/o781C1tNw==", + "dev": true, + "requires": { + "aws-sign2": "0.7.0", + "aws4": "1.7.0", + "caseless": "0.12.0", + "combined-stream": "1.0.6", + "extend": "3.0.1", + "forever-agent": "0.6.1", + "form-data": "2.3.2", + "har-validator": "5.0.3", + "http-signature": "1.2.0", + "is-typedarray": "1.0.0", + "isstream": "0.1.2", + "json-stringify-safe": "5.0.1", + "mime-types": "2.1.18", + "oauth-sign": "0.8.2", + "performance-now": "2.1.0", + "qs": "6.5.2", + "safe-buffer": "5.1.1", + "tough-cookie": "2.3.4", + "tunnel-agent": "0.6.0", + "uuid": "3.2.1" + } + }, + "require-all": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/require-all/-/require-all-2.2.0.tgz", + "integrity": "sha1-tEIMIzrAKC0P9Jsnf7iAqLXeCJQ=", + "dev": true + }, + "resumer": { + "version": "0.0.0", + "resolved": "https://registry.npmjs.org/resumer/-/resumer-0.0.0.tgz", + "integrity": "sha1-8ej0YeQGS6Oegq883CqMiT0HZ1k=", + "dev": true, + "requires": { + "through": "2.3.8" + } + }, + "safe-buffer": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.1.tgz", + "integrity": "sha1-iTMSr2myEj3vcfV4iQAWce6yyFM=", + "dev": true + }, + "safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==", + "dev": true + }, + "semver": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.4.1.tgz", + "integrity": "sha1-4FnAnYVx8FQII3M0M1BdOi8AsY4=", + "dev": true + }, + "sigmund": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz", + "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=", + "dev": true + }, + "signal-exit": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz", + "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=", + "dev": true + }, + "spdx-correct": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-1.0.2.tgz", + "integrity": "sha1-SzBz2TP/UfORLwOsVRlJikFQ20A=", + "dev": true, + "requires": { + "spdx-license-ids": "1.2.2" + } + }, + "spdx-expression-parse": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-1.0.4.tgz", + "integrity": "sha1-m98vIOH0DtRH++JzJmGR/O1RYmw=", + "dev": true + }, + "spdx-license-ids": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz", + "integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=", + "dev": true + }, + "sshpk": { + "version": "1.14.2", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.14.2.tgz", + "integrity": "sha1-xvxhZIo9nE52T9P8306hBeSSupg=", + "dev": true, + "requires": { + "asn1": "0.2.3", + "assert-plus": "1.0.0", + "bcrypt-pbkdf": "1.0.1", + "dashdash": "1.14.1", + "ecc-jsbn": "0.1.1", + "getpass": "0.1.7", + "jsbn": "0.1.1", + "safer-buffer": "2.1.2", + "tweetnacl": "0.14.5" + } + }, + "string_decoder": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz", + "integrity": "sha1-D8Z9fBQYJd6UKC3VNr7GubzoYKs=", + "dev": true, + "requires": { + "safe-buffer": "5.1.1" + } + }, + "strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=", + "dev": true, + "requires": { + "ansi-regex": "2.1.1" + } + }, + "strip-bom": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz", + "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=", + "dev": true, + "requires": { + "is-utf8": "0.2.1" + } + }, + "strip-indent": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz", + "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=", + "dev": true, + "requires": { + "get-stdin": "4.0.1" + } + }, + "supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=", + "dev": true + }, + "tap-parser": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/tap-parser/-/tap-parser-0.7.0.tgz", + "integrity": "sha1-coph1kaApbSNXb2dvQpNSPXDW8s=", + "dev": true, + "requires": { + "inherits": "2.0.3", + "minimist": "0.2.0", + "readable-stream": "1.1.14" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "minimist": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.2.0.tgz", + "integrity": "sha1-Tf/lJdriuGTGbC4jxicdev3s784=", + "dev": true + }, + "readable-stream": { + "version": "1.1.14", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz", + "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + } + } + }, + "tap-spec": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/tap-spec/-/tap-spec-2.2.2.tgz", + "integrity": "sha1-FK2zmgX5ZMgR73B1lzINO7K7K9o=", + "dev": true, + "requires": { + "chalk": "1.1.3", + "duplexer": "0.1.1", + "pretty-ms": "1.4.0", + "tap-parser": "0.7.0", + "through2": "0.6.5" + } + }, + "tape": { + "version": "3.6.1", + "resolved": "https://registry.npmjs.org/tape/-/tape-3.6.1.tgz", + "integrity": "sha1-SJPdU+KApfWMDOswwsDrs7zVHh8=", + "dev": true, + "requires": { + "deep-equal": "0.2.2", + "defined": "0.0.0", + "glob": "3.2.11", + "inherits": "2.0.3", + "object-inspect": "0.4.0", + "resumer": "0.0.0", + "through": "2.3.8" + } + }, + "through": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", + "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "dev": true + }, + "through2": { + "version": "0.6.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz", + "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=", + "dev": true, + "requires": { + "readable-stream": "1.0.34", + "xtend": "4.0.1" + }, + "dependencies": { + "isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", + "dev": true + }, + "readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", + "dev": true, + "requires": { + "core-util-is": "1.0.2", + "inherits": "2.0.3", + "isarray": "0.0.1", + "string_decoder": "0.10.31" + } + }, + "string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", + "dev": true + } + } + }, + "tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha1-bTQzWIl2jSGyvNoKonfO07G/rfk=", + "dev": true, + "requires": { + "os-tmpdir": "1.0.2" + } + }, + "tough-cookie": { + "version": "2.3.4", + "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.3.4.tgz", + "integrity": "sha512-TZ6TTfI5NtZnuyy/Kecv+CnoROnyXn2DN97LontgQpCwsX2XyLYCC0ENhYkehSOwAp8rTQKc/NUIF7BkQ5rKLA==", + "dev": true, + "requires": { + "punycode": "1.4.1" + } + }, + "trim-newlines": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz", + "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=", + "dev": true + }, + "tunnel-agent": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", + "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "dev": true, + "requires": { + "safe-buffer": "5.1.1" + } + }, + "tweetnacl": { + "version": "0.14.5", + "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", + "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "dev": true, + "optional": true + }, + "underscore": { + "version": "1.8.3", + "resolved": "https://registry.npmjs.org/underscore/-/underscore-1.8.3.tgz", + "integrity": "sha1-Tz+1OxBuYJf8+ctBCfKl6b36UCI=", + "dev": true + }, + "universalify": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.1.tgz", + "integrity": "sha1-+nG63UQ3r0wUiEHjs7Fl+enlkLc=", + "dev": true + }, + "util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=", + "dev": true + }, + "uuid": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.2.1.tgz", + "integrity": "sha512-jZnMwlb9Iku/O3smGWvZhauCf6cvvpKi4BKRiliS3cxnI+Gz9j5MEpTz2UFuXiKPJocb7gnsLHwiS05ige5BEA==", + "dev": true + }, + "validate-npm-package-license": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.1.tgz", + "integrity": "sha1-KAS6vnEq0zeUWaz74kdGqywwP7w=", + "dev": true, + "requires": { + "spdx-correct": "1.0.2", + "spdx-expression-parse": "1.0.4" + } + }, + "verror": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", + "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "dev": true, + "requires": { + "assert-plus": "1.0.0", + "core-util-is": "1.0.2", + "extsprintf": "1.3.0" + } + }, + "xtend": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.1.tgz", + "integrity": "sha1-pcbVMr5lbiPbgg77lDofBJmNY68=", + "dev": true + } + } +} From 10ddb1bbfeda6d1ec0278980cf8c840201da6428 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 14 Jun 2018 13:24:46 -0700 Subject: [PATCH 095/113] scope fix --- bin/helpers/generate-js-tld-desc.js | 3 +-- bin/helpers/generate-js-tld-info.js | 3 +-- bin/helpers/generate-js-tld-list.js | 3 +-- bin/helpers/generate-js-tld-type.js | 3 +-- bin/helpers/generate-json-tld-desc.js | 3 +-- bin/helpers/generate-json-tld-info.js | 3 +-- bin/helpers/generate-json-tld-list.js | 3 +-- bin/helpers/generate-json-tld-type.js | 3 +-- 8 files changed, 8 insertions(+), 16 deletions(-) diff --git a/bin/helpers/generate-js-tld-desc.js b/bin/helpers/generate-js-tld-desc.js index 0b8dcd9..c4a1c86 100755 --- a/bin/helpers/generate-js-tld-desc.js +++ b/bin/helpers/generate-js-tld-desc.js @@ -60,9 +60,8 @@ if (!program.quiet) { let parser = parse({ delimiter: ',' }); let tldDesc = {}; - let i; + let i = 0; parser.on('readable', function() { - if (!i) i=0; let row, domain, desc; while (row = parser.read()) { if (!row.length) { diff --git a/bin/helpers/generate-js-tld-info.js b/bin/helpers/generate-js-tld-info.js index 9a2c6b6..29bdbbd 100755 --- a/bin/helpers/generate-js-tld-info.js +++ b/bin/helpers/generate-js-tld-info.js @@ -61,9 +61,8 @@ if (!program.quiet) { let parser = parse({ delimiter: ',' }); let tldInfo = []; - + let i = 0; parser.on('readable', function() { - let i = 0; let row, domain, desc, type; while (row = parser.read()) { if (!row.length) { diff --git a/bin/helpers/generate-js-tld-list.js b/bin/helpers/generate-js-tld-list.js index ff314d2..526b5e4 100755 --- a/bin/helpers/generate-js-tld-list.js +++ b/bin/helpers/generate-js-tld-list.js @@ -59,9 +59,8 @@ if (!program.quiet) { let parser = parse({ delimiter: ',' }); let tldEnum = []; - + let i = 0; parser.on('readable', function() { - let i = 0; let row; while (row = parser.read()) { if (!row.length) { diff --git a/bin/helpers/generate-js-tld-type.js b/bin/helpers/generate-js-tld-type.js index 8a8f8c5..e3ad689 100755 --- a/bin/helpers/generate-js-tld-type.js +++ b/bin/helpers/generate-js-tld-type.js @@ -61,9 +61,8 @@ if (!program.quiet) { let parser = parse({ delimiter: ',' }); let tldType = {}; - + let i = 0; parser.on('readable', function() { - let i = 0; let row, domain, type; while (row = parser.read()) { if (!row.length) { diff --git a/bin/helpers/generate-json-tld-desc.js b/bin/helpers/generate-json-tld-desc.js index 0f33820..7dd26e0 100755 --- a/bin/helpers/generate-json-tld-desc.js +++ b/bin/helpers/generate-json-tld-desc.js @@ -58,9 +58,8 @@ if (!program.quiet) { let parser = parse({ delimiter: ',' }); let tldDesc = {}; - + let i = 0; parser.on('readable', function() { - let i = 0; let row, domain, desc; while (row = parser.read()) { if (!row.length) { diff --git a/bin/helpers/generate-json-tld-info.js b/bin/helpers/generate-json-tld-info.js index c9d9d1f..6ca4029 100755 --- a/bin/helpers/generate-json-tld-info.js +++ b/bin/helpers/generate-json-tld-info.js @@ -58,9 +58,8 @@ if (!program.quiet) { let parser = parse({ delimiter: ',' }); let tldInfo = []; - + let i = 0; parser.on('readable', function() { - let i = 0; let row, domain, desc, type; while (row = parser.read()) { if (!row.length) { diff --git a/bin/helpers/generate-json-tld-list.js b/bin/helpers/generate-json-tld-list.js index 9b196f1..a28fa1f 100755 --- a/bin/helpers/generate-json-tld-list.js +++ b/bin/helpers/generate-json-tld-list.js @@ -58,9 +58,8 @@ if (!program.quiet) { let parser = parse({ delimiter: ',' }); let tldEnum = []; - + let i = 0; parser.on('readable', function() { - let i = 0; let row; while (row = parser.read()) { if (!row.length) { diff --git a/bin/helpers/generate-json-tld-type.js b/bin/helpers/generate-json-tld-type.js index d4bc780..bb090fa 100755 --- a/bin/helpers/generate-json-tld-type.js +++ b/bin/helpers/generate-json-tld-type.js @@ -58,9 +58,8 @@ if (!program.quiet) { let parser = parse({ delimiter: ',' }); let tldType = {}; - + let i = 0; parser.on('readable', function() { - let i = 0; let row, domain, type; while (row = parser.read()) { if (!row.length) { From a5770123fb3365b7c61d7a966cb794d6600a8891 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 14 Jun 2018 14:05:00 -0700 Subject: [PATCH 096/113] country-code fixes - fixes to country code TLD descriptions --- bin/helpers/generate-tlds-csv.js | 167 ++++----- formats/js/tld-enum/desc.js | 554 ++++++++++++++--------------- formats/js/tld-enum/info.js | 554 ++++++++++++++--------------- formats/json/tld-desc.json | 554 ++++++++++++++--------------- formats/json/tld-info.json | 554 ++++++++++++++--------------- formats/php/TldEnum/TldDesc.php | 589 +++++++++++++++---------------- formats/php/TldEnum/TldInfo.php | 589 +++++++++++++++---------------- tlds.csv | 589 +++++++++++++++---------------- 8 files changed, 2024 insertions(+), 2126 deletions(-) diff --git a/bin/helpers/generate-tlds-csv.js b/bin/helpers/generate-tlds-csv.js index 58cefeb..a8e88a0 100755 --- a/bin/helpers/generate-tlds-csv.js +++ b/bin/helpers/generate-tlds-csv.js @@ -15,7 +15,7 @@ const stringify = require('csv-stringify'); const parse = require('csv-parse'); const fs = require('fs-extra'); const path = require('path'); -const md5File = require('md5-file/promise'); +const md5File = require('md5-file'); const pathinfo = require('pathinfo'); const program = require('commander'); const tmp = require('tmp'); @@ -103,7 +103,10 @@ if (!program.quiet) { }); console.log('done'); - //console.error('NOTICE: the following "countries" did not have an assigned top level domain: ' + missingTld.join(', ')); + + if (!program.quiet) { + console.log(meName + ': NOTICE: the following "countries" did not have an assigned top level domain: ' + missingTld.join(', ')); + } process.stdout.write("building description / TLD hashmap..."); let tld2Desc = {}; @@ -133,95 +136,95 @@ if (!program.quiet) { parser.write(fs.readFileSync(fileTldDescCsv)); - parser.end(); + parser.end(function() { + console.log("done"); - console.log("done"); + const tdPosMap = { + domain: 0, + type: 1, + manager: 2, + }; - const tdPosMap = { - domain: 0, - type: 1, - manager: 2, - }; + let tldSet = []; - let tldSet = []; + process.stdout.write("parsing IANA data..."); + $('#tld-table').find('tr').each((i, element) => { + let tld = { + domain: null, + type: null, + manager: null, + }; + let tldData = []; + // console.log('i ' + i); + // console.log(element); + $(element).find("td").each((iTd, elementTd) => { + // console.log('iTd...'); + // console.log(iTd); + tldData.push($(elementTd).text()); + }); - process.stdout.write("parsing IANA data..."); - $('#tld-table').find('tr').each((i, element) => { - let tld = { - domain: null, - type: null, - manager: null, - }; - let tldData = []; - // console.log('i ' + i); - // console.log(element); - $(element).find("td").each((iTd, elementTd) => { - // console.log('iTd...'); - // console.log(iTd); - tldData.push($(elementTd).text()); - }); + for (var prop in tld) { + if (typeof(tldData[tdPosMap[prop]]) !== 'undefined') { + tld[prop] = tldData[tdPosMap[prop]]; + } + } - for (var prop in tld) { - if (typeof(tldData[tdPosMap[prop]]) !== 'undefined') { - tld[prop] = tldData[tdPosMap[prop]]; - } - } + if (!tld.domain) { + return; + } - if (!tld.domain) { - return; - } + tld.domain = tld.domain.replace(/\s/g, '').replace(/\./g, ''); - tld.domain = tld.domain.replace(/\s/g, '').replace(/\./g, ''); + tldSet.push(tld); - tldSet.push(tld); + }); + console.log('done'); + const stringifier = stringify({ delimiter: ',' }); + stringifier.on('readable', () => { + let row; + while (row = stringifier.read()) { + fs.appendFileSync(fileNewTldsCsv, row, 'utf8') + } + }); + + process.stdout.write("serializing new 'tlds.csv'..."); + for (var i = 0; i < tldSet.length; i++) { + let tld = tldSet[i]; + let csvRow = [tld.domain]; + if ((tld.type == 'country-code') && (typeof(tld2CountryName[tld.domain]) !== 'undefined')) { + csvRow.push(tld2CountryName[tld.domain]); + } else { + if (typeof(tld2Desc[tld.domain]) !== 'undefined') { + csvRow.push(tld2Desc[tld.domain]); + } else { + csvRow.push(tld.manager); + } + } + csvRow.push(tld.type); + stringifier.write(csvRow); + + } + stringifier.end(); + console.log('done'); + + if (fs.existsSync(fileTldsCsv)) { + const newMd5 = md5File.sync(fileNewTldsCsv); + const csvMd5 = md5File.sync(fileTldsCsv); + if (csvMd5 == newMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'tlds.csv' file that is identical to the existing file (md5: " + csvMd5 + ", path: " + fileTldsCsv + ")"); + return; + } + const pathinfoTldsCsv = pathinfo(fileTldsCsv); + const fileBackupTldsCsv = pathinfoTldsCsv.dirname + pathinfoTldsCsv.sep + pathinfoTldsCsv.basename + '-' + csvMd5 + '-backup.csv'; + if (!fs.existsSync(fileBackupTldsCsv)) { + fs.copySync(fileTldsCsv, fileBackupTldsCsv); + } + } + + process.stdout.write("saving new 'tlds.csv'..."); + fs.copySync(fileNewTldsCsv, fileTldsCsv); + console.log('done'); }); - console.log('done'); - - const stringifier = stringify({ delimiter: ',' }); - stringifier.on('readable', () => { - let row; - while (row = stringifier.read()) { - fs.appendFileSync(fileNewTldsCsv, row, 'utf8') - } - }); - - process.stdout.write("serializing new 'tlds.csv'..."); - for (var i = 0; i < tldSet.length; i++) { - let tld = tldSet[i]; - let csvRow = [tld.domain]; - if ((tld.type == 'country-code') && (typeof(tld2CountryName[tld.domain]) !== 'undefined')) { - csvRow.push(tld2CountryName[tld.domain]); - } else { - if (typeof(tld2Desc[tld.domain]) !== 'undefined') { - csvRow.push(tld2Desc[tld.domain]); - } else { - csvRow.push(tld.manager); - } - } - csvRow.push(tld.type); - stringifier.write(csvRow); - - } - stringifier.end(); - console.log('done'); - - if (fs.existsSync(fileTldsCsv)) { - const newMd5 = await md5File(fileNewTldsCsv); - const csvMd5 = await md5File(fileTldsCsv); - if (csvMd5 == newMd5) { - console.error(meName + ": (NOTICE) ignoring newly generated 'tlds.csv' file that is identical to the existing file (md5: " + csvMd5 + ", path: " + fileTldsCsv + ")"); - return; - } - const pathinfoTldsCsv = pathinfo(fileTldsCsv); - const fileBackupTldsCsv = pathinfoTldsCsv.dirname + pathinfoTldsCsv.sep + pathinfoTldsCsv.basename + '-' + csvMd5 + '-backup.csv'; - if (!fs.existsSync(fileBackupTldsCsv)) { - fs.copySync(fileTldsCsv, fileBackupTldsCsv); - } - } - - process.stdout.write("saving new 'tlds.csv'..."); - fs.copySync(fileNewTldsCsv, fileTldsCsv); - console.log('done'); })(); \ No newline at end of file diff --git a/formats/js/tld-enum/desc.js b/formats/js/tld-enum/desc.js index 3af8ba7..309ab2f 100644 --- a/formats/js/tld-enum/desc.js +++ b/formats/js/tld-enum/desc.js @@ -9,7 +9,7 @@ module.exports = { "able": "Able Inc.", "abogado": "Top Level Domain Holdings Limited", "abudhabi": "Abu Dhabi Systems and Information Centre", - "ac": "Network Information Center (AC Domain Registry)\nc/o Cable and Wireless (Ascension Island)", + "ac": "Ascension Island", "academy": "Binky Moon, LLC", "accenture": "Accenture plc", "accountant": "dot Accountant Limited", @@ -17,29 +17,29 @@ module.exports = { "aco": "ACO Severin Ahlmann GmbH & Co. KG", "active": "Active Network, LLC", "actor": "United TLD Holdco Ltd.", - "ad": "Andorra Telecom", + "ad": "Andorra (Principality of)", "adac": "Allgemeiner Deutscher Automobil-Club e.V. (ADAC)", "ads": "Charleston Road Registry Inc.", "adult": "ICM Registry AD LLC", - "ae": "Telecommunication Regulatory Authority (TRA)", + "ae": "United Arab Emirates", "aeg": "Aktiebolaget Electrolux", - "aero": "Societe Internationale de Telecommunications Aeronautique (SITA INC USA)", + "aero": "Air-transport industry", "aetna": "Aetna Life Insurance Company", - "af": "Ministry of Communications and IT", + "af": "Afghanistan (Islamic Republic of)", "afamilycompany": "Johnson Shareholdings, Inc.", "afl": "Australian Football League", "africa": "ZA Central Registry NPC trading as Registry.Africa", - "ag": "UHSA School of Medicine", + "ag": "Antigua and Barbuda", "agakhan": "Fondation Aga Khan (Aga Khan Foundation)", "agency": "Binky Moon, LLC", - "ai": "Government of Anguilla", + "ai": "Anguilla", "aig": "American International Group, Inc.", "aigo": "aigo Digital Technology Co,Ltd.", "airbus": "Airbus S.A.S.", "airforce": "United TLD Holdco Ltd.", "airtel": "Bharti Airtel Limited", "akdn": "Fondation Aga Khan (Aga Khan Foundation)", - "al": "Electronic and Postal Communications Authority - AKEP", + "al": "Albania (Republic of)", "alfaromeo": "Fiat Chrysler Automobiles N.V.", "alibaba": "Alibaba Group Holding Limited", "alipay": "Alibaba Group Holding Limited", @@ -48,41 +48,41 @@ module.exports = { "ally": "Ally Financial Inc.", "alsace": "REGION GRAND EST", "alstom": "ALSTOM", - "am": "\"Internet Society\" Non-governmental Organization", + "am": "Armenia (Republic of)", "americanexpress": "American Express Travel Related Services Company, Inc.", "americanfamily": "AmFam, Inc.", "amex": "American Express Travel Related Services Company, Inc.", "amfam": "AmFam, Inc.", "amica": "Amica Mutual Insurance Company", "amsterdam": "Gemeente Amsterdam", - "an": "Retired", + "an": "Netherlands Antilles", "analytics": "Campus IP LLC", "android": "Charleston Road Registry Inc.", "anquan": "QIHOO 360 TECHNOLOGY CO. LTD.", "anz": "Australia and New Zealand Banking Group Limited", - "ao": "Faculdade de Engenharia da Universidade Agostinho Neto", + "ao": "Angola (Republic of)", "aol": "OATH Inc.", "apartments": "Binky Moon, LLC", "app": "Charleston Road Registry Inc.", "apple": "Apple Inc.", - "aq": "Antarctica Network Information Centre Limited", + "aq": "Antarctica", "aquarelle": "Aquarelle.com", - "ar": "Presidencia de la Nación – Secretaría Legal y Técnica", + "ar": "Argentina (Argentine Republic)", "arab": "League of Arab States", "aramco": "Aramco Services Company", "archi": "STARTING DOT LIMITED", "army": "United TLD Holdco Ltd.", - "arpa": "Internet Architecture Board (IAB)", + "arpa": "Address and Routing Parameter Area", "art": "UK Creative Ideas Limited", "arte": "Association Relative à la Télévision Européenne G.E.I.E.", - "as": "AS Domain Registry", + "as": "American Samoa", "asda": "Wal-Mart Stores, Inc.", - "asia": "DotAsia Organisation Ltd.", + "asia": "Organisations and individuals in the Asia-Pacific region", "associates": "Binky Moon, LLC", - "at": "nic.at GmbH", + "at": "Austria (Republic of)", "athleta": "The Gap, Inc.", "attorney": "United TLD Holdco, Ltd", - "au": ".au Domain Administration (auDA)", + "au": "Australia (Commonwealth of)", "auction": "United TLD HoldCo, Ltd.", "audi": "AUDI Aktiengesellschaft", "audible": "Amazon Registry Services, Inc.", @@ -92,13 +92,13 @@ module.exports = { "auto": "Cars Registry Limited", "autos": "DERAutos, LLC", "avianca": "Aerovias del Continente Americano S.A. Avianca", - "aw": "SETAR", + "aw": "Aruba", "aws": "Amazon Registry Services, Inc.", - "ax": "Ålands landskapsregering", + "ax": "Åland Islands", "axa": "AXA SA", - "az": "IntraNS", + "az": "Azerbaijan (Republic of)", "azure": "Microsoft Corporation", - "ba": "Universtiy Telinformatic Centre (UTIC)", + "ba": "Bosnia and Herzegovina", "baby": "Johnson & Johnson Services, Inc.", "baidu": "Baidu, Inc.", "banamex": "Citigroup Inc.", @@ -115,14 +115,14 @@ module.exports = { "basketball": "Fédération Internationale de Basketball (FIBA)", "bauhaus": "Werkhaus GmbH", "bayern": "Bayern Connect GmbH", - "bb": "Government of Barbados\nMinistry of Economic Affairs and Development\nTelecommunications Unit", + "bb": "Barbados", "bbc": "British Broadcasting Corporation", "bbt": "BB&T Corporation", "bbva": "BANCO BILBAO VIZCAYA ARGENTARIA, S.A.", "bcg": "The Boston Consulting Group, Inc.", "bcn": "Municipi de Barcelona", - "bd": "Posts and Telecommunications Division", - "be": "DNS Belgium vzw/asbl", + "bd": "Bangladesh (People's Republic of)", + "be": "Belgium (Kingdom of)", "beats": "Beats Electronics, LLC", "beauty": "L'Oréal", "beer": "Top Level Domain Holdings Limited", @@ -131,20 +131,20 @@ module.exports = { "best": "BestTLD Pty Ltd", "bestbuy": "BBY Solutions, Inc.", "bet": "Afilias plc", - "bf": "ARCE-AutoritÈ de RÈgulation des Communications Electroniques", - "bg": "Register.BG", - "bh": "Telecommunications Regulatory Authority (TRA)", + "bf": "Burkina Faso", + "bg": "Bulgaria (Republic of)", + "bh": "Bahrain (Kingdom of)", "bharti": "Bharti Enterprises (Holding) Private Limited", - "bi": "Centre National de l'Informatique", + "bi": "Burundi (Republic of)", "bible": "American Bible Society", "bid": "dot Bid Limited", "bike": "Binky Moon, LLC", "bing": "Microsoft Corporation", "bingo": "Binky Moon, LLC", "bio": "STARTING DOT LIMITED", - "biz": "Neustar, Inc.", - "bj": "Benin Telecoms S.A.", - "bl": "Not assigned", + "biz": "Business", + "bj": "Benin (Republic of)", + "bl": "Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr}", "black": "Afilias plc", "blackfriday": "Uniregistry, Corp.", "blanco": "BLANCO GmbH + Co KG", @@ -152,13 +152,13 @@ module.exports = { "blog": "Knock Knock WHOIS There, LLC", "bloomberg": "Bloomberg IP Holdings LLC", "blue": "Afilias plc", - "bm": "Registry General Department, Ministry of Home Affairs", + "bm": "Bermuda", "bms": "Bristol-Myers Squibb Company", "bmw": "Bayerische Motoren Werke Aktiengesellschaft", - "bn": "Authority for Info-communications Technology Industry of Brunei Darussalam (AITI)", + "bn": "Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam]", "bnl": "Banca Nazionale del Lavoro", "bnpparibas": "BNP Paribas", - "bo": "Agencia para el Desarrollo de la Información de la Sociedad en Bolivia", + "bo": "Bolivia (Plurinational State of)", "boats": "DERBoats, LLC", "boehringer": "Boehringer Ingelheim International GmbH", "bofa": "Bank of America Corporation", @@ -174,16 +174,16 @@ module.exports = { "bot": "Amazon Registry Services, Inc.", "boutique": "Binky Moon, LLC", "box": "NS1 Limited", - "bq": "Not assigned", - "br": "Comite Gestor da Internet no Brasil", + "bq": "Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}", + "br": "Brazil (Federative Republic of)", "bradesco": "Banco Bradesco S.A.", "bridgestone": "Bridgestone Corporation", "broadway": "Celebrate Broadway, Inc.", "broker": "DOTBROKER REGISTRY LTD", "brother": "Brother Industries, Ltd.", "brussels": "DNS.be vzw", - "bs": "The College of the Bahamas", - "bt": "Ministry of Information and Communications", + "bs": "Bahamas (Commonwealth of the)", + "bt": "Bhutan (Kingdom of)", "budapest": "Top Level Domain Holdings Limited", "bugatti": "Bugatti International SA", "build": "Plan Bee LLC", @@ -191,12 +191,12 @@ module.exports = { "business": "Binky Moon, LLC", "buy": "Amazon Registry Services, INC", "buzz": "DOTSTRATEGY CO.", - "bv": "UNINETT Norid A/S", - "bw": "Botswana Communications Regulatory Authority (BOCRA)", - "by": "Reliable Software, Ltd.", - "bz": "University of Belize", + "bv": "Bouvet Island", + "bw": "Botswana (Republic of)", + "by": "Belarus (Republic of)", + "bz": "Belize", "bzh": "Association www.bzh", - "ca": "Canadian Internet Registration Authority (CIRA) Autorité Canadienne pour les enregistrements Internet (ACEI)", + "ca": "Canada", "cab": "Binky Moon, LLC", "cafe": "Binky Moon, LLC", "cal": "Charleston Road Registry Inc.", @@ -223,24 +223,24 @@ module.exports = { "caseih": "CNH Industrial N.V.", "cash": "Binky Moon, LLC", "casino": "Binky Moon, LLC", - "cat": "Fundacio puntCAT", + "cat": "Catalan", "catering": "Binky Moon, LLC", "catholic": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", "cba": "COMMONWEALTH BANK OF AUSTRALIA", "cbn": "The Christian Broadcasting Network, Inc.", "cbre": "CBRE, Inc.", "cbs": "CBS Domains Inc.", - "cc": "eNIC Cocos (Keeling) Islands Pty.\nLtd. d/b/a Island Internet Services", - "cd": "Office Congolais des Postes et Télécommunications - OCPT", + "cc": "Cocos (Keeling) Islands (Territory of the)", + "cd": "Congo (Democratic Republic of the) [Congo-Kinshasa]", "ceb": "The Corporate Executive Board Company", "center": "Binky Moon, LLC", "ceo": "CEOTLD Pty Ltd", "cern": "European Organization for Nuclear Research (\"CERN\")", - "cf": "Societe Centrafricaine de Telecommunications (SOCATEL)", + "cf": "Central African Republic", "cfa": "CFA Institute", "cfd": "DOTCFD REGISTRY LTD", - "cg": "ONPT Congo and Interpoint Switzerland", - "ch": "SWITCH The Swiss Education & Research Network", + "cg": "Congo (Republic of) [Congo-Brazzaville]", + "ch": "Switzerland (Swiss Confederation)", "chanel": "Chanel International B.V.", "channel": "Charleston Road Registry Inc.", "charity": "Corn Lake, LLC", @@ -253,7 +253,7 @@ module.exports = { "chrome": "Charleston Road Registry Inc.", "chrysler": "FCA US LLC.", "church": "Binky Moon, LLC", - "ci": "Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire (ARTCI)", + "ci": "Ivory Coast (Republic of Côte d'Ivoire)", "cipriani": "Hotel Cipriani Srl", "circle": "Amazon Registry Services, Inc.", "cisco": "Cisco Technology, Inc.", @@ -262,8 +262,8 @@ module.exports = { "citic": "CITIC Group Corporation", "city": "Binky Moon, LLC", "cityeats": "Lifestyle Domain Holdings, Inc.", - "ck": "Telecom Cook Islands Ltd.", - "cl": "NIC Chile (University of Chile)", + "ck": "Cook Islands", + "cl": "Chile (Republic of)", "claims": "Binky Moon, LLC", "cleaning": "Binky Moon, LLC", "click": "Uniregistry, Corp.", @@ -273,15 +273,15 @@ module.exports = { "cloud": "ARUBA PEC S.p.A.", "club": ".CLUB DOMAINS, LLC", "clubmed": "Club Méditerranée S.A.", - "cm": "Cameroon Telecommunications (CAMTEL)", - "cn": "China Internet Network Information Center (CNNIC)", - "co": ".CO Internet S.A.S.", + "cm": "Cameroon (Republic of)", + "cn": "China (People's Republic of)", + "co": "Colombia (Republic of)", "coach": "Binky Moon, LLC", "codes": "Binky Moon, LLC", "coffee": "Binky Moon, LLC", "college": "XYZ.COM LLC", "cologne": "punkt.wien GmbH", - "com": "VeriSign Global Registry Services", + "com": "Commercial organizations", "comcast": "Comcast IP Holdings I, LLC", "commbank": "COMMONWEALTH BANK OF AUSTRALIA", "community": "Binky Moon, LLC", @@ -297,13 +297,13 @@ module.exports = { "cooking": "Top Level Domain Holdings Limited", "cookingchannel": "Lifestyle Domain Holdings, Inc.", "cool": "Binky Moon, LLC", - "coop": "DotCooperation LLC", + "coop": "Cooperatives", "corsica": "Collectivité Territoriale de Corse", "country": "Top Level Domain Holdings Limited", "coupon": "Amazon Registry Services, Inc.", "coupons": "Binky Moon, LLC", "courses": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", - "cr": "National Academy of Sciences\nAcademia Nacional de Ciencias", + "cr": "Costa Rica (Republic of)", "credit": "Binky Moon, LLC", "creditcard": "Binky Moon, LLC", "creditunion": "CUNA Performance Resources, LLC", @@ -313,15 +313,15 @@ module.exports = { "cruise": "Viking River Cruises (Bermuda) Ltd.", "cruises": "Binky Moon, LLC", "csc": "Alliance-One Services, Inc.", - "cu": "CENIAInternet\nIndustria y San Jose\nCapitolio Nacional", + "cu": "Cuba (Republic of)", "cuisinella": "SALM S.A.S.", - "cv": "Agência Nacional das Comunicações (ANAC)", - "cw": "University of Curacao", - "cx": "Christmas Island Domain Administration Limited", - "cy": "University of Cyprus", + "cv": "Cape Verde (Republic of)", + "cw": "Curaçao (Country of)", + "cx": "Christmas Island (Territory of)", + "cy": "Cyprus (Republic of)", "cymru": "Nominet UK", "cyou": "Beijing Gamease Age Digital Technology Co., Ltd.", - "cz": "CZ.NIC, z.s.p.o", + "cz": "Czech Republic", "dabur": "Dabur India Limited", "dad": "Charleston Road Registry Inc.", "dance": "United TLD Holdco Ltd.", @@ -332,7 +332,7 @@ module.exports = { "day": "Charleston Road Registry Inc.", "dclk": "Charleston Road Registry Inc.", "dds": "Minds + Machines Group Limited", - "de": "DENIC eG", + "de": "Germany (Federal Republic of)", "deal": "Amazon Registry Services, Inc.", "dealer": "Dealer Dot Com, Inc.", "deals": "Binky Moon, LLC", @@ -357,11 +357,11 @@ module.exports = { "discover": "Discover Financial Services", "dish": "Dish DBS Corporation", "diy": "Lifestyle Domain Holdings, Inc.", - "dj": "Djibouti Telecom S.A", - "dk": "Dansk Internet Forum", - "dm": "DotDM Corporation", + "dj": "Djibouti (Republic of)", + "dk": "Denmark (Kingdom of)", + "dm": "Dominica (Commonwealth of)", "dnp": "Dai Nippon Printing Co., Ltd.", - "do": "Pontificia Universidad Catolica Madre y Maestra\nRecinto Santo Tomas de Aquino", + "do": "Dominican Republic", "docs": "Charleston Road Registry Inc.", "doctor": "Binky Moon, LLC", "dodge": "FCA US LLC.", @@ -381,17 +381,17 @@ module.exports = { "durban": "ZA Central Registry NPC trading as ZA Central Registry", "dvag": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", "dvr": "Hughes Satellite Systems Corporation", - "dz": "CERIST", + "dz": "Algeria (People's Democratic Republic of)", "earth": "Interlink Co., Ltd.", "eat": "Charleston Road Registry Inc.", - "ec": "ECUADORDOMAIN S.A.", + "ec": "Ecuador (Republic of)", "eco": "Big Room Inc.", "edeka": "EDEKA Verband kaufmännischer Genossenschaften e.V.", - "edu": "EDUCAUSE", + "edu": "Educational establishments", "education": "Binky Moon, LLC", - "ee": "Eesti Interneti Sihtasutus (EIS)", - "eg": "Egyptian Universities Network (EUN)\nSupreme Council of Universities", - "eh": "Not assigned", + "ee": "Estonia (Republic of)", + "eg": "Egypt (Arab Republic of)", + "eh": "Western Sahara {reserved}", "email": "Binky Moon, LLC", "emerck": "Merck KGaA", "energy": "Binky Moon, LLC", @@ -401,16 +401,16 @@ module.exports = { "epost": "Deutsche Post AG", "epson": "Seiko Epson Corporation", "equipment": "Binky Moon, LLC", - "er": "Eritrea Telecommunication Services Corporation (EriTel)", + "er": "Eritrea (State of)", "ericsson": "Telefonaktiebolaget L M Ericsson", "erni": "ERNI Group Holding AG", - "es": "Red.es", + "es": "Spain (Kingdom of)", "esq": "Charleston Road Registry Inc.", "estate": "Binky Moon, LLC", "esurance": "Esurance Insurance Company", - "et": "Ethio telecom", + "et": "Ethiopia (Federal Democratic Republic of)", "etisalat": "Emirates Telecommunications Corporation (trading as Etisalat)", - "eu": "EURid vzw/asbl", + "eu": "European Union", "eurovision": "European Broadcasting Union (EBU)", "eus": "Puntueus Fundazioa", "events": "Binky Moon, LLC", @@ -435,7 +435,7 @@ module.exports = { "feedback": "Top Level Spectrum, Inc.", "ferrari": "Fiat Chrysler Automobiles N.V.", "ferrero": "Ferrero Trading Lux S.A.", - "fi": "Finnish Communications Regulatory Authority", + "fi": "Finland (Republic of)", "fiat": "Fiat Chrysler Automobiles N.V.", "fidelity": "Fidelity Brokerage Services LLC", "fido": "Rogers Communications Canada Inc.", @@ -450,8 +450,8 @@ module.exports = { "fishing": "Top Level Domain Holdings Limited", "fit": "Minds + Machines Group Limited", "fitness": "Binky Moon, LLC", - "fj": "The University of the South Pacific\nIT Services", - "fk": "Falkland Islands Government", + "fj": "Fiji (Republic of)", + "fk": "Falkland Islands (Malvinas)", "flickr": "Yahoo! Domain Services Inc.", "flights": "Binky Moon, LLC", "flir": "FLIR Systems, Inc.", @@ -459,8 +459,8 @@ module.exports = { "flowers": "Uniregistry, Corp.", "flsmidth": "Retired", "fly": "Charleston Road Registry Inc.", - "fm": "FSM Telecommunications Corporation", - "fo": "FO Council", + "fm": "Micronesia (Federated States of)", + "fo": "Faroe Islands", "foo": "Charleston Road Registry Inc.", "food": "Lifestyle Domain Holdings, Inc.", "foodnetwork": "Lifestyle Domain Holdings, Inc.", @@ -471,7 +471,7 @@ module.exports = { "forum": "Fegistry, LLC", "foundation": "Binky Moon, LLC", "fox": "FOX Registry, LLC", - "fr": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "fr": "France (French Republic)", "free": "Amazon Registry Services, Inc.", "fresenius": "Fresenius Immobilien-Verwaltungs-GmbH", "frl": "FRLregistry B.V.", @@ -486,7 +486,7 @@ module.exports = { "furniture": "Binky Moon, LLC", "futbol": "United TLD Holdco, Ltd.", "fyi": "Binky Moon, LLC", - "ga": "Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF)", + "ga": "Gabon (Gabonese Republic)", "gal": "Asociación puntoGAL", "gallery": "Binky Moon, LLC", "gallo": "Gallo Vineyards, Inc.", @@ -495,36 +495,36 @@ module.exports = { "games": "United TLD Holdco Ltd.", "gap": "The Gap, Inc.", "garden": "Top Level Domain Holdings Limited", - "gb": "Reserved Domain - IANA", + "gb": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", "gbiz": "Charleston Road Registry Inc.", - "gd": "The National Telecommunications Regulatory Commission (NTRC)", + "gd": "Grenada", "gdn": "Joint Stock Company \"Navigation-information systems\"", - "ge": "Caucasus Online LLC", + "ge": "Georgia", "gea": "GEA Group Aktiengesellschaft", "gent": "Combell nv", "genting": "Resorts World Inc. Pte. Ltd.", "george": "Wal-Mart Stores, Inc.", - "gf": "Net Plus", - "gg": "Island Networks Ltd.", + "gf": "French Guiana", + "gg": "Guernsey (Bailiwick of)", "ggee": "GMO Internet, Inc.", - "gh": "Network Computer Systems Limited", - "gi": "Sapphire Networks", + "gh": "Ghana (Republic of)", + "gi": "Gibraltar", "gift": "Uniregistry, Corp.", "gifts": "Binky Moon, LLC", "gives": "United TLD Holdco Ltd.", "giving": "Giving Limited", - "gl": "TELE Greenland A/S", + "gl": "Greenland", "glade": "Johnson Shareholdings, Inc.", "glass": "Binky Moon, LLC", "gle": "Charleston Road Registry Inc.", "global": "Dot Global Domain Registry Limited", "globo": "Globo Comunicação e Participações S.A", - "gm": "GM-NIC", + "gm": "Gambia (Republic of The)", "gmail": "Charleston Road Registry Inc.", "gmbh": "Binky Moon, LLC", "gmo": "GMO Internet, Inc.", "gmx": "1&1 Mail & Media GmbH", - "gn": "Centre National des Sciences Halieutiques de Boussoura", + "gn": "Guinea (Republic of)", "godaddy": "Go Daddy East, LLC", "gold": "Binky Moon, LLC", "goldpoint": "YODOBASHI CAMERA CO.,LTD.", @@ -536,10 +536,10 @@ module.exports = { "google": "Charleston Road Registry Inc.", "gop": "Republican State Leadership Committee, Inc.", "got": "Amazon Registry Services, Inc.", - "gov": "General Services Administration\nAttn: QTDC, 2E08 (.gov Domain Registration)", - "gp": "Networking Technologies Group", - "gq": "GETESA", - "gr": "ICS-FORTH GR", + "gov": "US government", + "gp": "Guadeloupe", + "gq": "Equatorial Guinea (Republic of)", + "gr": "Greece (Hellenic Republic)", "grainger": "Grainger Registry Services, LLC", "graphics": "Binky Moon, LLC", "gratis": "Binky Moon, LLC", @@ -547,17 +547,17 @@ module.exports = { "gripe": "Binky Moon, LLC", "grocery": "Wal-Mart Stores, Inc.", "group": "Binky Moon, LLC", - "gs": "Government of South Georgia and South Sandwich Islands (GSGSSI)", - "gt": "Universidad del Valle de Guatemala", - "gu": "University of Guam", + "gs": "South Georgia and the South Sandwich Islands", + "gt": "Guatemala (Republic of)", + "gu": "Guam", "guardian": "The Guardian Life Insurance Company of America", "gucci": "Guccio Gucci S.p.a.", "guge": "Charleston Road Registry Inc.", "guide": "Binky Moon, LLC", "guitars": "Uniregistry, Corp.", "guru": "Binky Moon, LLC", - "gw": "Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau", - "gy": "University of Guyana", + "gw": "Guinea-Bissau (Republic of)", + "gy": "Guyana (Co-operative Republic of)", "hair": "L'Oreal", "hamburg": "Hamburg Top-Level-Domain GmbH", "hangout": "Charleston Road Registry Inc.", @@ -576,10 +576,10 @@ module.exports = { "hisamitsu": "Hisamitsu Pharmaceutical Co.,Inc.", "hitachi": "Hitachi, Ltd.", "hiv": "Uniregistry, Corp.", - "hk": "Hong Kong Internet Registration Corporation Ltd.", + "hk": "Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China)", "hkt": "PCCW-HKT DataCom Services Limited", - "hm": "HM Domain Registry", - "hn": "Red de Desarrollo Sostenible Honduras", + "hm": "Heard Island and McDonald Islands", + "hn": "Honduras (Republic of)", "hockey": "Binky Moon, LLC", "holdings": "Binky Moon, LLC", "holiday": "Binky Moon, LLC", @@ -599,11 +599,11 @@ module.exports = { "hotmail": "Microsoft Corporation", "house": "Binky Moon, LLC", "how": "Charleston Road Registry Inc.", - "hr": "CARNet - Croatian Academic and Research Network", + "hr": "Croatia (Republic of)", "hsbc": "HSBC Global Services (UK) Limited", - "ht": "Consortium FDS/RDDH", + "ht": "Haiti (Republic of)", "htc": "Not assigned", - "hu": "Council of Hungarian Internet Providers (CHIP)", + "hu": "Hungary", "hughes": "Hughes Satellite Systems Corporation", "hyatt": "Hyatt GTLD, L.L.C.", "hyundai": "Hyundai Motor Company", @@ -611,43 +611,43 @@ module.exports = { "icbc": "Industrial and Commercial Bank of China Limited", "ice": "IntercontinentalExchange, Inc.", "icu": "Shortdot SA", - "id": "Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI)", - "ie": "University College Dublin\nComputing Services\nComputer Centre", + "id": "Indonesia (Republic of)", + "ie": "Ireland (Republic of)", "ieee": "IEEE Global LLC", "ifm": "ifm electronic gmbh", "iinet": "Retired", "ikano": "Ikano S.A.", - "il": "Internet Society of Israel", - "im": "Isle of Man Government", + "il": "Israel (State of)", + "im": "Isle of Man", "imamat": "Fondation Aga Khan (Aga Khan Foundation)", "imdb": "Amazon Registry Services, Inc.", "immo": "Binky Moon, LLC", "immobilien": "United TLD Holdco Ltd.", - "in": "National Internet Exchange of India", + "in": "India (Republic of)", "industries": "Binky Moon, LLC", "infiniti": "NISSAN MOTOR CO., LTD.", - "info": "Afilias Limited", + "info": "Informational sites", "ing": "Charleston Road Registry Inc.", "ink": "Top Level Design, LLC", "institute": "Binky Moon, LLC", "insurance": "fTLD Registry Services LLC", "insure": "Binky Moon, LLC", - "int": "Internet Assigned Numbers Authority", + "int": "International treaty-based organizations", "intel": "Intel Corporation", "international": "Binky Moon, LLC", "intuit": "Intuit Administrative Services, Inc.", "investments": "Binky Moon, LLC", - "io": "IO Top Level Domain Registry\nCable and Wireless", + "io": "British Indian Ocean Territory", "ipiranga": "Ipiranga Produtos de Petroleo S.A.", - "iq": "Communications and Media Commission (CMC)", - "ir": "Institute for Research in Fundamental Sciences", + "iq": "Iraq (Republic of)", + "ir": "Iran (Islamic Republic of)", "irish": "Binky Moon, LLC", - "is": "ISNIC - Internet Iceland ltd.", + "is": "Iceland", "iselect": "iSelect Ltd", "ismaili": "Fondation Aga Khan (Aga Khan Foundation)", "ist": "Istanbul Metropolitan Municipality", "istanbul": "Istanbul Metropolitan Municipality", - "it": "IIT - CNR", + "it": "Italy (Italian Republic)", "itau": "Itau Unibanco Holding S.A.", "itv": "ITV Services Limited", "iveco": "CNH Industrial N.V.", @@ -656,59 +656,59 @@ module.exports = { "java": "Oracle Corporation", "jcb": "JCB Co., Ltd.", "jcp": "JCP Media, Inc.", - "je": "Island Networks (Jersey) Ltd.", + "je": "Jersey (Bailiwick of)", "jeep": "FCA US LLC.", "jetzt": "Binky Moon, LLC", "jewelry": "Binky Moon, LLC", "jio": "Affinity Names, Inc.", "jlc": "Richemont DNS Inc.", "jll": "Jones Lang LaSalle Incorporated", - "jm": "University of West Indies", + "jm": "Jamaica (Commonwealth of)", "jmp": "Matrix IP LLC", "jnj": "Johnson & Johnson Services, Inc.", - "jo": "National Information Technology Center (NITC)", - "jobs": "Employ Media LLC", + "jo": "Jordan (Hashemite Kingdom of)", + "jobs": "Employment-related sites", "joburg": "ZA Central Registry NPC trading as ZA Central Registry", "jot": "Amazon Registry Services, Inc.", "joy": "Amazon Registry Services, Inc.", - "jp": "Japan Registry Services Co., Ltd.", + "jp": "Japan", "jpmorgan": "JPMorgan Chase Bank, National Association", "jprs": "Japan Registry Services Co., Ltd.", "juegos": "Uniregistry, Corp.", "juniper": "JUNIPER NETWORKS, INC.", "kaufen": "United TLD Holdco Ltd.", "kddi": "KDDI CORPORATION", - "ke": "Kenya Network Information Center (KeNIC)", + "ke": "Kenya (Republic of)", "kerryhotels": "Kerry Trading Co. Limited", "kerrylogistics": "Kerry Trading Co. Limited", "kerryproperties": "Kerry Trading Co. Limited", "kfh": "Kuwait Finance House", - "kg": "AsiaInfo Telecommunication Enterprise", - "kh": "Telecommunication Regulator of Cambodia (TRC)", - "ki": "Ministry of Communications, Transport, and Tourism Development", + "kg": "Kyrgyzstan (Kyrgyz Republic)", + "kh": "Cambodia (Kingdom of)", + "ki": "Kiribati (Republic of)", "kia": "KIA MOTORS CORPORATION", "kim": "Afilias plc", "kinder": "Ferrero Trading Lux S.A.", "kindle": "Amazon Registry Services, Inc.", "kitchen": "Binky Moon, LLC", "kiwi": "DOT KIWI LIMITED", - "km": "Comores Telecom", - "kn": "Ministry of Finance, Sustainable Development Information & Technology", + "km": "Comoros (Union of the)", + "kn": "Saint Kitts and Nevis (Federation of)", "koeln": "punkt.wien GmbH", "komatsu": "Komatsu Ltd.", "kosher": "Kosher Marketing Assets LLC", - "kp": "Star Joint Venture Company", + "kp": "Korea (Democratic People's Republic of) [North Korea]", "kpmg": "KPMG International Cooperative (KPMG International Genossenschaft)", "kpn": "Koninklijke KPN N.V.", - "kr": "Korea Internet & Security Agency (KISA)", + "kr": "Korea (Republic of) [South Korea]", "krd": "KRG Department of Information Technology", "kred": "KredTLD Pty Ltd", "kuokgroup": "Kerry Trading Co. Limited", - "kw": "Communications and Information Technology Regulatory Authority", - "ky": "Utility Regulation and Competition Office (OfReg)", + "kw": "Kuwait (State of Kuwait)", + "ky": "Cayman Islands", "kyoto": "Academic Institution: Kyoto Jyoho Gakuen", - "kz": "Association of IT Companies of Kazakhstan", - "la": "Lao National Internet Committee (LANIC), Ministry of Posts and Telecommunications", + "kz": "Kazakhstan (Republic of)", + "la": "Laos (Lao People's Democratic Republic)", "lacaixa": "CAIXA D'ESTALVIS I PENSIONS DE BARCELONA", "ladbrokes": "LADBROKES INTERNATIONAL PLC", "lamborghini": "Automobili Lamborghini S.p.A.", @@ -725,8 +725,8 @@ module.exports = { "latrobe": "La Trobe University", "law": "Minds + Machines Group Limited", "lawyer": "United TLD Holdco, Ltd", - "lb": "American University of Beirut\nComputing and Networking Services", - "lc": "University of Puerto Rico", + "lb": "Lebanon (Lebanese Republic)", + "lc": "Saint Lucia", "lds": "IRI Domain Management, LLC", "lease": "Binky Moon, LLC", "leclerc": "A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc", @@ -735,7 +735,7 @@ module.exports = { "lego": "LEGO Juris A/S", "lexus": "TOYOTA MOTOR CORPORATION", "lgbt": "Afilias plc", - "li": "SWITCH The Swiss Education & Research Network", + "li": "Liechtenstein (Principality of)", "liaison": "Liaison Technologies, Incorporated", "lidl": "Schwarz Domains und Services GmbH & Co. KG", "life": "Binky Moon, LLC", @@ -753,7 +753,7 @@ module.exports = { "live": "United TLD Holdco Ltd.", "living": "Lifestyle Domain Holdings, Inc.", "lixil": "LIXIL Group Corporation", - "lk": "Council for Information Technology\nLK Domain Registrar", + "lk": "Sri Lanka (Democratic Socialist Republic of)", "llc": "Afilias plc", "loan": "dot Loan Limited", "loans": "Binky Moon, LLC", @@ -767,19 +767,19 @@ module.exports = { "love": "Merchant Law Group LLP", "lpl": "LPL Holdings, Inc.", "lplfinancial": "LPL Holdings, Inc.", - "lr": "Data Technology Solutions, Inc.", - "ls": "National University of Lesotho", - "lt": "Kaunas University of Technology", + "lr": "Liberia (Republic of)", + "ls": "Lesotho (Kingdom of)", + "lt": "Lithuania (Republic of)", "ltd": "Binky Moon, LLC", "ltda": "InterNetX Corp.", - "lu": "RESTENA", + "lu": "Luxembourg (Grand Duchy of)", "lundbeck": "H. Lundbeck A/S", "lupin": "LUPIN LIMITED", "luxe": "Top Level Domain Holdings Limited", "luxury": "Luxury Partners LLC", - "lv": "University of Latvia\nInstitute of Mathematics and Computer Science\nDepartment of Network Solutions (DNS)", - "ly": "General Post and Telecommunication Company", - "ma": "Agence Nationale de Réglementation des Télécommunications (ANRT)", + "lv": "Latvia (Republic of)", + "ly": "Libya", + "ma": "Morocco", "macys": "Macys, Inc.", "madrid": "Comunidad de Madrid", "maif": "Mutuelle Assurance Instituteur France (MAIF)", @@ -797,12 +797,12 @@ module.exports = { "maserati": "Fiat Chrysler Automobiles N.V.", "mattel": "Mattel Sites, Inc.", "mba": "Binky Moon, LLC", - "mc": "Gouvernement de Monaco\nDirection des Communications Electroniques", + "mc": "Monaco (Principality of)", "mcd": "Not assigned", "mcdonalds": "Not assigned", "mckinsey": "McKinsey Holdings, Inc.", - "md": "MoldData S.E.", - "me": "Government of Montenegro", + "md": "Moldova (Republic of)", + "me": "Montenegro", "med": "Medistry LLC", "media": "Binky Moon, LLC", "meet": "Charleston Road Registry Inc.", @@ -814,25 +814,25 @@ module.exports = { "meo": "Not assigned", "merckmsd": "MSD Registry Holdings, Inc.", "metlife": "MetLife Services and Solutions, LLC", - "mf": "Not assigned", - "mg": "NIC-MG (Network Information Center Madagascar)", - "mh": "Office of the Cabinet", + "mf": "Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr}", + "mg": "Madagascar (Republic of)", + "mh": "Marshall Islands (Republic of the)", "miami": "Top Level Domain Holdings Limited", "microsoft": "Microsoft Corporation", - "mil": "DoD Network Information Center", + "mil": "US military", "mini": "Bayerische Motoren Werke Aktiengesellschaft", "mint": "Intuit Administrative Services, Inc.", "mit": "Massachusetts Institute of Technology", "mitsubishi": "Mitsubishi Corporation", - "mk": "Macedonian Academic Research Network Skopje", - "ml": "Agence des Technologies de l’Information et de la Communication", + "mk": "Macedonia (Republic of)", + "ml": "Mali (Republic of)", "mlb": "MLB Advanced Media DH, LLC", "mls": "The Canadian Real Estate Association", - "mm": "Ministry of Communications, Posts & Telegraphs", + "mm": "Myanmar (Republic of the Union of) [Burma]", "mma": "MMA IARD", - "mn": "Datacom Co., Ltd.", - "mo": "Macao Post and Telecommunications Bureau (CTT)", - "mobi": "Afilias Technologies Limited dba dotMobi", + "mn": "Mongolia", + "mo": "Macau (Macau Special Administrative Region of the People's Republic of China) [Macao]", + "mobi": "Mobile", "mobile": "Dish DBS Corporation", "mobily": "GreenTech Consultancy Company W.L.L.", "moda": "United TLD Holdco Ltd.", @@ -852,37 +852,37 @@ module.exports = { "mov": "Charleston Road Registry Inc.", "movie": "Binky Moon, LLC", "movistar": "Telefónica S.A.", - "mp": "Saipan Datacom, Inc.", - "mq": "MEDIASERV", - "mr": "Université de Nouakchott Al Aasriya", - "ms": "MNI Networks Ltd.", + "mp": "Northern Mariana Islands (Commonwealth of the)", + "mq": "Martinique", + "mr": "Mauritania (Islamic Republic of)", + "ms": "Montserrat", "msd": "MSD Registry Holdings, Inc.", - "mt": "NIC (Malta)", + "mt": "Malta (Republic of)", "mtn": "MTN Dubai Limited", "mtpc": "Retired", "mtr": "MTR Corporation Limited", - "mu": "Internet Direct Ltd", - "museum": "Museum Domain Management Association", + "mu": "Mauritius (Republic of)", + "museum": "Museums", "mutual": "Northwestern Mutual MU TLD Registry, LLC", "mutuelle": "Retired", - "mv": "Dhiraagu Pvt. Ltd. (DHIVEHINET)", - "mw": "Malawi Sustainable Development Network Programme\n(Malawi SDNP)", - "mx": "NIC-Mexico\nITESM - Campus Monterrey", - "my": "MYNIC Berhad", - "mz": "Centro de Informatica de Universidade Eduardo Mondlane", - "na": "Namibian Network Information Center", + "mv": "Maldives (Republic of)", + "mw": "Malawi (Republic of)", + "mx": "Mexico (United Mexican States)", + "my": "Malaysia", + "mz": "Mozambique (Republic of)", + "na": "Namibia (Republic of)", "nab": "National Australia Bank Limited", "nadex": "Nadex Domains, Inc", "nagoya": "GMO Registry, Inc.", - "name": "VeriSign Information Services, Inc.", + "name": "Individuals", "nationwide": "Nationwide Mutual Insurance Company", "natura": "NATURA COSMÉTICOS S.A.", "navy": "United TLD Holdco Ltd.", "nba": "NBA REGISTRY, LLC", - "nc": "Office des Postes et Telecommunications", - "ne": "SONITEL", + "nc": "New Caledonia", + "ne": "Niger (Republic of)", "nec": "NEC Corporation", - "net": "VeriSign Global Registry Services", + "net": "Network", "netbank": "COMMONWEALTH BANK OF AUSTRALIA", "netflix": "Netflix, Inc.", "network": "Binky Moon, LLC", @@ -893,34 +893,34 @@ module.exports = { "next": "Next plc", "nextdirect": "Next plc", "nexus": "Charleston Road Registry Inc.", - "nf": "Norfolk Island Data Services", + "nf": "Norfolk Island (Territory of)", "nfl": "NFL Reg Ops LLC", - "ng": "Nigeria Internet Registration Association", + "ng": "Nigeria (Federal Republic of)", "ngo": "Public Interest Registry", "nhk": "Japan Broadcasting Corporation (NHK)", - "ni": "Universidad Nacional del Ingernieria\nCentro de Computo", + "ni": "Nicaragua (Republic of)", "nico": "DWANGO Co., Ltd.", "nike": "NIKE, Inc.", "nikon": "NIKON CORPORATION", "ninja": "United TLD Holdco Ltd.", "nissan": "NISSAN MOTOR CO., LTD.", "nissay": "Nippon Life Insurance Company", - "nl": "SIDN (Stichting Internet Domeinregistratie Nederland)", - "no": "UNINETT Norid A/S", + "nl": "Netherlands", + "no": "Norway (Kingdom of)", "nokia": "Nokia Corporation", "northwesternmutual": "Northwestern Mutual Registry, LLC", "norton": "Symantec Corporation", "now": "Amazon Registry Services, Inc.", "nowruz": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", "nowtv": "Starbucks (HK) Limited", - "np": "Mercantile Communications Pvt. Ltd.", - "nr": "CENPAC NET", + "np": "Nepal (Federal Democratic Republic of)", + "nr": "Nauru (Republic of)", "nra": "NRA Holdings Company, INC.", "nrw": "Minds + Machines GmbH", "ntt": "NIPPON TELEGRAPH AND TELEPHONE CORPORATION", - "nu": "The IUSN Foundation", + "nu": "Niue", "nyc": "The City of New York by and through the New York City Department of Information Technology & Telecommunications", - "nz": "InternetNZ", + "nz": "New Zealand", "obi": "OBI Group Holding SE & Co. KGaA", "observer": "Top Level Spectrum, Inc.", "off": "Johnson Shareholdings, Inc.", @@ -930,7 +930,7 @@ module.exports = { "olayangroup": "Crescent Holding GmbH", "oldnavy": "The Gap, Inc.", "ollo": "Dish DBS Corporation", - "om": "Telecommunications Regulatory Authority (TRA)", + "om": "Oman (Sultanate of)", "omega": "The Swatch Group Ltd", "one": "One.com A/S", "ong": "Public Interest Registry", @@ -941,7 +941,7 @@ module.exports = { "open": "American Express Travel Related Services Company, Inc.", "oracle": "Oracle Corporation", "orange": "Orange Brand Services Limited", - "org": "Public Interest Registry (PIR)", + "org": "Non-profit organizations", "organic": "Afilias plc", "orientexpress": "Retired", "origins": "The Estée Lauder Companies Inc.", @@ -949,7 +949,7 @@ module.exports = { "otsuka": "Otsuka Holdings Co., Ltd.", "ott": "Dish DBS Corporation", "ovh": "OVH SAS", - "pa": "Universidad Tecnologica de Panama", + "pa": "Panama (Republic of)", "page": "Charleston Road Registry Inc.", "pamperedchef": "Not assigned", "panasonic": "Panasonic Corporation", @@ -962,12 +962,12 @@ module.exports = { "passagens": "Travel Reservations SRL", "pay": "Amazon Registry Services, Inc.", "pccw": "PCCW Enterprises Limited", - "pe": "Red Cientifica Peruana", + "pe": "Peru (Republic of)", "pet": "Afilias plc", - "pf": "Gouvernement de la Polynésie française", + "pf": "French Polynesia and Clipperton Island", "pfizer": "Pfizer Inc.", - "pg": "PNG DNS Administration\nVice Chancellors Office\nThe Papua New Guinea University of Technology", - "ph": "PH Domain Foundation", + "pg": "Papua New Guinea (Independent State of)", + "ph": "Philippines (Republic of the)", "pharmacy": "National Association of Boards of Pharmacy", "phd": "Charleston Road Registry Inc.", "philips": "Koninklijke Philips N.V.", @@ -986,27 +986,27 @@ module.exports = { "pink": "Afilias plc", "pioneer": "Pioneer Corporation", "pizza": "Binky Moon, LLC", - "pk": "PKNIC", - "pl": "Research and Academic Computer Network", + "pk": "Pakistan (Islamic Republic of)", + "pl": "Poland (Republic of)", "place": "Binky Moon, LLC", "play": "Charleston Road Registry Inc.", "playstation": "Sony Computer Entertainment Inc.", "plumbing": "Binky Moon, LLC", "plus": "Binky Moon, LLC", - "pm": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", - "pn": "Pitcairn Island Administration", + "pm": "Saint Pierre and Miquelon", + "pn": "Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands)", "pnc": "PNC Domain Co., LLC", "pohl": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", "poker": "Afilias plc", "politie": "Politie Nederland", "porn": "ICM Registry PN LLC", "post": "Universal Postal Union", - "pr": "Gauss Research Laboratory Inc.", + "pr": "Puerto Rico (Commonwealth of)", "pramerica": "Prudential Financial, Inc.", "praxi": "Praxi S.p.A.", "press": "DotPress Inc.", "prime": "Amazon Registry Services, Inc.", - "pro": "Registry Services Corporation\ndba RegistryPro", + "pro": "Profession", "prod": "Charleston Road Registry Inc.", "productions": "Binky Moon, LLC", "prof": "Charleston Road Registry Inc.", @@ -1017,13 +1017,13 @@ module.exports = { "protection": "XYZ.COM LLC", "pru": "Prudential Financial, Inc.", "prudential": "Prudential Financial, Inc.", - "ps": "Ministry Of Telecommunications &\nInformation Technology,\nGovernment Computer Center.", - "pt": "Associação DNS.PT", + "ps": "Palestine (State of)", + "pt": "Portugal (Portuguese Republic)", "pub": "United TLD Holdco Ltd.", - "pw": "Micronesia Investment and Development Corporation", + "pw": "Palau (Republic of)", "pwc": "PricewaterhouseCoopers LLP", - "py": "NIC-PY", - "qa": "Communications Regulatory Authority", + "py": "Paraguay (Republic of)", + "qa": "Qatar (State of)", "qpon": "dotCOOL, Inc.", "quebec": "PointQuébec Inc", "quest": "Quest ION Limited", @@ -1031,7 +1031,7 @@ module.exports = { "racing": "Premier Registry Limited", "radio": "European Broadcasting Union (EBU)", "raid": "Johnson Shareholdings, Inc.", - "re": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "re": "Réunion", "read": "Amazon Registry Services, Inc.", "realestate": "dotRealEstate LLC", "realtor": "Real Estate Domains LLC", @@ -1064,22 +1064,22 @@ module.exports = { "rio": "Empresa Municipal de Informática SA - IPLANRIO", "rip": "United TLD Holdco Ltd.", "rmit": "Royal Melbourne Institute of Technology", - "ro": "National Institute for R&D in Informatics", + "ro": "Romania", "rocher": "Ferrero Trading Lux S.A.", "rocks": "United TLD Holdco, LTD.", "rodeo": "Top Level Domain Holdings Limited", "rogers": "Rogers Communications Canada Inc.", "room": "Amazon Registry Services, Inc.", - "rs": "Serbian National Internet Domain Registry (RNIDS)", + "rs": "Serbia (Republic of)", "rsvp": "Charleston Road Registry Inc.", - "ru": "Coordination Center for TLD RU", + "ru": "Russia (Russian Federation)", "rugby": "World Rugby Strategic Developments Limited", "ruhr": "regiodot GmbH & Co. KG", "run": "Binky Moon, LLC", - "rw": "Rwanda Information Communication and Technology Association (RICTA)", + "rw": "Rwanda (Republic of)", "rwe": "RWE AG", "ryukyu": "BRregistry, Inc.", - "sa": "Communications and Information Technology Commission", + "sa": "Saudi Arabia (Kingdom of)", "saarland": "dotSaarland GmbH", "safe": "Amazon Registry Services, Inc.", "safety": "Safety Registry Services, LLC.", @@ -1097,10 +1097,10 @@ module.exports = { "sas": "Research IP LLC", "save": "Amazon Registry Services, Inc.", "saxo": "Saxo Bank A/S", - "sb": "Solomon Telekom Company Limited", + "sb": "Solomon Islands", "sbi": "STATE BANK OF INDIA", "sbs": "SPECIAL BROADCASTING SERVICE CORPORATION", - "sc": "VCS Pty Ltd", + "sc": "Seychelles (Republic of)", "sca": "SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)", "scb": "The Siam Commercial Bank Public Company Limited (\"SCB\")", "schaeffler": "Schaeffler Technologies AG & Co. KG", @@ -1113,8 +1113,8 @@ module.exports = { "scjohnson": "Johnson Shareholdings, Inc.", "scor": "SCOR SE", "scot": "Dot Scot Registry Limited", - "sd": "Sudan Internet Society", - "se": "The Internet Infrastructure Foundation", + "sd": "Sudan (Republic of)", + "se": "Sweden (Kingdom of)", "search": "Charleston Road Registry Inc.", "seat": "SEAT, S.A. (Sociedad Unipersonal)", "secure": "Amazon Registry Services, Inc.", @@ -1129,8 +1129,8 @@ module.exports = { "sex": "ICM Registry SX LLC", "sexy": "Uniregistry, Corp.", "sfr": "Societe Francaise du Radiotelephone - SFR", - "sg": "Singapore Network Information Centre (SGNIC) Pte Ltd", - "sh": "Government of St. Helena", + "sg": "Singapore (Republic of)", + "sh": "Saint Helena", "shangrila": "Shangri‐La International Hotel Management Limited", "sharp": "Sharp Corporation", "shaw": "Shaw Cablesystems G.P.", @@ -1144,25 +1144,25 @@ module.exports = { "show": "Binky Moon, LLC", "showtime": "CBS Domains Inc.", "shriram": "Shriram Capital Ltd.", - "si": "Academic and Research Network of Slovenia (ARNES)", + "si": "Slovenia (Republic of)", "silk": "Amazon Registry Services, Inc.", "sina": "Sina Corporation", "singles": "Binky Moon, LLC", "site": "DotSite Inc.", - "sj": "UNINETT Norid A/S", - "sk": "SK-NIC, a.s.", + "sj": "Svalbard and Jan Mayen {not in use - see also: .no}", + "sk": "Slovakia (Slovak Republic)", "ski": "STARTING DOT LIMITED", "skin": "L'Oréal", "sky": "Sky International AG", "skype": "Microsoft Corporation", - "sl": "Sierratel", + "sl": "Sierra Leone (Republic of)", "sling": "Hughes Satellite Systems Corporation", - "sm": "Telecom Italia San Marino S.p.A.", + "sm": "San Marino (Republic of)", "smart": "Smart Communications, Inc. (SMART)", "smile": "Amazon Registry Services, Inc.", - "sn": "Universite Cheikh Anta Diop\nNIC Senegal", + "sn": "Senegal (Republic of)", "sncf": "SNCF (Société Nationale des Chemins de fer Francais)", - "so": "Ministry of Post and Telecommunications", + "so": "Somalia (Federal Republic of)", "soccer": "Binky Moon, LLC", "social": "United TLD Holdco Ltd.", "softbank": "SoftBank Group Corp.", @@ -1178,11 +1178,11 @@ module.exports = { "sport": "Global Association of International Sports Federations (GAISF)", "spot": "Amazon Registry Services, Inc.", "spreadbetting": "DOTSPREADBETTING REGISTRY LTD", - "sr": "Telesur", + "sr": "Suriname (Republic of)", "srl": "InterNetX Corp.", "srt": "FCA US LLC.", - "ss": "Not assigned", - "st": "Tecnisys", + "ss": "South Sudan (Republic of)", + "st": "São Tomé and Príncipe (Democratic Republic of)", "stada": "STADA Arzneimittel AG", "staples": "Staples, Inc.", "star": "Star India Private Limited", @@ -1199,7 +1199,7 @@ module.exports = { "studio": "United TLD Holdco Ltd.", "study": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", "style": "Binky Moon, LLC", - "su": "Russian Institute for Development of Public Networks\n(ROSNIIROS)", + "su": "Soviet Union (Union of Soviet Socialist Republics)", "sucks": "Vox Populi Registry Ltd.", "supplies": "Binky Moon, LLC", "supply": "Binky Moon, LLC", @@ -1207,16 +1207,16 @@ module.exports = { "surf": "Top Level Domain Holdings Limited", "surgery": "Binky Moon, LLC", "suzuki": "SUZUKI MOTOR CORPORATION", - "sv": "SVNet", + "sv": "El Salvador (Republic of)", "swatch": "The Swatch Group Ltd", "swiftcover": "Swiftcover Insurance Services Limited", "swiss": "Swiss Confederation", - "sx": "SX Registry SA B.V.", - "sy": "National Agency for Network Services (NANS)", + "sx": "Sint Maarten", + "sy": "Syria (Syrian Arab Republic)", "sydney": "State of New South Wales, Department of Premier and Cabinet", "symantec": "Symantec Corporation", "systems": "Binky Moon, LLC", - "sz": "University of Swaziland\nDepartment of Computer Science", + "sz": "Swaziland (Kingdom of)", "tab": "Tabcorp Holdings Limited", "taipei": "Taipei City Government", "talk": "Amazon Registry Services, Inc.", @@ -1227,22 +1227,22 @@ module.exports = { "tattoo": "Uniregistry, Corp.", "tax": "Binky Moon, LLC", "taxi": "Binky Moon, LLC", - "tc": "Melrex TC", + "tc": "Turks and Caicos Islands", "tci": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "td": "l'Agence de Développement des Technologies de l'Information et de la Communication (ADETIC)", + "td": "Chad (Republic of)", "tdk": "TDK Corporation", "team": "Binky Moon, LLC", "tech": "Dot Tech LLC", "technology": "Binky Moon, LLC", - "tel": "Telnames Ltd.", + "tel": "Telephone", "telecity": "TelecityGroup International Limited", "telefonica": "Telefónica S.A.", "temasek": "Temasek Holdings (Private) Limited", "tennis": "Binky Moon, LLC", "teva": "Teva Pharmaceutical Industries Limited", - "tf": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", - "tg": "Autorite de Reglementation des secteurs de Postes et de Telecommunications (ART&P)", - "th": "Thai Network Information Center Foundation", + "tf": "French Southern and Antarctic Lands (Territory of the)", + "tg": "Togo (Togolese Republic)", + "th": "Thailand (Kingdom of)", "thd": "Home Depot Product Authority, LLC", "theater": "Binky Moon, LLC", "theatre": "XYZ.COM LLC", @@ -1253,16 +1253,16 @@ module.exports = { "tips": "Binky Moon, LLC", "tires": "Binky Moon, LLC", "tirol": "punkt Tirol GmbH", - "tj": "Information Technology Center", + "tj": "Tajikistan (Republic of)", "tjmaxx": "The TJX Companies, Inc.", "tjx": "The TJX Companies, Inc.", - "tk": "Telecommunication Tokelau Corporation (Teletok)", + "tk": "Tokelau", "tkmaxx": "The TJX Companies, Inc.", - "tl": "Autoridade Nacional de Comunicações", - "tm": "TM Domain Registry Ltd", + "tl": "Timor-Leste (Democratic Republic of) [East Timor]", + "tm": "Turkmenistan", "tmall": "Alibaba Group Holding Limited", - "tn": "Agence Tunisienne d'Internet", - "to": "Government of the Kingdom of Tonga\nH.R.H. Crown Prince Tupouto'a\nc/o Consulate of Tonga", + "tn": "Tunisia (Republic of)", + "to": "Tonga (Kingdom of)", "today": "Binky Moon, LLC", "tokyo": "GMO Registry, Inc.", "tools": "Binky Moon, LLC", @@ -1274,54 +1274,54 @@ module.exports = { "town": "Binky Moon, LLC", "toyota": "TOYOTA MOTOR CORPORATION", "toys": "Binky Moon, LLC", - "tp": "Retired", - "tr": "Middle East Technical University\nDepartment of Computer Engineering", + "tp": "Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl}", + "tr": "Turkey (Republic of)", "trade": "Elite Registry Limited", "trading": "DOTTRADING REGISTRY LTD", "training": "Binky Moon, LLC", - "travel": "Dog\tBeach, LLC", + "travel": "Travel", "travelchannel": "Lifestyle Domain Holdings, Inc.", "travelers": "Travelers TLD, LLC", "travelersinsurance": "Travelers TLD, LLC", "trust": "Artemis Internet Inc", "trv": "Travelers TLD, LLC", - "tt": "University of the West Indies\nFaculty of Engineering", + "tt": "Trinidad and Tobago (Republic of)", "tube": "Latin American Telecom LLC", "tui": "TUI AG", "tunes": "Amazon Registry Services, Inc.", "tushu": "Amazon Registry Services, Inc.", - "tv": "Ministry of Finance and Tourism", + "tv": "Tuvalu", "tvs": "T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED", - "tw": "Taiwan Network Information Center (TWNIC)", - "tz": "Tanzania Network Information Centre (tzNIC)", - "ua": "Hostmaster Ltd.", + "tw": "Taiwan (Republic of China)", + "tz": "Tanzania (United Republic of)", + "ua": "Ukraine", "ubank": "National Australia Bank Limited", "ubs": "UBS AG", "uconnect": "FCA US LLC.", - "ug": "Uganda Online Ltd.", - "uk": "Nominet UK", - "um": "Not assigned", + "ug": "Uganda (Republic of)", + "uk": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", + "um": "United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}", "unicom": "China United Network Communications Corporation Limited", "university": "Binky Moon, LLC", "uno": "Dot Latin LLC", "uol": "UBN INTERNET LTDA.", "ups": "UPS Market Driver, Inc.", - "us": "NeuStar, Inc.", - "uy": "SeCIU - Universidad de la Republica", - "uz": "Computerization and Information Technologies Developing Center\nUZINFOCOM", - "va": "Holy See - Vatican City State", + "us": "United States of America and United States Minor Outlying Islands", + "uy": "Uruguay (Oriental Republic of)", + "uz": "Uzbekistan (Republic of)", + "va": "Vatican City (Vatican City State)", "vacations": "Binky Moon, LLC", "vana": "Lifestyle Domain Holdings, Inc.", "vanguard": "The Vanguard Group, Inc.", - "vc": "Ministry of Telecommunications, Science, Technology and Industry", - "ve": "Comisión Nacional de Telecomunicaciones (CONATEL)", + "vc": "Saint Vincent and the Grenadines", + "ve": "Venezuela (Bolivarian Republic of)", "vegas": "Dot Vegas, Inc.", "ventures": "Binky Moon, LLC", "verisign": "VeriSign, Inc.", "versicherung": "TLD-BOX Registrydienstleistungen GmbH", "vet": "United TLD Holdco, Ltd", - "vg": "Telecommunications Regulatory Commission of the Virgin Islands", - "vi": "Virgin Islands Public Telecommunications System, Inc.", + "vg": "British Virgin Islands (Virgin Islands)", + "vi": "United States Virgin Islands (United States Virgin Islands)", "viajes": "Binky Moon, LLC", "video": "United TLD Holdco, Ltd", "vig": "VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe", @@ -1337,7 +1337,7 @@ module.exports = { "viva": "Saudi Telecom Company", "vivo": "Telefonica Brasil S.A.", "vlaanderen": "DNS.be vzw", - "vn": "Ministry of Information and Communications of Socialist Republic of Viet Nam", + "vn": "Vietnam (Socialist Republic of)", "vodka": "Top Level Domain Holdings Limited", "volkswagen": "Volkswagen Group of America Inc.", "volvo": "Volvo Holding Sverige Aktiebolag", @@ -1345,7 +1345,7 @@ module.exports = { "voting": "Valuetainment Corp.", "voto": "Monolith Registry LLC", "voyage": "Binky Moon, LLC", - "vu": "Telecom Vanuatu Limited", + "vu": "Vanuatu (Republic of)", "vuelos": "Travel Reservations SRL", "wales": "Nominet UK", "walmart": "Wal-Mart Stores, Inc.", @@ -1364,7 +1364,7 @@ module.exports = { "wedding": "Top Level Domain Holdings Limited", "weibo": "Sina Corporation", "weir": "Weir Group IP Limited", - "wf": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "wf": "Wallis and Futuna (Territory of the Wallis and Futuna Islands)", "whoswho": "Who's Who Registry", "wien": "punkt.wien GmbH", "wiki": "Top Level Design, LLC", @@ -1380,7 +1380,7 @@ module.exports = { "works": "Binky Moon, LLC", "world": "Binky Moon, LLC", "wow": "Amazon Registry Services, Inc.", - "ws": "Government of Samoa Ministry of Foreign Affairs & Trade", + "ws": "Samoa (Independent State of)", "wtc": "World Trade Centers Association, Inc.", "wtf": "Binky Moon, LLC", "xbox": "Microsoft Corporation", @@ -1552,28 +1552,28 @@ module.exports = { "テスト": "Internet Assigned Numbers Authority", "政务": "China Organizational Name Administration Center", "xperia": "Sony Mobile Communications AB", - "xxx": "ICM Registry LLC", + "xxx": "Adult entertainment", "xyz": "XYZ.COM LLC", "yachts": "DERYachts, LLC", "yahoo": "Yahoo! Domain Services Inc.", "yamaxun": "Amazon Registry Services, Inc.", "yandex": "YANDEX, LLC", - "ye": "TeleYemen", + "ye": "Yemen (Republic of)", "yodobashi": "YODOBASHI CAMERA CO.,LTD.", "yoga": "Top Level Domain Holdings Limited", "yokohama": "GMO Registry, Inc.", "you": "Amazon Registry Services, Inc.", "youtube": "Charleston Road Registry Inc.", - "yt": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "yt": "Mayotte (Department of)", "yun": "QIHOO 360 TECHNOLOGY CO. LTD.", - "za": "ZA Domain Name Authority", + "za": "South Africa (Republic of)", "zappos": "Amazon Registry Services, Inc.", "zara": "Industria de Diseño Textil, S.A. (INDITEX, S.A.)", "zero": "Amazon Registry Services, Inc.", "zip": "Charleston Road Registry Inc.", "zippo": "Zadco Company", - "zm": "Zambia Information and Communications Technology Authority (ZICTA)", + "zm": "Zambia (Republic of)", "zone": "Binky Moon, LLC", "zuerich": "Kanton Zürich (Canton of Zurich)", - "zw": "Postal and Telecommunications Regulatory Authority of Zimbabwe (POTRAZ)" + "zw": "Zimbabwe (Republic of)" }; \ No newline at end of file diff --git a/formats/js/tld-enum/info.js b/formats/js/tld-enum/info.js index 1d3420b..2790cd6 100644 --- a/formats/js/tld-enum/info.js +++ b/formats/js/tld-enum/info.js @@ -51,7 +51,7 @@ module.exports = [ }, { "domain": "ac", - "description": "Network Information Center (AC Domain Registry)\nc/o Cable and Wireless (Ascension Island)", + "description": "Ascension Island", "type": "country-code" }, { @@ -91,7 +91,7 @@ module.exports = [ }, { "domain": "ad", - "description": "Andorra Telecom", + "description": "Andorra (Principality of)", "type": "country-code" }, { @@ -111,7 +111,7 @@ module.exports = [ }, { "domain": "ae", - "description": "Telecommunication Regulatory Authority (TRA)", + "description": "United Arab Emirates", "type": "country-code" }, { @@ -121,7 +121,7 @@ module.exports = [ }, { "domain": "aero", - "description": "Societe Internationale de Telecommunications Aeronautique (SITA INC USA)", + "description": "Air-transport industry", "type": "sponsored" }, { @@ -131,7 +131,7 @@ module.exports = [ }, { "domain": "af", - "description": "Ministry of Communications and IT", + "description": "Afghanistan (Islamic Republic of)", "type": "country-code" }, { @@ -151,7 +151,7 @@ module.exports = [ }, { "domain": "ag", - "description": "UHSA School of Medicine", + "description": "Antigua and Barbuda", "type": "country-code" }, { @@ -166,7 +166,7 @@ module.exports = [ }, { "domain": "ai", - "description": "Government of Anguilla", + "description": "Anguilla", "type": "country-code" }, { @@ -201,7 +201,7 @@ module.exports = [ }, { "domain": "al", - "description": "Electronic and Postal Communications Authority - AKEP", + "description": "Albania (Republic of)", "type": "country-code" }, { @@ -246,7 +246,7 @@ module.exports = [ }, { "domain": "am", - "description": "\"Internet Society\" Non-governmental Organization", + "description": "Armenia (Republic of)", "type": "country-code" }, { @@ -281,7 +281,7 @@ module.exports = [ }, { "domain": "an", - "description": "Retired", + "description": "Netherlands Antilles", "type": "country-code" }, { @@ -306,7 +306,7 @@ module.exports = [ }, { "domain": "ao", - "description": "Faculdade de Engenharia da Universidade Agostinho Neto", + "description": "Angola (Republic of)", "type": "country-code" }, { @@ -331,7 +331,7 @@ module.exports = [ }, { "domain": "aq", - "description": "Antarctica Network Information Centre Limited", + "description": "Antarctica", "type": "country-code" }, { @@ -341,7 +341,7 @@ module.exports = [ }, { "domain": "ar", - "description": "Presidencia de la Nación – Secretaría Legal y Técnica", + "description": "Argentina (Argentine Republic)", "type": "country-code" }, { @@ -366,7 +366,7 @@ module.exports = [ }, { "domain": "arpa", - "description": "Internet Architecture Board (IAB)", + "description": "Address and Routing Parameter Area", "type": "infrastructure" }, { @@ -381,7 +381,7 @@ module.exports = [ }, { "domain": "as", - "description": "AS Domain Registry", + "description": "American Samoa", "type": "country-code" }, { @@ -391,7 +391,7 @@ module.exports = [ }, { "domain": "asia", - "description": "DotAsia Organisation Ltd.", + "description": "Organisations and individuals in the Asia-Pacific region", "type": "sponsored" }, { @@ -401,7 +401,7 @@ module.exports = [ }, { "domain": "at", - "description": "nic.at GmbH", + "description": "Austria (Republic of)", "type": "country-code" }, { @@ -416,7 +416,7 @@ module.exports = [ }, { "domain": "au", - "description": ".au Domain Administration (auDA)", + "description": "Australia (Commonwealth of)", "type": "country-code" }, { @@ -466,7 +466,7 @@ module.exports = [ }, { "domain": "aw", - "description": "SETAR", + "description": "Aruba", "type": "country-code" }, { @@ -476,7 +476,7 @@ module.exports = [ }, { "domain": "ax", - "description": "Ålands landskapsregering", + "description": "Åland Islands", "type": "country-code" }, { @@ -486,7 +486,7 @@ module.exports = [ }, { "domain": "az", - "description": "IntraNS", + "description": "Azerbaijan (Republic of)", "type": "country-code" }, { @@ -496,7 +496,7 @@ module.exports = [ }, { "domain": "ba", - "description": "Universtiy Telinformatic Centre (UTIC)", + "description": "Bosnia and Herzegovina", "type": "country-code" }, { @@ -581,7 +581,7 @@ module.exports = [ }, { "domain": "bb", - "description": "Government of Barbados\nMinistry of Economic Affairs and Development\nTelecommunications Unit", + "description": "Barbados", "type": "country-code" }, { @@ -611,12 +611,12 @@ module.exports = [ }, { "domain": "bd", - "description": "Posts and Telecommunications Division", + "description": "Bangladesh (People's Republic of)", "type": "country-code" }, { "domain": "be", - "description": "DNS Belgium vzw/asbl", + "description": "Belgium (Kingdom of)", "type": "country-code" }, { @@ -661,17 +661,17 @@ module.exports = [ }, { "domain": "bf", - "description": "ARCE-AutoritÈ de RÈgulation des Communications Electroniques", + "description": "Burkina Faso", "type": "country-code" }, { "domain": "bg", - "description": "Register.BG", + "description": "Bulgaria (Republic of)", "type": "country-code" }, { "domain": "bh", - "description": "Telecommunications Regulatory Authority (TRA)", + "description": "Bahrain (Kingdom of)", "type": "country-code" }, { @@ -681,7 +681,7 @@ module.exports = [ }, { "domain": "bi", - "description": "Centre National de l'Informatique", + "description": "Burundi (Republic of)", "type": "country-code" }, { @@ -716,17 +716,17 @@ module.exports = [ }, { "domain": "biz", - "description": "Neustar, Inc.", + "description": "Business", "type": "generic-restricted" }, { "domain": "bj", - "description": "Benin Telecoms S.A.", + "description": "Benin (Republic of)", "type": "country-code" }, { "domain": "bl", - "description": "Not assigned", + "description": "Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr}", "type": "country-code" }, { @@ -766,7 +766,7 @@ module.exports = [ }, { "domain": "bm", - "description": "Registry General Department, Ministry of Home Affairs", + "description": "Bermuda", "type": "country-code" }, { @@ -781,7 +781,7 @@ module.exports = [ }, { "domain": "bn", - "description": "Authority for Info-communications Technology Industry of Brunei Darussalam (AITI)", + "description": "Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam]", "type": "country-code" }, { @@ -796,7 +796,7 @@ module.exports = [ }, { "domain": "bo", - "description": "Agencia para el Desarrollo de la Información de la Sociedad en Bolivia", + "description": "Bolivia (Plurinational State of)", "type": "country-code" }, { @@ -876,12 +876,12 @@ module.exports = [ }, { "domain": "bq", - "description": "Not assigned", + "description": "Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}", "type": "country-code" }, { "domain": "br", - "description": "Comite Gestor da Internet no Brasil", + "description": "Brazil (Federative Republic of)", "type": "country-code" }, { @@ -916,12 +916,12 @@ module.exports = [ }, { "domain": "bs", - "description": "The College of the Bahamas", + "description": "Bahamas (Commonwealth of the)", "type": "country-code" }, { "domain": "bt", - "description": "Ministry of Information and Communications", + "description": "Bhutan (Kingdom of)", "type": "country-code" }, { @@ -961,22 +961,22 @@ module.exports = [ }, { "domain": "bv", - "description": "UNINETT Norid A/S", + "description": "Bouvet Island", "type": "country-code" }, { "domain": "bw", - "description": "Botswana Communications Regulatory Authority (BOCRA)", + "description": "Botswana (Republic of)", "type": "country-code" }, { "domain": "by", - "description": "Reliable Software, Ltd.", + "description": "Belarus (Republic of)", "type": "country-code" }, { "domain": "bz", - "description": "University of Belize", + "description": "Belize", "type": "country-code" }, { @@ -986,7 +986,7 @@ module.exports = [ }, { "domain": "ca", - "description": "Canadian Internet Registration Authority (CIRA) Autorité Canadienne pour les enregistrements Internet (ACEI)", + "description": "Canada", "type": "country-code" }, { @@ -1121,7 +1121,7 @@ module.exports = [ }, { "domain": "cat", - "description": "Fundacio puntCAT", + "description": "Catalan", "type": "sponsored" }, { @@ -1156,12 +1156,12 @@ module.exports = [ }, { "domain": "cc", - "description": "eNIC Cocos (Keeling) Islands Pty.\nLtd. d/b/a Island Internet Services", + "description": "Cocos (Keeling) Islands (Territory of the)", "type": "country-code" }, { "domain": "cd", - "description": "Office Congolais des Postes et Télécommunications - OCPT", + "description": "Congo (Democratic Republic of the) [Congo-Kinshasa]", "type": "country-code" }, { @@ -1186,7 +1186,7 @@ module.exports = [ }, { "domain": "cf", - "description": "Societe Centrafricaine de Telecommunications (SOCATEL)", + "description": "Central African Republic", "type": "country-code" }, { @@ -1201,12 +1201,12 @@ module.exports = [ }, { "domain": "cg", - "description": "ONPT Congo and Interpoint Switzerland", + "description": "Congo (Republic of) [Congo-Brazzaville]", "type": "country-code" }, { "domain": "ch", - "description": "SWITCH The Swiss Education & Research Network", + "description": "Switzerland (Swiss Confederation)", "type": "country-code" }, { @@ -1271,7 +1271,7 @@ module.exports = [ }, { "domain": "ci", - "description": "Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire (ARTCI)", + "description": "Ivory Coast (Republic of Côte d'Ivoire)", "type": "country-code" }, { @@ -1316,12 +1316,12 @@ module.exports = [ }, { "domain": "ck", - "description": "Telecom Cook Islands Ltd.", + "description": "Cook Islands", "type": "country-code" }, { "domain": "cl", - "description": "NIC Chile (University of Chile)", + "description": "Chile (Republic of)", "type": "country-code" }, { @@ -1371,17 +1371,17 @@ module.exports = [ }, { "domain": "cm", - "description": "Cameroon Telecommunications (CAMTEL)", + "description": "Cameroon (Republic of)", "type": "country-code" }, { "domain": "cn", - "description": "China Internet Network Information Center (CNNIC)", + "description": "China (People's Republic of)", "type": "country-code" }, { "domain": "co", - "description": ".CO Internet S.A.S.", + "description": "Colombia (Republic of)", "type": "country-code" }, { @@ -1411,7 +1411,7 @@ module.exports = [ }, { "domain": "com", - "description": "VeriSign Global Registry Services", + "description": "Commercial organizations", "type": "generic" }, { @@ -1491,7 +1491,7 @@ module.exports = [ }, { "domain": "coop", - "description": "DotCooperation LLC", + "description": "Cooperatives", "type": "sponsored" }, { @@ -1521,7 +1521,7 @@ module.exports = [ }, { "domain": "cr", - "description": "National Academy of Sciences\nAcademia Nacional de Ciencias", + "description": "Costa Rica (Republic of)", "type": "country-code" }, { @@ -1571,7 +1571,7 @@ module.exports = [ }, { "domain": "cu", - "description": "CENIAInternet\nIndustria y San Jose\nCapitolio Nacional", + "description": "Cuba (Republic of)", "type": "country-code" }, { @@ -1581,22 +1581,22 @@ module.exports = [ }, { "domain": "cv", - "description": "Agência Nacional das Comunicações (ANAC)", + "description": "Cape Verde (Republic of)", "type": "country-code" }, { "domain": "cw", - "description": "University of Curacao", + "description": "Curaçao (Country of)", "type": "country-code" }, { "domain": "cx", - "description": "Christmas Island Domain Administration Limited", + "description": "Christmas Island (Territory of)", "type": "country-code" }, { "domain": "cy", - "description": "University of Cyprus", + "description": "Cyprus (Republic of)", "type": "country-code" }, { @@ -1611,7 +1611,7 @@ module.exports = [ }, { "domain": "cz", - "description": "CZ.NIC, z.s.p.o", + "description": "Czech Republic", "type": "country-code" }, { @@ -1666,7 +1666,7 @@ module.exports = [ }, { "domain": "de", - "description": "DENIC eG", + "description": "Germany (Federal Republic of)", "type": "country-code" }, { @@ -1791,17 +1791,17 @@ module.exports = [ }, { "domain": "dj", - "description": "Djibouti Telecom S.A", + "description": "Djibouti (Republic of)", "type": "country-code" }, { "domain": "dk", - "description": "Dansk Internet Forum", + "description": "Denmark (Kingdom of)", "type": "country-code" }, { "domain": "dm", - "description": "DotDM Corporation", + "description": "Dominica (Commonwealth of)", "type": "country-code" }, { @@ -1811,7 +1811,7 @@ module.exports = [ }, { "domain": "do", - "description": "Pontificia Universidad Catolica Madre y Maestra\nRecinto Santo Tomas de Aquino", + "description": "Dominican Republic", "type": "country-code" }, { @@ -1911,7 +1911,7 @@ module.exports = [ }, { "domain": "dz", - "description": "CERIST", + "description": "Algeria (People's Democratic Republic of)", "type": "country-code" }, { @@ -1926,7 +1926,7 @@ module.exports = [ }, { "domain": "ec", - "description": "ECUADORDOMAIN S.A.", + "description": "Ecuador (Republic of)", "type": "country-code" }, { @@ -1941,7 +1941,7 @@ module.exports = [ }, { "domain": "edu", - "description": "EDUCAUSE", + "description": "Educational establishments", "type": "sponsored" }, { @@ -1951,17 +1951,17 @@ module.exports = [ }, { "domain": "ee", - "description": "Eesti Interneti Sihtasutus (EIS)", + "description": "Estonia (Republic of)", "type": "country-code" }, { "domain": "eg", - "description": "Egyptian Universities Network (EUN)\nSupreme Council of Universities", + "description": "Egypt (Arab Republic of)", "type": "country-code" }, { "domain": "eh", - "description": "Not assigned", + "description": "Western Sahara {reserved}", "type": "country-code" }, { @@ -2011,7 +2011,7 @@ module.exports = [ }, { "domain": "er", - "description": "Eritrea Telecommunication Services Corporation (EriTel)", + "description": "Eritrea (State of)", "type": "country-code" }, { @@ -2026,7 +2026,7 @@ module.exports = [ }, { "domain": "es", - "description": "Red.es", + "description": "Spain (Kingdom of)", "type": "country-code" }, { @@ -2046,7 +2046,7 @@ module.exports = [ }, { "domain": "et", - "description": "Ethio telecom", + "description": "Ethiopia (Federal Democratic Republic of)", "type": "country-code" }, { @@ -2056,7 +2056,7 @@ module.exports = [ }, { "domain": "eu", - "description": "EURid vzw/asbl", + "description": "European Union", "type": "country-code" }, { @@ -2181,7 +2181,7 @@ module.exports = [ }, { "domain": "fi", - "description": "Finnish Communications Regulatory Authority", + "description": "Finland (Republic of)", "type": "country-code" }, { @@ -2256,12 +2256,12 @@ module.exports = [ }, { "domain": "fj", - "description": "The University of the South Pacific\nIT Services", + "description": "Fiji (Republic of)", "type": "country-code" }, { "domain": "fk", - "description": "Falkland Islands Government", + "description": "Falkland Islands (Malvinas)", "type": "country-code" }, { @@ -2301,12 +2301,12 @@ module.exports = [ }, { "domain": "fm", - "description": "FSM Telecommunications Corporation", + "description": "Micronesia (Federated States of)", "type": "country-code" }, { "domain": "fo", - "description": "FO Council", + "description": "Faroe Islands", "type": "country-code" }, { @@ -2361,7 +2361,7 @@ module.exports = [ }, { "domain": "fr", - "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "description": "France (French Republic)", "type": "country-code" }, { @@ -2436,7 +2436,7 @@ module.exports = [ }, { "domain": "ga", - "description": "Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF)", + "description": "Gabon (Gabonese Republic)", "type": "country-code" }, { @@ -2481,7 +2481,7 @@ module.exports = [ }, { "domain": "gb", - "description": "Reserved Domain - IANA", + "description": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", "type": "country-code" }, { @@ -2491,7 +2491,7 @@ module.exports = [ }, { "domain": "gd", - "description": "The National Telecommunications Regulatory Commission (NTRC)", + "description": "Grenada", "type": "country-code" }, { @@ -2501,7 +2501,7 @@ module.exports = [ }, { "domain": "ge", - "description": "Caucasus Online LLC", + "description": "Georgia", "type": "country-code" }, { @@ -2526,12 +2526,12 @@ module.exports = [ }, { "domain": "gf", - "description": "Net Plus", + "description": "French Guiana", "type": "country-code" }, { "domain": "gg", - "description": "Island Networks Ltd.", + "description": "Guernsey (Bailiwick of)", "type": "country-code" }, { @@ -2541,12 +2541,12 @@ module.exports = [ }, { "domain": "gh", - "description": "Network Computer Systems Limited", + "description": "Ghana (Republic of)", "type": "country-code" }, { "domain": "gi", - "description": "Sapphire Networks", + "description": "Gibraltar", "type": "country-code" }, { @@ -2571,7 +2571,7 @@ module.exports = [ }, { "domain": "gl", - "description": "TELE Greenland A/S", + "description": "Greenland", "type": "country-code" }, { @@ -2601,7 +2601,7 @@ module.exports = [ }, { "domain": "gm", - "description": "GM-NIC", + "description": "Gambia (Republic of The)", "type": "country-code" }, { @@ -2626,7 +2626,7 @@ module.exports = [ }, { "domain": "gn", - "description": "Centre National des Sciences Halieutiques de Boussoura", + "description": "Guinea (Republic of)", "type": "country-code" }, { @@ -2686,22 +2686,22 @@ module.exports = [ }, { "domain": "gov", - "description": "General Services Administration\nAttn: QTDC, 2E08 (.gov Domain Registration)", + "description": "US government", "type": "sponsored" }, { "domain": "gp", - "description": "Networking Technologies Group", + "description": "Guadeloupe", "type": "country-code" }, { "domain": "gq", - "description": "GETESA", + "description": "Equatorial Guinea (Republic of)", "type": "country-code" }, { "domain": "gr", - "description": "ICS-FORTH GR", + "description": "Greece (Hellenic Republic)", "type": "country-code" }, { @@ -2741,17 +2741,17 @@ module.exports = [ }, { "domain": "gs", - "description": "Government of South Georgia and South Sandwich Islands (GSGSSI)", + "description": "South Georgia and the South Sandwich Islands", "type": "country-code" }, { "domain": "gt", - "description": "Universidad del Valle de Guatemala", + "description": "Guatemala (Republic of)", "type": "country-code" }, { "domain": "gu", - "description": "University of Guam", + "description": "Guam", "type": "country-code" }, { @@ -2786,12 +2786,12 @@ module.exports = [ }, { "domain": "gw", - "description": "Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau", + "description": "Guinea-Bissau (Republic of)", "type": "country-code" }, { "domain": "gy", - "description": "University of Guyana", + "description": "Guyana (Co-operative Republic of)", "type": "country-code" }, { @@ -2886,7 +2886,7 @@ module.exports = [ }, { "domain": "hk", - "description": "Hong Kong Internet Registration Corporation Ltd.", + "description": "Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China)", "type": "country-code" }, { @@ -2896,12 +2896,12 @@ module.exports = [ }, { "domain": "hm", - "description": "HM Domain Registry", + "description": "Heard Island and McDonald Islands", "type": "country-code" }, { "domain": "hn", - "description": "Red de Desarrollo Sostenible Honduras", + "description": "Honduras (Republic of)", "type": "country-code" }, { @@ -3001,7 +3001,7 @@ module.exports = [ }, { "domain": "hr", - "description": "CARNet - Croatian Academic and Research Network", + "description": "Croatia (Republic of)", "type": "country-code" }, { @@ -3011,7 +3011,7 @@ module.exports = [ }, { "domain": "ht", - "description": "Consortium FDS/RDDH", + "description": "Haiti (Republic of)", "type": "country-code" }, { @@ -3021,7 +3021,7 @@ module.exports = [ }, { "domain": "hu", - "description": "Council of Hungarian Internet Providers (CHIP)", + "description": "Hungary", "type": "country-code" }, { @@ -3061,12 +3061,12 @@ module.exports = [ }, { "domain": "id", - "description": "Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI)", + "description": "Indonesia (Republic of)", "type": "country-code" }, { "domain": "ie", - "description": "University College Dublin\nComputing Services\nComputer Centre", + "description": "Ireland (Republic of)", "type": "country-code" }, { @@ -3091,12 +3091,12 @@ module.exports = [ }, { "domain": "il", - "description": "Internet Society of Israel", + "description": "Israel (State of)", "type": "country-code" }, { "domain": "im", - "description": "Isle of Man Government", + "description": "Isle of Man", "type": "country-code" }, { @@ -3121,7 +3121,7 @@ module.exports = [ }, { "domain": "in", - "description": "National Internet Exchange of India", + "description": "India (Republic of)", "type": "country-code" }, { @@ -3136,7 +3136,7 @@ module.exports = [ }, { "domain": "info", - "description": "Afilias Limited", + "description": "Informational sites", "type": "generic" }, { @@ -3166,7 +3166,7 @@ module.exports = [ }, { "domain": "int", - "description": "Internet Assigned Numbers Authority", + "description": "International treaty-based organizations", "type": "sponsored" }, { @@ -3191,7 +3191,7 @@ module.exports = [ }, { "domain": "io", - "description": "IO Top Level Domain Registry\nCable and Wireless", + "description": "British Indian Ocean Territory", "type": "country-code" }, { @@ -3201,12 +3201,12 @@ module.exports = [ }, { "domain": "iq", - "description": "Communications and Media Commission (CMC)", + "description": "Iraq (Republic of)", "type": "country-code" }, { "domain": "ir", - "description": "Institute for Research in Fundamental Sciences", + "description": "Iran (Islamic Republic of)", "type": "country-code" }, { @@ -3216,7 +3216,7 @@ module.exports = [ }, { "domain": "is", - "description": "ISNIC - Internet Iceland ltd.", + "description": "Iceland", "type": "country-code" }, { @@ -3241,7 +3241,7 @@ module.exports = [ }, { "domain": "it", - "description": "IIT - CNR", + "description": "Italy (Italian Republic)", "type": "country-code" }, { @@ -3286,7 +3286,7 @@ module.exports = [ }, { "domain": "je", - "description": "Island Networks (Jersey) Ltd.", + "description": "Jersey (Bailiwick of)", "type": "country-code" }, { @@ -3321,7 +3321,7 @@ module.exports = [ }, { "domain": "jm", - "description": "University of West Indies", + "description": "Jamaica (Commonwealth of)", "type": "country-code" }, { @@ -3336,12 +3336,12 @@ module.exports = [ }, { "domain": "jo", - "description": "National Information Technology Center (NITC)", + "description": "Jordan (Hashemite Kingdom of)", "type": "country-code" }, { "domain": "jobs", - "description": "Employ Media LLC", + "description": "Employment-related sites", "type": "sponsored" }, { @@ -3361,7 +3361,7 @@ module.exports = [ }, { "domain": "jp", - "description": "Japan Registry Services Co., Ltd.", + "description": "Japan", "type": "country-code" }, { @@ -3396,7 +3396,7 @@ module.exports = [ }, { "domain": "ke", - "description": "Kenya Network Information Center (KeNIC)", + "description": "Kenya (Republic of)", "type": "country-code" }, { @@ -3421,17 +3421,17 @@ module.exports = [ }, { "domain": "kg", - "description": "AsiaInfo Telecommunication Enterprise", + "description": "Kyrgyzstan (Kyrgyz Republic)", "type": "country-code" }, { "domain": "kh", - "description": "Telecommunication Regulator of Cambodia (TRC)", + "description": "Cambodia (Kingdom of)", "type": "country-code" }, { "domain": "ki", - "description": "Ministry of Communications, Transport, and Tourism Development", + "description": "Kiribati (Republic of)", "type": "country-code" }, { @@ -3466,12 +3466,12 @@ module.exports = [ }, { "domain": "km", - "description": "Comores Telecom", + "description": "Comoros (Union of the)", "type": "country-code" }, { "domain": "kn", - "description": "Ministry of Finance, Sustainable Development Information & Technology", + "description": "Saint Kitts and Nevis (Federation of)", "type": "country-code" }, { @@ -3491,7 +3491,7 @@ module.exports = [ }, { "domain": "kp", - "description": "Star Joint Venture Company", + "description": "Korea (Democratic People's Republic of) [North Korea]", "type": "country-code" }, { @@ -3506,7 +3506,7 @@ module.exports = [ }, { "domain": "kr", - "description": "Korea Internet & Security Agency (KISA)", + "description": "Korea (Republic of) [South Korea]", "type": "country-code" }, { @@ -3526,12 +3526,12 @@ module.exports = [ }, { "domain": "kw", - "description": "Communications and Information Technology Regulatory Authority", + "description": "Kuwait (State of Kuwait)", "type": "country-code" }, { "domain": "ky", - "description": "Utility Regulation and Competition Office (OfReg)", + "description": "Cayman Islands", "type": "country-code" }, { @@ -3541,12 +3541,12 @@ module.exports = [ }, { "domain": "kz", - "description": "Association of IT Companies of Kazakhstan", + "description": "Kazakhstan (Republic of)", "type": "country-code" }, { "domain": "la", - "description": "Lao National Internet Committee (LANIC), Ministry of Posts and Telecommunications", + "description": "Laos (Lao People's Democratic Republic)", "type": "country-code" }, { @@ -3631,12 +3631,12 @@ module.exports = [ }, { "domain": "lb", - "description": "American University of Beirut\nComputing and Networking Services", + "description": "Lebanon (Lebanese Republic)", "type": "country-code" }, { "domain": "lc", - "description": "University of Puerto Rico", + "description": "Saint Lucia", "type": "country-code" }, { @@ -3681,7 +3681,7 @@ module.exports = [ }, { "domain": "li", - "description": "SWITCH The Swiss Education & Research Network", + "description": "Liechtenstein (Principality of)", "type": "country-code" }, { @@ -3771,7 +3771,7 @@ module.exports = [ }, { "domain": "lk", - "description": "Council for Information Technology\nLK Domain Registrar", + "description": "Sri Lanka (Democratic Socialist Republic of)", "type": "country-code" }, { @@ -3841,17 +3841,17 @@ module.exports = [ }, { "domain": "lr", - "description": "Data Technology Solutions, Inc.", + "description": "Liberia (Republic of)", "type": "country-code" }, { "domain": "ls", - "description": "National University of Lesotho", + "description": "Lesotho (Kingdom of)", "type": "country-code" }, { "domain": "lt", - "description": "Kaunas University of Technology", + "description": "Lithuania (Republic of)", "type": "country-code" }, { @@ -3866,7 +3866,7 @@ module.exports = [ }, { "domain": "lu", - "description": "RESTENA", + "description": "Luxembourg (Grand Duchy of)", "type": "country-code" }, { @@ -3891,17 +3891,17 @@ module.exports = [ }, { "domain": "lv", - "description": "University of Latvia\nInstitute of Mathematics and Computer Science\nDepartment of Network Solutions (DNS)", + "description": "Latvia (Republic of)", "type": "country-code" }, { "domain": "ly", - "description": "General Post and Telecommunication Company", + "description": "Libya", "type": "country-code" }, { "domain": "ma", - "description": "Agence Nationale de Réglementation des Télécommunications (ANRT)", + "description": "Morocco", "type": "country-code" }, { @@ -3991,7 +3991,7 @@ module.exports = [ }, { "domain": "mc", - "description": "Gouvernement de Monaco\nDirection des Communications Electroniques", + "description": "Monaco (Principality of)", "type": "country-code" }, { @@ -4011,12 +4011,12 @@ module.exports = [ }, { "domain": "md", - "description": "MoldData S.E.", + "description": "Moldova (Republic of)", "type": "country-code" }, { "domain": "me", - "description": "Government of Montenegro", + "description": "Montenegro", "type": "country-code" }, { @@ -4076,17 +4076,17 @@ module.exports = [ }, { "domain": "mf", - "description": "Not assigned", + "description": "Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr}", "type": "country-code" }, { "domain": "mg", - "description": "NIC-MG (Network Information Center Madagascar)", + "description": "Madagascar (Republic of)", "type": "country-code" }, { "domain": "mh", - "description": "Office of the Cabinet", + "description": "Marshall Islands (Republic of the)", "type": "country-code" }, { @@ -4101,7 +4101,7 @@ module.exports = [ }, { "domain": "mil", - "description": "DoD Network Information Center", + "description": "US military", "type": "sponsored" }, { @@ -4126,12 +4126,12 @@ module.exports = [ }, { "domain": "mk", - "description": "Macedonian Academic Research Network Skopje", + "description": "Macedonia (Republic of)", "type": "country-code" }, { "domain": "ml", - "description": "Agence des Technologies de l’Information et de la Communication", + "description": "Mali (Republic of)", "type": "country-code" }, { @@ -4146,7 +4146,7 @@ module.exports = [ }, { "domain": "mm", - "description": "Ministry of Communications, Posts & Telegraphs", + "description": "Myanmar (Republic of the Union of) [Burma]", "type": "country-code" }, { @@ -4156,17 +4156,17 @@ module.exports = [ }, { "domain": "mn", - "description": "Datacom Co., Ltd.", + "description": "Mongolia", "type": "country-code" }, { "domain": "mo", - "description": "Macao Post and Telecommunications Bureau (CTT)", + "description": "Macau (Macau Special Administrative Region of the People's Republic of China) [Macao]", "type": "country-code" }, { "domain": "mobi", - "description": "Afilias Technologies Limited dba dotMobi", + "description": "Mobile", "type": "generic" }, { @@ -4266,22 +4266,22 @@ module.exports = [ }, { "domain": "mp", - "description": "Saipan Datacom, Inc.", + "description": "Northern Mariana Islands (Commonwealth of the)", "type": "country-code" }, { "domain": "mq", - "description": "MEDIASERV", + "description": "Martinique", "type": "country-code" }, { "domain": "mr", - "description": "Université de Nouakchott Al Aasriya", + "description": "Mauritania (Islamic Republic of)", "type": "country-code" }, { "domain": "ms", - "description": "MNI Networks Ltd.", + "description": "Montserrat", "type": "country-code" }, { @@ -4291,7 +4291,7 @@ module.exports = [ }, { "domain": "mt", - "description": "NIC (Malta)", + "description": "Malta (Republic of)", "type": "country-code" }, { @@ -4311,12 +4311,12 @@ module.exports = [ }, { "domain": "mu", - "description": "Internet Direct Ltd", + "description": "Mauritius (Republic of)", "type": "country-code" }, { "domain": "museum", - "description": "Museum Domain Management Association", + "description": "Museums", "type": "sponsored" }, { @@ -4331,32 +4331,32 @@ module.exports = [ }, { "domain": "mv", - "description": "Dhiraagu Pvt. Ltd. (DHIVEHINET)", + "description": "Maldives (Republic of)", "type": "country-code" }, { "domain": "mw", - "description": "Malawi Sustainable Development Network Programme\n(Malawi SDNP)", + "description": "Malawi (Republic of)", "type": "country-code" }, { "domain": "mx", - "description": "NIC-Mexico\nITESM - Campus Monterrey", + "description": "Mexico (United Mexican States)", "type": "country-code" }, { "domain": "my", - "description": "MYNIC Berhad", + "description": "Malaysia", "type": "country-code" }, { "domain": "mz", - "description": "Centro de Informatica de Universidade Eduardo Mondlane", + "description": "Mozambique (Republic of)", "type": "country-code" }, { "domain": "na", - "description": "Namibian Network Information Center", + "description": "Namibia (Republic of)", "type": "country-code" }, { @@ -4376,7 +4376,7 @@ module.exports = [ }, { "domain": "name", - "description": "VeriSign Information Services, Inc.", + "description": "Individuals", "type": "generic-restricted" }, { @@ -4401,12 +4401,12 @@ module.exports = [ }, { "domain": "nc", - "description": "Office des Postes et Telecommunications", + "description": "New Caledonia", "type": "country-code" }, { "domain": "ne", - "description": "SONITEL", + "description": "Niger (Republic of)", "type": "country-code" }, { @@ -4416,7 +4416,7 @@ module.exports = [ }, { "domain": "net", - "description": "VeriSign Global Registry Services", + "description": "Network", "type": "generic" }, { @@ -4471,7 +4471,7 @@ module.exports = [ }, { "domain": "nf", - "description": "Norfolk Island Data Services", + "description": "Norfolk Island (Territory of)", "type": "country-code" }, { @@ -4481,7 +4481,7 @@ module.exports = [ }, { "domain": "ng", - "description": "Nigeria Internet Registration Association", + "description": "Nigeria (Federal Republic of)", "type": "country-code" }, { @@ -4496,7 +4496,7 @@ module.exports = [ }, { "domain": "ni", - "description": "Universidad Nacional del Ingernieria\nCentro de Computo", + "description": "Nicaragua (Republic of)", "type": "country-code" }, { @@ -4531,12 +4531,12 @@ module.exports = [ }, { "domain": "nl", - "description": "SIDN (Stichting Internet Domeinregistratie Nederland)", + "description": "Netherlands", "type": "country-code" }, { "domain": "no", - "description": "UNINETT Norid A/S", + "description": "Norway (Kingdom of)", "type": "country-code" }, { @@ -4571,12 +4571,12 @@ module.exports = [ }, { "domain": "np", - "description": "Mercantile Communications Pvt. Ltd.", + "description": "Nepal (Federal Democratic Republic of)", "type": "country-code" }, { "domain": "nr", - "description": "CENPAC NET", + "description": "Nauru (Republic of)", "type": "country-code" }, { @@ -4596,7 +4596,7 @@ module.exports = [ }, { "domain": "nu", - "description": "The IUSN Foundation", + "description": "Niue", "type": "country-code" }, { @@ -4606,7 +4606,7 @@ module.exports = [ }, { "domain": "nz", - "description": "InternetNZ", + "description": "New Zealand", "type": "country-code" }, { @@ -4656,7 +4656,7 @@ module.exports = [ }, { "domain": "om", - "description": "Telecommunications Regulatory Authority (TRA)", + "description": "Oman (Sultanate of)", "type": "country-code" }, { @@ -4711,7 +4711,7 @@ module.exports = [ }, { "domain": "org", - "description": "Public Interest Registry (PIR)", + "description": "Non-profit organizations", "type": "generic" }, { @@ -4751,7 +4751,7 @@ module.exports = [ }, { "domain": "pa", - "description": "Universidad Tecnologica de Panama", + "description": "Panama (Republic of)", "type": "country-code" }, { @@ -4816,7 +4816,7 @@ module.exports = [ }, { "domain": "pe", - "description": "Red Cientifica Peruana", + "description": "Peru (Republic of)", "type": "country-code" }, { @@ -4826,7 +4826,7 @@ module.exports = [ }, { "domain": "pf", - "description": "Gouvernement de la Polynésie française", + "description": "French Polynesia and Clipperton Island", "type": "country-code" }, { @@ -4836,12 +4836,12 @@ module.exports = [ }, { "domain": "pg", - "description": "PNG DNS Administration\nVice Chancellors Office\nThe Papua New Guinea University of Technology", + "description": "Papua New Guinea (Independent State of)", "type": "country-code" }, { "domain": "ph", - "description": "PH Domain Foundation", + "description": "Philippines (Republic of the)", "type": "country-code" }, { @@ -4936,12 +4936,12 @@ module.exports = [ }, { "domain": "pk", - "description": "PKNIC", + "description": "Pakistan (Islamic Republic of)", "type": "country-code" }, { "domain": "pl", - "description": "Research and Academic Computer Network", + "description": "Poland (Republic of)", "type": "country-code" }, { @@ -4971,12 +4971,12 @@ module.exports = [ }, { "domain": "pm", - "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "description": "Saint Pierre and Miquelon", "type": "country-code" }, { "domain": "pn", - "description": "Pitcairn Island Administration", + "description": "Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands)", "type": "country-code" }, { @@ -5011,7 +5011,7 @@ module.exports = [ }, { "domain": "pr", - "description": "Gauss Research Laboratory Inc.", + "description": "Puerto Rico (Commonwealth of)", "type": "country-code" }, { @@ -5036,7 +5036,7 @@ module.exports = [ }, { "domain": "pro", - "description": "Registry Services Corporation\ndba RegistryPro", + "description": "Profession", "type": "generic-restricted" }, { @@ -5091,12 +5091,12 @@ module.exports = [ }, { "domain": "ps", - "description": "Ministry Of Telecommunications &\nInformation Technology,\nGovernment Computer Center.", + "description": "Palestine (State of)", "type": "country-code" }, { "domain": "pt", - "description": "Associação DNS.PT", + "description": "Portugal (Portuguese Republic)", "type": "country-code" }, { @@ -5106,7 +5106,7 @@ module.exports = [ }, { "domain": "pw", - "description": "Micronesia Investment and Development Corporation", + "description": "Palau (Republic of)", "type": "country-code" }, { @@ -5116,12 +5116,12 @@ module.exports = [ }, { "domain": "py", - "description": "NIC-PY", + "description": "Paraguay (Republic of)", "type": "country-code" }, { "domain": "qa", - "description": "Communications Regulatory Authority", + "description": "Qatar (State of)", "type": "country-code" }, { @@ -5161,7 +5161,7 @@ module.exports = [ }, { "domain": "re", - "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "description": "Réunion", "type": "country-code" }, { @@ -5326,7 +5326,7 @@ module.exports = [ }, { "domain": "ro", - "description": "National Institute for R&D in Informatics", + "description": "Romania", "type": "country-code" }, { @@ -5356,7 +5356,7 @@ module.exports = [ }, { "domain": "rs", - "description": "Serbian National Internet Domain Registry (RNIDS)", + "description": "Serbia (Republic of)", "type": "country-code" }, { @@ -5366,7 +5366,7 @@ module.exports = [ }, { "domain": "ru", - "description": "Coordination Center for TLD RU", + "description": "Russia (Russian Federation)", "type": "country-code" }, { @@ -5386,7 +5386,7 @@ module.exports = [ }, { "domain": "rw", - "description": "Rwanda Information Communication and Technology Association (RICTA)", + "description": "Rwanda (Republic of)", "type": "country-code" }, { @@ -5401,7 +5401,7 @@ module.exports = [ }, { "domain": "sa", - "description": "Communications and Information Technology Commission", + "description": "Saudi Arabia (Kingdom of)", "type": "country-code" }, { @@ -5491,7 +5491,7 @@ module.exports = [ }, { "domain": "sb", - "description": "Solomon Telekom Company Limited", + "description": "Solomon Islands", "type": "country-code" }, { @@ -5506,7 +5506,7 @@ module.exports = [ }, { "domain": "sc", - "description": "VCS Pty Ltd", + "description": "Seychelles (Republic of)", "type": "country-code" }, { @@ -5571,12 +5571,12 @@ module.exports = [ }, { "domain": "sd", - "description": "Sudan Internet Society", + "description": "Sudan (Republic of)", "type": "country-code" }, { "domain": "se", - "description": "The Internet Infrastructure Foundation", + "description": "Sweden (Kingdom of)", "type": "country-code" }, { @@ -5651,12 +5651,12 @@ module.exports = [ }, { "domain": "sg", - "description": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "description": "Singapore (Republic of)", "type": "country-code" }, { "domain": "sh", - "description": "Government of St. Helena", + "description": "Saint Helena", "type": "country-code" }, { @@ -5726,7 +5726,7 @@ module.exports = [ }, { "domain": "si", - "description": "Academic and Research Network of Slovenia (ARNES)", + "description": "Slovenia (Republic of)", "type": "country-code" }, { @@ -5751,12 +5751,12 @@ module.exports = [ }, { "domain": "sj", - "description": "UNINETT Norid A/S", + "description": "Svalbard and Jan Mayen {not in use - see also: .no}", "type": "country-code" }, { "domain": "sk", - "description": "SK-NIC, a.s.", + "description": "Slovakia (Slovak Republic)", "type": "country-code" }, { @@ -5781,7 +5781,7 @@ module.exports = [ }, { "domain": "sl", - "description": "Sierratel", + "description": "Sierra Leone (Republic of)", "type": "country-code" }, { @@ -5791,7 +5791,7 @@ module.exports = [ }, { "domain": "sm", - "description": "Telecom Italia San Marino S.p.A.", + "description": "San Marino (Republic of)", "type": "country-code" }, { @@ -5806,7 +5806,7 @@ module.exports = [ }, { "domain": "sn", - "description": "Universite Cheikh Anta Diop\nNIC Senegal", + "description": "Senegal (Republic of)", "type": "country-code" }, { @@ -5816,7 +5816,7 @@ module.exports = [ }, { "domain": "so", - "description": "Ministry of Post and Telecommunications", + "description": "Somalia (Federal Republic of)", "type": "country-code" }, { @@ -5896,7 +5896,7 @@ module.exports = [ }, { "domain": "sr", - "description": "Telesur", + "description": "Suriname (Republic of)", "type": "country-code" }, { @@ -5911,12 +5911,12 @@ module.exports = [ }, { "domain": "ss", - "description": "Not assigned", + "description": "South Sudan (Republic of)", "type": "country-code" }, { "domain": "st", - "description": "Tecnisys", + "description": "São Tomé and Príncipe (Democratic Republic of)", "type": "country-code" }, { @@ -6001,7 +6001,7 @@ module.exports = [ }, { "domain": "su", - "description": "Russian Institute for Development of Public Networks\n(ROSNIIROS)", + "description": "Soviet Union (Union of Soviet Socialist Republics)", "type": "country-code" }, { @@ -6041,7 +6041,7 @@ module.exports = [ }, { "domain": "sv", - "description": "SVNet", + "description": "El Salvador (Republic of)", "type": "country-code" }, { @@ -6061,12 +6061,12 @@ module.exports = [ }, { "domain": "sx", - "description": "SX Registry SA B.V.", + "description": "Sint Maarten", "type": "country-code" }, { "domain": "sy", - "description": "National Agency for Network Services (NANS)", + "description": "Syria (Syrian Arab Republic)", "type": "country-code" }, { @@ -6086,7 +6086,7 @@ module.exports = [ }, { "domain": "sz", - "description": "University of Swaziland\nDepartment of Computer Science", + "description": "Swaziland (Kingdom of)", "type": "country-code" }, { @@ -6141,7 +6141,7 @@ module.exports = [ }, { "domain": "tc", - "description": "Melrex TC", + "description": "Turks and Caicos Islands", "type": "country-code" }, { @@ -6151,7 +6151,7 @@ module.exports = [ }, { "domain": "td", - "description": "l'Agence de Développement des Technologies de l'Information et de la Communication (ADETIC)", + "description": "Chad (Republic of)", "type": "country-code" }, { @@ -6176,7 +6176,7 @@ module.exports = [ }, { "domain": "tel", - "description": "Telnames Ltd.", + "description": "Telephone", "type": "sponsored" }, { @@ -6206,17 +6206,17 @@ module.exports = [ }, { "domain": "tf", - "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "description": "French Southern and Antarctic Lands (Territory of the)", "type": "country-code" }, { "domain": "tg", - "description": "Autorite de Reglementation des secteurs de Postes et de Telecommunications (ART&P)", + "description": "Togo (Togolese Republic)", "type": "country-code" }, { "domain": "th", - "description": "Thai Network Information Center Foundation", + "description": "Thailand (Kingdom of)", "type": "country-code" }, { @@ -6271,7 +6271,7 @@ module.exports = [ }, { "domain": "tj", - "description": "Information Technology Center", + "description": "Tajikistan (Republic of)", "type": "country-code" }, { @@ -6286,7 +6286,7 @@ module.exports = [ }, { "domain": "tk", - "description": "Telecommunication Tokelau Corporation (Teletok)", + "description": "Tokelau", "type": "country-code" }, { @@ -6296,12 +6296,12 @@ module.exports = [ }, { "domain": "tl", - "description": "Autoridade Nacional de Comunicações", + "description": "Timor-Leste (Democratic Republic of) [East Timor]", "type": "country-code" }, { "domain": "tm", - "description": "TM Domain Registry Ltd", + "description": "Turkmenistan", "type": "country-code" }, { @@ -6311,12 +6311,12 @@ module.exports = [ }, { "domain": "tn", - "description": "Agence Tunisienne d'Internet", + "description": "Tunisia (Republic of)", "type": "country-code" }, { "domain": "to", - "description": "Government of the Kingdom of Tonga\nH.R.H. Crown Prince Tupouto'a\nc/o Consulate of Tonga", + "description": "Tonga (Kingdom of)", "type": "country-code" }, { @@ -6376,12 +6376,12 @@ module.exports = [ }, { "domain": "tp", - "description": "Retired", + "description": "Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl}", "type": "country-code" }, { "domain": "tr", - "description": "Middle East Technical University\nDepartment of Computer Engineering", + "description": "Turkey (Republic of)", "type": "country-code" }, { @@ -6401,7 +6401,7 @@ module.exports = [ }, { "domain": "travel", - "description": "Dog\tBeach, LLC", + "description": "Travel", "type": "sponsored" }, { @@ -6431,7 +6431,7 @@ module.exports = [ }, { "domain": "tt", - "description": "University of the West Indies\nFaculty of Engineering", + "description": "Trinidad and Tobago (Republic of)", "type": "country-code" }, { @@ -6456,7 +6456,7 @@ module.exports = [ }, { "domain": "tv", - "description": "Ministry of Finance and Tourism", + "description": "Tuvalu", "type": "country-code" }, { @@ -6466,17 +6466,17 @@ module.exports = [ }, { "domain": "tw", - "description": "Taiwan Network Information Center (TWNIC)", + "description": "Taiwan (Republic of China)", "type": "country-code" }, { "domain": "tz", - "description": "Tanzania Network Information Centre (tzNIC)", + "description": "Tanzania (United Republic of)", "type": "country-code" }, { "domain": "ua", - "description": "Hostmaster Ltd.", + "description": "Ukraine", "type": "country-code" }, { @@ -6496,17 +6496,17 @@ module.exports = [ }, { "domain": "ug", - "description": "Uganda Online Ltd.", + "description": "Uganda (Republic of)", "type": "country-code" }, { "domain": "uk", - "description": "Nominet UK", + "description": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", "type": "country-code" }, { "domain": "um", - "description": "Not assigned", + "description": "United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}", "type": "country-code" }, { @@ -6536,22 +6536,22 @@ module.exports = [ }, { "domain": "us", - "description": "NeuStar, Inc.", + "description": "United States of America and United States Minor Outlying Islands", "type": "country-code" }, { "domain": "uy", - "description": "SeCIU - Universidad de la Republica", + "description": "Uruguay (Oriental Republic of)", "type": "country-code" }, { "domain": "uz", - "description": "Computerization and Information Technologies Developing Center\nUZINFOCOM", + "description": "Uzbekistan (Republic of)", "type": "country-code" }, { "domain": "va", - "description": "Holy See - Vatican City State", + "description": "Vatican City (Vatican City State)", "type": "country-code" }, { @@ -6571,12 +6571,12 @@ module.exports = [ }, { "domain": "vc", - "description": "Ministry of Telecommunications, Science, Technology and Industry", + "description": "Saint Vincent and the Grenadines", "type": "country-code" }, { "domain": "ve", - "description": "Comisión Nacional de Telecomunicaciones (CONATEL)", + "description": "Venezuela (Bolivarian Republic of)", "type": "country-code" }, { @@ -6606,12 +6606,12 @@ module.exports = [ }, { "domain": "vg", - "description": "Telecommunications Regulatory Commission of the Virgin Islands", + "description": "British Virgin Islands (Virgin Islands)", "type": "country-code" }, { "domain": "vi", - "description": "Virgin Islands Public Telecommunications System, Inc.", + "description": "United States Virgin Islands (United States Virgin Islands)", "type": "country-code" }, { @@ -6691,7 +6691,7 @@ module.exports = [ }, { "domain": "vn", - "description": "Ministry of Information and Communications of Socialist Republic of Viet Nam", + "description": "Vietnam (Socialist Republic of)", "type": "country-code" }, { @@ -6731,7 +6731,7 @@ module.exports = [ }, { "domain": "vu", - "description": "Telecom Vanuatu Limited", + "description": "Vanuatu (Republic of)", "type": "country-code" }, { @@ -6826,7 +6826,7 @@ module.exports = [ }, { "domain": "wf", - "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "description": "Wallis and Futuna (Territory of the Wallis and Futuna Islands)", "type": "country-code" }, { @@ -6906,7 +6906,7 @@ module.exports = [ }, { "domain": "ws", - "description": "Government of Samoa Ministry of Foreign Affairs & Trade", + "description": "Samoa (Independent State of)", "type": "country-code" }, { @@ -7766,7 +7766,7 @@ module.exports = [ }, { "domain": "xxx", - "description": "ICM Registry LLC", + "description": "Adult entertainment", "type": "sponsored" }, { @@ -7796,7 +7796,7 @@ module.exports = [ }, { "domain": "ye", - "description": "TeleYemen", + "description": "Yemen (Republic of)", "type": "country-code" }, { @@ -7826,7 +7826,7 @@ module.exports = [ }, { "domain": "yt", - "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "description": "Mayotte (Department of)", "type": "country-code" }, { @@ -7836,7 +7836,7 @@ module.exports = [ }, { "domain": "za", - "description": "ZA Domain Name Authority", + "description": "South Africa (Republic of)", "type": "country-code" }, { @@ -7866,7 +7866,7 @@ module.exports = [ }, { "domain": "zm", - "description": "Zambia Information and Communications Technology Authority (ZICTA)", + "description": "Zambia (Republic of)", "type": "country-code" }, { @@ -7881,7 +7881,7 @@ module.exports = [ }, { "domain": "zw", - "description": "Postal and Telecommunications Regulatory Authority of Zimbabwe (POTRAZ)", + "description": "Zimbabwe (Republic of)", "type": "country-code" } ]; \ No newline at end of file diff --git a/formats/json/tld-desc.json b/formats/json/tld-desc.json index 1bd3793..2a394cf 100644 --- a/formats/json/tld-desc.json +++ b/formats/json/tld-desc.json @@ -9,7 +9,7 @@ "able": "Able Inc.", "abogado": "Top Level Domain Holdings Limited", "abudhabi": "Abu Dhabi Systems and Information Centre", - "ac": "Network Information Center (AC Domain Registry)\nc/o Cable and Wireless (Ascension Island)", + "ac": "Ascension Island", "academy": "Binky Moon, LLC", "accenture": "Accenture plc", "accountant": "dot Accountant Limited", @@ -17,29 +17,29 @@ "aco": "ACO Severin Ahlmann GmbH & Co. KG", "active": "Active Network, LLC", "actor": "United TLD Holdco Ltd.", - "ad": "Andorra Telecom", + "ad": "Andorra (Principality of)", "adac": "Allgemeiner Deutscher Automobil-Club e.V. (ADAC)", "ads": "Charleston Road Registry Inc.", "adult": "ICM Registry AD LLC", - "ae": "Telecommunication Regulatory Authority (TRA)", + "ae": "United Arab Emirates", "aeg": "Aktiebolaget Electrolux", - "aero": "Societe Internationale de Telecommunications Aeronautique (SITA INC USA)", + "aero": "Air-transport industry", "aetna": "Aetna Life Insurance Company", - "af": "Ministry of Communications and IT", + "af": "Afghanistan (Islamic Republic of)", "afamilycompany": "Johnson Shareholdings, Inc.", "afl": "Australian Football League", "africa": "ZA Central Registry NPC trading as Registry.Africa", - "ag": "UHSA School of Medicine", + "ag": "Antigua and Barbuda", "agakhan": "Fondation Aga Khan (Aga Khan Foundation)", "agency": "Binky Moon, LLC", - "ai": "Government of Anguilla", + "ai": "Anguilla", "aig": "American International Group, Inc.", "aigo": "aigo Digital Technology Co,Ltd.", "airbus": "Airbus S.A.S.", "airforce": "United TLD Holdco Ltd.", "airtel": "Bharti Airtel Limited", "akdn": "Fondation Aga Khan (Aga Khan Foundation)", - "al": "Electronic and Postal Communications Authority - AKEP", + "al": "Albania (Republic of)", "alfaromeo": "Fiat Chrysler Automobiles N.V.", "alibaba": "Alibaba Group Holding Limited", "alipay": "Alibaba Group Holding Limited", @@ -48,41 +48,41 @@ "ally": "Ally Financial Inc.", "alsace": "REGION GRAND EST", "alstom": "ALSTOM", - "am": "\"Internet Society\" Non-governmental Organization", + "am": "Armenia (Republic of)", "americanexpress": "American Express Travel Related Services Company, Inc.", "americanfamily": "AmFam, Inc.", "amex": "American Express Travel Related Services Company, Inc.", "amfam": "AmFam, Inc.", "amica": "Amica Mutual Insurance Company", "amsterdam": "Gemeente Amsterdam", - "an": "Retired", + "an": "Netherlands Antilles", "analytics": "Campus IP LLC", "android": "Charleston Road Registry Inc.", "anquan": "QIHOO 360 TECHNOLOGY CO. LTD.", "anz": "Australia and New Zealand Banking Group Limited", - "ao": "Faculdade de Engenharia da Universidade Agostinho Neto", + "ao": "Angola (Republic of)", "aol": "OATH Inc.", "apartments": "Binky Moon, LLC", "app": "Charleston Road Registry Inc.", "apple": "Apple Inc.", - "aq": "Antarctica Network Information Centre Limited", + "aq": "Antarctica", "aquarelle": "Aquarelle.com", - "ar": "Presidencia de la Nación – Secretaría Legal y Técnica", + "ar": "Argentina (Argentine Republic)", "arab": "League of Arab States", "aramco": "Aramco Services Company", "archi": "STARTING DOT LIMITED", "army": "United TLD Holdco Ltd.", - "arpa": "Internet Architecture Board (IAB)", + "arpa": "Address and Routing Parameter Area", "art": "UK Creative Ideas Limited", "arte": "Association Relative à la Télévision Européenne G.E.I.E.", - "as": "AS Domain Registry", + "as": "American Samoa", "asda": "Wal-Mart Stores, Inc.", - "asia": "DotAsia Organisation Ltd.", + "asia": "Organisations and individuals in the Asia-Pacific region", "associates": "Binky Moon, LLC", - "at": "nic.at GmbH", + "at": "Austria (Republic of)", "athleta": "The Gap, Inc.", "attorney": "United TLD Holdco, Ltd", - "au": ".au Domain Administration (auDA)", + "au": "Australia (Commonwealth of)", "auction": "United TLD HoldCo, Ltd.", "audi": "AUDI Aktiengesellschaft", "audible": "Amazon Registry Services, Inc.", @@ -92,13 +92,13 @@ "auto": "Cars Registry Limited", "autos": "DERAutos, LLC", "avianca": "Aerovias del Continente Americano S.A. Avianca", - "aw": "SETAR", + "aw": "Aruba", "aws": "Amazon Registry Services, Inc.", - "ax": "Ålands landskapsregering", + "ax": "Åland Islands", "axa": "AXA SA", - "az": "IntraNS", + "az": "Azerbaijan (Republic of)", "azure": "Microsoft Corporation", - "ba": "Universtiy Telinformatic Centre (UTIC)", + "ba": "Bosnia and Herzegovina", "baby": "Johnson & Johnson Services, Inc.", "baidu": "Baidu, Inc.", "banamex": "Citigroup Inc.", @@ -115,14 +115,14 @@ "basketball": "Fédération Internationale de Basketball (FIBA)", "bauhaus": "Werkhaus GmbH", "bayern": "Bayern Connect GmbH", - "bb": "Government of Barbados\nMinistry of Economic Affairs and Development\nTelecommunications Unit", + "bb": "Barbados", "bbc": "British Broadcasting Corporation", "bbt": "BB&T Corporation", "bbva": "BANCO BILBAO VIZCAYA ARGENTARIA, S.A.", "bcg": "The Boston Consulting Group, Inc.", "bcn": "Municipi de Barcelona", - "bd": "Posts and Telecommunications Division", - "be": "DNS Belgium vzw/asbl", + "bd": "Bangladesh (People's Republic of)", + "be": "Belgium (Kingdom of)", "beats": "Beats Electronics, LLC", "beauty": "L'Oréal", "beer": "Top Level Domain Holdings Limited", @@ -131,20 +131,20 @@ "best": "BestTLD Pty Ltd", "bestbuy": "BBY Solutions, Inc.", "bet": "Afilias plc", - "bf": "ARCE-AutoritÈ de RÈgulation des Communications Electroniques", - "bg": "Register.BG", - "bh": "Telecommunications Regulatory Authority (TRA)", + "bf": "Burkina Faso", + "bg": "Bulgaria (Republic of)", + "bh": "Bahrain (Kingdom of)", "bharti": "Bharti Enterprises (Holding) Private Limited", - "bi": "Centre National de l'Informatique", + "bi": "Burundi (Republic of)", "bible": "American Bible Society", "bid": "dot Bid Limited", "bike": "Binky Moon, LLC", "bing": "Microsoft Corporation", "bingo": "Binky Moon, LLC", "bio": "STARTING DOT LIMITED", - "biz": "Neustar, Inc.", - "bj": "Benin Telecoms S.A.", - "bl": "Not assigned", + "biz": "Business", + "bj": "Benin (Republic of)", + "bl": "Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr}", "black": "Afilias plc", "blackfriday": "Uniregistry, Corp.", "blanco": "BLANCO GmbH + Co KG", @@ -152,13 +152,13 @@ "blog": "Knock Knock WHOIS There, LLC", "bloomberg": "Bloomberg IP Holdings LLC", "blue": "Afilias plc", - "bm": "Registry General Department, Ministry of Home Affairs", + "bm": "Bermuda", "bms": "Bristol-Myers Squibb Company", "bmw": "Bayerische Motoren Werke Aktiengesellschaft", - "bn": "Authority for Info-communications Technology Industry of Brunei Darussalam (AITI)", + "bn": "Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam]", "bnl": "Banca Nazionale del Lavoro", "bnpparibas": "BNP Paribas", - "bo": "Agencia para el Desarrollo de la Información de la Sociedad en Bolivia", + "bo": "Bolivia (Plurinational State of)", "boats": "DERBoats, LLC", "boehringer": "Boehringer Ingelheim International GmbH", "bofa": "Bank of America Corporation", @@ -174,16 +174,16 @@ "bot": "Amazon Registry Services, Inc.", "boutique": "Binky Moon, LLC", "box": "NS1 Limited", - "bq": "Not assigned", - "br": "Comite Gestor da Internet no Brasil", + "bq": "Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}", + "br": "Brazil (Federative Republic of)", "bradesco": "Banco Bradesco S.A.", "bridgestone": "Bridgestone Corporation", "broadway": "Celebrate Broadway, Inc.", "broker": "DOTBROKER REGISTRY LTD", "brother": "Brother Industries, Ltd.", "brussels": "DNS.be vzw", - "bs": "The College of the Bahamas", - "bt": "Ministry of Information and Communications", + "bs": "Bahamas (Commonwealth of the)", + "bt": "Bhutan (Kingdom of)", "budapest": "Top Level Domain Holdings Limited", "bugatti": "Bugatti International SA", "build": "Plan Bee LLC", @@ -191,12 +191,12 @@ "business": "Binky Moon, LLC", "buy": "Amazon Registry Services, INC", "buzz": "DOTSTRATEGY CO.", - "bv": "UNINETT Norid A/S", - "bw": "Botswana Communications Regulatory Authority (BOCRA)", - "by": "Reliable Software, Ltd.", - "bz": "University of Belize", + "bv": "Bouvet Island", + "bw": "Botswana (Republic of)", + "by": "Belarus (Republic of)", + "bz": "Belize", "bzh": "Association www.bzh", - "ca": "Canadian Internet Registration Authority (CIRA) Autorité Canadienne pour les enregistrements Internet (ACEI)", + "ca": "Canada", "cab": "Binky Moon, LLC", "cafe": "Binky Moon, LLC", "cal": "Charleston Road Registry Inc.", @@ -223,24 +223,24 @@ "caseih": "CNH Industrial N.V.", "cash": "Binky Moon, LLC", "casino": "Binky Moon, LLC", - "cat": "Fundacio puntCAT", + "cat": "Catalan", "catering": "Binky Moon, LLC", "catholic": "Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)", "cba": "COMMONWEALTH BANK OF AUSTRALIA", "cbn": "The Christian Broadcasting Network, Inc.", "cbre": "CBRE, Inc.", "cbs": "CBS Domains Inc.", - "cc": "eNIC Cocos (Keeling) Islands Pty.\nLtd. d/b/a Island Internet Services", - "cd": "Office Congolais des Postes et Télécommunications - OCPT", + "cc": "Cocos (Keeling) Islands (Territory of the)", + "cd": "Congo (Democratic Republic of the) [Congo-Kinshasa]", "ceb": "The Corporate Executive Board Company", "center": "Binky Moon, LLC", "ceo": "CEOTLD Pty Ltd", "cern": "European Organization for Nuclear Research (\"CERN\")", - "cf": "Societe Centrafricaine de Telecommunications (SOCATEL)", + "cf": "Central African Republic", "cfa": "CFA Institute", "cfd": "DOTCFD REGISTRY LTD", - "cg": "ONPT Congo and Interpoint Switzerland", - "ch": "SWITCH The Swiss Education & Research Network", + "cg": "Congo (Republic of) [Congo-Brazzaville]", + "ch": "Switzerland (Swiss Confederation)", "chanel": "Chanel International B.V.", "channel": "Charleston Road Registry Inc.", "charity": "Corn Lake, LLC", @@ -253,7 +253,7 @@ "chrome": "Charleston Road Registry Inc.", "chrysler": "FCA US LLC.", "church": "Binky Moon, LLC", - "ci": "Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire (ARTCI)", + "ci": "Ivory Coast (Republic of Côte d'Ivoire)", "cipriani": "Hotel Cipriani Srl", "circle": "Amazon Registry Services, Inc.", "cisco": "Cisco Technology, Inc.", @@ -262,8 +262,8 @@ "citic": "CITIC Group Corporation", "city": "Binky Moon, LLC", "cityeats": "Lifestyle Domain Holdings, Inc.", - "ck": "Telecom Cook Islands Ltd.", - "cl": "NIC Chile (University of Chile)", + "ck": "Cook Islands", + "cl": "Chile (Republic of)", "claims": "Binky Moon, LLC", "cleaning": "Binky Moon, LLC", "click": "Uniregistry, Corp.", @@ -273,15 +273,15 @@ "cloud": "ARUBA PEC S.p.A.", "club": ".CLUB DOMAINS, LLC", "clubmed": "Club Méditerranée S.A.", - "cm": "Cameroon Telecommunications (CAMTEL)", - "cn": "China Internet Network Information Center (CNNIC)", - "co": ".CO Internet S.A.S.", + "cm": "Cameroon (Republic of)", + "cn": "China (People's Republic of)", + "co": "Colombia (Republic of)", "coach": "Binky Moon, LLC", "codes": "Binky Moon, LLC", "coffee": "Binky Moon, LLC", "college": "XYZ.COM LLC", "cologne": "punkt.wien GmbH", - "com": "VeriSign Global Registry Services", + "com": "Commercial organizations", "comcast": "Comcast IP Holdings I, LLC", "commbank": "COMMONWEALTH BANK OF AUSTRALIA", "community": "Binky Moon, LLC", @@ -297,13 +297,13 @@ "cooking": "Top Level Domain Holdings Limited", "cookingchannel": "Lifestyle Domain Holdings, Inc.", "cool": "Binky Moon, LLC", - "coop": "DotCooperation LLC", + "coop": "Cooperatives", "corsica": "Collectivité Territoriale de Corse", "country": "Top Level Domain Holdings Limited", "coupon": "Amazon Registry Services, Inc.", "coupons": "Binky Moon, LLC", "courses": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", - "cr": "National Academy of Sciences\nAcademia Nacional de Ciencias", + "cr": "Costa Rica (Republic of)", "credit": "Binky Moon, LLC", "creditcard": "Binky Moon, LLC", "creditunion": "CUNA Performance Resources, LLC", @@ -313,15 +313,15 @@ "cruise": "Viking River Cruises (Bermuda) Ltd.", "cruises": "Binky Moon, LLC", "csc": "Alliance-One Services, Inc.", - "cu": "CENIAInternet\nIndustria y San Jose\nCapitolio Nacional", + "cu": "Cuba (Republic of)", "cuisinella": "SALM S.A.S.", - "cv": "Agência Nacional das Comunicações (ANAC)", - "cw": "University of Curacao", - "cx": "Christmas Island Domain Administration Limited", - "cy": "University of Cyprus", + "cv": "Cape Verde (Republic of)", + "cw": "Curaçao (Country of)", + "cx": "Christmas Island (Territory of)", + "cy": "Cyprus (Republic of)", "cymru": "Nominet UK", "cyou": "Beijing Gamease Age Digital Technology Co., Ltd.", - "cz": "CZ.NIC, z.s.p.o", + "cz": "Czech Republic", "dabur": "Dabur India Limited", "dad": "Charleston Road Registry Inc.", "dance": "United TLD Holdco Ltd.", @@ -332,7 +332,7 @@ "day": "Charleston Road Registry Inc.", "dclk": "Charleston Road Registry Inc.", "dds": "Minds + Machines Group Limited", - "de": "DENIC eG", + "de": "Germany (Federal Republic of)", "deal": "Amazon Registry Services, Inc.", "dealer": "Dealer Dot Com, Inc.", "deals": "Binky Moon, LLC", @@ -357,11 +357,11 @@ "discover": "Discover Financial Services", "dish": "Dish DBS Corporation", "diy": "Lifestyle Domain Holdings, Inc.", - "dj": "Djibouti Telecom S.A", - "dk": "Dansk Internet Forum", - "dm": "DotDM Corporation", + "dj": "Djibouti (Republic of)", + "dk": "Denmark (Kingdom of)", + "dm": "Dominica (Commonwealth of)", "dnp": "Dai Nippon Printing Co., Ltd.", - "do": "Pontificia Universidad Catolica Madre y Maestra\nRecinto Santo Tomas de Aquino", + "do": "Dominican Republic", "docs": "Charleston Road Registry Inc.", "doctor": "Binky Moon, LLC", "dodge": "FCA US LLC.", @@ -381,17 +381,17 @@ "durban": "ZA Central Registry NPC trading as ZA Central Registry", "dvag": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", "dvr": "Hughes Satellite Systems Corporation", - "dz": "CERIST", + "dz": "Algeria (People's Democratic Republic of)", "earth": "Interlink Co., Ltd.", "eat": "Charleston Road Registry Inc.", - "ec": "ECUADORDOMAIN S.A.", + "ec": "Ecuador (Republic of)", "eco": "Big Room Inc.", "edeka": "EDEKA Verband kaufmännischer Genossenschaften e.V.", - "edu": "EDUCAUSE", + "edu": "Educational establishments", "education": "Binky Moon, LLC", - "ee": "Eesti Interneti Sihtasutus (EIS)", - "eg": "Egyptian Universities Network (EUN)\nSupreme Council of Universities", - "eh": "Not assigned", + "ee": "Estonia (Republic of)", + "eg": "Egypt (Arab Republic of)", + "eh": "Western Sahara {reserved}", "email": "Binky Moon, LLC", "emerck": "Merck KGaA", "energy": "Binky Moon, LLC", @@ -401,16 +401,16 @@ "epost": "Deutsche Post AG", "epson": "Seiko Epson Corporation", "equipment": "Binky Moon, LLC", - "er": "Eritrea Telecommunication Services Corporation (EriTel)", + "er": "Eritrea (State of)", "ericsson": "Telefonaktiebolaget L M Ericsson", "erni": "ERNI Group Holding AG", - "es": "Red.es", + "es": "Spain (Kingdom of)", "esq": "Charleston Road Registry Inc.", "estate": "Binky Moon, LLC", "esurance": "Esurance Insurance Company", - "et": "Ethio telecom", + "et": "Ethiopia (Federal Democratic Republic of)", "etisalat": "Emirates Telecommunications Corporation (trading as Etisalat)", - "eu": "EURid vzw/asbl", + "eu": "European Union", "eurovision": "European Broadcasting Union (EBU)", "eus": "Puntueus Fundazioa", "events": "Binky Moon, LLC", @@ -435,7 +435,7 @@ "feedback": "Top Level Spectrum, Inc.", "ferrari": "Fiat Chrysler Automobiles N.V.", "ferrero": "Ferrero Trading Lux S.A.", - "fi": "Finnish Communications Regulatory Authority", + "fi": "Finland (Republic of)", "fiat": "Fiat Chrysler Automobiles N.V.", "fidelity": "Fidelity Brokerage Services LLC", "fido": "Rogers Communications Canada Inc.", @@ -450,8 +450,8 @@ "fishing": "Top Level Domain Holdings Limited", "fit": "Minds + Machines Group Limited", "fitness": "Binky Moon, LLC", - "fj": "The University of the South Pacific\nIT Services", - "fk": "Falkland Islands Government", + "fj": "Fiji (Republic of)", + "fk": "Falkland Islands (Malvinas)", "flickr": "Yahoo! Domain Services Inc.", "flights": "Binky Moon, LLC", "flir": "FLIR Systems, Inc.", @@ -459,8 +459,8 @@ "flowers": "Uniregistry, Corp.", "flsmidth": "Retired", "fly": "Charleston Road Registry Inc.", - "fm": "FSM Telecommunications Corporation", - "fo": "FO Council", + "fm": "Micronesia (Federated States of)", + "fo": "Faroe Islands", "foo": "Charleston Road Registry Inc.", "food": "Lifestyle Domain Holdings, Inc.", "foodnetwork": "Lifestyle Domain Holdings, Inc.", @@ -471,7 +471,7 @@ "forum": "Fegistry, LLC", "foundation": "Binky Moon, LLC", "fox": "FOX Registry, LLC", - "fr": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "fr": "France (French Republic)", "free": "Amazon Registry Services, Inc.", "fresenius": "Fresenius Immobilien-Verwaltungs-GmbH", "frl": "FRLregistry B.V.", @@ -486,7 +486,7 @@ "furniture": "Binky Moon, LLC", "futbol": "United TLD Holdco, Ltd.", "fyi": "Binky Moon, LLC", - "ga": "Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF)", + "ga": "Gabon (Gabonese Republic)", "gal": "Asociación puntoGAL", "gallery": "Binky Moon, LLC", "gallo": "Gallo Vineyards, Inc.", @@ -495,36 +495,36 @@ "games": "United TLD Holdco Ltd.", "gap": "The Gap, Inc.", "garden": "Top Level Domain Holdings Limited", - "gb": "Reserved Domain - IANA", + "gb": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", "gbiz": "Charleston Road Registry Inc.", - "gd": "The National Telecommunications Regulatory Commission (NTRC)", + "gd": "Grenada", "gdn": "Joint Stock Company \"Navigation-information systems\"", - "ge": "Caucasus Online LLC", + "ge": "Georgia", "gea": "GEA Group Aktiengesellschaft", "gent": "Combell nv", "genting": "Resorts World Inc. Pte. Ltd.", "george": "Wal-Mart Stores, Inc.", - "gf": "Net Plus", - "gg": "Island Networks Ltd.", + "gf": "French Guiana", + "gg": "Guernsey (Bailiwick of)", "ggee": "GMO Internet, Inc.", - "gh": "Network Computer Systems Limited", - "gi": "Sapphire Networks", + "gh": "Ghana (Republic of)", + "gi": "Gibraltar", "gift": "Uniregistry, Corp.", "gifts": "Binky Moon, LLC", "gives": "United TLD Holdco Ltd.", "giving": "Giving Limited", - "gl": "TELE Greenland A/S", + "gl": "Greenland", "glade": "Johnson Shareholdings, Inc.", "glass": "Binky Moon, LLC", "gle": "Charleston Road Registry Inc.", "global": "Dot Global Domain Registry Limited", "globo": "Globo Comunicação e Participações S.A", - "gm": "GM-NIC", + "gm": "Gambia (Republic of The)", "gmail": "Charleston Road Registry Inc.", "gmbh": "Binky Moon, LLC", "gmo": "GMO Internet, Inc.", "gmx": "1&1 Mail & Media GmbH", - "gn": "Centre National des Sciences Halieutiques de Boussoura", + "gn": "Guinea (Republic of)", "godaddy": "Go Daddy East, LLC", "gold": "Binky Moon, LLC", "goldpoint": "YODOBASHI CAMERA CO.,LTD.", @@ -536,10 +536,10 @@ "google": "Charleston Road Registry Inc.", "gop": "Republican State Leadership Committee, Inc.", "got": "Amazon Registry Services, Inc.", - "gov": "General Services Administration\nAttn: QTDC, 2E08 (.gov Domain Registration)", - "gp": "Networking Technologies Group", - "gq": "GETESA", - "gr": "ICS-FORTH GR", + "gov": "US government", + "gp": "Guadeloupe", + "gq": "Equatorial Guinea (Republic of)", + "gr": "Greece (Hellenic Republic)", "grainger": "Grainger Registry Services, LLC", "graphics": "Binky Moon, LLC", "gratis": "Binky Moon, LLC", @@ -547,17 +547,17 @@ "gripe": "Binky Moon, LLC", "grocery": "Wal-Mart Stores, Inc.", "group": "Binky Moon, LLC", - "gs": "Government of South Georgia and South Sandwich Islands (GSGSSI)", - "gt": "Universidad del Valle de Guatemala", - "gu": "University of Guam", + "gs": "South Georgia and the South Sandwich Islands", + "gt": "Guatemala (Republic of)", + "gu": "Guam", "guardian": "The Guardian Life Insurance Company of America", "gucci": "Guccio Gucci S.p.a.", "guge": "Charleston Road Registry Inc.", "guide": "Binky Moon, LLC", "guitars": "Uniregistry, Corp.", "guru": "Binky Moon, LLC", - "gw": "Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau", - "gy": "University of Guyana", + "gw": "Guinea-Bissau (Republic of)", + "gy": "Guyana (Co-operative Republic of)", "hair": "L'Oreal", "hamburg": "Hamburg Top-Level-Domain GmbH", "hangout": "Charleston Road Registry Inc.", @@ -576,10 +576,10 @@ "hisamitsu": "Hisamitsu Pharmaceutical Co.,Inc.", "hitachi": "Hitachi, Ltd.", "hiv": "Uniregistry, Corp.", - "hk": "Hong Kong Internet Registration Corporation Ltd.", + "hk": "Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China)", "hkt": "PCCW-HKT DataCom Services Limited", - "hm": "HM Domain Registry", - "hn": "Red de Desarrollo Sostenible Honduras", + "hm": "Heard Island and McDonald Islands", + "hn": "Honduras (Republic of)", "hockey": "Binky Moon, LLC", "holdings": "Binky Moon, LLC", "holiday": "Binky Moon, LLC", @@ -599,11 +599,11 @@ "hotmail": "Microsoft Corporation", "house": "Binky Moon, LLC", "how": "Charleston Road Registry Inc.", - "hr": "CARNet - Croatian Academic and Research Network", + "hr": "Croatia (Republic of)", "hsbc": "HSBC Global Services (UK) Limited", - "ht": "Consortium FDS/RDDH", + "ht": "Haiti (Republic of)", "htc": "Not assigned", - "hu": "Council of Hungarian Internet Providers (CHIP)", + "hu": "Hungary", "hughes": "Hughes Satellite Systems Corporation", "hyatt": "Hyatt GTLD, L.L.C.", "hyundai": "Hyundai Motor Company", @@ -611,43 +611,43 @@ "icbc": "Industrial and Commercial Bank of China Limited", "ice": "IntercontinentalExchange, Inc.", "icu": "Shortdot SA", - "id": "Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI)", - "ie": "University College Dublin\nComputing Services\nComputer Centre", + "id": "Indonesia (Republic of)", + "ie": "Ireland (Republic of)", "ieee": "IEEE Global LLC", "ifm": "ifm electronic gmbh", "iinet": "Retired", "ikano": "Ikano S.A.", - "il": "Internet Society of Israel", - "im": "Isle of Man Government", + "il": "Israel (State of)", + "im": "Isle of Man", "imamat": "Fondation Aga Khan (Aga Khan Foundation)", "imdb": "Amazon Registry Services, Inc.", "immo": "Binky Moon, LLC", "immobilien": "United TLD Holdco Ltd.", - "in": "National Internet Exchange of India", + "in": "India (Republic of)", "industries": "Binky Moon, LLC", "infiniti": "NISSAN MOTOR CO., LTD.", - "info": "Afilias Limited", + "info": "Informational sites", "ing": "Charleston Road Registry Inc.", "ink": "Top Level Design, LLC", "institute": "Binky Moon, LLC", "insurance": "fTLD Registry Services LLC", "insure": "Binky Moon, LLC", - "int": "Internet Assigned Numbers Authority", + "int": "International treaty-based organizations", "intel": "Intel Corporation", "international": "Binky Moon, LLC", "intuit": "Intuit Administrative Services, Inc.", "investments": "Binky Moon, LLC", - "io": "IO Top Level Domain Registry\nCable and Wireless", + "io": "British Indian Ocean Territory", "ipiranga": "Ipiranga Produtos de Petroleo S.A.", - "iq": "Communications and Media Commission (CMC)", - "ir": "Institute for Research in Fundamental Sciences", + "iq": "Iraq (Republic of)", + "ir": "Iran (Islamic Republic of)", "irish": "Binky Moon, LLC", - "is": "ISNIC - Internet Iceland ltd.", + "is": "Iceland", "iselect": "iSelect Ltd", "ismaili": "Fondation Aga Khan (Aga Khan Foundation)", "ist": "Istanbul Metropolitan Municipality", "istanbul": "Istanbul Metropolitan Municipality", - "it": "IIT - CNR", + "it": "Italy (Italian Republic)", "itau": "Itau Unibanco Holding S.A.", "itv": "ITV Services Limited", "iveco": "CNH Industrial N.V.", @@ -656,59 +656,59 @@ "java": "Oracle Corporation", "jcb": "JCB Co., Ltd.", "jcp": "JCP Media, Inc.", - "je": "Island Networks (Jersey) Ltd.", + "je": "Jersey (Bailiwick of)", "jeep": "FCA US LLC.", "jetzt": "Binky Moon, LLC", "jewelry": "Binky Moon, LLC", "jio": "Affinity Names, Inc.", "jlc": "Richemont DNS Inc.", "jll": "Jones Lang LaSalle Incorporated", - "jm": "University of West Indies", + "jm": "Jamaica (Commonwealth of)", "jmp": "Matrix IP LLC", "jnj": "Johnson & Johnson Services, Inc.", - "jo": "National Information Technology Center (NITC)", - "jobs": "Employ Media LLC", + "jo": "Jordan (Hashemite Kingdom of)", + "jobs": "Employment-related sites", "joburg": "ZA Central Registry NPC trading as ZA Central Registry", "jot": "Amazon Registry Services, Inc.", "joy": "Amazon Registry Services, Inc.", - "jp": "Japan Registry Services Co., Ltd.", + "jp": "Japan", "jpmorgan": "JPMorgan Chase Bank, National Association", "jprs": "Japan Registry Services Co., Ltd.", "juegos": "Uniregistry, Corp.", "juniper": "JUNIPER NETWORKS, INC.", "kaufen": "United TLD Holdco Ltd.", "kddi": "KDDI CORPORATION", - "ke": "Kenya Network Information Center (KeNIC)", + "ke": "Kenya (Republic of)", "kerryhotels": "Kerry Trading Co. Limited", "kerrylogistics": "Kerry Trading Co. Limited", "kerryproperties": "Kerry Trading Co. Limited", "kfh": "Kuwait Finance House", - "kg": "AsiaInfo Telecommunication Enterprise", - "kh": "Telecommunication Regulator of Cambodia (TRC)", - "ki": "Ministry of Communications, Transport, and Tourism Development", + "kg": "Kyrgyzstan (Kyrgyz Republic)", + "kh": "Cambodia (Kingdom of)", + "ki": "Kiribati (Republic of)", "kia": "KIA MOTORS CORPORATION", "kim": "Afilias plc", "kinder": "Ferrero Trading Lux S.A.", "kindle": "Amazon Registry Services, Inc.", "kitchen": "Binky Moon, LLC", "kiwi": "DOT KIWI LIMITED", - "km": "Comores Telecom", - "kn": "Ministry of Finance, Sustainable Development Information & Technology", + "km": "Comoros (Union of the)", + "kn": "Saint Kitts and Nevis (Federation of)", "koeln": "punkt.wien GmbH", "komatsu": "Komatsu Ltd.", "kosher": "Kosher Marketing Assets LLC", - "kp": "Star Joint Venture Company", + "kp": "Korea (Democratic People's Republic of) [North Korea]", "kpmg": "KPMG International Cooperative (KPMG International Genossenschaft)", "kpn": "Koninklijke KPN N.V.", - "kr": "Korea Internet & Security Agency (KISA)", + "kr": "Korea (Republic of) [South Korea]", "krd": "KRG Department of Information Technology", "kred": "KredTLD Pty Ltd", "kuokgroup": "Kerry Trading Co. Limited", - "kw": "Communications and Information Technology Regulatory Authority", - "ky": "Utility Regulation and Competition Office (OfReg)", + "kw": "Kuwait (State of Kuwait)", + "ky": "Cayman Islands", "kyoto": "Academic Institution: Kyoto Jyoho Gakuen", - "kz": "Association of IT Companies of Kazakhstan", - "la": "Lao National Internet Committee (LANIC), Ministry of Posts and Telecommunications", + "kz": "Kazakhstan (Republic of)", + "la": "Laos (Lao People's Democratic Republic)", "lacaixa": "CAIXA D'ESTALVIS I PENSIONS DE BARCELONA", "ladbrokes": "LADBROKES INTERNATIONAL PLC", "lamborghini": "Automobili Lamborghini S.p.A.", @@ -725,8 +725,8 @@ "latrobe": "La Trobe University", "law": "Minds + Machines Group Limited", "lawyer": "United TLD Holdco, Ltd", - "lb": "American University of Beirut\nComputing and Networking Services", - "lc": "University of Puerto Rico", + "lb": "Lebanon (Lebanese Republic)", + "lc": "Saint Lucia", "lds": "IRI Domain Management, LLC", "lease": "Binky Moon, LLC", "leclerc": "A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc", @@ -735,7 +735,7 @@ "lego": "LEGO Juris A/S", "lexus": "TOYOTA MOTOR CORPORATION", "lgbt": "Afilias plc", - "li": "SWITCH The Swiss Education & Research Network", + "li": "Liechtenstein (Principality of)", "liaison": "Liaison Technologies, Incorporated", "lidl": "Schwarz Domains und Services GmbH & Co. KG", "life": "Binky Moon, LLC", @@ -753,7 +753,7 @@ "live": "United TLD Holdco Ltd.", "living": "Lifestyle Domain Holdings, Inc.", "lixil": "LIXIL Group Corporation", - "lk": "Council for Information Technology\nLK Domain Registrar", + "lk": "Sri Lanka (Democratic Socialist Republic of)", "llc": "Afilias plc", "loan": "dot Loan Limited", "loans": "Binky Moon, LLC", @@ -767,19 +767,19 @@ "love": "Merchant Law Group LLP", "lpl": "LPL Holdings, Inc.", "lplfinancial": "LPL Holdings, Inc.", - "lr": "Data Technology Solutions, Inc.", - "ls": "National University of Lesotho", - "lt": "Kaunas University of Technology", + "lr": "Liberia (Republic of)", + "ls": "Lesotho (Kingdom of)", + "lt": "Lithuania (Republic of)", "ltd": "Binky Moon, LLC", "ltda": "InterNetX Corp.", - "lu": "RESTENA", + "lu": "Luxembourg (Grand Duchy of)", "lundbeck": "H. Lundbeck A/S", "lupin": "LUPIN LIMITED", "luxe": "Top Level Domain Holdings Limited", "luxury": "Luxury Partners LLC", - "lv": "University of Latvia\nInstitute of Mathematics and Computer Science\nDepartment of Network Solutions (DNS)", - "ly": "General Post and Telecommunication Company", - "ma": "Agence Nationale de Réglementation des Télécommunications (ANRT)", + "lv": "Latvia (Republic of)", + "ly": "Libya", + "ma": "Morocco", "macys": "Macys, Inc.", "madrid": "Comunidad de Madrid", "maif": "Mutuelle Assurance Instituteur France (MAIF)", @@ -797,12 +797,12 @@ "maserati": "Fiat Chrysler Automobiles N.V.", "mattel": "Mattel Sites, Inc.", "mba": "Binky Moon, LLC", - "mc": "Gouvernement de Monaco\nDirection des Communications Electroniques", + "mc": "Monaco (Principality of)", "mcd": "Not assigned", "mcdonalds": "Not assigned", "mckinsey": "McKinsey Holdings, Inc.", - "md": "MoldData S.E.", - "me": "Government of Montenegro", + "md": "Moldova (Republic of)", + "me": "Montenegro", "med": "Medistry LLC", "media": "Binky Moon, LLC", "meet": "Charleston Road Registry Inc.", @@ -814,25 +814,25 @@ "meo": "Not assigned", "merckmsd": "MSD Registry Holdings, Inc.", "metlife": "MetLife Services and Solutions, LLC", - "mf": "Not assigned", - "mg": "NIC-MG (Network Information Center Madagascar)", - "mh": "Office of the Cabinet", + "mf": "Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr}", + "mg": "Madagascar (Republic of)", + "mh": "Marshall Islands (Republic of the)", "miami": "Top Level Domain Holdings Limited", "microsoft": "Microsoft Corporation", - "mil": "DoD Network Information Center", + "mil": "US military", "mini": "Bayerische Motoren Werke Aktiengesellschaft", "mint": "Intuit Administrative Services, Inc.", "mit": "Massachusetts Institute of Technology", "mitsubishi": "Mitsubishi Corporation", - "mk": "Macedonian Academic Research Network Skopje", - "ml": "Agence des Technologies de l’Information et de la Communication", + "mk": "Macedonia (Republic of)", + "ml": "Mali (Republic of)", "mlb": "MLB Advanced Media DH, LLC", "mls": "The Canadian Real Estate Association", - "mm": "Ministry of Communications, Posts & Telegraphs", + "mm": "Myanmar (Republic of the Union of) [Burma]", "mma": "MMA IARD", - "mn": "Datacom Co., Ltd.", - "mo": "Macao Post and Telecommunications Bureau (CTT)", - "mobi": "Afilias Technologies Limited dba dotMobi", + "mn": "Mongolia", + "mo": "Macau (Macau Special Administrative Region of the People's Republic of China) [Macao]", + "mobi": "Mobile", "mobile": "Dish DBS Corporation", "mobily": "GreenTech Consultancy Company W.L.L.", "moda": "United TLD Holdco Ltd.", @@ -852,37 +852,37 @@ "mov": "Charleston Road Registry Inc.", "movie": "Binky Moon, LLC", "movistar": "Telefónica S.A.", - "mp": "Saipan Datacom, Inc.", - "mq": "MEDIASERV", - "mr": "Université de Nouakchott Al Aasriya", - "ms": "MNI Networks Ltd.", + "mp": "Northern Mariana Islands (Commonwealth of the)", + "mq": "Martinique", + "mr": "Mauritania (Islamic Republic of)", + "ms": "Montserrat", "msd": "MSD Registry Holdings, Inc.", - "mt": "NIC (Malta)", + "mt": "Malta (Republic of)", "mtn": "MTN Dubai Limited", "mtpc": "Retired", "mtr": "MTR Corporation Limited", - "mu": "Internet Direct Ltd", - "museum": "Museum Domain Management Association", + "mu": "Mauritius (Republic of)", + "museum": "Museums", "mutual": "Northwestern Mutual MU TLD Registry, LLC", "mutuelle": "Retired", - "mv": "Dhiraagu Pvt. Ltd. (DHIVEHINET)", - "mw": "Malawi Sustainable Development Network Programme\n(Malawi SDNP)", - "mx": "NIC-Mexico\nITESM - Campus Monterrey", - "my": "MYNIC Berhad", - "mz": "Centro de Informatica de Universidade Eduardo Mondlane", - "na": "Namibian Network Information Center", + "mv": "Maldives (Republic of)", + "mw": "Malawi (Republic of)", + "mx": "Mexico (United Mexican States)", + "my": "Malaysia", + "mz": "Mozambique (Republic of)", + "na": "Namibia (Republic of)", "nab": "National Australia Bank Limited", "nadex": "Nadex Domains, Inc", "nagoya": "GMO Registry, Inc.", - "name": "VeriSign Information Services, Inc.", + "name": "Individuals", "nationwide": "Nationwide Mutual Insurance Company", "natura": "NATURA COSMÉTICOS S.A.", "navy": "United TLD Holdco Ltd.", "nba": "NBA REGISTRY, LLC", - "nc": "Office des Postes et Telecommunications", - "ne": "SONITEL", + "nc": "New Caledonia", + "ne": "Niger (Republic of)", "nec": "NEC Corporation", - "net": "VeriSign Global Registry Services", + "net": "Network", "netbank": "COMMONWEALTH BANK OF AUSTRALIA", "netflix": "Netflix, Inc.", "network": "Binky Moon, LLC", @@ -893,34 +893,34 @@ "next": "Next plc", "nextdirect": "Next plc", "nexus": "Charleston Road Registry Inc.", - "nf": "Norfolk Island Data Services", + "nf": "Norfolk Island (Territory of)", "nfl": "NFL Reg Ops LLC", - "ng": "Nigeria Internet Registration Association", + "ng": "Nigeria (Federal Republic of)", "ngo": "Public Interest Registry", "nhk": "Japan Broadcasting Corporation (NHK)", - "ni": "Universidad Nacional del Ingernieria\nCentro de Computo", + "ni": "Nicaragua (Republic of)", "nico": "DWANGO Co., Ltd.", "nike": "NIKE, Inc.", "nikon": "NIKON CORPORATION", "ninja": "United TLD Holdco Ltd.", "nissan": "NISSAN MOTOR CO., LTD.", "nissay": "Nippon Life Insurance Company", - "nl": "SIDN (Stichting Internet Domeinregistratie Nederland)", - "no": "UNINETT Norid A/S", + "nl": "Netherlands", + "no": "Norway (Kingdom of)", "nokia": "Nokia Corporation", "northwesternmutual": "Northwestern Mutual Registry, LLC", "norton": "Symantec Corporation", "now": "Amazon Registry Services, Inc.", "nowruz": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", "nowtv": "Starbucks (HK) Limited", - "np": "Mercantile Communications Pvt. Ltd.", - "nr": "CENPAC NET", + "np": "Nepal (Federal Democratic Republic of)", + "nr": "Nauru (Republic of)", "nra": "NRA Holdings Company, INC.", "nrw": "Minds + Machines GmbH", "ntt": "NIPPON TELEGRAPH AND TELEPHONE CORPORATION", - "nu": "The IUSN Foundation", + "nu": "Niue", "nyc": "The City of New York by and through the New York City Department of Information Technology & Telecommunications", - "nz": "InternetNZ", + "nz": "New Zealand", "obi": "OBI Group Holding SE & Co. KGaA", "observer": "Top Level Spectrum, Inc.", "off": "Johnson Shareholdings, Inc.", @@ -930,7 +930,7 @@ "olayangroup": "Crescent Holding GmbH", "oldnavy": "The Gap, Inc.", "ollo": "Dish DBS Corporation", - "om": "Telecommunications Regulatory Authority (TRA)", + "om": "Oman (Sultanate of)", "omega": "The Swatch Group Ltd", "one": "One.com A/S", "ong": "Public Interest Registry", @@ -941,7 +941,7 @@ "open": "American Express Travel Related Services Company, Inc.", "oracle": "Oracle Corporation", "orange": "Orange Brand Services Limited", - "org": "Public Interest Registry (PIR)", + "org": "Non-profit organizations", "organic": "Afilias plc", "orientexpress": "Retired", "origins": "The Estée Lauder Companies Inc.", @@ -949,7 +949,7 @@ "otsuka": "Otsuka Holdings Co., Ltd.", "ott": "Dish DBS Corporation", "ovh": "OVH SAS", - "pa": "Universidad Tecnologica de Panama", + "pa": "Panama (Republic of)", "page": "Charleston Road Registry Inc.", "pamperedchef": "Not assigned", "panasonic": "Panasonic Corporation", @@ -962,12 +962,12 @@ "passagens": "Travel Reservations SRL", "pay": "Amazon Registry Services, Inc.", "pccw": "PCCW Enterprises Limited", - "pe": "Red Cientifica Peruana", + "pe": "Peru (Republic of)", "pet": "Afilias plc", - "pf": "Gouvernement de la Polynésie française", + "pf": "French Polynesia and Clipperton Island", "pfizer": "Pfizer Inc.", - "pg": "PNG DNS Administration\nVice Chancellors Office\nThe Papua New Guinea University of Technology", - "ph": "PH Domain Foundation", + "pg": "Papua New Guinea (Independent State of)", + "ph": "Philippines (Republic of the)", "pharmacy": "National Association of Boards of Pharmacy", "phd": "Charleston Road Registry Inc.", "philips": "Koninklijke Philips N.V.", @@ -986,27 +986,27 @@ "pink": "Afilias plc", "pioneer": "Pioneer Corporation", "pizza": "Binky Moon, LLC", - "pk": "PKNIC", - "pl": "Research and Academic Computer Network", + "pk": "Pakistan (Islamic Republic of)", + "pl": "Poland (Republic of)", "place": "Binky Moon, LLC", "play": "Charleston Road Registry Inc.", "playstation": "Sony Computer Entertainment Inc.", "plumbing": "Binky Moon, LLC", "plus": "Binky Moon, LLC", - "pm": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", - "pn": "Pitcairn Island Administration", + "pm": "Saint Pierre and Miquelon", + "pn": "Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands)", "pnc": "PNC Domain Co., LLC", "pohl": "Deutsche Vermögensberatung Aktiengesellschaft DVAG", "poker": "Afilias plc", "politie": "Politie Nederland", "porn": "ICM Registry PN LLC", "post": "Universal Postal Union", - "pr": "Gauss Research Laboratory Inc.", + "pr": "Puerto Rico (Commonwealth of)", "pramerica": "Prudential Financial, Inc.", "praxi": "Praxi S.p.A.", "press": "DotPress Inc.", "prime": "Amazon Registry Services, Inc.", - "pro": "Registry Services Corporation\ndba RegistryPro", + "pro": "Profession", "prod": "Charleston Road Registry Inc.", "productions": "Binky Moon, LLC", "prof": "Charleston Road Registry Inc.", @@ -1017,13 +1017,13 @@ "protection": "XYZ.COM LLC", "pru": "Prudential Financial, Inc.", "prudential": "Prudential Financial, Inc.", - "ps": "Ministry Of Telecommunications &\nInformation Technology,\nGovernment Computer Center.", - "pt": "Associação DNS.PT", + "ps": "Palestine (State of)", + "pt": "Portugal (Portuguese Republic)", "pub": "United TLD Holdco Ltd.", - "pw": "Micronesia Investment and Development Corporation", + "pw": "Palau (Republic of)", "pwc": "PricewaterhouseCoopers LLP", - "py": "NIC-PY", - "qa": "Communications Regulatory Authority", + "py": "Paraguay (Republic of)", + "qa": "Qatar (State of)", "qpon": "dotCOOL, Inc.", "quebec": "PointQuébec Inc", "quest": "Quest ION Limited", @@ -1031,7 +1031,7 @@ "racing": "Premier Registry Limited", "radio": "European Broadcasting Union (EBU)", "raid": "Johnson Shareholdings, Inc.", - "re": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "re": "Réunion", "read": "Amazon Registry Services, Inc.", "realestate": "dotRealEstate LLC", "realtor": "Real Estate Domains LLC", @@ -1064,22 +1064,22 @@ "rio": "Empresa Municipal de Informática SA - IPLANRIO", "rip": "United TLD Holdco Ltd.", "rmit": "Royal Melbourne Institute of Technology", - "ro": "National Institute for R&D in Informatics", + "ro": "Romania", "rocher": "Ferrero Trading Lux S.A.", "rocks": "United TLD Holdco, LTD.", "rodeo": "Top Level Domain Holdings Limited", "rogers": "Rogers Communications Canada Inc.", "room": "Amazon Registry Services, Inc.", - "rs": "Serbian National Internet Domain Registry (RNIDS)", + "rs": "Serbia (Republic of)", "rsvp": "Charleston Road Registry Inc.", - "ru": "Coordination Center for TLD RU", + "ru": "Russia (Russian Federation)", "rugby": "World Rugby Strategic Developments Limited", "ruhr": "regiodot GmbH & Co. KG", "run": "Binky Moon, LLC", - "rw": "Rwanda Information Communication and Technology Association (RICTA)", + "rw": "Rwanda (Republic of)", "rwe": "RWE AG", "ryukyu": "BRregistry, Inc.", - "sa": "Communications and Information Technology Commission", + "sa": "Saudi Arabia (Kingdom of)", "saarland": "dotSaarland GmbH", "safe": "Amazon Registry Services, Inc.", "safety": "Safety Registry Services, LLC.", @@ -1097,10 +1097,10 @@ "sas": "Research IP LLC", "save": "Amazon Registry Services, Inc.", "saxo": "Saxo Bank A/S", - "sb": "Solomon Telekom Company Limited", + "sb": "Solomon Islands", "sbi": "STATE BANK OF INDIA", "sbs": "SPECIAL BROADCASTING SERVICE CORPORATION", - "sc": "VCS Pty Ltd", + "sc": "Seychelles (Republic of)", "sca": "SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)", "scb": "The Siam Commercial Bank Public Company Limited (\"SCB\")", "schaeffler": "Schaeffler Technologies AG & Co. KG", @@ -1113,8 +1113,8 @@ "scjohnson": "Johnson Shareholdings, Inc.", "scor": "SCOR SE", "scot": "Dot Scot Registry Limited", - "sd": "Sudan Internet Society", - "se": "The Internet Infrastructure Foundation", + "sd": "Sudan (Republic of)", + "se": "Sweden (Kingdom of)", "search": "Charleston Road Registry Inc.", "seat": "SEAT, S.A. (Sociedad Unipersonal)", "secure": "Amazon Registry Services, Inc.", @@ -1129,8 +1129,8 @@ "sex": "ICM Registry SX LLC", "sexy": "Uniregistry, Corp.", "sfr": "Societe Francaise du Radiotelephone - SFR", - "sg": "Singapore Network Information Centre (SGNIC) Pte Ltd", - "sh": "Government of St. Helena", + "sg": "Singapore (Republic of)", + "sh": "Saint Helena", "shangrila": "Shangri‐La International Hotel Management Limited", "sharp": "Sharp Corporation", "shaw": "Shaw Cablesystems G.P.", @@ -1144,25 +1144,25 @@ "show": "Binky Moon, LLC", "showtime": "CBS Domains Inc.", "shriram": "Shriram Capital Ltd.", - "si": "Academic and Research Network of Slovenia (ARNES)", + "si": "Slovenia (Republic of)", "silk": "Amazon Registry Services, Inc.", "sina": "Sina Corporation", "singles": "Binky Moon, LLC", "site": "DotSite Inc.", - "sj": "UNINETT Norid A/S", - "sk": "SK-NIC, a.s.", + "sj": "Svalbard and Jan Mayen {not in use - see also: .no}", + "sk": "Slovakia (Slovak Republic)", "ski": "STARTING DOT LIMITED", "skin": "L'Oréal", "sky": "Sky International AG", "skype": "Microsoft Corporation", - "sl": "Sierratel", + "sl": "Sierra Leone (Republic of)", "sling": "Hughes Satellite Systems Corporation", - "sm": "Telecom Italia San Marino S.p.A.", + "sm": "San Marino (Republic of)", "smart": "Smart Communications, Inc. (SMART)", "smile": "Amazon Registry Services, Inc.", - "sn": "Universite Cheikh Anta Diop\nNIC Senegal", + "sn": "Senegal (Republic of)", "sncf": "SNCF (Société Nationale des Chemins de fer Francais)", - "so": "Ministry of Post and Telecommunications", + "so": "Somalia (Federal Republic of)", "soccer": "Binky Moon, LLC", "social": "United TLD Holdco Ltd.", "softbank": "SoftBank Group Corp.", @@ -1178,11 +1178,11 @@ "sport": "Global Association of International Sports Federations (GAISF)", "spot": "Amazon Registry Services, Inc.", "spreadbetting": "DOTSPREADBETTING REGISTRY LTD", - "sr": "Telesur", + "sr": "Suriname (Republic of)", "srl": "InterNetX Corp.", "srt": "FCA US LLC.", - "ss": "Not assigned", - "st": "Tecnisys", + "ss": "South Sudan (Republic of)", + "st": "São Tomé and Príncipe (Democratic Republic of)", "stada": "STADA Arzneimittel AG", "staples": "Staples, Inc.", "star": "Star India Private Limited", @@ -1199,7 +1199,7 @@ "studio": "United TLD Holdco Ltd.", "study": "OPEN UNIVERSITIES AUSTRALIA PTY LTD", "style": "Binky Moon, LLC", - "su": "Russian Institute for Development of Public Networks\n(ROSNIIROS)", + "su": "Soviet Union (Union of Soviet Socialist Republics)", "sucks": "Vox Populi Registry Ltd.", "supplies": "Binky Moon, LLC", "supply": "Binky Moon, LLC", @@ -1207,16 +1207,16 @@ "surf": "Top Level Domain Holdings Limited", "surgery": "Binky Moon, LLC", "suzuki": "SUZUKI MOTOR CORPORATION", - "sv": "SVNet", + "sv": "El Salvador (Republic of)", "swatch": "The Swatch Group Ltd", "swiftcover": "Swiftcover Insurance Services Limited", "swiss": "Swiss Confederation", - "sx": "SX Registry SA B.V.", - "sy": "National Agency for Network Services (NANS)", + "sx": "Sint Maarten", + "sy": "Syria (Syrian Arab Republic)", "sydney": "State of New South Wales, Department of Premier and Cabinet", "symantec": "Symantec Corporation", "systems": "Binky Moon, LLC", - "sz": "University of Swaziland\nDepartment of Computer Science", + "sz": "Swaziland (Kingdom of)", "tab": "Tabcorp Holdings Limited", "taipei": "Taipei City Government", "talk": "Amazon Registry Services, Inc.", @@ -1227,22 +1227,22 @@ "tattoo": "Uniregistry, Corp.", "tax": "Binky Moon, LLC", "taxi": "Binky Moon, LLC", - "tc": "Melrex TC", + "tc": "Turks and Caicos Islands", "tci": "Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.", - "td": "l'Agence de Développement des Technologies de l'Information et de la Communication (ADETIC)", + "td": "Chad (Republic of)", "tdk": "TDK Corporation", "team": "Binky Moon, LLC", "tech": "Dot Tech LLC", "technology": "Binky Moon, LLC", - "tel": "Telnames Ltd.", + "tel": "Telephone", "telecity": "TelecityGroup International Limited", "telefonica": "Telefónica S.A.", "temasek": "Temasek Holdings (Private) Limited", "tennis": "Binky Moon, LLC", "teva": "Teva Pharmaceutical Industries Limited", - "tf": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", - "tg": "Autorite de Reglementation des secteurs de Postes et de Telecommunications (ART&P)", - "th": "Thai Network Information Center Foundation", + "tf": "French Southern and Antarctic Lands (Territory of the)", + "tg": "Togo (Togolese Republic)", + "th": "Thailand (Kingdom of)", "thd": "Home Depot Product Authority, LLC", "theater": "Binky Moon, LLC", "theatre": "XYZ.COM LLC", @@ -1253,16 +1253,16 @@ "tips": "Binky Moon, LLC", "tires": "Binky Moon, LLC", "tirol": "punkt Tirol GmbH", - "tj": "Information Technology Center", + "tj": "Tajikistan (Republic of)", "tjmaxx": "The TJX Companies, Inc.", "tjx": "The TJX Companies, Inc.", - "tk": "Telecommunication Tokelau Corporation (Teletok)", + "tk": "Tokelau", "tkmaxx": "The TJX Companies, Inc.", - "tl": "Autoridade Nacional de Comunicações", - "tm": "TM Domain Registry Ltd", + "tl": "Timor-Leste (Democratic Republic of) [East Timor]", + "tm": "Turkmenistan", "tmall": "Alibaba Group Holding Limited", - "tn": "Agence Tunisienne d'Internet", - "to": "Government of the Kingdom of Tonga\nH.R.H. Crown Prince Tupouto'a\nc/o Consulate of Tonga", + "tn": "Tunisia (Republic of)", + "to": "Tonga (Kingdom of)", "today": "Binky Moon, LLC", "tokyo": "GMO Registry, Inc.", "tools": "Binky Moon, LLC", @@ -1274,54 +1274,54 @@ "town": "Binky Moon, LLC", "toyota": "TOYOTA MOTOR CORPORATION", "toys": "Binky Moon, LLC", - "tp": "Retired", - "tr": "Middle East Technical University\nDepartment of Computer Engineering", + "tp": "Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl}", + "tr": "Turkey (Republic of)", "trade": "Elite Registry Limited", "trading": "DOTTRADING REGISTRY LTD", "training": "Binky Moon, LLC", - "travel": "Dog\tBeach, LLC", + "travel": "Travel", "travelchannel": "Lifestyle Domain Holdings, Inc.", "travelers": "Travelers TLD, LLC", "travelersinsurance": "Travelers TLD, LLC", "trust": "Artemis Internet Inc", "trv": "Travelers TLD, LLC", - "tt": "University of the West Indies\nFaculty of Engineering", + "tt": "Trinidad and Tobago (Republic of)", "tube": "Latin American Telecom LLC", "tui": "TUI AG", "tunes": "Amazon Registry Services, Inc.", "tushu": "Amazon Registry Services, Inc.", - "tv": "Ministry of Finance and Tourism", + "tv": "Tuvalu", "tvs": "T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED", - "tw": "Taiwan Network Information Center (TWNIC)", - "tz": "Tanzania Network Information Centre (tzNIC)", - "ua": "Hostmaster Ltd.", + "tw": "Taiwan (Republic of China)", + "tz": "Tanzania (United Republic of)", + "ua": "Ukraine", "ubank": "National Australia Bank Limited", "ubs": "UBS AG", "uconnect": "FCA US LLC.", - "ug": "Uganda Online Ltd.", - "uk": "Nominet UK", - "um": "Not assigned", + "ug": "Uganda (Republic of)", + "uk": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", + "um": "United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}", "unicom": "China United Network Communications Corporation Limited", "university": "Binky Moon, LLC", "uno": "Dot Latin LLC", "uol": "UBN INTERNET LTDA.", "ups": "UPS Market Driver, Inc.", - "us": "NeuStar, Inc.", - "uy": "SeCIU - Universidad de la Republica", - "uz": "Computerization and Information Technologies Developing Center\nUZINFOCOM", - "va": "Holy See - Vatican City State", + "us": "United States of America and United States Minor Outlying Islands", + "uy": "Uruguay (Oriental Republic of)", + "uz": "Uzbekistan (Republic of)", + "va": "Vatican City (Vatican City State)", "vacations": "Binky Moon, LLC", "vana": "Lifestyle Domain Holdings, Inc.", "vanguard": "The Vanguard Group, Inc.", - "vc": "Ministry of Telecommunications, Science, Technology and Industry", - "ve": "Comisión Nacional de Telecomunicaciones (CONATEL)", + "vc": "Saint Vincent and the Grenadines", + "ve": "Venezuela (Bolivarian Republic of)", "vegas": "Dot Vegas, Inc.", "ventures": "Binky Moon, LLC", "verisign": "VeriSign, Inc.", "versicherung": "TLD-BOX Registrydienstleistungen GmbH", "vet": "United TLD Holdco, Ltd", - "vg": "Telecommunications Regulatory Commission of the Virgin Islands", - "vi": "Virgin Islands Public Telecommunications System, Inc.", + "vg": "British Virgin Islands (Virgin Islands)", + "vi": "United States Virgin Islands (United States Virgin Islands)", "viajes": "Binky Moon, LLC", "video": "United TLD Holdco, Ltd", "vig": "VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe", @@ -1337,7 +1337,7 @@ "viva": "Saudi Telecom Company", "vivo": "Telefonica Brasil S.A.", "vlaanderen": "DNS.be vzw", - "vn": "Ministry of Information and Communications of Socialist Republic of Viet Nam", + "vn": "Vietnam (Socialist Republic of)", "vodka": "Top Level Domain Holdings Limited", "volkswagen": "Volkswagen Group of America Inc.", "volvo": "Volvo Holding Sverige Aktiebolag", @@ -1345,7 +1345,7 @@ "voting": "Valuetainment Corp.", "voto": "Monolith Registry LLC", "voyage": "Binky Moon, LLC", - "vu": "Telecom Vanuatu Limited", + "vu": "Vanuatu (Republic of)", "vuelos": "Travel Reservations SRL", "wales": "Nominet UK", "walmart": "Wal-Mart Stores, Inc.", @@ -1364,7 +1364,7 @@ "wedding": "Top Level Domain Holdings Limited", "weibo": "Sina Corporation", "weir": "Weir Group IP Limited", - "wf": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "wf": "Wallis and Futuna (Territory of the Wallis and Futuna Islands)", "whoswho": "Who's Who Registry", "wien": "punkt.wien GmbH", "wiki": "Top Level Design, LLC", @@ -1380,7 +1380,7 @@ "works": "Binky Moon, LLC", "world": "Binky Moon, LLC", "wow": "Amazon Registry Services, Inc.", - "ws": "Government of Samoa Ministry of Foreign Affairs & Trade", + "ws": "Samoa (Independent State of)", "wtc": "World Trade Centers Association, Inc.", "wtf": "Binky Moon, LLC", "xbox": "Microsoft Corporation", @@ -1552,28 +1552,28 @@ "テスト": "Internet Assigned Numbers Authority", "政务": "China Organizational Name Administration Center", "xperia": "Sony Mobile Communications AB", - "xxx": "ICM Registry LLC", + "xxx": "Adult entertainment", "xyz": "XYZ.COM LLC", "yachts": "DERYachts, LLC", "yahoo": "Yahoo! Domain Services Inc.", "yamaxun": "Amazon Registry Services, Inc.", "yandex": "YANDEX, LLC", - "ye": "TeleYemen", + "ye": "Yemen (Republic of)", "yodobashi": "YODOBASHI CAMERA CO.,LTD.", "yoga": "Top Level Domain Holdings Limited", "yokohama": "GMO Registry, Inc.", "you": "Amazon Registry Services, Inc.", "youtube": "Charleston Road Registry Inc.", - "yt": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "yt": "Mayotte (Department of)", "yun": "QIHOO 360 TECHNOLOGY CO. LTD.", - "za": "ZA Domain Name Authority", + "za": "South Africa (Republic of)", "zappos": "Amazon Registry Services, Inc.", "zara": "Industria de Diseño Textil, S.A. (INDITEX, S.A.)", "zero": "Amazon Registry Services, Inc.", "zip": "Charleston Road Registry Inc.", "zippo": "Zadco Company", - "zm": "Zambia Information and Communications Technology Authority (ZICTA)", + "zm": "Zambia (Republic of)", "zone": "Binky Moon, LLC", "zuerich": "Kanton Zürich (Canton of Zurich)", - "zw": "Postal and Telecommunications Regulatory Authority of Zimbabwe (POTRAZ)" + "zw": "Zimbabwe (Republic of)" } \ No newline at end of file diff --git a/formats/json/tld-info.json b/formats/json/tld-info.json index 38d2379..66f26cb 100644 --- a/formats/json/tld-info.json +++ b/formats/json/tld-info.json @@ -51,7 +51,7 @@ }, { "domain": "ac", - "description": "Network Information Center (AC Domain Registry)\nc/o Cable and Wireless (Ascension Island)", + "description": "Ascension Island", "type": "country-code" }, { @@ -91,7 +91,7 @@ }, { "domain": "ad", - "description": "Andorra Telecom", + "description": "Andorra (Principality of)", "type": "country-code" }, { @@ -111,7 +111,7 @@ }, { "domain": "ae", - "description": "Telecommunication Regulatory Authority (TRA)", + "description": "United Arab Emirates", "type": "country-code" }, { @@ -121,7 +121,7 @@ }, { "domain": "aero", - "description": "Societe Internationale de Telecommunications Aeronautique (SITA INC USA)", + "description": "Air-transport industry", "type": "sponsored" }, { @@ -131,7 +131,7 @@ }, { "domain": "af", - "description": "Ministry of Communications and IT", + "description": "Afghanistan (Islamic Republic of)", "type": "country-code" }, { @@ -151,7 +151,7 @@ }, { "domain": "ag", - "description": "UHSA School of Medicine", + "description": "Antigua and Barbuda", "type": "country-code" }, { @@ -166,7 +166,7 @@ }, { "domain": "ai", - "description": "Government of Anguilla", + "description": "Anguilla", "type": "country-code" }, { @@ -201,7 +201,7 @@ }, { "domain": "al", - "description": "Electronic and Postal Communications Authority - AKEP", + "description": "Albania (Republic of)", "type": "country-code" }, { @@ -246,7 +246,7 @@ }, { "domain": "am", - "description": "\"Internet Society\" Non-governmental Organization", + "description": "Armenia (Republic of)", "type": "country-code" }, { @@ -281,7 +281,7 @@ }, { "domain": "an", - "description": "Retired", + "description": "Netherlands Antilles", "type": "country-code" }, { @@ -306,7 +306,7 @@ }, { "domain": "ao", - "description": "Faculdade de Engenharia da Universidade Agostinho Neto", + "description": "Angola (Republic of)", "type": "country-code" }, { @@ -331,7 +331,7 @@ }, { "domain": "aq", - "description": "Antarctica Network Information Centre Limited", + "description": "Antarctica", "type": "country-code" }, { @@ -341,7 +341,7 @@ }, { "domain": "ar", - "description": "Presidencia de la Nación – Secretaría Legal y Técnica", + "description": "Argentina (Argentine Republic)", "type": "country-code" }, { @@ -366,7 +366,7 @@ }, { "domain": "arpa", - "description": "Internet Architecture Board (IAB)", + "description": "Address and Routing Parameter Area", "type": "infrastructure" }, { @@ -381,7 +381,7 @@ }, { "domain": "as", - "description": "AS Domain Registry", + "description": "American Samoa", "type": "country-code" }, { @@ -391,7 +391,7 @@ }, { "domain": "asia", - "description": "DotAsia Organisation Ltd.", + "description": "Organisations and individuals in the Asia-Pacific region", "type": "sponsored" }, { @@ -401,7 +401,7 @@ }, { "domain": "at", - "description": "nic.at GmbH", + "description": "Austria (Republic of)", "type": "country-code" }, { @@ -416,7 +416,7 @@ }, { "domain": "au", - "description": ".au Domain Administration (auDA)", + "description": "Australia (Commonwealth of)", "type": "country-code" }, { @@ -466,7 +466,7 @@ }, { "domain": "aw", - "description": "SETAR", + "description": "Aruba", "type": "country-code" }, { @@ -476,7 +476,7 @@ }, { "domain": "ax", - "description": "Ålands landskapsregering", + "description": "Åland Islands", "type": "country-code" }, { @@ -486,7 +486,7 @@ }, { "domain": "az", - "description": "IntraNS", + "description": "Azerbaijan (Republic of)", "type": "country-code" }, { @@ -496,7 +496,7 @@ }, { "domain": "ba", - "description": "Universtiy Telinformatic Centre (UTIC)", + "description": "Bosnia and Herzegovina", "type": "country-code" }, { @@ -581,7 +581,7 @@ }, { "domain": "bb", - "description": "Government of Barbados\nMinistry of Economic Affairs and Development\nTelecommunications Unit", + "description": "Barbados", "type": "country-code" }, { @@ -611,12 +611,12 @@ }, { "domain": "bd", - "description": "Posts and Telecommunications Division", + "description": "Bangladesh (People's Republic of)", "type": "country-code" }, { "domain": "be", - "description": "DNS Belgium vzw/asbl", + "description": "Belgium (Kingdom of)", "type": "country-code" }, { @@ -661,17 +661,17 @@ }, { "domain": "bf", - "description": "ARCE-AutoritÈ de RÈgulation des Communications Electroniques", + "description": "Burkina Faso", "type": "country-code" }, { "domain": "bg", - "description": "Register.BG", + "description": "Bulgaria (Republic of)", "type": "country-code" }, { "domain": "bh", - "description": "Telecommunications Regulatory Authority (TRA)", + "description": "Bahrain (Kingdom of)", "type": "country-code" }, { @@ -681,7 +681,7 @@ }, { "domain": "bi", - "description": "Centre National de l'Informatique", + "description": "Burundi (Republic of)", "type": "country-code" }, { @@ -716,17 +716,17 @@ }, { "domain": "biz", - "description": "Neustar, Inc.", + "description": "Business", "type": "generic-restricted" }, { "domain": "bj", - "description": "Benin Telecoms S.A.", + "description": "Benin (Republic of)", "type": "country-code" }, { "domain": "bl", - "description": "Not assigned", + "description": "Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr}", "type": "country-code" }, { @@ -766,7 +766,7 @@ }, { "domain": "bm", - "description": "Registry General Department, Ministry of Home Affairs", + "description": "Bermuda", "type": "country-code" }, { @@ -781,7 +781,7 @@ }, { "domain": "bn", - "description": "Authority for Info-communications Technology Industry of Brunei Darussalam (AITI)", + "description": "Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam]", "type": "country-code" }, { @@ -796,7 +796,7 @@ }, { "domain": "bo", - "description": "Agencia para el Desarrollo de la Información de la Sociedad en Bolivia", + "description": "Bolivia (Plurinational State of)", "type": "country-code" }, { @@ -876,12 +876,12 @@ }, { "domain": "bq", - "description": "Not assigned", + "description": "Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}", "type": "country-code" }, { "domain": "br", - "description": "Comite Gestor da Internet no Brasil", + "description": "Brazil (Federative Republic of)", "type": "country-code" }, { @@ -916,12 +916,12 @@ }, { "domain": "bs", - "description": "The College of the Bahamas", + "description": "Bahamas (Commonwealth of the)", "type": "country-code" }, { "domain": "bt", - "description": "Ministry of Information and Communications", + "description": "Bhutan (Kingdom of)", "type": "country-code" }, { @@ -961,22 +961,22 @@ }, { "domain": "bv", - "description": "UNINETT Norid A/S", + "description": "Bouvet Island", "type": "country-code" }, { "domain": "bw", - "description": "Botswana Communications Regulatory Authority (BOCRA)", + "description": "Botswana (Republic of)", "type": "country-code" }, { "domain": "by", - "description": "Reliable Software, Ltd.", + "description": "Belarus (Republic of)", "type": "country-code" }, { "domain": "bz", - "description": "University of Belize", + "description": "Belize", "type": "country-code" }, { @@ -986,7 +986,7 @@ }, { "domain": "ca", - "description": "Canadian Internet Registration Authority (CIRA) Autorité Canadienne pour les enregistrements Internet (ACEI)", + "description": "Canada", "type": "country-code" }, { @@ -1121,7 +1121,7 @@ }, { "domain": "cat", - "description": "Fundacio puntCAT", + "description": "Catalan", "type": "sponsored" }, { @@ -1156,12 +1156,12 @@ }, { "domain": "cc", - "description": "eNIC Cocos (Keeling) Islands Pty.\nLtd. d/b/a Island Internet Services", + "description": "Cocos (Keeling) Islands (Territory of the)", "type": "country-code" }, { "domain": "cd", - "description": "Office Congolais des Postes et Télécommunications - OCPT", + "description": "Congo (Democratic Republic of the) [Congo-Kinshasa]", "type": "country-code" }, { @@ -1186,7 +1186,7 @@ }, { "domain": "cf", - "description": "Societe Centrafricaine de Telecommunications (SOCATEL)", + "description": "Central African Republic", "type": "country-code" }, { @@ -1201,12 +1201,12 @@ }, { "domain": "cg", - "description": "ONPT Congo and Interpoint Switzerland", + "description": "Congo (Republic of) [Congo-Brazzaville]", "type": "country-code" }, { "domain": "ch", - "description": "SWITCH The Swiss Education & Research Network", + "description": "Switzerland (Swiss Confederation)", "type": "country-code" }, { @@ -1271,7 +1271,7 @@ }, { "domain": "ci", - "description": "Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire (ARTCI)", + "description": "Ivory Coast (Republic of Côte d'Ivoire)", "type": "country-code" }, { @@ -1316,12 +1316,12 @@ }, { "domain": "ck", - "description": "Telecom Cook Islands Ltd.", + "description": "Cook Islands", "type": "country-code" }, { "domain": "cl", - "description": "NIC Chile (University of Chile)", + "description": "Chile (Republic of)", "type": "country-code" }, { @@ -1371,17 +1371,17 @@ }, { "domain": "cm", - "description": "Cameroon Telecommunications (CAMTEL)", + "description": "Cameroon (Republic of)", "type": "country-code" }, { "domain": "cn", - "description": "China Internet Network Information Center (CNNIC)", + "description": "China (People's Republic of)", "type": "country-code" }, { "domain": "co", - "description": ".CO Internet S.A.S.", + "description": "Colombia (Republic of)", "type": "country-code" }, { @@ -1411,7 +1411,7 @@ }, { "domain": "com", - "description": "VeriSign Global Registry Services", + "description": "Commercial organizations", "type": "generic" }, { @@ -1491,7 +1491,7 @@ }, { "domain": "coop", - "description": "DotCooperation LLC", + "description": "Cooperatives", "type": "sponsored" }, { @@ -1521,7 +1521,7 @@ }, { "domain": "cr", - "description": "National Academy of Sciences\nAcademia Nacional de Ciencias", + "description": "Costa Rica (Republic of)", "type": "country-code" }, { @@ -1571,7 +1571,7 @@ }, { "domain": "cu", - "description": "CENIAInternet\nIndustria y San Jose\nCapitolio Nacional", + "description": "Cuba (Republic of)", "type": "country-code" }, { @@ -1581,22 +1581,22 @@ }, { "domain": "cv", - "description": "Agência Nacional das Comunicações (ANAC)", + "description": "Cape Verde (Republic of)", "type": "country-code" }, { "domain": "cw", - "description": "University of Curacao", + "description": "Curaçao (Country of)", "type": "country-code" }, { "domain": "cx", - "description": "Christmas Island Domain Administration Limited", + "description": "Christmas Island (Territory of)", "type": "country-code" }, { "domain": "cy", - "description": "University of Cyprus", + "description": "Cyprus (Republic of)", "type": "country-code" }, { @@ -1611,7 +1611,7 @@ }, { "domain": "cz", - "description": "CZ.NIC, z.s.p.o", + "description": "Czech Republic", "type": "country-code" }, { @@ -1666,7 +1666,7 @@ }, { "domain": "de", - "description": "DENIC eG", + "description": "Germany (Federal Republic of)", "type": "country-code" }, { @@ -1791,17 +1791,17 @@ }, { "domain": "dj", - "description": "Djibouti Telecom S.A", + "description": "Djibouti (Republic of)", "type": "country-code" }, { "domain": "dk", - "description": "Dansk Internet Forum", + "description": "Denmark (Kingdom of)", "type": "country-code" }, { "domain": "dm", - "description": "DotDM Corporation", + "description": "Dominica (Commonwealth of)", "type": "country-code" }, { @@ -1811,7 +1811,7 @@ }, { "domain": "do", - "description": "Pontificia Universidad Catolica Madre y Maestra\nRecinto Santo Tomas de Aquino", + "description": "Dominican Republic", "type": "country-code" }, { @@ -1911,7 +1911,7 @@ }, { "domain": "dz", - "description": "CERIST", + "description": "Algeria (People's Democratic Republic of)", "type": "country-code" }, { @@ -1926,7 +1926,7 @@ }, { "domain": "ec", - "description": "ECUADORDOMAIN S.A.", + "description": "Ecuador (Republic of)", "type": "country-code" }, { @@ -1941,7 +1941,7 @@ }, { "domain": "edu", - "description": "EDUCAUSE", + "description": "Educational establishments", "type": "sponsored" }, { @@ -1951,17 +1951,17 @@ }, { "domain": "ee", - "description": "Eesti Interneti Sihtasutus (EIS)", + "description": "Estonia (Republic of)", "type": "country-code" }, { "domain": "eg", - "description": "Egyptian Universities Network (EUN)\nSupreme Council of Universities", + "description": "Egypt (Arab Republic of)", "type": "country-code" }, { "domain": "eh", - "description": "Not assigned", + "description": "Western Sahara {reserved}", "type": "country-code" }, { @@ -2011,7 +2011,7 @@ }, { "domain": "er", - "description": "Eritrea Telecommunication Services Corporation (EriTel)", + "description": "Eritrea (State of)", "type": "country-code" }, { @@ -2026,7 +2026,7 @@ }, { "domain": "es", - "description": "Red.es", + "description": "Spain (Kingdom of)", "type": "country-code" }, { @@ -2046,7 +2046,7 @@ }, { "domain": "et", - "description": "Ethio telecom", + "description": "Ethiopia (Federal Democratic Republic of)", "type": "country-code" }, { @@ -2056,7 +2056,7 @@ }, { "domain": "eu", - "description": "EURid vzw/asbl", + "description": "European Union", "type": "country-code" }, { @@ -2181,7 +2181,7 @@ }, { "domain": "fi", - "description": "Finnish Communications Regulatory Authority", + "description": "Finland (Republic of)", "type": "country-code" }, { @@ -2256,12 +2256,12 @@ }, { "domain": "fj", - "description": "The University of the South Pacific\nIT Services", + "description": "Fiji (Republic of)", "type": "country-code" }, { "domain": "fk", - "description": "Falkland Islands Government", + "description": "Falkland Islands (Malvinas)", "type": "country-code" }, { @@ -2301,12 +2301,12 @@ }, { "domain": "fm", - "description": "FSM Telecommunications Corporation", + "description": "Micronesia (Federated States of)", "type": "country-code" }, { "domain": "fo", - "description": "FO Council", + "description": "Faroe Islands", "type": "country-code" }, { @@ -2361,7 +2361,7 @@ }, { "domain": "fr", - "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "description": "France (French Republic)", "type": "country-code" }, { @@ -2436,7 +2436,7 @@ }, { "domain": "ga", - "description": "Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF)", + "description": "Gabon (Gabonese Republic)", "type": "country-code" }, { @@ -2481,7 +2481,7 @@ }, { "domain": "gb", - "description": "Reserved Domain - IANA", + "description": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", "type": "country-code" }, { @@ -2491,7 +2491,7 @@ }, { "domain": "gd", - "description": "The National Telecommunications Regulatory Commission (NTRC)", + "description": "Grenada", "type": "country-code" }, { @@ -2501,7 +2501,7 @@ }, { "domain": "ge", - "description": "Caucasus Online LLC", + "description": "Georgia", "type": "country-code" }, { @@ -2526,12 +2526,12 @@ }, { "domain": "gf", - "description": "Net Plus", + "description": "French Guiana", "type": "country-code" }, { "domain": "gg", - "description": "Island Networks Ltd.", + "description": "Guernsey (Bailiwick of)", "type": "country-code" }, { @@ -2541,12 +2541,12 @@ }, { "domain": "gh", - "description": "Network Computer Systems Limited", + "description": "Ghana (Republic of)", "type": "country-code" }, { "domain": "gi", - "description": "Sapphire Networks", + "description": "Gibraltar", "type": "country-code" }, { @@ -2571,7 +2571,7 @@ }, { "domain": "gl", - "description": "TELE Greenland A/S", + "description": "Greenland", "type": "country-code" }, { @@ -2601,7 +2601,7 @@ }, { "domain": "gm", - "description": "GM-NIC", + "description": "Gambia (Republic of The)", "type": "country-code" }, { @@ -2626,7 +2626,7 @@ }, { "domain": "gn", - "description": "Centre National des Sciences Halieutiques de Boussoura", + "description": "Guinea (Republic of)", "type": "country-code" }, { @@ -2686,22 +2686,22 @@ }, { "domain": "gov", - "description": "General Services Administration\nAttn: QTDC, 2E08 (.gov Domain Registration)", + "description": "US government", "type": "sponsored" }, { "domain": "gp", - "description": "Networking Technologies Group", + "description": "Guadeloupe", "type": "country-code" }, { "domain": "gq", - "description": "GETESA", + "description": "Equatorial Guinea (Republic of)", "type": "country-code" }, { "domain": "gr", - "description": "ICS-FORTH GR", + "description": "Greece (Hellenic Republic)", "type": "country-code" }, { @@ -2741,17 +2741,17 @@ }, { "domain": "gs", - "description": "Government of South Georgia and South Sandwich Islands (GSGSSI)", + "description": "South Georgia and the South Sandwich Islands", "type": "country-code" }, { "domain": "gt", - "description": "Universidad del Valle de Guatemala", + "description": "Guatemala (Republic of)", "type": "country-code" }, { "domain": "gu", - "description": "University of Guam", + "description": "Guam", "type": "country-code" }, { @@ -2786,12 +2786,12 @@ }, { "domain": "gw", - "description": "Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau", + "description": "Guinea-Bissau (Republic of)", "type": "country-code" }, { "domain": "gy", - "description": "University of Guyana", + "description": "Guyana (Co-operative Republic of)", "type": "country-code" }, { @@ -2886,7 +2886,7 @@ }, { "domain": "hk", - "description": "Hong Kong Internet Registration Corporation Ltd.", + "description": "Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China)", "type": "country-code" }, { @@ -2896,12 +2896,12 @@ }, { "domain": "hm", - "description": "HM Domain Registry", + "description": "Heard Island and McDonald Islands", "type": "country-code" }, { "domain": "hn", - "description": "Red de Desarrollo Sostenible Honduras", + "description": "Honduras (Republic of)", "type": "country-code" }, { @@ -3001,7 +3001,7 @@ }, { "domain": "hr", - "description": "CARNet - Croatian Academic and Research Network", + "description": "Croatia (Republic of)", "type": "country-code" }, { @@ -3011,7 +3011,7 @@ }, { "domain": "ht", - "description": "Consortium FDS/RDDH", + "description": "Haiti (Republic of)", "type": "country-code" }, { @@ -3021,7 +3021,7 @@ }, { "domain": "hu", - "description": "Council of Hungarian Internet Providers (CHIP)", + "description": "Hungary", "type": "country-code" }, { @@ -3061,12 +3061,12 @@ }, { "domain": "id", - "description": "Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI)", + "description": "Indonesia (Republic of)", "type": "country-code" }, { "domain": "ie", - "description": "University College Dublin\nComputing Services\nComputer Centre", + "description": "Ireland (Republic of)", "type": "country-code" }, { @@ -3091,12 +3091,12 @@ }, { "domain": "il", - "description": "Internet Society of Israel", + "description": "Israel (State of)", "type": "country-code" }, { "domain": "im", - "description": "Isle of Man Government", + "description": "Isle of Man", "type": "country-code" }, { @@ -3121,7 +3121,7 @@ }, { "domain": "in", - "description": "National Internet Exchange of India", + "description": "India (Republic of)", "type": "country-code" }, { @@ -3136,7 +3136,7 @@ }, { "domain": "info", - "description": "Afilias Limited", + "description": "Informational sites", "type": "generic" }, { @@ -3166,7 +3166,7 @@ }, { "domain": "int", - "description": "Internet Assigned Numbers Authority", + "description": "International treaty-based organizations", "type": "sponsored" }, { @@ -3191,7 +3191,7 @@ }, { "domain": "io", - "description": "IO Top Level Domain Registry\nCable and Wireless", + "description": "British Indian Ocean Territory", "type": "country-code" }, { @@ -3201,12 +3201,12 @@ }, { "domain": "iq", - "description": "Communications and Media Commission (CMC)", + "description": "Iraq (Republic of)", "type": "country-code" }, { "domain": "ir", - "description": "Institute for Research in Fundamental Sciences", + "description": "Iran (Islamic Republic of)", "type": "country-code" }, { @@ -3216,7 +3216,7 @@ }, { "domain": "is", - "description": "ISNIC - Internet Iceland ltd.", + "description": "Iceland", "type": "country-code" }, { @@ -3241,7 +3241,7 @@ }, { "domain": "it", - "description": "IIT - CNR", + "description": "Italy (Italian Republic)", "type": "country-code" }, { @@ -3286,7 +3286,7 @@ }, { "domain": "je", - "description": "Island Networks (Jersey) Ltd.", + "description": "Jersey (Bailiwick of)", "type": "country-code" }, { @@ -3321,7 +3321,7 @@ }, { "domain": "jm", - "description": "University of West Indies", + "description": "Jamaica (Commonwealth of)", "type": "country-code" }, { @@ -3336,12 +3336,12 @@ }, { "domain": "jo", - "description": "National Information Technology Center (NITC)", + "description": "Jordan (Hashemite Kingdom of)", "type": "country-code" }, { "domain": "jobs", - "description": "Employ Media LLC", + "description": "Employment-related sites", "type": "sponsored" }, { @@ -3361,7 +3361,7 @@ }, { "domain": "jp", - "description": "Japan Registry Services Co., Ltd.", + "description": "Japan", "type": "country-code" }, { @@ -3396,7 +3396,7 @@ }, { "domain": "ke", - "description": "Kenya Network Information Center (KeNIC)", + "description": "Kenya (Republic of)", "type": "country-code" }, { @@ -3421,17 +3421,17 @@ }, { "domain": "kg", - "description": "AsiaInfo Telecommunication Enterprise", + "description": "Kyrgyzstan (Kyrgyz Republic)", "type": "country-code" }, { "domain": "kh", - "description": "Telecommunication Regulator of Cambodia (TRC)", + "description": "Cambodia (Kingdom of)", "type": "country-code" }, { "domain": "ki", - "description": "Ministry of Communications, Transport, and Tourism Development", + "description": "Kiribati (Republic of)", "type": "country-code" }, { @@ -3466,12 +3466,12 @@ }, { "domain": "km", - "description": "Comores Telecom", + "description": "Comoros (Union of the)", "type": "country-code" }, { "domain": "kn", - "description": "Ministry of Finance, Sustainable Development Information & Technology", + "description": "Saint Kitts and Nevis (Federation of)", "type": "country-code" }, { @@ -3491,7 +3491,7 @@ }, { "domain": "kp", - "description": "Star Joint Venture Company", + "description": "Korea (Democratic People's Republic of) [North Korea]", "type": "country-code" }, { @@ -3506,7 +3506,7 @@ }, { "domain": "kr", - "description": "Korea Internet & Security Agency (KISA)", + "description": "Korea (Republic of) [South Korea]", "type": "country-code" }, { @@ -3526,12 +3526,12 @@ }, { "domain": "kw", - "description": "Communications and Information Technology Regulatory Authority", + "description": "Kuwait (State of Kuwait)", "type": "country-code" }, { "domain": "ky", - "description": "Utility Regulation and Competition Office (OfReg)", + "description": "Cayman Islands", "type": "country-code" }, { @@ -3541,12 +3541,12 @@ }, { "domain": "kz", - "description": "Association of IT Companies of Kazakhstan", + "description": "Kazakhstan (Republic of)", "type": "country-code" }, { "domain": "la", - "description": "Lao National Internet Committee (LANIC), Ministry of Posts and Telecommunications", + "description": "Laos (Lao People's Democratic Republic)", "type": "country-code" }, { @@ -3631,12 +3631,12 @@ }, { "domain": "lb", - "description": "American University of Beirut\nComputing and Networking Services", + "description": "Lebanon (Lebanese Republic)", "type": "country-code" }, { "domain": "lc", - "description": "University of Puerto Rico", + "description": "Saint Lucia", "type": "country-code" }, { @@ -3681,7 +3681,7 @@ }, { "domain": "li", - "description": "SWITCH The Swiss Education & Research Network", + "description": "Liechtenstein (Principality of)", "type": "country-code" }, { @@ -3771,7 +3771,7 @@ }, { "domain": "lk", - "description": "Council for Information Technology\nLK Domain Registrar", + "description": "Sri Lanka (Democratic Socialist Republic of)", "type": "country-code" }, { @@ -3841,17 +3841,17 @@ }, { "domain": "lr", - "description": "Data Technology Solutions, Inc.", + "description": "Liberia (Republic of)", "type": "country-code" }, { "domain": "ls", - "description": "National University of Lesotho", + "description": "Lesotho (Kingdom of)", "type": "country-code" }, { "domain": "lt", - "description": "Kaunas University of Technology", + "description": "Lithuania (Republic of)", "type": "country-code" }, { @@ -3866,7 +3866,7 @@ }, { "domain": "lu", - "description": "RESTENA", + "description": "Luxembourg (Grand Duchy of)", "type": "country-code" }, { @@ -3891,17 +3891,17 @@ }, { "domain": "lv", - "description": "University of Latvia\nInstitute of Mathematics and Computer Science\nDepartment of Network Solutions (DNS)", + "description": "Latvia (Republic of)", "type": "country-code" }, { "domain": "ly", - "description": "General Post and Telecommunication Company", + "description": "Libya", "type": "country-code" }, { "domain": "ma", - "description": "Agence Nationale de Réglementation des Télécommunications (ANRT)", + "description": "Morocco", "type": "country-code" }, { @@ -3991,7 +3991,7 @@ }, { "domain": "mc", - "description": "Gouvernement de Monaco\nDirection des Communications Electroniques", + "description": "Monaco (Principality of)", "type": "country-code" }, { @@ -4011,12 +4011,12 @@ }, { "domain": "md", - "description": "MoldData S.E.", + "description": "Moldova (Republic of)", "type": "country-code" }, { "domain": "me", - "description": "Government of Montenegro", + "description": "Montenegro", "type": "country-code" }, { @@ -4076,17 +4076,17 @@ }, { "domain": "mf", - "description": "Not assigned", + "description": "Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr}", "type": "country-code" }, { "domain": "mg", - "description": "NIC-MG (Network Information Center Madagascar)", + "description": "Madagascar (Republic of)", "type": "country-code" }, { "domain": "mh", - "description": "Office of the Cabinet", + "description": "Marshall Islands (Republic of the)", "type": "country-code" }, { @@ -4101,7 +4101,7 @@ }, { "domain": "mil", - "description": "DoD Network Information Center", + "description": "US military", "type": "sponsored" }, { @@ -4126,12 +4126,12 @@ }, { "domain": "mk", - "description": "Macedonian Academic Research Network Skopje", + "description": "Macedonia (Republic of)", "type": "country-code" }, { "domain": "ml", - "description": "Agence des Technologies de l’Information et de la Communication", + "description": "Mali (Republic of)", "type": "country-code" }, { @@ -4146,7 +4146,7 @@ }, { "domain": "mm", - "description": "Ministry of Communications, Posts & Telegraphs", + "description": "Myanmar (Republic of the Union of) [Burma]", "type": "country-code" }, { @@ -4156,17 +4156,17 @@ }, { "domain": "mn", - "description": "Datacom Co., Ltd.", + "description": "Mongolia", "type": "country-code" }, { "domain": "mo", - "description": "Macao Post and Telecommunications Bureau (CTT)", + "description": "Macau (Macau Special Administrative Region of the People's Republic of China) [Macao]", "type": "country-code" }, { "domain": "mobi", - "description": "Afilias Technologies Limited dba dotMobi", + "description": "Mobile", "type": "generic" }, { @@ -4266,22 +4266,22 @@ }, { "domain": "mp", - "description": "Saipan Datacom, Inc.", + "description": "Northern Mariana Islands (Commonwealth of the)", "type": "country-code" }, { "domain": "mq", - "description": "MEDIASERV", + "description": "Martinique", "type": "country-code" }, { "domain": "mr", - "description": "Université de Nouakchott Al Aasriya", + "description": "Mauritania (Islamic Republic of)", "type": "country-code" }, { "domain": "ms", - "description": "MNI Networks Ltd.", + "description": "Montserrat", "type": "country-code" }, { @@ -4291,7 +4291,7 @@ }, { "domain": "mt", - "description": "NIC (Malta)", + "description": "Malta (Republic of)", "type": "country-code" }, { @@ -4311,12 +4311,12 @@ }, { "domain": "mu", - "description": "Internet Direct Ltd", + "description": "Mauritius (Republic of)", "type": "country-code" }, { "domain": "museum", - "description": "Museum Domain Management Association", + "description": "Museums", "type": "sponsored" }, { @@ -4331,32 +4331,32 @@ }, { "domain": "mv", - "description": "Dhiraagu Pvt. Ltd. (DHIVEHINET)", + "description": "Maldives (Republic of)", "type": "country-code" }, { "domain": "mw", - "description": "Malawi Sustainable Development Network Programme\n(Malawi SDNP)", + "description": "Malawi (Republic of)", "type": "country-code" }, { "domain": "mx", - "description": "NIC-Mexico\nITESM - Campus Monterrey", + "description": "Mexico (United Mexican States)", "type": "country-code" }, { "domain": "my", - "description": "MYNIC Berhad", + "description": "Malaysia", "type": "country-code" }, { "domain": "mz", - "description": "Centro de Informatica de Universidade Eduardo Mondlane", + "description": "Mozambique (Republic of)", "type": "country-code" }, { "domain": "na", - "description": "Namibian Network Information Center", + "description": "Namibia (Republic of)", "type": "country-code" }, { @@ -4376,7 +4376,7 @@ }, { "domain": "name", - "description": "VeriSign Information Services, Inc.", + "description": "Individuals", "type": "generic-restricted" }, { @@ -4401,12 +4401,12 @@ }, { "domain": "nc", - "description": "Office des Postes et Telecommunications", + "description": "New Caledonia", "type": "country-code" }, { "domain": "ne", - "description": "SONITEL", + "description": "Niger (Republic of)", "type": "country-code" }, { @@ -4416,7 +4416,7 @@ }, { "domain": "net", - "description": "VeriSign Global Registry Services", + "description": "Network", "type": "generic" }, { @@ -4471,7 +4471,7 @@ }, { "domain": "nf", - "description": "Norfolk Island Data Services", + "description": "Norfolk Island (Territory of)", "type": "country-code" }, { @@ -4481,7 +4481,7 @@ }, { "domain": "ng", - "description": "Nigeria Internet Registration Association", + "description": "Nigeria (Federal Republic of)", "type": "country-code" }, { @@ -4496,7 +4496,7 @@ }, { "domain": "ni", - "description": "Universidad Nacional del Ingernieria\nCentro de Computo", + "description": "Nicaragua (Republic of)", "type": "country-code" }, { @@ -4531,12 +4531,12 @@ }, { "domain": "nl", - "description": "SIDN (Stichting Internet Domeinregistratie Nederland)", + "description": "Netherlands", "type": "country-code" }, { "domain": "no", - "description": "UNINETT Norid A/S", + "description": "Norway (Kingdom of)", "type": "country-code" }, { @@ -4571,12 +4571,12 @@ }, { "domain": "np", - "description": "Mercantile Communications Pvt. Ltd.", + "description": "Nepal (Federal Democratic Republic of)", "type": "country-code" }, { "domain": "nr", - "description": "CENPAC NET", + "description": "Nauru (Republic of)", "type": "country-code" }, { @@ -4596,7 +4596,7 @@ }, { "domain": "nu", - "description": "The IUSN Foundation", + "description": "Niue", "type": "country-code" }, { @@ -4606,7 +4606,7 @@ }, { "domain": "nz", - "description": "InternetNZ", + "description": "New Zealand", "type": "country-code" }, { @@ -4656,7 +4656,7 @@ }, { "domain": "om", - "description": "Telecommunications Regulatory Authority (TRA)", + "description": "Oman (Sultanate of)", "type": "country-code" }, { @@ -4711,7 +4711,7 @@ }, { "domain": "org", - "description": "Public Interest Registry (PIR)", + "description": "Non-profit organizations", "type": "generic" }, { @@ -4751,7 +4751,7 @@ }, { "domain": "pa", - "description": "Universidad Tecnologica de Panama", + "description": "Panama (Republic of)", "type": "country-code" }, { @@ -4816,7 +4816,7 @@ }, { "domain": "pe", - "description": "Red Cientifica Peruana", + "description": "Peru (Republic of)", "type": "country-code" }, { @@ -4826,7 +4826,7 @@ }, { "domain": "pf", - "description": "Gouvernement de la Polynésie française", + "description": "French Polynesia and Clipperton Island", "type": "country-code" }, { @@ -4836,12 +4836,12 @@ }, { "domain": "pg", - "description": "PNG DNS Administration\nVice Chancellors Office\nThe Papua New Guinea University of Technology", + "description": "Papua New Guinea (Independent State of)", "type": "country-code" }, { "domain": "ph", - "description": "PH Domain Foundation", + "description": "Philippines (Republic of the)", "type": "country-code" }, { @@ -4936,12 +4936,12 @@ }, { "domain": "pk", - "description": "PKNIC", + "description": "Pakistan (Islamic Republic of)", "type": "country-code" }, { "domain": "pl", - "description": "Research and Academic Computer Network", + "description": "Poland (Republic of)", "type": "country-code" }, { @@ -4971,12 +4971,12 @@ }, { "domain": "pm", - "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "description": "Saint Pierre and Miquelon", "type": "country-code" }, { "domain": "pn", - "description": "Pitcairn Island Administration", + "description": "Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands)", "type": "country-code" }, { @@ -5011,7 +5011,7 @@ }, { "domain": "pr", - "description": "Gauss Research Laboratory Inc.", + "description": "Puerto Rico (Commonwealth of)", "type": "country-code" }, { @@ -5036,7 +5036,7 @@ }, { "domain": "pro", - "description": "Registry Services Corporation\ndba RegistryPro", + "description": "Profession", "type": "generic-restricted" }, { @@ -5091,12 +5091,12 @@ }, { "domain": "ps", - "description": "Ministry Of Telecommunications &\nInformation Technology,\nGovernment Computer Center.", + "description": "Palestine (State of)", "type": "country-code" }, { "domain": "pt", - "description": "Associação DNS.PT", + "description": "Portugal (Portuguese Republic)", "type": "country-code" }, { @@ -5106,7 +5106,7 @@ }, { "domain": "pw", - "description": "Micronesia Investment and Development Corporation", + "description": "Palau (Republic of)", "type": "country-code" }, { @@ -5116,12 +5116,12 @@ }, { "domain": "py", - "description": "NIC-PY", + "description": "Paraguay (Republic of)", "type": "country-code" }, { "domain": "qa", - "description": "Communications Regulatory Authority", + "description": "Qatar (State of)", "type": "country-code" }, { @@ -5161,7 +5161,7 @@ }, { "domain": "re", - "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "description": "Réunion", "type": "country-code" }, { @@ -5326,7 +5326,7 @@ }, { "domain": "ro", - "description": "National Institute for R&D in Informatics", + "description": "Romania", "type": "country-code" }, { @@ -5356,7 +5356,7 @@ }, { "domain": "rs", - "description": "Serbian National Internet Domain Registry (RNIDS)", + "description": "Serbia (Republic of)", "type": "country-code" }, { @@ -5366,7 +5366,7 @@ }, { "domain": "ru", - "description": "Coordination Center for TLD RU", + "description": "Russia (Russian Federation)", "type": "country-code" }, { @@ -5386,7 +5386,7 @@ }, { "domain": "rw", - "description": "Rwanda Information Communication and Technology Association (RICTA)", + "description": "Rwanda (Republic of)", "type": "country-code" }, { @@ -5401,7 +5401,7 @@ }, { "domain": "sa", - "description": "Communications and Information Technology Commission", + "description": "Saudi Arabia (Kingdom of)", "type": "country-code" }, { @@ -5491,7 +5491,7 @@ }, { "domain": "sb", - "description": "Solomon Telekom Company Limited", + "description": "Solomon Islands", "type": "country-code" }, { @@ -5506,7 +5506,7 @@ }, { "domain": "sc", - "description": "VCS Pty Ltd", + "description": "Seychelles (Republic of)", "type": "country-code" }, { @@ -5571,12 +5571,12 @@ }, { "domain": "sd", - "description": "Sudan Internet Society", + "description": "Sudan (Republic of)", "type": "country-code" }, { "domain": "se", - "description": "The Internet Infrastructure Foundation", + "description": "Sweden (Kingdom of)", "type": "country-code" }, { @@ -5651,12 +5651,12 @@ }, { "domain": "sg", - "description": "Singapore Network Information Centre (SGNIC) Pte Ltd", + "description": "Singapore (Republic of)", "type": "country-code" }, { "domain": "sh", - "description": "Government of St. Helena", + "description": "Saint Helena", "type": "country-code" }, { @@ -5726,7 +5726,7 @@ }, { "domain": "si", - "description": "Academic and Research Network of Slovenia (ARNES)", + "description": "Slovenia (Republic of)", "type": "country-code" }, { @@ -5751,12 +5751,12 @@ }, { "domain": "sj", - "description": "UNINETT Norid A/S", + "description": "Svalbard and Jan Mayen {not in use - see also: .no}", "type": "country-code" }, { "domain": "sk", - "description": "SK-NIC, a.s.", + "description": "Slovakia (Slovak Republic)", "type": "country-code" }, { @@ -5781,7 +5781,7 @@ }, { "domain": "sl", - "description": "Sierratel", + "description": "Sierra Leone (Republic of)", "type": "country-code" }, { @@ -5791,7 +5791,7 @@ }, { "domain": "sm", - "description": "Telecom Italia San Marino S.p.A.", + "description": "San Marino (Republic of)", "type": "country-code" }, { @@ -5806,7 +5806,7 @@ }, { "domain": "sn", - "description": "Universite Cheikh Anta Diop\nNIC Senegal", + "description": "Senegal (Republic of)", "type": "country-code" }, { @@ -5816,7 +5816,7 @@ }, { "domain": "so", - "description": "Ministry of Post and Telecommunications", + "description": "Somalia (Federal Republic of)", "type": "country-code" }, { @@ -5896,7 +5896,7 @@ }, { "domain": "sr", - "description": "Telesur", + "description": "Suriname (Republic of)", "type": "country-code" }, { @@ -5911,12 +5911,12 @@ }, { "domain": "ss", - "description": "Not assigned", + "description": "South Sudan (Republic of)", "type": "country-code" }, { "domain": "st", - "description": "Tecnisys", + "description": "São Tomé and Príncipe (Democratic Republic of)", "type": "country-code" }, { @@ -6001,7 +6001,7 @@ }, { "domain": "su", - "description": "Russian Institute for Development of Public Networks\n(ROSNIIROS)", + "description": "Soviet Union (Union of Soviet Socialist Republics)", "type": "country-code" }, { @@ -6041,7 +6041,7 @@ }, { "domain": "sv", - "description": "SVNet", + "description": "El Salvador (Republic of)", "type": "country-code" }, { @@ -6061,12 +6061,12 @@ }, { "domain": "sx", - "description": "SX Registry SA B.V.", + "description": "Sint Maarten", "type": "country-code" }, { "domain": "sy", - "description": "National Agency for Network Services (NANS)", + "description": "Syria (Syrian Arab Republic)", "type": "country-code" }, { @@ -6086,7 +6086,7 @@ }, { "domain": "sz", - "description": "University of Swaziland\nDepartment of Computer Science", + "description": "Swaziland (Kingdom of)", "type": "country-code" }, { @@ -6141,7 +6141,7 @@ }, { "domain": "tc", - "description": "Melrex TC", + "description": "Turks and Caicos Islands", "type": "country-code" }, { @@ -6151,7 +6151,7 @@ }, { "domain": "td", - "description": "l'Agence de Développement des Technologies de l'Information et de la Communication (ADETIC)", + "description": "Chad (Republic of)", "type": "country-code" }, { @@ -6176,7 +6176,7 @@ }, { "domain": "tel", - "description": "Telnames Ltd.", + "description": "Telephone", "type": "sponsored" }, { @@ -6206,17 +6206,17 @@ }, { "domain": "tf", - "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "description": "French Southern and Antarctic Lands (Territory of the)", "type": "country-code" }, { "domain": "tg", - "description": "Autorite de Reglementation des secteurs de Postes et de Telecommunications (ART&P)", + "description": "Togo (Togolese Republic)", "type": "country-code" }, { "domain": "th", - "description": "Thai Network Information Center Foundation", + "description": "Thailand (Kingdom of)", "type": "country-code" }, { @@ -6271,7 +6271,7 @@ }, { "domain": "tj", - "description": "Information Technology Center", + "description": "Tajikistan (Republic of)", "type": "country-code" }, { @@ -6286,7 +6286,7 @@ }, { "domain": "tk", - "description": "Telecommunication Tokelau Corporation (Teletok)", + "description": "Tokelau", "type": "country-code" }, { @@ -6296,12 +6296,12 @@ }, { "domain": "tl", - "description": "Autoridade Nacional de Comunicações", + "description": "Timor-Leste (Democratic Republic of) [East Timor]", "type": "country-code" }, { "domain": "tm", - "description": "TM Domain Registry Ltd", + "description": "Turkmenistan", "type": "country-code" }, { @@ -6311,12 +6311,12 @@ }, { "domain": "tn", - "description": "Agence Tunisienne d'Internet", + "description": "Tunisia (Republic of)", "type": "country-code" }, { "domain": "to", - "description": "Government of the Kingdom of Tonga\nH.R.H. Crown Prince Tupouto'a\nc/o Consulate of Tonga", + "description": "Tonga (Kingdom of)", "type": "country-code" }, { @@ -6376,12 +6376,12 @@ }, { "domain": "tp", - "description": "Retired", + "description": "Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl}", "type": "country-code" }, { "domain": "tr", - "description": "Middle East Technical University\nDepartment of Computer Engineering", + "description": "Turkey (Republic of)", "type": "country-code" }, { @@ -6401,7 +6401,7 @@ }, { "domain": "travel", - "description": "Dog\tBeach, LLC", + "description": "Travel", "type": "sponsored" }, { @@ -6431,7 +6431,7 @@ }, { "domain": "tt", - "description": "University of the West Indies\nFaculty of Engineering", + "description": "Trinidad and Tobago (Republic of)", "type": "country-code" }, { @@ -6456,7 +6456,7 @@ }, { "domain": "tv", - "description": "Ministry of Finance and Tourism", + "description": "Tuvalu", "type": "country-code" }, { @@ -6466,17 +6466,17 @@ }, { "domain": "tw", - "description": "Taiwan Network Information Center (TWNIC)", + "description": "Taiwan (Republic of China)", "type": "country-code" }, { "domain": "tz", - "description": "Tanzania Network Information Centre (tzNIC)", + "description": "Tanzania (United Republic of)", "type": "country-code" }, { "domain": "ua", - "description": "Hostmaster Ltd.", + "description": "Ukraine", "type": "country-code" }, { @@ -6496,17 +6496,17 @@ }, { "domain": "ug", - "description": "Uganda Online Ltd.", + "description": "Uganda (Republic of)", "type": "country-code" }, { "domain": "uk", - "description": "Nominet UK", + "description": "United Kingdom (United Kingdom of Great Britain and Northern Ireland)", "type": "country-code" }, { "domain": "um", - "description": "Not assigned", + "description": "United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}", "type": "country-code" }, { @@ -6536,22 +6536,22 @@ }, { "domain": "us", - "description": "NeuStar, Inc.", + "description": "United States of America and United States Minor Outlying Islands", "type": "country-code" }, { "domain": "uy", - "description": "SeCIU - Universidad de la Republica", + "description": "Uruguay (Oriental Republic of)", "type": "country-code" }, { "domain": "uz", - "description": "Computerization and Information Technologies Developing Center\nUZINFOCOM", + "description": "Uzbekistan (Republic of)", "type": "country-code" }, { "domain": "va", - "description": "Holy See - Vatican City State", + "description": "Vatican City (Vatican City State)", "type": "country-code" }, { @@ -6571,12 +6571,12 @@ }, { "domain": "vc", - "description": "Ministry of Telecommunications, Science, Technology and Industry", + "description": "Saint Vincent and the Grenadines", "type": "country-code" }, { "domain": "ve", - "description": "Comisión Nacional de Telecomunicaciones (CONATEL)", + "description": "Venezuela (Bolivarian Republic of)", "type": "country-code" }, { @@ -6606,12 +6606,12 @@ }, { "domain": "vg", - "description": "Telecommunications Regulatory Commission of the Virgin Islands", + "description": "British Virgin Islands (Virgin Islands)", "type": "country-code" }, { "domain": "vi", - "description": "Virgin Islands Public Telecommunications System, Inc.", + "description": "United States Virgin Islands (United States Virgin Islands)", "type": "country-code" }, { @@ -6691,7 +6691,7 @@ }, { "domain": "vn", - "description": "Ministry of Information and Communications of Socialist Republic of Viet Nam", + "description": "Vietnam (Socialist Republic of)", "type": "country-code" }, { @@ -6731,7 +6731,7 @@ }, { "domain": "vu", - "description": "Telecom Vanuatu Limited", + "description": "Vanuatu (Republic of)", "type": "country-code" }, { @@ -6826,7 +6826,7 @@ }, { "domain": "wf", - "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "description": "Wallis and Futuna (Territory of the Wallis and Futuna Islands)", "type": "country-code" }, { @@ -6906,7 +6906,7 @@ }, { "domain": "ws", - "description": "Government of Samoa Ministry of Foreign Affairs & Trade", + "description": "Samoa (Independent State of)", "type": "country-code" }, { @@ -7766,7 +7766,7 @@ }, { "domain": "xxx", - "description": "ICM Registry LLC", + "description": "Adult entertainment", "type": "sponsored" }, { @@ -7796,7 +7796,7 @@ }, { "domain": "ye", - "description": "TeleYemen", + "description": "Yemen (Republic of)", "type": "country-code" }, { @@ -7826,7 +7826,7 @@ }, { "domain": "yt", - "description": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)", + "description": "Mayotte (Department of)", "type": "country-code" }, { @@ -7836,7 +7836,7 @@ }, { "domain": "za", - "description": "ZA Domain Name Authority", + "description": "South Africa (Republic of)", "type": "country-code" }, { @@ -7866,7 +7866,7 @@ }, { "domain": "zm", - "description": "Zambia Information and Communications Technology Authority (ZICTA)", + "description": "Zambia (Republic of)", "type": "country-code" }, { @@ -7881,7 +7881,7 @@ }, { "domain": "zw", - "description": "Postal and Telecommunications Regulatory Authority of Zimbabwe (POTRAZ)", + "description": "Zimbabwe (Republic of)", "type": "country-code" } ] \ No newline at end of file diff --git a/formats/php/TldEnum/TldDesc.php b/formats/php/TldEnum/TldDesc.php index 657d957..f9ebf6d 100644 --- a/formats/php/TldEnum/TldDesc.php +++ b/formats/php/TldEnum/TldDesc.php @@ -13,8 +13,7 @@ class TldDesc { 'able' => 'Able Inc.', 'abogado' => 'Top Level Domain Holdings Limited', 'abudhabi' => 'Abu Dhabi Systems and Information Centre', - 'ac' => 'Network Information Center [AC Domain Registry] -c/o Cable and Wireless [Ascension Island]', + 'ac' => 'Ascension Island', 'academy' => 'Binky Moon, LLC', 'accenture' => 'Accenture plc', 'accountant' => 'dot Accountant Limited', @@ -22,29 +21,29 @@ c/o Cable and Wireless [Ascension Island]', 'aco' => 'ACO Severin Ahlmann GmbH & Co. KG', 'active' => 'Active Network, LLC', 'actor' => 'United TLD Holdco Ltd.', - 'ad' => 'Andorra Telecom', + 'ad' => 'Andorra [Principality of]', 'adac' => 'Allgemeiner Deutscher Automobil-Club e.V. [ADAC]', 'ads' => 'Charleston Road Registry Inc.', 'adult' => 'ICM Registry AD LLC', - 'ae' => 'Telecommunication Regulatory Authority [TRA]', + 'ae' => 'United Arab Emirates', 'aeg' => 'Aktiebolaget Electrolux', - 'aero' => 'Societe Internationale de Telecommunications Aeronautique [SITA INC USA]', + 'aero' => 'Air-transport industry', 'aetna' => 'Aetna Life Insurance Company', - 'af' => 'Ministry of Communications and IT', + 'af' => 'Afghanistan [Islamic Republic of]', 'afamilycompany' => 'Johnson Shareholdings, Inc.', 'afl' => 'Australian Football League', 'africa' => 'ZA Central Registry NPC trading as Registry.Africa', - 'ag' => 'UHSA School of Medicine', + 'ag' => 'Antigua and Barbuda', 'agakhan' => 'Fondation Aga Khan [Aga Khan Foundation]', 'agency' => 'Binky Moon, LLC', - 'ai' => 'Government of Anguilla', + 'ai' => 'Anguilla', 'aig' => 'American International Group, Inc.', 'aigo' => 'aigo Digital Technology Co,Ltd.', 'airbus' => 'Airbus S.A.S.', 'airforce' => 'United TLD Holdco Ltd.', 'airtel' => 'Bharti Airtel Limited', 'akdn' => 'Fondation Aga Khan [Aga Khan Foundation]', - 'al' => 'Electronic and Postal Communications Authority - AKEP', + 'al' => 'Albania [Republic of]', 'alfaromeo' => 'Fiat Chrysler Automobiles N.V.', 'alibaba' => 'Alibaba Group Holding Limited', 'alipay' => 'Alibaba Group Holding Limited', @@ -53,41 +52,41 @@ c/o Cable and Wireless [Ascension Island]', 'ally' => 'Ally Financial Inc.', 'alsace' => 'REGION GRAND EST', 'alstom' => 'ALSTOM', - 'am' => '"Internet Society" Non-governmental Organization', + 'am' => 'Armenia [Republic of]', 'americanexpress' => 'American Express Travel Related Services Company, Inc.', 'americanfamily' => 'AmFam, Inc.', 'amex' => 'American Express Travel Related Services Company, Inc.', 'amfam' => 'AmFam, Inc.', 'amica' => 'Amica Mutual Insurance Company', 'amsterdam' => 'Gemeente Amsterdam', - 'an' => 'Retired', + 'an' => 'Netherlands Antilles', 'analytics' => 'Campus IP LLC', 'android' => 'Charleston Road Registry Inc.', 'anquan' => 'QIHOO 360 TECHNOLOGY CO. LTD.', 'anz' => 'Australia and New Zealand Banking Group Limited', - 'ao' => 'Faculdade de Engenharia da Universidade Agostinho Neto', + 'ao' => 'Angola [Republic of]', 'aol' => 'OATH Inc.', 'apartments' => 'Binky Moon, LLC', 'app' => 'Charleston Road Registry Inc.', 'apple' => 'Apple Inc.', - 'aq' => 'Antarctica Network Information Centre Limited', + 'aq' => 'Antarctica', 'aquarelle' => 'Aquarelle.com', - 'ar' => 'Presidencia de la Nación – Secretaría Legal y Técnica', + 'ar' => 'Argentina [Argentine Republic]', 'arab' => 'League of Arab States', 'aramco' => 'Aramco Services Company', 'archi' => 'STARTING DOT LIMITED', 'army' => 'United TLD Holdco Ltd.', - 'arpa' => 'Internet Architecture Board [IAB]', + 'arpa' => 'Address and Routing Parameter Area', 'art' => 'UK Creative Ideas Limited', 'arte' => 'Association Relative à la Télévision Européenne G.E.I.E.', - 'as' => 'AS Domain Registry', + 'as' => 'American Samoa', 'asda' => 'Wal-Mart Stores, Inc.', - 'asia' => 'DotAsia Organisation Ltd.', + 'asia' => 'Organisations and individuals in the Asia-Pacific region', 'associates' => 'Binky Moon, LLC', - 'at' => 'nic.at GmbH', + 'at' => 'Austria [Republic of]', 'athleta' => 'The Gap, Inc.', 'attorney' => 'United TLD Holdco, Ltd', - 'au' => '.au Domain Administration [auDA]', + 'au' => 'Australia [Commonwealth of]', 'auction' => 'United TLD HoldCo, Ltd.', 'audi' => 'AUDI Aktiengesellschaft', 'audible' => 'Amazon Registry Services, Inc.', @@ -97,13 +96,13 @@ c/o Cable and Wireless [Ascension Island]', 'auto' => 'Cars Registry Limited', 'autos' => 'DERAutos, LLC', 'avianca' => 'Aerovias del Continente Americano S.A. Avianca', - 'aw' => 'SETAR', + 'aw' => 'Aruba', 'aws' => 'Amazon Registry Services, Inc.', - 'ax' => 'Ålands landskapsregering', + 'ax' => 'Åland Islands', 'axa' => 'AXA SA', - 'az' => 'IntraNS', + 'az' => 'Azerbaijan [Republic of]', 'azure' => 'Microsoft Corporation', - 'ba' => 'Universtiy Telinformatic Centre [UTIC]', + 'ba' => 'Bosnia and Herzegovina', 'baby' => 'Johnson & Johnson Services, Inc.', 'baidu' => 'Baidu, Inc.', 'banamex' => 'Citigroup Inc.', @@ -120,16 +119,14 @@ c/o Cable and Wireless [Ascension Island]', 'basketball' => 'Fédération Internationale de Basketball [FIBA]', 'bauhaus' => 'Werkhaus GmbH', 'bayern' => 'Bayern Connect GmbH', - 'bb' => 'Government of Barbados -Ministry of Economic Affairs and Development -Telecommunications Unit', + 'bb' => 'Barbados', 'bbc' => 'British Broadcasting Corporation', 'bbt' => 'BB&T Corporation', 'bbva' => 'BANCO BILBAO VIZCAYA ARGENTARIA, S.A.', 'bcg' => 'The Boston Consulting Group, Inc.', 'bcn' => 'Municipi de Barcelona', - 'bd' => 'Posts and Telecommunications Division', - 'be' => 'DNS Belgium vzw/asbl', + 'bd' => 'Bangladesh [People\'s Republic of]', + 'be' => 'Belgium [Kingdom of]', 'beats' => 'Beats Electronics, LLC', 'beauty' => 'L\'Oréal', 'beer' => 'Top Level Domain Holdings Limited', @@ -138,20 +135,20 @@ Telecommunications Unit', 'best' => 'BestTLD Pty Ltd', 'bestbuy' => 'BBY Solutions, Inc.', 'bet' => 'Afilias plc', - 'bf' => 'ARCE-AutoritÈ de RÈgulation des Communications Electroniques', - 'bg' => 'Register.BG', - 'bh' => 'Telecommunications Regulatory Authority [TRA]', + 'bf' => 'Burkina Faso', + 'bg' => 'Bulgaria [Republic of]', + 'bh' => 'Bahrain [Kingdom of]', 'bharti' => 'Bharti Enterprises [Holding] Private Limited', - 'bi' => 'Centre National de l\'Informatique', + 'bi' => 'Burundi [Republic of]', 'bible' => 'American Bible Society', 'bid' => 'dot Bid Limited', 'bike' => 'Binky Moon, LLC', 'bing' => 'Microsoft Corporation', 'bingo' => 'Binky Moon, LLC', 'bio' => 'STARTING DOT LIMITED', - 'biz' => 'Neustar, Inc.', - 'bj' => 'Benin Telecoms S.A.', - 'bl' => 'Not assigned', + 'biz' => 'Business', + 'bj' => 'Benin [Republic of]', + 'bl' => 'Saint Barthélemy [Collectivity of] {unassigned - see also: .gp and .fr}', 'black' => 'Afilias plc', 'blackfriday' => 'Uniregistry, Corp.', 'blanco' => 'BLANCO GmbH + Co KG', @@ -159,13 +156,13 @@ Telecommunications Unit', 'blog' => 'Knock Knock WHOIS There, LLC', 'bloomberg' => 'Bloomberg IP Holdings LLC', 'blue' => 'Afilias plc', - 'bm' => 'Registry General Department, Ministry of Home Affairs', + 'bm' => 'Bermuda', 'bms' => 'Bristol-Myers Squibb Company', 'bmw' => 'Bayerische Motoren Werke Aktiengesellschaft', - 'bn' => 'Authority for Info-communications Technology Industry of Brunei Darussalam [AITI]', + 'bn' => 'Brunei [Nation of Brunei - the Abode of Peace] [Negara Brunei Darussalam]', 'bnl' => 'Banca Nazionale del Lavoro', 'bnpparibas' => 'BNP Paribas', - 'bo' => 'Agencia para el Desarrollo de la Información de la Sociedad en Bolivia', + 'bo' => 'Bolivia [Plurinational State of]', 'boats' => 'DERBoats, LLC', 'boehringer' => 'Boehringer Ingelheim International GmbH', 'bofa' => 'Bank of America Corporation', @@ -181,16 +178,16 @@ Telecommunications Unit', 'bot' => 'Amazon Registry Services, Inc.', 'boutique' => 'Binky Moon, LLC', 'box' => 'NS1 Limited', - 'bq' => 'Not assigned', - 'br' => 'Comite Gestor da Internet no Brasil', + 'bq' => 'Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}', + 'br' => 'Brazil [Federative Republic of]', 'bradesco' => 'Banco Bradesco S.A.', 'bridgestone' => 'Bridgestone Corporation', 'broadway' => 'Celebrate Broadway, Inc.', 'broker' => 'DOTBROKER REGISTRY LTD', 'brother' => 'Brother Industries, Ltd.', 'brussels' => 'DNS.be vzw', - 'bs' => 'The College of the Bahamas', - 'bt' => 'Ministry of Information and Communications', + 'bs' => 'Bahamas [Commonwealth of the]', + 'bt' => 'Bhutan [Kingdom of]', 'budapest' => 'Top Level Domain Holdings Limited', 'bugatti' => 'Bugatti International SA', 'build' => 'Plan Bee LLC', @@ -198,12 +195,12 @@ Telecommunications Unit', 'business' => 'Binky Moon, LLC', 'buy' => 'Amazon Registry Services, INC', 'buzz' => 'DOTSTRATEGY CO.', - 'bv' => 'UNINETT Norid A/S', - 'bw' => 'Botswana Communications Regulatory Authority [BOCRA]', - 'by' => 'Reliable Software, Ltd.', - 'bz' => 'University of Belize', + 'bv' => 'Bouvet Island', + 'bw' => 'Botswana [Republic of]', + 'by' => 'Belarus [Republic of]', + 'bz' => 'Belize', 'bzh' => 'Association www.bzh', - 'ca' => 'Canadian Internet Registration Authority [CIRA] Autorité Canadienne pour les enregistrements Internet [ACEI]', + 'ca' => 'Canada', 'cab' => 'Binky Moon, LLC', 'cafe' => 'Binky Moon, LLC', 'cal' => 'Charleston Road Registry Inc.', @@ -230,25 +227,24 @@ Telecommunications Unit', 'caseih' => 'CNH Industrial N.V.', 'cash' => 'Binky Moon, LLC', 'casino' => 'Binky Moon, LLC', - 'cat' => 'Fundacio puntCAT', + 'cat' => 'Catalan', 'catering' => 'Binky Moon, LLC', 'catholic' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', 'cba' => 'COMMONWEALTH BANK OF AUSTRALIA', 'cbn' => 'The Christian Broadcasting Network, Inc.', 'cbre' => 'CBRE, Inc.', 'cbs' => 'CBS Domains Inc.', - 'cc' => 'eNIC Cocos [Keeling] Islands Pty. -Ltd. d/b/a Island Internet Services', - 'cd' => 'Office Congolais des Postes et Télécommunications - OCPT', + 'cc' => 'Cocos [Keeling] Islands [Territory of the]', + 'cd' => 'Congo [Democratic Republic of the] [Congo-Kinshasa]', 'ceb' => 'The Corporate Executive Board Company', 'center' => 'Binky Moon, LLC', 'ceo' => 'CEOTLD Pty Ltd', 'cern' => 'European Organization for Nuclear Research ["CERN"]', - 'cf' => 'Societe Centrafricaine de Telecommunications [SOCATEL]', + 'cf' => 'Central African Republic', 'cfa' => 'CFA Institute', 'cfd' => 'DOTCFD REGISTRY LTD', - 'cg' => 'ONPT Congo and Interpoint Switzerland', - 'ch' => 'SWITCH The Swiss Education & Research Network', + 'cg' => 'Congo [Republic of] [Congo-Brazzaville]', + 'ch' => 'Switzerland [Swiss Confederation]', 'chanel' => 'Chanel International B.V.', 'channel' => 'Charleston Road Registry Inc.', 'charity' => 'Corn Lake, LLC', @@ -261,7 +257,7 @@ Ltd. d/b/a Island Internet Services', 'chrome' => 'Charleston Road Registry Inc.', 'chrysler' => 'FCA US LLC.', 'church' => 'Binky Moon, LLC', - 'ci' => 'Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire [ARTCI]', + 'ci' => 'Ivory Coast [Republic of Côte d\'Ivoire]', 'cipriani' => 'Hotel Cipriani Srl', 'circle' => 'Amazon Registry Services, Inc.', 'cisco' => 'Cisco Technology, Inc.', @@ -270,8 +266,8 @@ Ltd. d/b/a Island Internet Services', 'citic' => 'CITIC Group Corporation', 'city' => 'Binky Moon, LLC', 'cityeats' => 'Lifestyle Domain Holdings, Inc.', - 'ck' => 'Telecom Cook Islands Ltd.', - 'cl' => 'NIC Chile [University of Chile]', + 'ck' => 'Cook Islands', + 'cl' => 'Chile [Republic of]', 'claims' => 'Binky Moon, LLC', 'cleaning' => 'Binky Moon, LLC', 'click' => 'Uniregistry, Corp.', @@ -281,15 +277,15 @@ Ltd. d/b/a Island Internet Services', 'cloud' => 'ARUBA PEC S.p.A.', 'club' => '.CLUB DOMAINS, LLC', 'clubmed' => 'Club Méditerranée S.A.', - 'cm' => 'Cameroon Telecommunications [CAMTEL]', - 'cn' => 'China Internet Network Information Center [CNNIC]', - 'co' => '.CO Internet S.A.S.', + 'cm' => 'Cameroon [Republic of]', + 'cn' => 'China [People\'s Republic of]', + 'co' => 'Colombia [Republic of]', 'coach' => 'Binky Moon, LLC', 'codes' => 'Binky Moon, LLC', 'coffee' => 'Binky Moon, LLC', 'college' => 'XYZ.COM LLC', 'cologne' => 'punkt.wien GmbH', - 'com' => 'VeriSign Global Registry Services', + 'com' => 'Commercial organizations', 'comcast' => 'Comcast IP Holdings I, LLC', 'commbank' => 'COMMONWEALTH BANK OF AUSTRALIA', 'community' => 'Binky Moon, LLC', @@ -305,14 +301,13 @@ Ltd. d/b/a Island Internet Services', 'cooking' => 'Top Level Domain Holdings Limited', 'cookingchannel' => 'Lifestyle Domain Holdings, Inc.', 'cool' => 'Binky Moon, LLC', - 'coop' => 'DotCooperation LLC', + 'coop' => 'Cooperatives', 'corsica' => 'Collectivité Territoriale de Corse', 'country' => 'Top Level Domain Holdings Limited', 'coupon' => 'Amazon Registry Services, Inc.', 'coupons' => 'Binky Moon, LLC', 'courses' => 'OPEN UNIVERSITIES AUSTRALIA PTY LTD', - 'cr' => 'National Academy of Sciences -Academia Nacional de Ciencias', + 'cr' => 'Costa Rica [Republic of]', 'credit' => 'Binky Moon, LLC', 'creditcard' => 'Binky Moon, LLC', 'creditunion' => 'CUNA Performance Resources, LLC', @@ -322,17 +317,15 @@ Academia Nacional de Ciencias', 'cruise' => 'Viking River Cruises [Bermuda] Ltd.', 'cruises' => 'Binky Moon, LLC', 'csc' => 'Alliance-One Services, Inc.', - 'cu' => 'CENIAInternet -Industria y San Jose -Capitolio Nacional', + 'cu' => 'Cuba [Republic of]', 'cuisinella' => 'SALM S.A.S.', - 'cv' => 'Agência Nacional das Comunicações [ANAC]', - 'cw' => 'University of Curacao', - 'cx' => 'Christmas Island Domain Administration Limited', - 'cy' => 'University of Cyprus', + 'cv' => 'Cape Verde [Republic of]', + 'cw' => 'Curaçao [Country of]', + 'cx' => 'Christmas Island [Territory of]', + 'cy' => 'Cyprus [Republic of]', 'cymru' => 'Nominet UK', 'cyou' => 'Beijing Gamease Age Digital Technology Co., Ltd.', - 'cz' => 'CZ.NIC, z.s.p.o', + 'cz' => 'Czech Republic', 'dabur' => 'Dabur India Limited', 'dad' => 'Charleston Road Registry Inc.', 'dance' => 'United TLD Holdco Ltd.', @@ -343,7 +336,7 @@ Capitolio Nacional', 'day' => 'Charleston Road Registry Inc.', 'dclk' => 'Charleston Road Registry Inc.', 'dds' => 'Minds + Machines Group Limited', - 'de' => 'DENIC eG', + 'de' => 'Germany [Federal Republic of]', 'deal' => 'Amazon Registry Services, Inc.', 'dealer' => 'Dealer Dot Com, Inc.', 'deals' => 'Binky Moon, LLC', @@ -368,12 +361,11 @@ Capitolio Nacional', 'discover' => 'Discover Financial Services', 'dish' => 'Dish DBS Corporation', 'diy' => 'Lifestyle Domain Holdings, Inc.', - 'dj' => 'Djibouti Telecom S.A', - 'dk' => 'Dansk Internet Forum', - 'dm' => 'DotDM Corporation', + 'dj' => 'Djibouti [Republic of]', + 'dk' => 'Denmark [Kingdom of]', + 'dm' => 'Dominica [Commonwealth of]', 'dnp' => 'Dai Nippon Printing Co., Ltd.', - 'do' => 'Pontificia Universidad Catolica Madre y Maestra -Recinto Santo Tomas de Aquino', + 'do' => 'Dominican Republic', 'docs' => 'Charleston Road Registry Inc.', 'doctor' => 'Binky Moon, LLC', 'dodge' => 'FCA US LLC.', @@ -393,18 +385,17 @@ Recinto Santo Tomas de Aquino', 'durban' => 'ZA Central Registry NPC trading as ZA Central Registry', 'dvag' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', 'dvr' => 'Hughes Satellite Systems Corporation', - 'dz' => 'CERIST', + 'dz' => 'Algeria [People\'s Democratic Republic of]', 'earth' => 'Interlink Co., Ltd.', 'eat' => 'Charleston Road Registry Inc.', - 'ec' => 'ECUADORDOMAIN S.A.', + 'ec' => 'Ecuador [Republic of]', 'eco' => 'Big Room Inc.', 'edeka' => 'EDEKA Verband kaufmännischer Genossenschaften e.V.', - 'edu' => 'EDUCAUSE', + 'edu' => 'Educational establishments', 'education' => 'Binky Moon, LLC', - 'ee' => 'Eesti Interneti Sihtasutus [EIS]', - 'eg' => 'Egyptian Universities Network [EUN] -Supreme Council of Universities', - 'eh' => 'Not assigned', + 'ee' => 'Estonia [Republic of]', + 'eg' => 'Egypt [Arab Republic of]', + 'eh' => 'Western Sahara {reserved}', 'email' => 'Binky Moon, LLC', 'emerck' => 'Merck KGaA', 'energy' => 'Binky Moon, LLC', @@ -414,16 +405,16 @@ Supreme Council of Universities', 'epost' => 'Deutsche Post AG', 'epson' => 'Seiko Epson Corporation', 'equipment' => 'Binky Moon, LLC', - 'er' => 'Eritrea Telecommunication Services Corporation [EriTel]', + 'er' => 'Eritrea [State of]', 'ericsson' => 'Telefonaktiebolaget L M Ericsson', 'erni' => 'ERNI Group Holding AG', - 'es' => 'Red.es', + 'es' => 'Spain [Kingdom of]', 'esq' => 'Charleston Road Registry Inc.', 'estate' => 'Binky Moon, LLC', 'esurance' => 'Esurance Insurance Company', - 'et' => 'Ethio telecom', + 'et' => 'Ethiopia [Federal Democratic Republic of]', 'etisalat' => 'Emirates Telecommunications Corporation [trading as Etisalat]', - 'eu' => 'EURid vzw/asbl', + 'eu' => 'European Union', 'eurovision' => 'European Broadcasting Union [EBU]', 'eus' => 'Puntueus Fundazioa', 'events' => 'Binky Moon, LLC', @@ -448,7 +439,7 @@ Supreme Council of Universities', 'feedback' => 'Top Level Spectrum, Inc.', 'ferrari' => 'Fiat Chrysler Automobiles N.V.', 'ferrero' => 'Ferrero Trading Lux S.A.', - 'fi' => 'Finnish Communications Regulatory Authority', + 'fi' => 'Finland [Republic of]', 'fiat' => 'Fiat Chrysler Automobiles N.V.', 'fidelity' => 'Fidelity Brokerage Services LLC', 'fido' => 'Rogers Communications Canada Inc.', @@ -463,9 +454,8 @@ Supreme Council of Universities', 'fishing' => 'Top Level Domain Holdings Limited', 'fit' => 'Minds + Machines Group Limited', 'fitness' => 'Binky Moon, LLC', - 'fj' => 'The University of the South Pacific -IT Services', - 'fk' => 'Falkland Islands Government', + 'fj' => 'Fiji [Republic of]', + 'fk' => 'Falkland Islands [Malvinas]', 'flickr' => 'Yahoo! Domain Services Inc.', 'flights' => 'Binky Moon, LLC', 'flir' => 'FLIR Systems, Inc.', @@ -473,8 +463,8 @@ IT Services', 'flowers' => 'Uniregistry, Corp.', 'flsmidth' => 'Retired', 'fly' => 'Charleston Road Registry Inc.', - 'fm' => 'FSM Telecommunications Corporation', - 'fo' => 'FO Council', + 'fm' => 'Micronesia [Federated States of]', + 'fo' => 'Faroe Islands', 'foo' => 'Charleston Road Registry Inc.', 'food' => 'Lifestyle Domain Holdings, Inc.', 'foodnetwork' => 'Lifestyle Domain Holdings, Inc.', @@ -485,7 +475,7 @@ IT Services', 'forum' => 'Fegistry, LLC', 'foundation' => 'Binky Moon, LLC', 'fox' => 'FOX Registry, LLC', - 'fr' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', + 'fr' => 'France [French Republic]', 'free' => 'Amazon Registry Services, Inc.', 'fresenius' => 'Fresenius Immobilien-Verwaltungs-GmbH', 'frl' => 'FRLregistry B.V.', @@ -500,7 +490,7 @@ IT Services', 'furniture' => 'Binky Moon, LLC', 'futbol' => 'United TLD Holdco, Ltd.', 'fyi' => 'Binky Moon, LLC', - 'ga' => 'Agence Nationale des Infrastructures Numériques et des Fréquences [ANINF]', + 'ga' => 'Gabon [Gabonese Republic]', 'gal' => 'Asociación puntoGAL', 'gallery' => 'Binky Moon, LLC', 'gallo' => 'Gallo Vineyards, Inc.', @@ -509,36 +499,36 @@ IT Services', 'games' => 'United TLD Holdco Ltd.', 'gap' => 'The Gap, Inc.', 'garden' => 'Top Level Domain Holdings Limited', - 'gb' => 'Reserved Domain - IANA', + 'gb' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', 'gbiz' => 'Charleston Road Registry Inc.', - 'gd' => 'The National Telecommunications Regulatory Commission [NTRC]', + 'gd' => 'Grenada', 'gdn' => 'Joint Stock Company "Navigation-information systems"', - 'ge' => 'Caucasus Online LLC', + 'ge' => 'Georgia', 'gea' => 'GEA Group Aktiengesellschaft', 'gent' => 'Combell nv', 'genting' => 'Resorts World Inc. Pte. Ltd.', 'george' => 'Wal-Mart Stores, Inc.', - 'gf' => 'Net Plus', - 'gg' => 'Island Networks Ltd.', + 'gf' => 'French Guiana', + 'gg' => 'Guernsey [Bailiwick of]', 'ggee' => 'GMO Internet, Inc.', - 'gh' => 'Network Computer Systems Limited', - 'gi' => 'Sapphire Networks', + 'gh' => 'Ghana [Republic of]', + 'gi' => 'Gibraltar', 'gift' => 'Uniregistry, Corp.', 'gifts' => 'Binky Moon, LLC', 'gives' => 'United TLD Holdco Ltd.', 'giving' => 'Giving Limited', - 'gl' => 'TELE Greenland A/S', + 'gl' => 'Greenland', 'glade' => 'Johnson Shareholdings, Inc.', 'glass' => 'Binky Moon, LLC', 'gle' => 'Charleston Road Registry Inc.', 'global' => 'Dot Global Domain Registry Limited', 'globo' => 'Globo Comunicação e Participações S.A', - 'gm' => 'GM-NIC', + 'gm' => 'Gambia [Republic of The]', 'gmail' => 'Charleston Road Registry Inc.', 'gmbh' => 'Binky Moon, LLC', 'gmo' => 'GMO Internet, Inc.', 'gmx' => '1&1 Mail & Media GmbH', - 'gn' => 'Centre National des Sciences Halieutiques de Boussoura', + 'gn' => 'Guinea [Republic of]', 'godaddy' => 'Go Daddy East, LLC', 'gold' => 'Binky Moon, LLC', 'goldpoint' => 'YODOBASHI CAMERA CO.,LTD.', @@ -550,11 +540,10 @@ IT Services', 'google' => 'Charleston Road Registry Inc.', 'gop' => 'Republican State Leadership Committee, Inc.', 'got' => 'Amazon Registry Services, Inc.', - 'gov' => 'General Services Administration -Attn: QTDC, 2E08 [.gov Domain Registration]', - 'gp' => 'Networking Technologies Group', - 'gq' => 'GETESA', - 'gr' => 'ICS-FORTH GR', + 'gov' => 'US government', + 'gp' => 'Guadeloupe', + 'gq' => 'Equatorial Guinea [Republic of]', + 'gr' => 'Greece [Hellenic Republic]', 'grainger' => 'Grainger Registry Services, LLC', 'graphics' => 'Binky Moon, LLC', 'gratis' => 'Binky Moon, LLC', @@ -562,17 +551,17 @@ Attn: QTDC, 2E08 [.gov Domain Registration]', 'gripe' => 'Binky Moon, LLC', 'grocery' => 'Wal-Mart Stores, Inc.', 'group' => 'Binky Moon, LLC', - 'gs' => 'Government of South Georgia and South Sandwich Islands [GSGSSI]', - 'gt' => 'Universidad del Valle de Guatemala', - 'gu' => 'University of Guam', + 'gs' => 'South Georgia and the South Sandwich Islands', + 'gt' => 'Guatemala [Republic of]', + 'gu' => 'Guam', 'guardian' => 'The Guardian Life Insurance Company of America', 'gucci' => 'Guccio Gucci S.p.a.', 'guge' => 'Charleston Road Registry Inc.', 'guide' => 'Binky Moon, LLC', 'guitars' => 'Uniregistry, Corp.', 'guru' => 'Binky Moon, LLC', - 'gw' => 'Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau', - 'gy' => 'University of Guyana', + 'gw' => 'Guinea-Bissau [Republic of]', + 'gy' => 'Guyana [Co-operative Republic of]', 'hair' => 'L\'Oreal', 'hamburg' => 'Hamburg Top-Level-Domain GmbH', 'hangout' => 'Charleston Road Registry Inc.', @@ -591,10 +580,10 @@ Attn: QTDC, 2E08 [.gov Domain Registration]', 'hisamitsu' => 'Hisamitsu Pharmaceutical Co.,Inc.', 'hitachi' => 'Hitachi, Ltd.', 'hiv' => 'Uniregistry, Corp.', - 'hk' => 'Hong Kong Internet Registration Corporation Ltd.', + 'hk' => 'Hong Kong [Hong Kong Special Administrative Region of the People\'s Republic of China]', 'hkt' => 'PCCW-HKT DataCom Services Limited', - 'hm' => 'HM Domain Registry', - 'hn' => 'Red de Desarrollo Sostenible Honduras', + 'hm' => 'Heard Island and McDonald Islands', + 'hn' => 'Honduras [Republic of]', 'hockey' => 'Binky Moon, LLC', 'holdings' => 'Binky Moon, LLC', 'holiday' => 'Binky Moon, LLC', @@ -614,11 +603,11 @@ Attn: QTDC, 2E08 [.gov Domain Registration]', 'hotmail' => 'Microsoft Corporation', 'house' => 'Binky Moon, LLC', 'how' => 'Charleston Road Registry Inc.', - 'hr' => 'CARNet - Croatian Academic and Research Network', + 'hr' => 'Croatia [Republic of]', 'hsbc' => 'HSBC Global Services [UK] Limited', - 'ht' => 'Consortium FDS/RDDH', + 'ht' => 'Haiti [Republic of]', 'htc' => 'Not assigned', - 'hu' => 'Council of Hungarian Internet Providers [CHIP]', + 'hu' => 'Hungary', 'hughes' => 'Hughes Satellite Systems Corporation', 'hyatt' => 'Hyatt GTLD, L.L.C.', 'hyundai' => 'Hyundai Motor Company', @@ -626,46 +615,43 @@ Attn: QTDC, 2E08 [.gov Domain Registration]', 'icbc' => 'Industrial and Commercial Bank of China Limited', 'ice' => 'IntercontinentalExchange, Inc.', 'icu' => 'Shortdot SA', - 'id' => 'Perkumpulan Pengelola Nama Domain Internet Indonesia [PANDI]', - 'ie' => 'University College Dublin -Computing Services -Computer Centre', + 'id' => 'Indonesia [Republic of]', + 'ie' => 'Ireland [Republic of]', 'ieee' => 'IEEE Global LLC', 'ifm' => 'ifm electronic gmbh', 'iinet' => 'Retired', 'ikano' => 'Ikano S.A.', - 'il' => 'Internet Society of Israel', - 'im' => 'Isle of Man Government', + 'il' => 'Israel [State of]', + 'im' => 'Isle of Man', 'imamat' => 'Fondation Aga Khan [Aga Khan Foundation]', 'imdb' => 'Amazon Registry Services, Inc.', 'immo' => 'Binky Moon, LLC', 'immobilien' => 'United TLD Holdco Ltd.', - 'in' => 'National Internet Exchange of India', + 'in' => 'India [Republic of]', 'industries' => 'Binky Moon, LLC', 'infiniti' => 'NISSAN MOTOR CO., LTD.', - 'info' => 'Afilias Limited', + 'info' => 'Informational sites', 'ing' => 'Charleston Road Registry Inc.', 'ink' => 'Top Level Design, LLC', 'institute' => 'Binky Moon, LLC', 'insurance' => 'fTLD Registry Services LLC', 'insure' => 'Binky Moon, LLC', - 'int' => 'Internet Assigned Numbers Authority', + 'int' => 'International treaty-based organizations', 'intel' => 'Intel Corporation', 'international' => 'Binky Moon, LLC', 'intuit' => 'Intuit Administrative Services, Inc.', 'investments' => 'Binky Moon, LLC', - 'io' => 'IO Top Level Domain Registry -Cable and Wireless', + 'io' => 'British Indian Ocean Territory', 'ipiranga' => 'Ipiranga Produtos de Petroleo S.A.', - 'iq' => 'Communications and Media Commission [CMC]', - 'ir' => 'Institute for Research in Fundamental Sciences', + 'iq' => 'Iraq [Republic of]', + 'ir' => 'Iran [Islamic Republic of]', 'irish' => 'Binky Moon, LLC', - 'is' => 'ISNIC - Internet Iceland ltd.', + 'is' => 'Iceland', 'iselect' => 'iSelect Ltd', 'ismaili' => 'Fondation Aga Khan [Aga Khan Foundation]', 'ist' => 'Istanbul Metropolitan Municipality', 'istanbul' => 'Istanbul Metropolitan Municipality', - 'it' => 'IIT - CNR', + 'it' => 'Italy [Italian Republic]', 'itau' => 'Itau Unibanco Holding S.A.', 'itv' => 'ITV Services Limited', 'iveco' => 'CNH Industrial N.V.', @@ -674,59 +660,59 @@ Cable and Wireless', 'java' => 'Oracle Corporation', 'jcb' => 'JCB Co., Ltd.', 'jcp' => 'JCP Media, Inc.', - 'je' => 'Island Networks [Jersey] Ltd.', + 'je' => 'Jersey [Bailiwick of]', 'jeep' => 'FCA US LLC.', 'jetzt' => 'Binky Moon, LLC', 'jewelry' => 'Binky Moon, LLC', 'jio' => 'Affinity Names, Inc.', 'jlc' => 'Richemont DNS Inc.', 'jll' => 'Jones Lang LaSalle Incorporated', - 'jm' => 'University of West Indies', + 'jm' => 'Jamaica [Commonwealth of]', 'jmp' => 'Matrix IP LLC', 'jnj' => 'Johnson & Johnson Services, Inc.', - 'jo' => 'National Information Technology Center [NITC]', - 'jobs' => 'Employ Media LLC', + 'jo' => 'Jordan [Hashemite Kingdom of]', + 'jobs' => 'Employment-related sites', 'joburg' => 'ZA Central Registry NPC trading as ZA Central Registry', 'jot' => 'Amazon Registry Services, Inc.', 'joy' => 'Amazon Registry Services, Inc.', - 'jp' => 'Japan Registry Services Co., Ltd.', + 'jp' => 'Japan', 'jpmorgan' => 'JPMorgan Chase Bank, National Association', 'jprs' => 'Japan Registry Services Co., Ltd.', 'juegos' => 'Uniregistry, Corp.', 'juniper' => 'JUNIPER NETWORKS, INC.', 'kaufen' => 'United TLD Holdco Ltd.', 'kddi' => 'KDDI CORPORATION', - 'ke' => 'Kenya Network Information Center [KeNIC]', + 'ke' => 'Kenya [Republic of]', 'kerryhotels' => 'Kerry Trading Co. Limited', 'kerrylogistics' => 'Kerry Trading Co. Limited', 'kerryproperties' => 'Kerry Trading Co. Limited', 'kfh' => 'Kuwait Finance House', - 'kg' => 'AsiaInfo Telecommunication Enterprise', - 'kh' => 'Telecommunication Regulator of Cambodia [TRC]', - 'ki' => 'Ministry of Communications, Transport, and Tourism Development', + 'kg' => 'Kyrgyzstan [Kyrgyz Republic]', + 'kh' => 'Cambodia [Kingdom of]', + 'ki' => 'Kiribati [Republic of]', 'kia' => 'KIA MOTORS CORPORATION', 'kim' => 'Afilias plc', 'kinder' => 'Ferrero Trading Lux S.A.', 'kindle' => 'Amazon Registry Services, Inc.', 'kitchen' => 'Binky Moon, LLC', 'kiwi' => 'DOT KIWI LIMITED', - 'km' => 'Comores Telecom', - 'kn' => 'Ministry of Finance, Sustainable Development Information & Technology', + 'km' => 'Comoros [Union of the]', + 'kn' => 'Saint Kitts and Nevis [Federation of]', 'koeln' => 'punkt.wien GmbH', 'komatsu' => 'Komatsu Ltd.', 'kosher' => 'Kosher Marketing Assets LLC', - 'kp' => 'Star Joint Venture Company', + 'kp' => 'Korea [Democratic People\'s Republic of] [North Korea]', 'kpmg' => 'KPMG International Cooperative [KPMG International Genossenschaft]', 'kpn' => 'Koninklijke KPN N.V.', - 'kr' => 'Korea Internet & Security Agency [KISA]', + 'kr' => 'Korea [Republic of] [South Korea]', 'krd' => 'KRG Department of Information Technology', 'kred' => 'KredTLD Pty Ltd', 'kuokgroup' => 'Kerry Trading Co. Limited', - 'kw' => 'Communications and Information Technology Regulatory Authority', - 'ky' => 'Utility Regulation and Competition Office [OfReg]', + 'kw' => 'Kuwait [State of Kuwait]', + 'ky' => 'Cayman Islands', 'kyoto' => 'Academic Institution: Kyoto Jyoho Gakuen', - 'kz' => 'Association of IT Companies of Kazakhstan', - 'la' => 'Lao National Internet Committee [LANIC], Ministry of Posts and Telecommunications', + 'kz' => 'Kazakhstan [Republic of]', + 'la' => 'Laos [Lao People\'s Democratic Republic]', 'lacaixa' => 'CAIXA D\'ESTALVIS I PENSIONS DE BARCELONA', 'ladbrokes' => 'LADBROKES INTERNATIONAL PLC', 'lamborghini' => 'Automobili Lamborghini S.p.A.', @@ -743,9 +729,8 @@ Cable and Wireless', 'latrobe' => 'La Trobe University', 'law' => 'Minds + Machines Group Limited', 'lawyer' => 'United TLD Holdco, Ltd', - 'lb' => 'American University of Beirut -Computing and Networking Services', - 'lc' => 'University of Puerto Rico', + 'lb' => 'Lebanon [Lebanese Republic]', + 'lc' => 'Saint Lucia', 'lds' => 'IRI Domain Management, LLC', 'lease' => 'Binky Moon, LLC', 'leclerc' => 'A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc', @@ -754,7 +739,7 @@ Computing and Networking Services', 'lego' => 'LEGO Juris A/S', 'lexus' => 'TOYOTA MOTOR CORPORATION', 'lgbt' => 'Afilias plc', - 'li' => 'SWITCH The Swiss Education & Research Network', + 'li' => 'Liechtenstein [Principality of]', 'liaison' => 'Liaison Technologies, Incorporated', 'lidl' => 'Schwarz Domains und Services GmbH & Co. KG', 'life' => 'Binky Moon, LLC', @@ -772,8 +757,7 @@ Computing and Networking Services', 'live' => 'United TLD Holdco Ltd.', 'living' => 'Lifestyle Domain Holdings, Inc.', 'lixil' => 'LIXIL Group Corporation', - 'lk' => 'Council for Information Technology -LK Domain Registrar', + 'lk' => 'Sri Lanka [Democratic Socialist Republic of]', 'llc' => 'Afilias plc', 'loan' => 'dot Loan Limited', 'loans' => 'Binky Moon, LLC', @@ -787,21 +771,19 @@ LK Domain Registrar', 'love' => 'Merchant Law Group LLP', 'lpl' => 'LPL Holdings, Inc.', 'lplfinancial' => 'LPL Holdings, Inc.', - 'lr' => 'Data Technology Solutions, Inc.', - 'ls' => 'National University of Lesotho', - 'lt' => 'Kaunas University of Technology', + 'lr' => 'Liberia [Republic of]', + 'ls' => 'Lesotho [Kingdom of]', + 'lt' => 'Lithuania [Republic of]', 'ltd' => 'Binky Moon, LLC', 'ltda' => 'InterNetX Corp.', - 'lu' => 'RESTENA', + 'lu' => 'Luxembourg [Grand Duchy of]', 'lundbeck' => 'H. Lundbeck A/S', 'lupin' => 'LUPIN LIMITED', 'luxe' => 'Top Level Domain Holdings Limited', 'luxury' => 'Luxury Partners LLC', - 'lv' => 'University of Latvia -Institute of Mathematics and Computer Science -Department of Network Solutions [DNS]', - 'ly' => 'General Post and Telecommunication Company', - 'ma' => 'Agence Nationale de Réglementation des Télécommunications [ANRT]', + 'lv' => 'Latvia [Republic of]', + 'ly' => 'Libya', + 'ma' => 'Morocco', 'macys' => 'Macys, Inc.', 'madrid' => 'Comunidad de Madrid', 'maif' => 'Mutuelle Assurance Instituteur France [MAIF]', @@ -819,13 +801,12 @@ Department of Network Solutions [DNS]', 'maserati' => 'Fiat Chrysler Automobiles N.V.', 'mattel' => 'Mattel Sites, Inc.', 'mba' => 'Binky Moon, LLC', - 'mc' => 'Gouvernement de Monaco -Direction des Communications Electroniques', + 'mc' => 'Monaco [Principality of]', 'mcd' => 'Not assigned', 'mcdonalds' => 'Not assigned', 'mckinsey' => 'McKinsey Holdings, Inc.', - 'md' => 'MoldData S.E.', - 'me' => 'Government of Montenegro', + 'md' => 'Moldova [Republic of]', + 'me' => 'Montenegro', 'med' => 'Medistry LLC', 'media' => 'Binky Moon, LLC', 'meet' => 'Charleston Road Registry Inc.', @@ -837,25 +818,25 @@ Direction des Communications Electroniques', 'meo' => 'Not assigned', 'merckmsd' => 'MSD Registry Holdings, Inc.', 'metlife' => 'MetLife Services and Solutions, LLC', - 'mf' => 'Not assigned', - 'mg' => 'NIC-MG [Network Information Center Madagascar]', - 'mh' => 'Office of the Cabinet', + 'mf' => 'Saint Martin [Collectivity of] {unassigned - see also: .gp and .fr}', + 'mg' => 'Madagascar [Republic of]', + 'mh' => 'Marshall Islands [Republic of the]', 'miami' => 'Top Level Domain Holdings Limited', 'microsoft' => 'Microsoft Corporation', - 'mil' => 'DoD Network Information Center', + 'mil' => 'US military', 'mini' => 'Bayerische Motoren Werke Aktiengesellschaft', 'mint' => 'Intuit Administrative Services, Inc.', 'mit' => 'Massachusetts Institute of Technology', 'mitsubishi' => 'Mitsubishi Corporation', - 'mk' => 'Macedonian Academic Research Network Skopje', - 'ml' => 'Agence des Technologies de l’Information et de la Communication', + 'mk' => 'Macedonia [Republic of]', + 'ml' => 'Mali [Republic of]', 'mlb' => 'MLB Advanced Media DH, LLC', 'mls' => 'The Canadian Real Estate Association', - 'mm' => 'Ministry of Communications, Posts & Telegraphs', + 'mm' => 'Myanmar [Republic of the Union of] [Burma]', 'mma' => 'MMA IARD', - 'mn' => 'Datacom Co., Ltd.', - 'mo' => 'Macao Post and Telecommunications Bureau [CTT]', - 'mobi' => 'Afilias Technologies Limited dba dotMobi', + 'mn' => 'Mongolia', + 'mo' => 'Macau [Macau Special Administrative Region of the People\'s Republic of China] [Macao]', + 'mobi' => 'Mobile', 'mobile' => 'Dish DBS Corporation', 'mobily' => 'GreenTech Consultancy Company W.L.L.', 'moda' => 'United TLD Holdco Ltd.', @@ -875,39 +856,37 @@ Direction des Communications Electroniques', 'mov' => 'Charleston Road Registry Inc.', 'movie' => 'Binky Moon, LLC', 'movistar' => 'Telefónica S.A.', - 'mp' => 'Saipan Datacom, Inc.', - 'mq' => 'MEDIASERV', - 'mr' => 'Université de Nouakchott Al Aasriya', - 'ms' => 'MNI Networks Ltd.', + 'mp' => 'Northern Mariana Islands [Commonwealth of the]', + 'mq' => 'Martinique', + 'mr' => 'Mauritania [Islamic Republic of]', + 'ms' => 'Montserrat', 'msd' => 'MSD Registry Holdings, Inc.', - 'mt' => 'NIC [Malta]', + 'mt' => 'Malta [Republic of]', 'mtn' => 'MTN Dubai Limited', 'mtpc' => 'Retired', 'mtr' => 'MTR Corporation Limited', - 'mu' => 'Internet Direct Ltd', - 'museum' => 'Museum Domain Management Association', + 'mu' => 'Mauritius [Republic of]', + 'museum' => 'Museums', 'mutual' => 'Northwestern Mutual MU TLD Registry, LLC', 'mutuelle' => 'Retired', - 'mv' => 'Dhiraagu Pvt. Ltd. [DHIVEHINET]', - 'mw' => 'Malawi Sustainable Development Network Programme -[Malawi SDNP]', - 'mx' => 'NIC-Mexico -ITESM - Campus Monterrey', - 'my' => 'MYNIC Berhad', - 'mz' => 'Centro de Informatica de Universidade Eduardo Mondlane', - 'na' => 'Namibian Network Information Center', + 'mv' => 'Maldives [Republic of]', + 'mw' => 'Malawi [Republic of]', + 'mx' => 'Mexico [United Mexican States]', + 'my' => 'Malaysia', + 'mz' => 'Mozambique [Republic of]', + 'na' => 'Namibia [Republic of]', 'nab' => 'National Australia Bank Limited', 'nadex' => 'Nadex Domains, Inc', 'nagoya' => 'GMO Registry, Inc.', - 'name' => 'VeriSign Information Services, Inc.', + 'name' => 'Individuals', 'nationwide' => 'Nationwide Mutual Insurance Company', 'natura' => 'NATURA COSMÉTICOS S.A.', 'navy' => 'United TLD Holdco Ltd.', 'nba' => 'NBA REGISTRY, LLC', - 'nc' => 'Office des Postes et Telecommunications', - 'ne' => 'SONITEL', + 'nc' => 'New Caledonia', + 'ne' => 'Niger [Republic of]', 'nec' => 'NEC Corporation', - 'net' => 'VeriSign Global Registry Services', + 'net' => 'Network', 'netbank' => 'COMMONWEALTH BANK OF AUSTRALIA', 'netflix' => 'Netflix, Inc.', 'network' => 'Binky Moon, LLC', @@ -918,35 +897,34 @@ ITESM - Campus Monterrey', 'next' => 'Next plc', 'nextdirect' => 'Next plc', 'nexus' => 'Charleston Road Registry Inc.', - 'nf' => 'Norfolk Island Data Services', + 'nf' => 'Norfolk Island [Territory of]', 'nfl' => 'NFL Reg Ops LLC', - 'ng' => 'Nigeria Internet Registration Association', + 'ng' => 'Nigeria [Federal Republic of]', 'ngo' => 'Public Interest Registry', 'nhk' => 'Japan Broadcasting Corporation [NHK]', - 'ni' => 'Universidad Nacional del Ingernieria -Centro de Computo', + 'ni' => 'Nicaragua [Republic of]', 'nico' => 'DWANGO Co., Ltd.', 'nike' => 'NIKE, Inc.', 'nikon' => 'NIKON CORPORATION', 'ninja' => 'United TLD Holdco Ltd.', 'nissan' => 'NISSAN MOTOR CO., LTD.', 'nissay' => 'Nippon Life Insurance Company', - 'nl' => 'SIDN [Stichting Internet Domeinregistratie Nederland]', - 'no' => 'UNINETT Norid A/S', + 'nl' => 'Netherlands', + 'no' => 'Norway [Kingdom of]', 'nokia' => 'Nokia Corporation', 'northwesternmutual' => 'Northwestern Mutual Registry, LLC', 'norton' => 'Symantec Corporation', 'now' => 'Amazon Registry Services, Inc.', 'nowruz' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', 'nowtv' => 'Starbucks [HK] Limited', - 'np' => 'Mercantile Communications Pvt. Ltd.', - 'nr' => 'CENPAC NET', + 'np' => 'Nepal [Federal Democratic Republic of]', + 'nr' => 'Nauru [Republic of]', 'nra' => 'NRA Holdings Company, INC.', 'nrw' => 'Minds + Machines GmbH', 'ntt' => 'NIPPON TELEGRAPH AND TELEPHONE CORPORATION', - 'nu' => 'The IUSN Foundation', + 'nu' => 'Niue', 'nyc' => 'The City of New York by and through the New York City Department of Information Technology & Telecommunications', - 'nz' => 'InternetNZ', + 'nz' => 'New Zealand', 'obi' => 'OBI Group Holding SE & Co. KGaA', 'observer' => 'Top Level Spectrum, Inc.', 'off' => 'Johnson Shareholdings, Inc.', @@ -956,7 +934,7 @@ Centro de Computo', 'olayangroup' => 'Crescent Holding GmbH', 'oldnavy' => 'The Gap, Inc.', 'ollo' => 'Dish DBS Corporation', - 'om' => 'Telecommunications Regulatory Authority [TRA]', + 'om' => 'Oman [Sultanate of]', 'omega' => 'The Swatch Group Ltd', 'one' => 'One.com A/S', 'ong' => 'Public Interest Registry', @@ -967,7 +945,7 @@ Centro de Computo', 'open' => 'American Express Travel Related Services Company, Inc.', 'oracle' => 'Oracle Corporation', 'orange' => 'Orange Brand Services Limited', - 'org' => 'Public Interest Registry [PIR]', + 'org' => 'Non-profit organizations', 'organic' => 'Afilias plc', 'orientexpress' => 'Retired', 'origins' => 'The Estée Lauder Companies Inc.', @@ -975,7 +953,7 @@ Centro de Computo', 'otsuka' => 'Otsuka Holdings Co., Ltd.', 'ott' => 'Dish DBS Corporation', 'ovh' => 'OVH SAS', - 'pa' => 'Universidad Tecnologica de Panama', + 'pa' => 'Panama [Republic of]', 'page' => 'Charleston Road Registry Inc.', 'pamperedchef' => 'Not assigned', 'panasonic' => 'Panasonic Corporation', @@ -988,14 +966,12 @@ Centro de Computo', 'passagens' => 'Travel Reservations SRL', 'pay' => 'Amazon Registry Services, Inc.', 'pccw' => 'PCCW Enterprises Limited', - 'pe' => 'Red Cientifica Peruana', + 'pe' => 'Peru [Republic of]', 'pet' => 'Afilias plc', - 'pf' => 'Gouvernement de la Polynésie française', + 'pf' => 'French Polynesia and Clipperton Island', 'pfizer' => 'Pfizer Inc.', - 'pg' => 'PNG DNS Administration -Vice Chancellors Office -The Papua New Guinea University of Technology', - 'ph' => 'PH Domain Foundation', + 'pg' => 'Papua New Guinea [Independent State of]', + 'ph' => 'Philippines [Republic of the]', 'pharmacy' => 'National Association of Boards of Pharmacy', 'phd' => 'Charleston Road Registry Inc.', 'philips' => 'Koninklijke Philips N.V.', @@ -1014,28 +990,27 @@ The Papua New Guinea University of Technology', 'pink' => 'Afilias plc', 'pioneer' => 'Pioneer Corporation', 'pizza' => 'Binky Moon, LLC', - 'pk' => 'PKNIC', - 'pl' => 'Research and Academic Computer Network', + 'pk' => 'Pakistan [Islamic Republic of]', + 'pl' => 'Poland [Republic of]', 'place' => 'Binky Moon, LLC', 'play' => 'Charleston Road Registry Inc.', 'playstation' => 'Sony Computer Entertainment Inc.', 'plumbing' => 'Binky Moon, LLC', 'plus' => 'Binky Moon, LLC', - 'pm' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', - 'pn' => 'Pitcairn Island Administration', + 'pm' => 'Saint Pierre and Miquelon', + 'pn' => 'Pitcairn Islands [Pitcairn - Henderson - Ducie and Oeno Islands]', 'pnc' => 'PNC Domain Co., LLC', 'pohl' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', 'poker' => 'Afilias plc', 'politie' => 'Politie Nederland', 'porn' => 'ICM Registry PN LLC', 'post' => 'Universal Postal Union', - 'pr' => 'Gauss Research Laboratory Inc.', + 'pr' => 'Puerto Rico [Commonwealth of]', 'pramerica' => 'Prudential Financial, Inc.', 'praxi' => 'Praxi S.p.A.', 'press' => 'DotPress Inc.', 'prime' => 'Amazon Registry Services, Inc.', - 'pro' => 'Registry Services Corporation -dba RegistryPro', + 'pro' => 'Profession', 'prod' => 'Charleston Road Registry Inc.', 'productions' => 'Binky Moon, LLC', 'prof' => 'Charleston Road Registry Inc.', @@ -1046,15 +1021,13 @@ dba RegistryPro', 'protection' => 'XYZ.COM LLC', 'pru' => 'Prudential Financial, Inc.', 'prudential' => 'Prudential Financial, Inc.', - 'ps' => 'Ministry Of Telecommunications & -Information Technology, -Government Computer Center.', - 'pt' => 'Associação DNS.PT', + 'ps' => 'Palestine [State of]', + 'pt' => 'Portugal [Portuguese Republic]', 'pub' => 'United TLD Holdco Ltd.', - 'pw' => 'Micronesia Investment and Development Corporation', + 'pw' => 'Palau [Republic of]', 'pwc' => 'PricewaterhouseCoopers LLP', - 'py' => 'NIC-PY', - 'qa' => 'Communications Regulatory Authority', + 'py' => 'Paraguay [Republic of]', + 'qa' => 'Qatar [State of]', 'qpon' => 'dotCOOL, Inc.', 'quebec' => 'PointQuébec Inc', 'quest' => 'Quest ION Limited', @@ -1062,7 +1035,7 @@ Government Computer Center.', 'racing' => 'Premier Registry Limited', 'radio' => 'European Broadcasting Union [EBU]', 'raid' => 'Johnson Shareholdings, Inc.', - 're' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', + 're' => 'Réunion', 'read' => 'Amazon Registry Services, Inc.', 'realestate' => 'dotRealEstate LLC', 'realtor' => 'Real Estate Domains LLC', @@ -1095,22 +1068,22 @@ Government Computer Center.', 'rio' => 'Empresa Municipal de Informática SA - IPLANRIO', 'rip' => 'United TLD Holdco Ltd.', 'rmit' => 'Royal Melbourne Institute of Technology', - 'ro' => 'National Institute for R&D in Informatics', + 'ro' => 'Romania', 'rocher' => 'Ferrero Trading Lux S.A.', 'rocks' => 'United TLD Holdco, LTD.', 'rodeo' => 'Top Level Domain Holdings Limited', 'rogers' => 'Rogers Communications Canada Inc.', 'room' => 'Amazon Registry Services, Inc.', - 'rs' => 'Serbian National Internet Domain Registry [RNIDS]', + 'rs' => 'Serbia [Republic of]', 'rsvp' => 'Charleston Road Registry Inc.', - 'ru' => 'Coordination Center for TLD RU', + 'ru' => 'Russia [Russian Federation]', 'rugby' => 'World Rugby Strategic Developments Limited', 'ruhr' => 'regiodot GmbH & Co. KG', 'run' => 'Binky Moon, LLC', - 'rw' => 'Rwanda Information Communication and Technology Association [RICTA]', + 'rw' => 'Rwanda [Republic of]', 'rwe' => 'RWE AG', 'ryukyu' => 'BRregistry, Inc.', - 'sa' => 'Communications and Information Technology Commission', + 'sa' => 'Saudi Arabia [Kingdom of]', 'saarland' => 'dotSaarland GmbH', 'safe' => 'Amazon Registry Services, Inc.', 'safety' => 'Safety Registry Services, LLC.', @@ -1128,10 +1101,10 @@ Government Computer Center.', 'sas' => 'Research IP LLC', 'save' => 'Amazon Registry Services, Inc.', 'saxo' => 'Saxo Bank A/S', - 'sb' => 'Solomon Telekom Company Limited', + 'sb' => 'Solomon Islands', 'sbi' => 'STATE BANK OF INDIA', 'sbs' => 'SPECIAL BROADCASTING SERVICE CORPORATION', - 'sc' => 'VCS Pty Ltd', + 'sc' => 'Seychelles [Republic of]', 'sca' => 'SVENSKA CELLULOSA AKTIEBOLAGET SCA [publ]', 'scb' => 'The Siam Commercial Bank Public Company Limited ["SCB"]', 'schaeffler' => 'Schaeffler Technologies AG & Co. KG', @@ -1144,8 +1117,8 @@ Government Computer Center.', 'scjohnson' => 'Johnson Shareholdings, Inc.', 'scor' => 'SCOR SE', 'scot' => 'Dot Scot Registry Limited', - 'sd' => 'Sudan Internet Society', - 'se' => 'The Internet Infrastructure Foundation', + 'sd' => 'Sudan [Republic of]', + 'se' => 'Sweden [Kingdom of]', 'search' => 'Charleston Road Registry Inc.', 'seat' => 'SEAT, S.A. [Sociedad Unipersonal]', 'secure' => 'Amazon Registry Services, Inc.', @@ -1160,8 +1133,8 @@ Government Computer Center.', 'sex' => 'ICM Registry SX LLC', 'sexy' => 'Uniregistry, Corp.', 'sfr' => 'Societe Francaise du Radiotelephone - SFR', - 'sg' => 'Singapore Network Information Centre [SGNIC] Pte Ltd', - 'sh' => 'Government of St. Helena', + 'sg' => 'Singapore [Republic of]', + 'sh' => 'Saint Helena', 'shangrila' => 'Shangri‐La International Hotel Management Limited', 'sharp' => 'Sharp Corporation', 'shaw' => 'Shaw Cablesystems G.P.', @@ -1175,26 +1148,25 @@ Government Computer Center.', 'show' => 'Binky Moon, LLC', 'showtime' => 'CBS Domains Inc.', 'shriram' => 'Shriram Capital Ltd.', - 'si' => 'Academic and Research Network of Slovenia [ARNES]', + 'si' => 'Slovenia [Republic of]', 'silk' => 'Amazon Registry Services, Inc.', 'sina' => 'Sina Corporation', 'singles' => 'Binky Moon, LLC', 'site' => 'DotSite Inc.', - 'sj' => 'UNINETT Norid A/S', - 'sk' => 'SK-NIC, a.s.', + 'sj' => 'Svalbard and Jan Mayen {not in use - see also: .no}', + 'sk' => 'Slovakia [Slovak Republic]', 'ski' => 'STARTING DOT LIMITED', 'skin' => 'L\'Oréal', 'sky' => 'Sky International AG', 'skype' => 'Microsoft Corporation', - 'sl' => 'Sierratel', + 'sl' => 'Sierra Leone [Republic of]', 'sling' => 'Hughes Satellite Systems Corporation', - 'sm' => 'Telecom Italia San Marino S.p.A.', + 'sm' => 'San Marino [Republic of]', 'smart' => 'Smart Communications, Inc. [SMART]', 'smile' => 'Amazon Registry Services, Inc.', - 'sn' => 'Universite Cheikh Anta Diop -NIC Senegal', + 'sn' => 'Senegal [Republic of]', 'sncf' => 'SNCF [Société Nationale des Chemins de fer Francais]', - 'so' => 'Ministry of Post and Telecommunications', + 'so' => 'Somalia [Federal Republic of]', 'soccer' => 'Binky Moon, LLC', 'social' => 'United TLD Holdco Ltd.', 'softbank' => 'SoftBank Group Corp.', @@ -1210,11 +1182,11 @@ NIC Senegal', 'sport' => 'Global Association of International Sports Federations [GAISF]', 'spot' => 'Amazon Registry Services, Inc.', 'spreadbetting' => 'DOTSPREADBETTING REGISTRY LTD', - 'sr' => 'Telesur', + 'sr' => 'Suriname [Republic of]', 'srl' => 'InterNetX Corp.', 'srt' => 'FCA US LLC.', - 'ss' => 'Not assigned', - 'st' => 'Tecnisys', + 'ss' => 'South Sudan [Republic of]', + 'st' => 'São Tomé and Príncipe [Democratic Republic of]', 'stada' => 'STADA Arzneimittel AG', 'staples' => 'Staples, Inc.', 'star' => 'Star India Private Limited', @@ -1231,8 +1203,7 @@ NIC Senegal', 'studio' => 'United TLD Holdco Ltd.', 'study' => 'OPEN UNIVERSITIES AUSTRALIA PTY LTD', 'style' => 'Binky Moon, LLC', - 'su' => 'Russian Institute for Development of Public Networks -[ROSNIIROS]', + 'su' => 'Soviet Union [Union of Soviet Socialist Republics]', 'sucks' => 'Vox Populi Registry Ltd.', 'supplies' => 'Binky Moon, LLC', 'supply' => 'Binky Moon, LLC', @@ -1240,17 +1211,16 @@ NIC Senegal', 'surf' => 'Top Level Domain Holdings Limited', 'surgery' => 'Binky Moon, LLC', 'suzuki' => 'SUZUKI MOTOR CORPORATION', - 'sv' => 'SVNet', + 'sv' => 'El Salvador [Republic of]', 'swatch' => 'The Swatch Group Ltd', 'swiftcover' => 'Swiftcover Insurance Services Limited', 'swiss' => 'Swiss Confederation', - 'sx' => 'SX Registry SA B.V.', - 'sy' => 'National Agency for Network Services [NANS]', + 'sx' => 'Sint Maarten', + 'sy' => 'Syria [Syrian Arab Republic]', 'sydney' => 'State of New South Wales, Department of Premier and Cabinet', 'symantec' => 'Symantec Corporation', 'systems' => 'Binky Moon, LLC', - 'sz' => 'University of Swaziland -Department of Computer Science', + 'sz' => 'Swaziland [Kingdom of]', 'tab' => 'Tabcorp Holdings Limited', 'taipei' => 'Taipei City Government', 'talk' => 'Amazon Registry Services, Inc.', @@ -1261,22 +1231,22 @@ Department of Computer Science', 'tattoo' => 'Uniregistry, Corp.', 'tax' => 'Binky Moon, LLC', 'taxi' => 'Binky Moon, LLC', - 'tc' => 'Melrex TC', + 'tc' => 'Turks and Caicos Islands', 'tci' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', - 'td' => 'l\'Agence de Développement des Technologies de l\'Information et de la Communication [ADETIC]', + 'td' => 'Chad [Republic of]', 'tdk' => 'TDK Corporation', 'team' => 'Binky Moon, LLC', 'tech' => 'Dot Tech LLC', 'technology' => 'Binky Moon, LLC', - 'tel' => 'Telnames Ltd.', + 'tel' => 'Telephone', 'telecity' => 'TelecityGroup International Limited', 'telefonica' => 'Telefónica S.A.', 'temasek' => 'Temasek Holdings [Private] Limited', 'tennis' => 'Binky Moon, LLC', 'teva' => 'Teva Pharmaceutical Industries Limited', - 'tf' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', - 'tg' => 'Autorite de Reglementation des secteurs de Postes et de Telecommunications [ART&P]', - 'th' => 'Thai Network Information Center Foundation', + 'tf' => 'French Southern and Antarctic Lands [Territory of the]', + 'tg' => 'Togo [Togolese Republic]', + 'th' => 'Thailand [Kingdom of]', 'thd' => 'Home Depot Product Authority, LLC', 'theater' => 'Binky Moon, LLC', 'theatre' => 'XYZ.COM LLC', @@ -1287,18 +1257,16 @@ Department of Computer Science', 'tips' => 'Binky Moon, LLC', 'tires' => 'Binky Moon, LLC', 'tirol' => 'punkt Tirol GmbH', - 'tj' => 'Information Technology Center', + 'tj' => 'Tajikistan [Republic of]', 'tjmaxx' => 'The TJX Companies, Inc.', 'tjx' => 'The TJX Companies, Inc.', - 'tk' => 'Telecommunication Tokelau Corporation [Teletok]', + 'tk' => 'Tokelau', 'tkmaxx' => 'The TJX Companies, Inc.', - 'tl' => 'Autoridade Nacional de Comunicações', - 'tm' => 'TM Domain Registry Ltd', + 'tl' => 'Timor-Leste [Democratic Republic of] [East Timor]', + 'tm' => 'Turkmenistan', 'tmall' => 'Alibaba Group Holding Limited', - 'tn' => 'Agence Tunisienne d\'Internet', - 'to' => 'Government of the Kingdom of Tonga -H.R.H. Crown Prince Tupouto\'a -c/o Consulate of Tonga', + 'tn' => 'Tunisia [Republic of]', + 'to' => 'Tonga [Kingdom of]', 'today' => 'Binky Moon, LLC', 'tokyo' => 'GMO Registry, Inc.', 'tools' => 'Binky Moon, LLC', @@ -1310,57 +1278,54 @@ c/o Consulate of Tonga', 'town' => 'Binky Moon, LLC', 'toyota' => 'TOYOTA MOTOR CORPORATION', 'toys' => 'Binky Moon, LLC', - 'tp' => 'Retired', - 'tr' => 'Middle East Technical University -Department of Computer Engineering', + 'tp' => 'Timor-Leste [Democratic Republic of] [East Timor] {being phased out - also see: .tl}', + 'tr' => 'Turkey [Republic of]', 'trade' => 'Elite Registry Limited', 'trading' => 'DOTTRADING REGISTRY LTD', 'training' => 'Binky Moon, LLC', - 'travel' => 'Dog Beach, LLC', + 'travel' => 'Travel', 'travelchannel' => 'Lifestyle Domain Holdings, Inc.', 'travelers' => 'Travelers TLD, LLC', 'travelersinsurance' => 'Travelers TLD, LLC', 'trust' => 'Artemis Internet Inc', 'trv' => 'Travelers TLD, LLC', - 'tt' => 'University of the West Indies -Faculty of Engineering', + 'tt' => 'Trinidad and Tobago [Republic of]', 'tube' => 'Latin American Telecom LLC', 'tui' => 'TUI AG', 'tunes' => 'Amazon Registry Services, Inc.', 'tushu' => 'Amazon Registry Services, Inc.', - 'tv' => 'Ministry of Finance and Tourism', + 'tv' => 'Tuvalu', 'tvs' => 'T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED', - 'tw' => 'Taiwan Network Information Center [TWNIC]', - 'tz' => 'Tanzania Network Information Centre [tzNIC]', - 'ua' => 'Hostmaster Ltd.', + 'tw' => 'Taiwan [Republic of China]', + 'tz' => 'Tanzania [United Republic of]', + 'ua' => 'Ukraine', 'ubank' => 'National Australia Bank Limited', 'ubs' => 'UBS AG', 'uconnect' => 'FCA US LLC.', - 'ug' => 'Uganda Online Ltd.', - 'uk' => 'Nominet UK', - 'um' => 'Not assigned', + 'ug' => 'Uganda [Republic of]', + 'uk' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', + 'um' => 'United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}', 'unicom' => 'China United Network Communications Corporation Limited', 'university' => 'Binky Moon, LLC', 'uno' => 'Dot Latin LLC', 'uol' => 'UBN INTERNET LTDA.', 'ups' => 'UPS Market Driver, Inc.', - 'us' => 'NeuStar, Inc.', - 'uy' => 'SeCIU - Universidad de la Republica', - 'uz' => 'Computerization and Information Technologies Developing Center -UZINFOCOM', - 'va' => 'Holy See - Vatican City State', + 'us' => 'United States of America and United States Minor Outlying Islands', + 'uy' => 'Uruguay [Oriental Republic of]', + 'uz' => 'Uzbekistan [Republic of]', + 'va' => 'Vatican City [Vatican City State]', 'vacations' => 'Binky Moon, LLC', 'vana' => 'Lifestyle Domain Holdings, Inc.', 'vanguard' => 'The Vanguard Group, Inc.', - 'vc' => 'Ministry of Telecommunications, Science, Technology and Industry', - 've' => 'Comisión Nacional de Telecomunicaciones [CONATEL]', + 'vc' => 'Saint Vincent and the Grenadines', + 've' => 'Venezuela [Bolivarian Republic of]', 'vegas' => 'Dot Vegas, Inc.', 'ventures' => 'Binky Moon, LLC', 'verisign' => 'VeriSign, Inc.', 'versicherung' => 'TLD-BOX Registrydienstleistungen GmbH', 'vet' => 'United TLD Holdco, Ltd', - 'vg' => 'Telecommunications Regulatory Commission of the Virgin Islands', - 'vi' => 'Virgin Islands Public Telecommunications System, Inc.', + 'vg' => 'British Virgin Islands [Virgin Islands]', + 'vi' => 'United States Virgin Islands [United States Virgin Islands]', 'viajes' => 'Binky Moon, LLC', 'video' => 'United TLD Holdco, Ltd', 'vig' => 'VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe', @@ -1376,7 +1341,7 @@ UZINFOCOM', 'viva' => 'Saudi Telecom Company', 'vivo' => 'Telefonica Brasil S.A.', 'vlaanderen' => 'DNS.be vzw', - 'vn' => 'Ministry of Information and Communications of Socialist Republic of Viet Nam', + 'vn' => 'Vietnam [Socialist Republic of]', 'vodka' => 'Top Level Domain Holdings Limited', 'volkswagen' => 'Volkswagen Group of America Inc.', 'volvo' => 'Volvo Holding Sverige Aktiebolag', @@ -1384,7 +1349,7 @@ UZINFOCOM', 'voting' => 'Valuetainment Corp.', 'voto' => 'Monolith Registry LLC', 'voyage' => 'Binky Moon, LLC', - 'vu' => 'Telecom Vanuatu Limited', + 'vu' => 'Vanuatu [Republic of]', 'vuelos' => 'Travel Reservations SRL', 'wales' => 'Nominet UK', 'walmart' => 'Wal-Mart Stores, Inc.', @@ -1403,7 +1368,7 @@ UZINFOCOM', 'wedding' => 'Top Level Domain Holdings Limited', 'weibo' => 'Sina Corporation', 'weir' => 'Weir Group IP Limited', - 'wf' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', + 'wf' => 'Wallis and Futuna [Territory of the Wallis and Futuna Islands]', 'whoswho' => 'Who\'s Who Registry', 'wien' => 'punkt.wien GmbH', 'wiki' => 'Top Level Design, LLC', @@ -1419,7 +1384,7 @@ UZINFOCOM', 'works' => 'Binky Moon, LLC', 'world' => 'Binky Moon, LLC', 'wow' => 'Amazon Registry Services, Inc.', - 'ws' => 'Government of Samoa Ministry of Foreign Affairs & Trade', + 'ws' => 'Samoa [Independent State of]', 'wtc' => 'World Trade Centers Association, Inc.', 'wtf' => 'Binky Moon, LLC', 'xbox' => 'Microsoft Corporation', @@ -1591,30 +1556,30 @@ UZINFOCOM', 'テスト' => 'Internet Assigned Numbers Authority', '政务' => 'China Organizational Name Administration Center', 'xperia' => 'Sony Mobile Communications AB', - 'xxx' => 'ICM Registry LLC', + 'xxx' => 'Adult entertainment', 'xyz' => 'XYZ.COM LLC', 'yachts' => 'DERYachts, LLC', 'yahoo' => 'Yahoo! Domain Services Inc.', 'yamaxun' => 'Amazon Registry Services, Inc.', 'yandex' => 'YANDEX, LLC', - 'ye' => 'TeleYemen', + 'ye' => 'Yemen [Republic of]', 'yodobashi' => 'YODOBASHI CAMERA CO.,LTD.', 'yoga' => 'Top Level Domain Holdings Limited', 'yokohama' => 'GMO Registry, Inc.', 'you' => 'Amazon Registry Services, Inc.', 'youtube' => 'Charleston Road Registry Inc.', - 'yt' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', + 'yt' => 'Mayotte [Department of]', 'yun' => 'QIHOO 360 TECHNOLOGY CO. LTD.', - 'za' => 'ZA Domain Name Authority', + 'za' => 'South Africa [Republic of]', 'zappos' => 'Amazon Registry Services, Inc.', 'zara' => 'Industria de Diseño Textil, S.A. [INDITEX, S.A.]', 'zero' => 'Amazon Registry Services, Inc.', 'zip' => 'Charleston Road Registry Inc.', 'zippo' => 'Zadco Company', - 'zm' => 'Zambia Information and Communications Technology Authority [ZICTA]', + 'zm' => 'Zambia [Republic of]', 'zone' => 'Binky Moon, LLC', 'zuerich' => 'Kanton Zürich [Canton of Zurich]', - 'zw' => 'Postal and Telecommunications Regulatory Authority of Zimbabwe [POTRAZ]', + 'zw' => 'Zimbabwe [Republic of]', ]; } \ No newline at end of file diff --git a/formats/php/TldEnum/TldInfo.php b/formats/php/TldEnum/TldInfo.php index 695659b..60ba981 100644 --- a/formats/php/TldEnum/TldInfo.php +++ b/formats/php/TldEnum/TldInfo.php @@ -54,8 +54,7 @@ class TldInfo { ], [ 'domain' => 'ac', - 'description' => 'Network Information Center [AC Domain Registry] -c/o Cable and Wireless [Ascension Island]', + 'description' => 'Ascension Island', 'type' => 'country-code', ], [ @@ -95,7 +94,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'ad', - 'description' => 'Andorra Telecom', + 'description' => 'Andorra [Principality of]', 'type' => 'country-code', ], [ @@ -115,7 +114,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'ae', - 'description' => 'Telecommunication Regulatory Authority [TRA]', + 'description' => 'United Arab Emirates', 'type' => 'country-code', ], [ @@ -125,7 +124,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'aero', - 'description' => 'Societe Internationale de Telecommunications Aeronautique [SITA INC USA]', + 'description' => 'Air-transport industry', 'type' => 'sponsored', ], [ @@ -135,7 +134,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'af', - 'description' => 'Ministry of Communications and IT', + 'description' => 'Afghanistan [Islamic Republic of]', 'type' => 'country-code', ], [ @@ -155,7 +154,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'ag', - 'description' => 'UHSA School of Medicine', + 'description' => 'Antigua and Barbuda', 'type' => 'country-code', ], [ @@ -170,7 +169,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'ai', - 'description' => 'Government of Anguilla', + 'description' => 'Anguilla', 'type' => 'country-code', ], [ @@ -205,7 +204,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'al', - 'description' => 'Electronic and Postal Communications Authority - AKEP', + 'description' => 'Albania [Republic of]', 'type' => 'country-code', ], [ @@ -250,7 +249,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'am', - 'description' => '"Internet Society" Non-governmental Organization', + 'description' => 'Armenia [Republic of]', 'type' => 'country-code', ], [ @@ -285,7 +284,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'an', - 'description' => 'Retired', + 'description' => 'Netherlands Antilles', 'type' => 'country-code', ], [ @@ -310,7 +309,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'ao', - 'description' => 'Faculdade de Engenharia da Universidade Agostinho Neto', + 'description' => 'Angola [Republic of]', 'type' => 'country-code', ], [ @@ -335,7 +334,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'aq', - 'description' => 'Antarctica Network Information Centre Limited', + 'description' => 'Antarctica', 'type' => 'country-code', ], [ @@ -345,7 +344,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'ar', - 'description' => 'Presidencia de la Nación – Secretaría Legal y Técnica', + 'description' => 'Argentina [Argentine Republic]', 'type' => 'country-code', ], [ @@ -370,7 +369,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'arpa', - 'description' => 'Internet Architecture Board [IAB]', + 'description' => 'Address and Routing Parameter Area', 'type' => 'infrastructure', ], [ @@ -385,7 +384,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'as', - 'description' => 'AS Domain Registry', + 'description' => 'American Samoa', 'type' => 'country-code', ], [ @@ -395,7 +394,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'asia', - 'description' => 'DotAsia Organisation Ltd.', + 'description' => 'Organisations and individuals in the Asia-Pacific region', 'type' => 'sponsored', ], [ @@ -405,7 +404,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'at', - 'description' => 'nic.at GmbH', + 'description' => 'Austria [Republic of]', 'type' => 'country-code', ], [ @@ -420,7 +419,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'au', - 'description' => '.au Domain Administration [auDA]', + 'description' => 'Australia [Commonwealth of]', 'type' => 'country-code', ], [ @@ -470,7 +469,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'aw', - 'description' => 'SETAR', + 'description' => 'Aruba', 'type' => 'country-code', ], [ @@ -480,7 +479,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'ax', - 'description' => 'Ålands landskapsregering', + 'description' => 'Åland Islands', 'type' => 'country-code', ], [ @@ -490,7 +489,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'az', - 'description' => 'IntraNS', + 'description' => 'Azerbaijan [Republic of]', 'type' => 'country-code', ], [ @@ -500,7 +499,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'ba', - 'description' => 'Universtiy Telinformatic Centre [UTIC]', + 'description' => 'Bosnia and Herzegovina', 'type' => 'country-code', ], [ @@ -585,9 +584,7 @@ c/o Cable and Wireless [Ascension Island]', ], [ 'domain' => 'bb', - 'description' => 'Government of Barbados -Ministry of Economic Affairs and Development -Telecommunications Unit', + 'description' => 'Barbados', 'type' => 'country-code', ], [ @@ -617,12 +614,12 @@ Telecommunications Unit', ], [ 'domain' => 'bd', - 'description' => 'Posts and Telecommunications Division', + 'description' => 'Bangladesh [People\'s Republic of]', 'type' => 'country-code', ], [ 'domain' => 'be', - 'description' => 'DNS Belgium vzw/asbl', + 'description' => 'Belgium [Kingdom of]', 'type' => 'country-code', ], [ @@ -667,17 +664,17 @@ Telecommunications Unit', ], [ 'domain' => 'bf', - 'description' => 'ARCE-AutoritÈ de RÈgulation des Communications Electroniques', + 'description' => 'Burkina Faso', 'type' => 'country-code', ], [ 'domain' => 'bg', - 'description' => 'Register.BG', + 'description' => 'Bulgaria [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'bh', - 'description' => 'Telecommunications Regulatory Authority [TRA]', + 'description' => 'Bahrain [Kingdom of]', 'type' => 'country-code', ], [ @@ -687,7 +684,7 @@ Telecommunications Unit', ], [ 'domain' => 'bi', - 'description' => 'Centre National de l\'Informatique', + 'description' => 'Burundi [Republic of]', 'type' => 'country-code', ], [ @@ -722,17 +719,17 @@ Telecommunications Unit', ], [ 'domain' => 'biz', - 'description' => 'Neustar, Inc.', + 'description' => 'Business', 'type' => 'generic-restricted', ], [ 'domain' => 'bj', - 'description' => 'Benin Telecoms S.A.', + 'description' => 'Benin [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'bl', - 'description' => 'Not assigned', + 'description' => 'Saint Barthélemy [Collectivity of] {unassigned - see also: .gp and .fr}', 'type' => 'country-code', ], [ @@ -772,7 +769,7 @@ Telecommunications Unit', ], [ 'domain' => 'bm', - 'description' => 'Registry General Department, Ministry of Home Affairs', + 'description' => 'Bermuda', 'type' => 'country-code', ], [ @@ -787,7 +784,7 @@ Telecommunications Unit', ], [ 'domain' => 'bn', - 'description' => 'Authority for Info-communications Technology Industry of Brunei Darussalam [AITI]', + 'description' => 'Brunei [Nation of Brunei - the Abode of Peace] [Negara Brunei Darussalam]', 'type' => 'country-code', ], [ @@ -802,7 +799,7 @@ Telecommunications Unit', ], [ 'domain' => 'bo', - 'description' => 'Agencia para el Desarrollo de la Información de la Sociedad en Bolivia', + 'description' => 'Bolivia [Plurinational State of]', 'type' => 'country-code', ], [ @@ -882,12 +879,12 @@ Telecommunications Unit', ], [ 'domain' => 'bq', - 'description' => 'Not assigned', + 'description' => 'Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}', 'type' => 'country-code', ], [ 'domain' => 'br', - 'description' => 'Comite Gestor da Internet no Brasil', + 'description' => 'Brazil [Federative Republic of]', 'type' => 'country-code', ], [ @@ -922,12 +919,12 @@ Telecommunications Unit', ], [ 'domain' => 'bs', - 'description' => 'The College of the Bahamas', + 'description' => 'Bahamas [Commonwealth of the]', 'type' => 'country-code', ], [ 'domain' => 'bt', - 'description' => 'Ministry of Information and Communications', + 'description' => 'Bhutan [Kingdom of]', 'type' => 'country-code', ], [ @@ -967,22 +964,22 @@ Telecommunications Unit', ], [ 'domain' => 'bv', - 'description' => 'UNINETT Norid A/S', + 'description' => 'Bouvet Island', 'type' => 'country-code', ], [ 'domain' => 'bw', - 'description' => 'Botswana Communications Regulatory Authority [BOCRA]', + 'description' => 'Botswana [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'by', - 'description' => 'Reliable Software, Ltd.', + 'description' => 'Belarus [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'bz', - 'description' => 'University of Belize', + 'description' => 'Belize', 'type' => 'country-code', ], [ @@ -992,7 +989,7 @@ Telecommunications Unit', ], [ 'domain' => 'ca', - 'description' => 'Canadian Internet Registration Authority [CIRA] Autorité Canadienne pour les enregistrements Internet [ACEI]', + 'description' => 'Canada', 'type' => 'country-code', ], [ @@ -1127,7 +1124,7 @@ Telecommunications Unit', ], [ 'domain' => 'cat', - 'description' => 'Fundacio puntCAT', + 'description' => 'Catalan', 'type' => 'sponsored', ], [ @@ -1162,13 +1159,12 @@ Telecommunications Unit', ], [ 'domain' => 'cc', - 'description' => 'eNIC Cocos [Keeling] Islands Pty. -Ltd. d/b/a Island Internet Services', + 'description' => 'Cocos [Keeling] Islands [Territory of the]', 'type' => 'country-code', ], [ 'domain' => 'cd', - 'description' => 'Office Congolais des Postes et Télécommunications - OCPT', + 'description' => 'Congo [Democratic Republic of the] [Congo-Kinshasa]', 'type' => 'country-code', ], [ @@ -1193,7 +1189,7 @@ Ltd. d/b/a Island Internet Services', ], [ 'domain' => 'cf', - 'description' => 'Societe Centrafricaine de Telecommunications [SOCATEL]', + 'description' => 'Central African Republic', 'type' => 'country-code', ], [ @@ -1208,12 +1204,12 @@ Ltd. d/b/a Island Internet Services', ], [ 'domain' => 'cg', - 'description' => 'ONPT Congo and Interpoint Switzerland', + 'description' => 'Congo [Republic of] [Congo-Brazzaville]', 'type' => 'country-code', ], [ 'domain' => 'ch', - 'description' => 'SWITCH The Swiss Education & Research Network', + 'description' => 'Switzerland [Swiss Confederation]', 'type' => 'country-code', ], [ @@ -1278,7 +1274,7 @@ Ltd. d/b/a Island Internet Services', ], [ 'domain' => 'ci', - 'description' => 'Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire [ARTCI]', + 'description' => 'Ivory Coast [Republic of Côte d\'Ivoire]', 'type' => 'country-code', ], [ @@ -1323,12 +1319,12 @@ Ltd. d/b/a Island Internet Services', ], [ 'domain' => 'ck', - 'description' => 'Telecom Cook Islands Ltd.', + 'description' => 'Cook Islands', 'type' => 'country-code', ], [ 'domain' => 'cl', - 'description' => 'NIC Chile [University of Chile]', + 'description' => 'Chile [Republic of]', 'type' => 'country-code', ], [ @@ -1378,17 +1374,17 @@ Ltd. d/b/a Island Internet Services', ], [ 'domain' => 'cm', - 'description' => 'Cameroon Telecommunications [CAMTEL]', + 'description' => 'Cameroon [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'cn', - 'description' => 'China Internet Network Information Center [CNNIC]', + 'description' => 'China [People\'s Republic of]', 'type' => 'country-code', ], [ 'domain' => 'co', - 'description' => '.CO Internet S.A.S.', + 'description' => 'Colombia [Republic of]', 'type' => 'country-code', ], [ @@ -1418,7 +1414,7 @@ Ltd. d/b/a Island Internet Services', ], [ 'domain' => 'com', - 'description' => 'VeriSign Global Registry Services', + 'description' => 'Commercial organizations', 'type' => 'generic', ], [ @@ -1498,7 +1494,7 @@ Ltd. d/b/a Island Internet Services', ], [ 'domain' => 'coop', - 'description' => 'DotCooperation LLC', + 'description' => 'Cooperatives', 'type' => 'sponsored', ], [ @@ -1528,8 +1524,7 @@ Ltd. d/b/a Island Internet Services', ], [ 'domain' => 'cr', - 'description' => 'National Academy of Sciences -Academia Nacional de Ciencias', + 'description' => 'Costa Rica [Republic of]', 'type' => 'country-code', ], [ @@ -1579,9 +1574,7 @@ Academia Nacional de Ciencias', ], [ 'domain' => 'cu', - 'description' => 'CENIAInternet -Industria y San Jose -Capitolio Nacional', + 'description' => 'Cuba [Republic of]', 'type' => 'country-code', ], [ @@ -1591,22 +1584,22 @@ Capitolio Nacional', ], [ 'domain' => 'cv', - 'description' => 'Agência Nacional das Comunicações [ANAC]', + 'description' => 'Cape Verde [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'cw', - 'description' => 'University of Curacao', + 'description' => 'Curaçao [Country of]', 'type' => 'country-code', ], [ 'domain' => 'cx', - 'description' => 'Christmas Island Domain Administration Limited', + 'description' => 'Christmas Island [Territory of]', 'type' => 'country-code', ], [ 'domain' => 'cy', - 'description' => 'University of Cyprus', + 'description' => 'Cyprus [Republic of]', 'type' => 'country-code', ], [ @@ -1621,7 +1614,7 @@ Capitolio Nacional', ], [ 'domain' => 'cz', - 'description' => 'CZ.NIC, z.s.p.o', + 'description' => 'Czech Republic', 'type' => 'country-code', ], [ @@ -1676,7 +1669,7 @@ Capitolio Nacional', ], [ 'domain' => 'de', - 'description' => 'DENIC eG', + 'description' => 'Germany [Federal Republic of]', 'type' => 'country-code', ], [ @@ -1801,17 +1794,17 @@ Capitolio Nacional', ], [ 'domain' => 'dj', - 'description' => 'Djibouti Telecom S.A', + 'description' => 'Djibouti [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'dk', - 'description' => 'Dansk Internet Forum', + 'description' => 'Denmark [Kingdom of]', 'type' => 'country-code', ], [ 'domain' => 'dm', - 'description' => 'DotDM Corporation', + 'description' => 'Dominica [Commonwealth of]', 'type' => 'country-code', ], [ @@ -1821,8 +1814,7 @@ Capitolio Nacional', ], [ 'domain' => 'do', - 'description' => 'Pontificia Universidad Catolica Madre y Maestra -Recinto Santo Tomas de Aquino', + 'description' => 'Dominican Republic', 'type' => 'country-code', ], [ @@ -1922,7 +1914,7 @@ Recinto Santo Tomas de Aquino', ], [ 'domain' => 'dz', - 'description' => 'CERIST', + 'description' => 'Algeria [People\'s Democratic Republic of]', 'type' => 'country-code', ], [ @@ -1937,7 +1929,7 @@ Recinto Santo Tomas de Aquino', ], [ 'domain' => 'ec', - 'description' => 'ECUADORDOMAIN S.A.', + 'description' => 'Ecuador [Republic of]', 'type' => 'country-code', ], [ @@ -1952,7 +1944,7 @@ Recinto Santo Tomas de Aquino', ], [ 'domain' => 'edu', - 'description' => 'EDUCAUSE', + 'description' => 'Educational establishments', 'type' => 'sponsored', ], [ @@ -1962,18 +1954,17 @@ Recinto Santo Tomas de Aquino', ], [ 'domain' => 'ee', - 'description' => 'Eesti Interneti Sihtasutus [EIS]', + 'description' => 'Estonia [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'eg', - 'description' => 'Egyptian Universities Network [EUN] -Supreme Council of Universities', + 'description' => 'Egypt [Arab Republic of]', 'type' => 'country-code', ], [ 'domain' => 'eh', - 'description' => 'Not assigned', + 'description' => 'Western Sahara {reserved}', 'type' => 'country-code', ], [ @@ -2023,7 +2014,7 @@ Supreme Council of Universities', ], [ 'domain' => 'er', - 'description' => 'Eritrea Telecommunication Services Corporation [EriTel]', + 'description' => 'Eritrea [State of]', 'type' => 'country-code', ], [ @@ -2038,7 +2029,7 @@ Supreme Council of Universities', ], [ 'domain' => 'es', - 'description' => 'Red.es', + 'description' => 'Spain [Kingdom of]', 'type' => 'country-code', ], [ @@ -2058,7 +2049,7 @@ Supreme Council of Universities', ], [ 'domain' => 'et', - 'description' => 'Ethio telecom', + 'description' => 'Ethiopia [Federal Democratic Republic of]', 'type' => 'country-code', ], [ @@ -2068,7 +2059,7 @@ Supreme Council of Universities', ], [ 'domain' => 'eu', - 'description' => 'EURid vzw/asbl', + 'description' => 'European Union', 'type' => 'country-code', ], [ @@ -2193,7 +2184,7 @@ Supreme Council of Universities', ], [ 'domain' => 'fi', - 'description' => 'Finnish Communications Regulatory Authority', + 'description' => 'Finland [Republic of]', 'type' => 'country-code', ], [ @@ -2268,13 +2259,12 @@ Supreme Council of Universities', ], [ 'domain' => 'fj', - 'description' => 'The University of the South Pacific -IT Services', + 'description' => 'Fiji [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'fk', - 'description' => 'Falkland Islands Government', + 'description' => 'Falkland Islands [Malvinas]', 'type' => 'country-code', ], [ @@ -2314,12 +2304,12 @@ IT Services', ], [ 'domain' => 'fm', - 'description' => 'FSM Telecommunications Corporation', + 'description' => 'Micronesia [Federated States of]', 'type' => 'country-code', ], [ 'domain' => 'fo', - 'description' => 'FO Council', + 'description' => 'Faroe Islands', 'type' => 'country-code', ], [ @@ -2374,7 +2364,7 @@ IT Services', ], [ 'domain' => 'fr', - 'description' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', + 'description' => 'France [French Republic]', 'type' => 'country-code', ], [ @@ -2449,7 +2439,7 @@ IT Services', ], [ 'domain' => 'ga', - 'description' => 'Agence Nationale des Infrastructures Numériques et des Fréquences [ANINF]', + 'description' => 'Gabon [Gabonese Republic]', 'type' => 'country-code', ], [ @@ -2494,7 +2484,7 @@ IT Services', ], [ 'domain' => 'gb', - 'description' => 'Reserved Domain - IANA', + 'description' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', 'type' => 'country-code', ], [ @@ -2504,7 +2494,7 @@ IT Services', ], [ 'domain' => 'gd', - 'description' => 'The National Telecommunications Regulatory Commission [NTRC]', + 'description' => 'Grenada', 'type' => 'country-code', ], [ @@ -2514,7 +2504,7 @@ IT Services', ], [ 'domain' => 'ge', - 'description' => 'Caucasus Online LLC', + 'description' => 'Georgia', 'type' => 'country-code', ], [ @@ -2539,12 +2529,12 @@ IT Services', ], [ 'domain' => 'gf', - 'description' => 'Net Plus', + 'description' => 'French Guiana', 'type' => 'country-code', ], [ 'domain' => 'gg', - 'description' => 'Island Networks Ltd.', + 'description' => 'Guernsey [Bailiwick of]', 'type' => 'country-code', ], [ @@ -2554,12 +2544,12 @@ IT Services', ], [ 'domain' => 'gh', - 'description' => 'Network Computer Systems Limited', + 'description' => 'Ghana [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'gi', - 'description' => 'Sapphire Networks', + 'description' => 'Gibraltar', 'type' => 'country-code', ], [ @@ -2584,7 +2574,7 @@ IT Services', ], [ 'domain' => 'gl', - 'description' => 'TELE Greenland A/S', + 'description' => 'Greenland', 'type' => 'country-code', ], [ @@ -2614,7 +2604,7 @@ IT Services', ], [ 'domain' => 'gm', - 'description' => 'GM-NIC', + 'description' => 'Gambia [Republic of The]', 'type' => 'country-code', ], [ @@ -2639,7 +2629,7 @@ IT Services', ], [ 'domain' => 'gn', - 'description' => 'Centre National des Sciences Halieutiques de Boussoura', + 'description' => 'Guinea [Republic of]', 'type' => 'country-code', ], [ @@ -2699,23 +2689,22 @@ IT Services', ], [ 'domain' => 'gov', - 'description' => 'General Services Administration -Attn: QTDC, 2E08 [.gov Domain Registration]', + 'description' => 'US government', 'type' => 'sponsored', ], [ 'domain' => 'gp', - 'description' => 'Networking Technologies Group', + 'description' => 'Guadeloupe', 'type' => 'country-code', ], [ 'domain' => 'gq', - 'description' => 'GETESA', + 'description' => 'Equatorial Guinea [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'gr', - 'description' => 'ICS-FORTH GR', + 'description' => 'Greece [Hellenic Republic]', 'type' => 'country-code', ], [ @@ -2755,17 +2744,17 @@ Attn: QTDC, 2E08 [.gov Domain Registration]', ], [ 'domain' => 'gs', - 'description' => 'Government of South Georgia and South Sandwich Islands [GSGSSI]', + 'description' => 'South Georgia and the South Sandwich Islands', 'type' => 'country-code', ], [ 'domain' => 'gt', - 'description' => 'Universidad del Valle de Guatemala', + 'description' => 'Guatemala [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'gu', - 'description' => 'University of Guam', + 'description' => 'Guam', 'type' => 'country-code', ], [ @@ -2800,12 +2789,12 @@ Attn: QTDC, 2E08 [.gov Domain Registration]', ], [ 'domain' => 'gw', - 'description' => 'Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau', + 'description' => 'Guinea-Bissau [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'gy', - 'description' => 'University of Guyana', + 'description' => 'Guyana [Co-operative Republic of]', 'type' => 'country-code', ], [ @@ -2900,7 +2889,7 @@ Attn: QTDC, 2E08 [.gov Domain Registration]', ], [ 'domain' => 'hk', - 'description' => 'Hong Kong Internet Registration Corporation Ltd.', + 'description' => 'Hong Kong [Hong Kong Special Administrative Region of the People\'s Republic of China]', 'type' => 'country-code', ], [ @@ -2910,12 +2899,12 @@ Attn: QTDC, 2E08 [.gov Domain Registration]', ], [ 'domain' => 'hm', - 'description' => 'HM Domain Registry', + 'description' => 'Heard Island and McDonald Islands', 'type' => 'country-code', ], [ 'domain' => 'hn', - 'description' => 'Red de Desarrollo Sostenible Honduras', + 'description' => 'Honduras [Republic of]', 'type' => 'country-code', ], [ @@ -3015,7 +3004,7 @@ Attn: QTDC, 2E08 [.gov Domain Registration]', ], [ 'domain' => 'hr', - 'description' => 'CARNet - Croatian Academic and Research Network', + 'description' => 'Croatia [Republic of]', 'type' => 'country-code', ], [ @@ -3025,7 +3014,7 @@ Attn: QTDC, 2E08 [.gov Domain Registration]', ], [ 'domain' => 'ht', - 'description' => 'Consortium FDS/RDDH', + 'description' => 'Haiti [Republic of]', 'type' => 'country-code', ], [ @@ -3035,7 +3024,7 @@ Attn: QTDC, 2E08 [.gov Domain Registration]', ], [ 'domain' => 'hu', - 'description' => 'Council of Hungarian Internet Providers [CHIP]', + 'description' => 'Hungary', 'type' => 'country-code', ], [ @@ -3075,14 +3064,12 @@ Attn: QTDC, 2E08 [.gov Domain Registration]', ], [ 'domain' => 'id', - 'description' => 'Perkumpulan Pengelola Nama Domain Internet Indonesia [PANDI]', + 'description' => 'Indonesia [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'ie', - 'description' => 'University College Dublin -Computing Services -Computer Centre', + 'description' => 'Ireland [Republic of]', 'type' => 'country-code', ], [ @@ -3107,12 +3094,12 @@ Computer Centre', ], [ 'domain' => 'il', - 'description' => 'Internet Society of Israel', + 'description' => 'Israel [State of]', 'type' => 'country-code', ], [ 'domain' => 'im', - 'description' => 'Isle of Man Government', + 'description' => 'Isle of Man', 'type' => 'country-code', ], [ @@ -3137,7 +3124,7 @@ Computer Centre', ], [ 'domain' => 'in', - 'description' => 'National Internet Exchange of India', + 'description' => 'India [Republic of]', 'type' => 'country-code', ], [ @@ -3152,7 +3139,7 @@ Computer Centre', ], [ 'domain' => 'info', - 'description' => 'Afilias Limited', + 'description' => 'Informational sites', 'type' => 'generic', ], [ @@ -3182,7 +3169,7 @@ Computer Centre', ], [ 'domain' => 'int', - 'description' => 'Internet Assigned Numbers Authority', + 'description' => 'International treaty-based organizations', 'type' => 'sponsored', ], [ @@ -3207,8 +3194,7 @@ Computer Centre', ], [ 'domain' => 'io', - 'description' => 'IO Top Level Domain Registry -Cable and Wireless', + 'description' => 'British Indian Ocean Territory', 'type' => 'country-code', ], [ @@ -3218,12 +3204,12 @@ Cable and Wireless', ], [ 'domain' => 'iq', - 'description' => 'Communications and Media Commission [CMC]', + 'description' => 'Iraq [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'ir', - 'description' => 'Institute for Research in Fundamental Sciences', + 'description' => 'Iran [Islamic Republic of]', 'type' => 'country-code', ], [ @@ -3233,7 +3219,7 @@ Cable and Wireless', ], [ 'domain' => 'is', - 'description' => 'ISNIC - Internet Iceland ltd.', + 'description' => 'Iceland', 'type' => 'country-code', ], [ @@ -3258,7 +3244,7 @@ Cable and Wireless', ], [ 'domain' => 'it', - 'description' => 'IIT - CNR', + 'description' => 'Italy [Italian Republic]', 'type' => 'country-code', ], [ @@ -3303,7 +3289,7 @@ Cable and Wireless', ], [ 'domain' => 'je', - 'description' => 'Island Networks [Jersey] Ltd.', + 'description' => 'Jersey [Bailiwick of]', 'type' => 'country-code', ], [ @@ -3338,7 +3324,7 @@ Cable and Wireless', ], [ 'domain' => 'jm', - 'description' => 'University of West Indies', + 'description' => 'Jamaica [Commonwealth of]', 'type' => 'country-code', ], [ @@ -3353,12 +3339,12 @@ Cable and Wireless', ], [ 'domain' => 'jo', - 'description' => 'National Information Technology Center [NITC]', + 'description' => 'Jordan [Hashemite Kingdom of]', 'type' => 'country-code', ], [ 'domain' => 'jobs', - 'description' => 'Employ Media LLC', + 'description' => 'Employment-related sites', 'type' => 'sponsored', ], [ @@ -3378,7 +3364,7 @@ Cable and Wireless', ], [ 'domain' => 'jp', - 'description' => 'Japan Registry Services Co., Ltd.', + 'description' => 'Japan', 'type' => 'country-code', ], [ @@ -3413,7 +3399,7 @@ Cable and Wireless', ], [ 'domain' => 'ke', - 'description' => 'Kenya Network Information Center [KeNIC]', + 'description' => 'Kenya [Republic of]', 'type' => 'country-code', ], [ @@ -3438,17 +3424,17 @@ Cable and Wireless', ], [ 'domain' => 'kg', - 'description' => 'AsiaInfo Telecommunication Enterprise', + 'description' => 'Kyrgyzstan [Kyrgyz Republic]', 'type' => 'country-code', ], [ 'domain' => 'kh', - 'description' => 'Telecommunication Regulator of Cambodia [TRC]', + 'description' => 'Cambodia [Kingdom of]', 'type' => 'country-code', ], [ 'domain' => 'ki', - 'description' => 'Ministry of Communications, Transport, and Tourism Development', + 'description' => 'Kiribati [Republic of]', 'type' => 'country-code', ], [ @@ -3483,12 +3469,12 @@ Cable and Wireless', ], [ 'domain' => 'km', - 'description' => 'Comores Telecom', + 'description' => 'Comoros [Union of the]', 'type' => 'country-code', ], [ 'domain' => 'kn', - 'description' => 'Ministry of Finance, Sustainable Development Information & Technology', + 'description' => 'Saint Kitts and Nevis [Federation of]', 'type' => 'country-code', ], [ @@ -3508,7 +3494,7 @@ Cable and Wireless', ], [ 'domain' => 'kp', - 'description' => 'Star Joint Venture Company', + 'description' => 'Korea [Democratic People\'s Republic of] [North Korea]', 'type' => 'country-code', ], [ @@ -3523,7 +3509,7 @@ Cable and Wireless', ], [ 'domain' => 'kr', - 'description' => 'Korea Internet & Security Agency [KISA]', + 'description' => 'Korea [Republic of] [South Korea]', 'type' => 'country-code', ], [ @@ -3543,12 +3529,12 @@ Cable and Wireless', ], [ 'domain' => 'kw', - 'description' => 'Communications and Information Technology Regulatory Authority', + 'description' => 'Kuwait [State of Kuwait]', 'type' => 'country-code', ], [ 'domain' => 'ky', - 'description' => 'Utility Regulation and Competition Office [OfReg]', + 'description' => 'Cayman Islands', 'type' => 'country-code', ], [ @@ -3558,12 +3544,12 @@ Cable and Wireless', ], [ 'domain' => 'kz', - 'description' => 'Association of IT Companies of Kazakhstan', + 'description' => 'Kazakhstan [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'la', - 'description' => 'Lao National Internet Committee [LANIC], Ministry of Posts and Telecommunications', + 'description' => 'Laos [Lao People\'s Democratic Republic]', 'type' => 'country-code', ], [ @@ -3648,13 +3634,12 @@ Cable and Wireless', ], [ 'domain' => 'lb', - 'description' => 'American University of Beirut -Computing and Networking Services', + 'description' => 'Lebanon [Lebanese Republic]', 'type' => 'country-code', ], [ 'domain' => 'lc', - 'description' => 'University of Puerto Rico', + 'description' => 'Saint Lucia', 'type' => 'country-code', ], [ @@ -3699,7 +3684,7 @@ Computing and Networking Services', ], [ 'domain' => 'li', - 'description' => 'SWITCH The Swiss Education & Research Network', + 'description' => 'Liechtenstein [Principality of]', 'type' => 'country-code', ], [ @@ -3789,8 +3774,7 @@ Computing and Networking Services', ], [ 'domain' => 'lk', - 'description' => 'Council for Information Technology -LK Domain Registrar', + 'description' => 'Sri Lanka [Democratic Socialist Republic of]', 'type' => 'country-code', ], [ @@ -3860,17 +3844,17 @@ LK Domain Registrar', ], [ 'domain' => 'lr', - 'description' => 'Data Technology Solutions, Inc.', + 'description' => 'Liberia [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'ls', - 'description' => 'National University of Lesotho', + 'description' => 'Lesotho [Kingdom of]', 'type' => 'country-code', ], [ 'domain' => 'lt', - 'description' => 'Kaunas University of Technology', + 'description' => 'Lithuania [Republic of]', 'type' => 'country-code', ], [ @@ -3885,7 +3869,7 @@ LK Domain Registrar', ], [ 'domain' => 'lu', - 'description' => 'RESTENA', + 'description' => 'Luxembourg [Grand Duchy of]', 'type' => 'country-code', ], [ @@ -3910,19 +3894,17 @@ LK Domain Registrar', ], [ 'domain' => 'lv', - 'description' => 'University of Latvia -Institute of Mathematics and Computer Science -Department of Network Solutions [DNS]', + 'description' => 'Latvia [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'ly', - 'description' => 'General Post and Telecommunication Company', + 'description' => 'Libya', 'type' => 'country-code', ], [ 'domain' => 'ma', - 'description' => 'Agence Nationale de Réglementation des Télécommunications [ANRT]', + 'description' => 'Morocco', 'type' => 'country-code', ], [ @@ -4012,8 +3994,7 @@ Department of Network Solutions [DNS]', ], [ 'domain' => 'mc', - 'description' => 'Gouvernement de Monaco -Direction des Communications Electroniques', + 'description' => 'Monaco [Principality of]', 'type' => 'country-code', ], [ @@ -4033,12 +4014,12 @@ Direction des Communications Electroniques', ], [ 'domain' => 'md', - 'description' => 'MoldData S.E.', + 'description' => 'Moldova [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'me', - 'description' => 'Government of Montenegro', + 'description' => 'Montenegro', 'type' => 'country-code', ], [ @@ -4098,17 +4079,17 @@ Direction des Communications Electroniques', ], [ 'domain' => 'mf', - 'description' => 'Not assigned', + 'description' => 'Saint Martin [Collectivity of] {unassigned - see also: .gp and .fr}', 'type' => 'country-code', ], [ 'domain' => 'mg', - 'description' => 'NIC-MG [Network Information Center Madagascar]', + 'description' => 'Madagascar [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'mh', - 'description' => 'Office of the Cabinet', + 'description' => 'Marshall Islands [Republic of the]', 'type' => 'country-code', ], [ @@ -4123,7 +4104,7 @@ Direction des Communications Electroniques', ], [ 'domain' => 'mil', - 'description' => 'DoD Network Information Center', + 'description' => 'US military', 'type' => 'sponsored', ], [ @@ -4148,12 +4129,12 @@ Direction des Communications Electroniques', ], [ 'domain' => 'mk', - 'description' => 'Macedonian Academic Research Network Skopje', + 'description' => 'Macedonia [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'ml', - 'description' => 'Agence des Technologies de l’Information et de la Communication', + 'description' => 'Mali [Republic of]', 'type' => 'country-code', ], [ @@ -4168,7 +4149,7 @@ Direction des Communications Electroniques', ], [ 'domain' => 'mm', - 'description' => 'Ministry of Communications, Posts & Telegraphs', + 'description' => 'Myanmar [Republic of the Union of] [Burma]', 'type' => 'country-code', ], [ @@ -4178,17 +4159,17 @@ Direction des Communications Electroniques', ], [ 'domain' => 'mn', - 'description' => 'Datacom Co., Ltd.', + 'description' => 'Mongolia', 'type' => 'country-code', ], [ 'domain' => 'mo', - 'description' => 'Macao Post and Telecommunications Bureau [CTT]', + 'description' => 'Macau [Macau Special Administrative Region of the People\'s Republic of China] [Macao]', 'type' => 'country-code', ], [ 'domain' => 'mobi', - 'description' => 'Afilias Technologies Limited dba dotMobi', + 'description' => 'Mobile', 'type' => 'generic', ], [ @@ -4288,22 +4269,22 @@ Direction des Communications Electroniques', ], [ 'domain' => 'mp', - 'description' => 'Saipan Datacom, Inc.', + 'description' => 'Northern Mariana Islands [Commonwealth of the]', 'type' => 'country-code', ], [ 'domain' => 'mq', - 'description' => 'MEDIASERV', + 'description' => 'Martinique', 'type' => 'country-code', ], [ 'domain' => 'mr', - 'description' => 'Université de Nouakchott Al Aasriya', + 'description' => 'Mauritania [Islamic Republic of]', 'type' => 'country-code', ], [ 'domain' => 'ms', - 'description' => 'MNI Networks Ltd.', + 'description' => 'Montserrat', 'type' => 'country-code', ], [ @@ -4313,7 +4294,7 @@ Direction des Communications Electroniques', ], [ 'domain' => 'mt', - 'description' => 'NIC [Malta]', + 'description' => 'Malta [Republic of]', 'type' => 'country-code', ], [ @@ -4333,12 +4314,12 @@ Direction des Communications Electroniques', ], [ 'domain' => 'mu', - 'description' => 'Internet Direct Ltd', + 'description' => 'Mauritius [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'museum', - 'description' => 'Museum Domain Management Association', + 'description' => 'Museums', 'type' => 'sponsored', ], [ @@ -4353,34 +4334,32 @@ Direction des Communications Electroniques', ], [ 'domain' => 'mv', - 'description' => 'Dhiraagu Pvt. Ltd. [DHIVEHINET]', + 'description' => 'Maldives [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'mw', - 'description' => 'Malawi Sustainable Development Network Programme -[Malawi SDNP]', + 'description' => 'Malawi [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'mx', - 'description' => 'NIC-Mexico -ITESM - Campus Monterrey', + 'description' => 'Mexico [United Mexican States]', 'type' => 'country-code', ], [ 'domain' => 'my', - 'description' => 'MYNIC Berhad', + 'description' => 'Malaysia', 'type' => 'country-code', ], [ 'domain' => 'mz', - 'description' => 'Centro de Informatica de Universidade Eduardo Mondlane', + 'description' => 'Mozambique [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'na', - 'description' => 'Namibian Network Information Center', + 'description' => 'Namibia [Republic of]', 'type' => 'country-code', ], [ @@ -4400,7 +4379,7 @@ ITESM - Campus Monterrey', ], [ 'domain' => 'name', - 'description' => 'VeriSign Information Services, Inc.', + 'description' => 'Individuals', 'type' => 'generic-restricted', ], [ @@ -4425,12 +4404,12 @@ ITESM - Campus Monterrey', ], [ 'domain' => 'nc', - 'description' => 'Office des Postes et Telecommunications', + 'description' => 'New Caledonia', 'type' => 'country-code', ], [ 'domain' => 'ne', - 'description' => 'SONITEL', + 'description' => 'Niger [Republic of]', 'type' => 'country-code', ], [ @@ -4440,7 +4419,7 @@ ITESM - Campus Monterrey', ], [ 'domain' => 'net', - 'description' => 'VeriSign Global Registry Services', + 'description' => 'Network', 'type' => 'generic', ], [ @@ -4495,7 +4474,7 @@ ITESM - Campus Monterrey', ], [ 'domain' => 'nf', - 'description' => 'Norfolk Island Data Services', + 'description' => 'Norfolk Island [Territory of]', 'type' => 'country-code', ], [ @@ -4505,7 +4484,7 @@ ITESM - Campus Monterrey', ], [ 'domain' => 'ng', - 'description' => 'Nigeria Internet Registration Association', + 'description' => 'Nigeria [Federal Republic of]', 'type' => 'country-code', ], [ @@ -4520,8 +4499,7 @@ ITESM - Campus Monterrey', ], [ 'domain' => 'ni', - 'description' => 'Universidad Nacional del Ingernieria -Centro de Computo', + 'description' => 'Nicaragua [Republic of]', 'type' => 'country-code', ], [ @@ -4556,12 +4534,12 @@ Centro de Computo', ], [ 'domain' => 'nl', - 'description' => 'SIDN [Stichting Internet Domeinregistratie Nederland]', + 'description' => 'Netherlands', 'type' => 'country-code', ], [ 'domain' => 'no', - 'description' => 'UNINETT Norid A/S', + 'description' => 'Norway [Kingdom of]', 'type' => 'country-code', ], [ @@ -4596,12 +4574,12 @@ Centro de Computo', ], [ 'domain' => 'np', - 'description' => 'Mercantile Communications Pvt. Ltd.', + 'description' => 'Nepal [Federal Democratic Republic of]', 'type' => 'country-code', ], [ 'domain' => 'nr', - 'description' => 'CENPAC NET', + 'description' => 'Nauru [Republic of]', 'type' => 'country-code', ], [ @@ -4621,7 +4599,7 @@ Centro de Computo', ], [ 'domain' => 'nu', - 'description' => 'The IUSN Foundation', + 'description' => 'Niue', 'type' => 'country-code', ], [ @@ -4631,7 +4609,7 @@ Centro de Computo', ], [ 'domain' => 'nz', - 'description' => 'InternetNZ', + 'description' => 'New Zealand', 'type' => 'country-code', ], [ @@ -4681,7 +4659,7 @@ Centro de Computo', ], [ 'domain' => 'om', - 'description' => 'Telecommunications Regulatory Authority [TRA]', + 'description' => 'Oman [Sultanate of]', 'type' => 'country-code', ], [ @@ -4736,7 +4714,7 @@ Centro de Computo', ], [ 'domain' => 'org', - 'description' => 'Public Interest Registry [PIR]', + 'description' => 'Non-profit organizations', 'type' => 'generic', ], [ @@ -4776,7 +4754,7 @@ Centro de Computo', ], [ 'domain' => 'pa', - 'description' => 'Universidad Tecnologica de Panama', + 'description' => 'Panama [Republic of]', 'type' => 'country-code', ], [ @@ -4841,7 +4819,7 @@ Centro de Computo', ], [ 'domain' => 'pe', - 'description' => 'Red Cientifica Peruana', + 'description' => 'Peru [Republic of]', 'type' => 'country-code', ], [ @@ -4851,7 +4829,7 @@ Centro de Computo', ], [ 'domain' => 'pf', - 'description' => 'Gouvernement de la Polynésie française', + 'description' => 'French Polynesia and Clipperton Island', 'type' => 'country-code', ], [ @@ -4861,14 +4839,12 @@ Centro de Computo', ], [ 'domain' => 'pg', - 'description' => 'PNG DNS Administration -Vice Chancellors Office -The Papua New Guinea University of Technology', + 'description' => 'Papua New Guinea [Independent State of]', 'type' => 'country-code', ], [ 'domain' => 'ph', - 'description' => 'PH Domain Foundation', + 'description' => 'Philippines [Republic of the]', 'type' => 'country-code', ], [ @@ -4963,12 +4939,12 @@ The Papua New Guinea University of Technology', ], [ 'domain' => 'pk', - 'description' => 'PKNIC', + 'description' => 'Pakistan [Islamic Republic of]', 'type' => 'country-code', ], [ 'domain' => 'pl', - 'description' => 'Research and Academic Computer Network', + 'description' => 'Poland [Republic of]', 'type' => 'country-code', ], [ @@ -4998,12 +4974,12 @@ The Papua New Guinea University of Technology', ], [ 'domain' => 'pm', - 'description' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', + 'description' => 'Saint Pierre and Miquelon', 'type' => 'country-code', ], [ 'domain' => 'pn', - 'description' => 'Pitcairn Island Administration', + 'description' => 'Pitcairn Islands [Pitcairn - Henderson - Ducie and Oeno Islands]', 'type' => 'country-code', ], [ @@ -5038,7 +5014,7 @@ The Papua New Guinea University of Technology', ], [ 'domain' => 'pr', - 'description' => 'Gauss Research Laboratory Inc.', + 'description' => 'Puerto Rico [Commonwealth of]', 'type' => 'country-code', ], [ @@ -5063,8 +5039,7 @@ The Papua New Guinea University of Technology', ], [ 'domain' => 'pro', - 'description' => 'Registry Services Corporation -dba RegistryPro', + 'description' => 'Profession', 'type' => 'generic-restricted', ], [ @@ -5119,14 +5094,12 @@ dba RegistryPro', ], [ 'domain' => 'ps', - 'description' => 'Ministry Of Telecommunications & -Information Technology, -Government Computer Center.', + 'description' => 'Palestine [State of]', 'type' => 'country-code', ], [ 'domain' => 'pt', - 'description' => 'Associação DNS.PT', + 'description' => 'Portugal [Portuguese Republic]', 'type' => 'country-code', ], [ @@ -5136,7 +5109,7 @@ Government Computer Center.', ], [ 'domain' => 'pw', - 'description' => 'Micronesia Investment and Development Corporation', + 'description' => 'Palau [Republic of]', 'type' => 'country-code', ], [ @@ -5146,12 +5119,12 @@ Government Computer Center.', ], [ 'domain' => 'py', - 'description' => 'NIC-PY', + 'description' => 'Paraguay [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'qa', - 'description' => 'Communications Regulatory Authority', + 'description' => 'Qatar [State of]', 'type' => 'country-code', ], [ @@ -5191,7 +5164,7 @@ Government Computer Center.', ], [ 'domain' => 're', - 'description' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', + 'description' => 'Réunion', 'type' => 'country-code', ], [ @@ -5356,7 +5329,7 @@ Government Computer Center.', ], [ 'domain' => 'ro', - 'description' => 'National Institute for R&D in Informatics', + 'description' => 'Romania', 'type' => 'country-code', ], [ @@ -5386,7 +5359,7 @@ Government Computer Center.', ], [ 'domain' => 'rs', - 'description' => 'Serbian National Internet Domain Registry [RNIDS]', + 'description' => 'Serbia [Republic of]', 'type' => 'country-code', ], [ @@ -5396,7 +5369,7 @@ Government Computer Center.', ], [ 'domain' => 'ru', - 'description' => 'Coordination Center for TLD RU', + 'description' => 'Russia [Russian Federation]', 'type' => 'country-code', ], [ @@ -5416,7 +5389,7 @@ Government Computer Center.', ], [ 'domain' => 'rw', - 'description' => 'Rwanda Information Communication and Technology Association [RICTA]', + 'description' => 'Rwanda [Republic of]', 'type' => 'country-code', ], [ @@ -5431,7 +5404,7 @@ Government Computer Center.', ], [ 'domain' => 'sa', - 'description' => 'Communications and Information Technology Commission', + 'description' => 'Saudi Arabia [Kingdom of]', 'type' => 'country-code', ], [ @@ -5521,7 +5494,7 @@ Government Computer Center.', ], [ 'domain' => 'sb', - 'description' => 'Solomon Telekom Company Limited', + 'description' => 'Solomon Islands', 'type' => 'country-code', ], [ @@ -5536,7 +5509,7 @@ Government Computer Center.', ], [ 'domain' => 'sc', - 'description' => 'VCS Pty Ltd', + 'description' => 'Seychelles [Republic of]', 'type' => 'country-code', ], [ @@ -5601,12 +5574,12 @@ Government Computer Center.', ], [ 'domain' => 'sd', - 'description' => 'Sudan Internet Society', + 'description' => 'Sudan [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'se', - 'description' => 'The Internet Infrastructure Foundation', + 'description' => 'Sweden [Kingdom of]', 'type' => 'country-code', ], [ @@ -5681,12 +5654,12 @@ Government Computer Center.', ], [ 'domain' => 'sg', - 'description' => 'Singapore Network Information Centre [SGNIC] Pte Ltd', + 'description' => 'Singapore [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'sh', - 'description' => 'Government of St. Helena', + 'description' => 'Saint Helena', 'type' => 'country-code', ], [ @@ -5756,7 +5729,7 @@ Government Computer Center.', ], [ 'domain' => 'si', - 'description' => 'Academic and Research Network of Slovenia [ARNES]', + 'description' => 'Slovenia [Republic of]', 'type' => 'country-code', ], [ @@ -5781,12 +5754,12 @@ Government Computer Center.', ], [ 'domain' => 'sj', - 'description' => 'UNINETT Norid A/S', + 'description' => 'Svalbard and Jan Mayen {not in use - see also: .no}', 'type' => 'country-code', ], [ 'domain' => 'sk', - 'description' => 'SK-NIC, a.s.', + 'description' => 'Slovakia [Slovak Republic]', 'type' => 'country-code', ], [ @@ -5811,7 +5784,7 @@ Government Computer Center.', ], [ 'domain' => 'sl', - 'description' => 'Sierratel', + 'description' => 'Sierra Leone [Republic of]', 'type' => 'country-code', ], [ @@ -5821,7 +5794,7 @@ Government Computer Center.', ], [ 'domain' => 'sm', - 'description' => 'Telecom Italia San Marino S.p.A.', + 'description' => 'San Marino [Republic of]', 'type' => 'country-code', ], [ @@ -5836,8 +5809,7 @@ Government Computer Center.', ], [ 'domain' => 'sn', - 'description' => 'Universite Cheikh Anta Diop -NIC Senegal', + 'description' => 'Senegal [Republic of]', 'type' => 'country-code', ], [ @@ -5847,7 +5819,7 @@ NIC Senegal', ], [ 'domain' => 'so', - 'description' => 'Ministry of Post and Telecommunications', + 'description' => 'Somalia [Federal Republic of]', 'type' => 'country-code', ], [ @@ -5927,7 +5899,7 @@ NIC Senegal', ], [ 'domain' => 'sr', - 'description' => 'Telesur', + 'description' => 'Suriname [Republic of]', 'type' => 'country-code', ], [ @@ -5942,12 +5914,12 @@ NIC Senegal', ], [ 'domain' => 'ss', - 'description' => 'Not assigned', + 'description' => 'South Sudan [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'st', - 'description' => 'Tecnisys', + 'description' => 'São Tomé and Príncipe [Democratic Republic of]', 'type' => 'country-code', ], [ @@ -6032,8 +6004,7 @@ NIC Senegal', ], [ 'domain' => 'su', - 'description' => 'Russian Institute for Development of Public Networks -[ROSNIIROS]', + 'description' => 'Soviet Union [Union of Soviet Socialist Republics]', 'type' => 'country-code', ], [ @@ -6073,7 +6044,7 @@ NIC Senegal', ], [ 'domain' => 'sv', - 'description' => 'SVNet', + 'description' => 'El Salvador [Republic of]', 'type' => 'country-code', ], [ @@ -6093,12 +6064,12 @@ NIC Senegal', ], [ 'domain' => 'sx', - 'description' => 'SX Registry SA B.V.', + 'description' => 'Sint Maarten', 'type' => 'country-code', ], [ 'domain' => 'sy', - 'description' => 'National Agency for Network Services [NANS]', + 'description' => 'Syria [Syrian Arab Republic]', 'type' => 'country-code', ], [ @@ -6118,8 +6089,7 @@ NIC Senegal', ], [ 'domain' => 'sz', - 'description' => 'University of Swaziland -Department of Computer Science', + 'description' => 'Swaziland [Kingdom of]', 'type' => 'country-code', ], [ @@ -6174,7 +6144,7 @@ Department of Computer Science', ], [ 'domain' => 'tc', - 'description' => 'Melrex TC', + 'description' => 'Turks and Caicos Islands', 'type' => 'country-code', ], [ @@ -6184,7 +6154,7 @@ Department of Computer Science', ], [ 'domain' => 'td', - 'description' => 'l\'Agence de Développement des Technologies de l\'Information et de la Communication [ADETIC]', + 'description' => 'Chad [Republic of]', 'type' => 'country-code', ], [ @@ -6209,7 +6179,7 @@ Department of Computer Science', ], [ 'domain' => 'tel', - 'description' => 'Telnames Ltd.', + 'description' => 'Telephone', 'type' => 'sponsored', ], [ @@ -6239,17 +6209,17 @@ Department of Computer Science', ], [ 'domain' => 'tf', - 'description' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', + 'description' => 'French Southern and Antarctic Lands [Territory of the]', 'type' => 'country-code', ], [ 'domain' => 'tg', - 'description' => 'Autorite de Reglementation des secteurs de Postes et de Telecommunications [ART&P]', + 'description' => 'Togo [Togolese Republic]', 'type' => 'country-code', ], [ 'domain' => 'th', - 'description' => 'Thai Network Information Center Foundation', + 'description' => 'Thailand [Kingdom of]', 'type' => 'country-code', ], [ @@ -6304,7 +6274,7 @@ Department of Computer Science', ], [ 'domain' => 'tj', - 'description' => 'Information Technology Center', + 'description' => 'Tajikistan [Republic of]', 'type' => 'country-code', ], [ @@ -6319,7 +6289,7 @@ Department of Computer Science', ], [ 'domain' => 'tk', - 'description' => 'Telecommunication Tokelau Corporation [Teletok]', + 'description' => 'Tokelau', 'type' => 'country-code', ], [ @@ -6329,12 +6299,12 @@ Department of Computer Science', ], [ 'domain' => 'tl', - 'description' => 'Autoridade Nacional de Comunicações', + 'description' => 'Timor-Leste [Democratic Republic of] [East Timor]', 'type' => 'country-code', ], [ 'domain' => 'tm', - 'description' => 'TM Domain Registry Ltd', + 'description' => 'Turkmenistan', 'type' => 'country-code', ], [ @@ -6344,14 +6314,12 @@ Department of Computer Science', ], [ 'domain' => 'tn', - 'description' => 'Agence Tunisienne d\'Internet', + 'description' => 'Tunisia [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'to', - 'description' => 'Government of the Kingdom of Tonga -H.R.H. Crown Prince Tupouto\'a -c/o Consulate of Tonga', + 'description' => 'Tonga [Kingdom of]', 'type' => 'country-code', ], [ @@ -6411,13 +6379,12 @@ c/o Consulate of Tonga', ], [ 'domain' => 'tp', - 'description' => 'Retired', + 'description' => 'Timor-Leste [Democratic Republic of] [East Timor] {being phased out - also see: .tl}', 'type' => 'country-code', ], [ 'domain' => 'tr', - 'description' => 'Middle East Technical University -Department of Computer Engineering', + 'description' => 'Turkey [Republic of]', 'type' => 'country-code', ], [ @@ -6437,7 +6404,7 @@ Department of Computer Engineering', ], [ 'domain' => 'travel', - 'description' => 'Dog Beach, LLC', + 'description' => 'Travel', 'type' => 'sponsored', ], [ @@ -6467,8 +6434,7 @@ Department of Computer Engineering', ], [ 'domain' => 'tt', - 'description' => 'University of the West Indies -Faculty of Engineering', + 'description' => 'Trinidad and Tobago [Republic of]', 'type' => 'country-code', ], [ @@ -6493,7 +6459,7 @@ Faculty of Engineering', ], [ 'domain' => 'tv', - 'description' => 'Ministry of Finance and Tourism', + 'description' => 'Tuvalu', 'type' => 'country-code', ], [ @@ -6503,17 +6469,17 @@ Faculty of Engineering', ], [ 'domain' => 'tw', - 'description' => 'Taiwan Network Information Center [TWNIC]', + 'description' => 'Taiwan [Republic of China]', 'type' => 'country-code', ], [ 'domain' => 'tz', - 'description' => 'Tanzania Network Information Centre [tzNIC]', + 'description' => 'Tanzania [United Republic of]', 'type' => 'country-code', ], [ 'domain' => 'ua', - 'description' => 'Hostmaster Ltd.', + 'description' => 'Ukraine', 'type' => 'country-code', ], [ @@ -6533,17 +6499,17 @@ Faculty of Engineering', ], [ 'domain' => 'ug', - 'description' => 'Uganda Online Ltd.', + 'description' => 'Uganda [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'uk', - 'description' => 'Nominet UK', + 'description' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', 'type' => 'country-code', ], [ 'domain' => 'um', - 'description' => 'Not assigned', + 'description' => 'United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}', 'type' => 'country-code', ], [ @@ -6573,23 +6539,22 @@ Faculty of Engineering', ], [ 'domain' => 'us', - 'description' => 'NeuStar, Inc.', + 'description' => 'United States of America and United States Minor Outlying Islands', 'type' => 'country-code', ], [ 'domain' => 'uy', - 'description' => 'SeCIU - Universidad de la Republica', + 'description' => 'Uruguay [Oriental Republic of]', 'type' => 'country-code', ], [ 'domain' => 'uz', - 'description' => 'Computerization and Information Technologies Developing Center -UZINFOCOM', + 'description' => 'Uzbekistan [Republic of]', 'type' => 'country-code', ], [ 'domain' => 'va', - 'description' => 'Holy See - Vatican City State', + 'description' => 'Vatican City [Vatican City State]', 'type' => 'country-code', ], [ @@ -6609,12 +6574,12 @@ UZINFOCOM', ], [ 'domain' => 'vc', - 'description' => 'Ministry of Telecommunications, Science, Technology and Industry', + 'description' => 'Saint Vincent and the Grenadines', 'type' => 'country-code', ], [ 'domain' => 've', - 'description' => 'Comisión Nacional de Telecomunicaciones [CONATEL]', + 'description' => 'Venezuela [Bolivarian Republic of]', 'type' => 'country-code', ], [ @@ -6644,12 +6609,12 @@ UZINFOCOM', ], [ 'domain' => 'vg', - 'description' => 'Telecommunications Regulatory Commission of the Virgin Islands', + 'description' => 'British Virgin Islands [Virgin Islands]', 'type' => 'country-code', ], [ 'domain' => 'vi', - 'description' => 'Virgin Islands Public Telecommunications System, Inc.', + 'description' => 'United States Virgin Islands [United States Virgin Islands]', 'type' => 'country-code', ], [ @@ -6729,7 +6694,7 @@ UZINFOCOM', ], [ 'domain' => 'vn', - 'description' => 'Ministry of Information and Communications of Socialist Republic of Viet Nam', + 'description' => 'Vietnam [Socialist Republic of]', 'type' => 'country-code', ], [ @@ -6769,7 +6734,7 @@ UZINFOCOM', ], [ 'domain' => 'vu', - 'description' => 'Telecom Vanuatu Limited', + 'description' => 'Vanuatu [Republic of]', 'type' => 'country-code', ], [ @@ -6864,7 +6829,7 @@ UZINFOCOM', ], [ 'domain' => 'wf', - 'description' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', + 'description' => 'Wallis and Futuna [Territory of the Wallis and Futuna Islands]', 'type' => 'country-code', ], [ @@ -6944,7 +6909,7 @@ UZINFOCOM', ], [ 'domain' => 'ws', - 'description' => 'Government of Samoa Ministry of Foreign Affairs & Trade', + 'description' => 'Samoa [Independent State of]', 'type' => 'country-code', ], [ @@ -7804,7 +7769,7 @@ UZINFOCOM', ], [ 'domain' => 'xxx', - 'description' => 'ICM Registry LLC', + 'description' => 'Adult entertainment', 'type' => 'sponsored', ], [ @@ -7834,7 +7799,7 @@ UZINFOCOM', ], [ 'domain' => 'ye', - 'description' => 'TeleYemen', + 'description' => 'Yemen [Republic of]', 'type' => 'country-code', ], [ @@ -7864,7 +7829,7 @@ UZINFOCOM', ], [ 'domain' => 'yt', - 'description' => 'Association Française pour le Nommage Internet en Coopération [A.F.N.I.C.]', + 'description' => 'Mayotte [Department of]', 'type' => 'country-code', ], [ @@ -7874,7 +7839,7 @@ UZINFOCOM', ], [ 'domain' => 'za', - 'description' => 'ZA Domain Name Authority', + 'description' => 'South Africa [Republic of]', 'type' => 'country-code', ], [ @@ -7904,7 +7869,7 @@ UZINFOCOM', ], [ 'domain' => 'zm', - 'description' => 'Zambia Information and Communications Technology Authority [ZICTA]', + 'description' => 'Zambia [Republic of]', 'type' => 'country-code', ], [ @@ -7919,7 +7884,7 @@ UZINFOCOM', ], [ 'domain' => 'zw', - 'description' => 'Postal and Telecommunications Regulatory Authority of Zimbabwe [POTRAZ]', + 'description' => 'Zimbabwe [Republic of]', 'type' => 'country-code', ]]; diff --git a/tlds.csv b/tlds.csv index 4393fee..4611b3f 100644 --- a/tlds.csv +++ b/tlds.csv @@ -8,8 +8,7 @@ abc,"Disney Enterprises, Inc.",generic able,Able Inc.,generic abogado,Top Level Domain Holdings Limited,generic abudhabi,Abu Dhabi Systems and Information Centre,generic -ac,"Network Information Center (AC Domain Registry) -c/o Cable and Wireless (Ascension Island)",country-code +ac,Ascension Island,country-code academy,"Binky Moon, LLC",generic accenture,Accenture plc,generic accountant,dot Accountant Limited,generic @@ -17,29 +16,29 @@ accountants,"Binky Moon, LLC",generic aco,ACO Severin Ahlmann GmbH & Co. KG,generic active,"Active Network, LLC",generic actor,United TLD Holdco Ltd.,generic -ad,Andorra Telecom,country-code +ad,Andorra (Principality of),country-code adac,Allgemeiner Deutscher Automobil-Club e.V. (ADAC),generic ads,Charleston Road Registry Inc.,generic adult,ICM Registry AD LLC,generic -ae,Telecommunication Regulatory Authority (TRA),country-code +ae,United Arab Emirates,country-code aeg,Aktiebolaget Electrolux,generic -aero,Societe Internationale de Telecommunications Aeronautique (SITA INC USA),sponsored +aero,Air-transport industry,sponsored aetna,Aetna Life Insurance Company,generic -af,Ministry of Communications and IT,country-code +af,Afghanistan (Islamic Republic of),country-code afamilycompany,"Johnson Shareholdings, Inc.",generic afl,Australian Football League,generic africa,ZA Central Registry NPC trading as Registry.Africa,generic -ag,UHSA School of Medicine,country-code +ag,Antigua and Barbuda,country-code agakhan,Fondation Aga Khan (Aga Khan Foundation),generic agency,"Binky Moon, LLC",generic -ai,Government of Anguilla,country-code +ai,Anguilla,country-code aig,"American International Group, Inc.",generic aigo,"aigo Digital Technology Co,Ltd.",generic airbus,Airbus S.A.S.,generic airforce,United TLD Holdco Ltd.,generic airtel,Bharti Airtel Limited,generic akdn,Fondation Aga Khan (Aga Khan Foundation),generic -al,Electronic and Postal Communications Authority - AKEP,country-code +al,Albania (Republic of),country-code alfaromeo,Fiat Chrysler Automobiles N.V.,generic alibaba,Alibaba Group Holding Limited,generic alipay,Alibaba Group Holding Limited,generic @@ -48,41 +47,41 @@ allstate,Allstate Fire and Casualty Insurance Company,generic ally,Ally Financial Inc.,generic alsace,REGION GRAND EST,generic alstom,ALSTOM,generic -am,"""Internet Society"" Non-governmental Organization",country-code +am,Armenia (Republic of),country-code americanexpress,"American Express Travel Related Services Company, Inc.",generic americanfamily,"AmFam, Inc.",generic amex,"American Express Travel Related Services Company, Inc.",generic amfam,"AmFam, Inc.",generic amica,Amica Mutual Insurance Company,generic amsterdam,Gemeente Amsterdam,generic -an,Retired,country-code +an,Netherlands Antilles,country-code analytics,Campus IP LLC,generic android,Charleston Road Registry Inc.,generic anquan,QIHOO 360 TECHNOLOGY CO. LTD.,generic anz,Australia and New Zealand Banking Group Limited,generic -ao,Faculdade de Engenharia da Universidade Agostinho Neto,country-code +ao,Angola (Republic of),country-code aol,OATH Inc.,generic apartments,"Binky Moon, LLC",generic app,Charleston Road Registry Inc.,generic apple,Apple Inc.,generic -aq,Antarctica Network Information Centre Limited,country-code +aq,Antarctica,country-code aquarelle,Aquarelle.com,generic -ar,Presidencia de la Nación – Secretaría Legal y Técnica,country-code +ar,Argentina (Argentine Republic),country-code arab,League of Arab States,generic aramco,Aramco Services Company,generic archi,STARTING DOT LIMITED,generic army,United TLD Holdco Ltd.,generic -arpa,Internet Architecture Board (IAB),infrastructure +arpa,Address and Routing Parameter Area,infrastructure art,UK Creative Ideas Limited,generic arte,Association Relative à la Télévision Européenne G.E.I.E.,generic -as,AS Domain Registry,country-code +as,American Samoa,country-code asda,"Wal-Mart Stores, Inc.",generic -asia,DotAsia Organisation Ltd.,sponsored +asia,Organisations and individuals in the Asia-Pacific region,sponsored associates,"Binky Moon, LLC",generic -at,nic.at GmbH,country-code +at,Austria (Republic of),country-code athleta,"The Gap, Inc.",generic attorney,"United TLD Holdco, Ltd",generic -au,.au Domain Administration (auDA),country-code +au,Australia (Commonwealth of),country-code auction,"United TLD HoldCo, Ltd.",generic audi,AUDI Aktiengesellschaft,generic audible,"Amazon Registry Services, Inc.",generic @@ -92,13 +91,13 @@ author,"Amazon Registry Services, Inc.",generic auto,Cars Registry Limited,generic autos,"DERAutos, LLC",generic avianca,Aerovias del Continente Americano S.A. Avianca,generic -aw,SETAR,country-code +aw,Aruba,country-code aws,"Amazon Registry Services, Inc.",generic -ax,Ålands landskapsregering,country-code +ax,Åland Islands,country-code axa,AXA SA,generic -az,IntraNS,country-code +az,Azerbaijan (Republic of),country-code azure,Microsoft Corporation,generic -ba,Universtiy Telinformatic Centre (UTIC),country-code +ba,Bosnia and Herzegovina,country-code baby,"Johnson & Johnson Services, Inc.",generic baidu,"Baidu, Inc.",generic banamex,Citigroup Inc.,generic @@ -115,16 +114,14 @@ baseball,"MLB Advanced Media DH, LLC",generic basketball,Fédération Internationale de Basketball (FIBA),generic bauhaus,Werkhaus GmbH,generic bayern,Bayern Connect GmbH,generic -bb,"Government of Barbados -Ministry of Economic Affairs and Development -Telecommunications Unit",country-code +bb,Barbados,country-code bbc,British Broadcasting Corporation,generic bbt,BB&T Corporation,generic bbva,"BANCO BILBAO VIZCAYA ARGENTARIA, S.A.",generic bcg,"The Boston Consulting Group, Inc.",generic bcn,Municipi de Barcelona,generic -bd,Posts and Telecommunications Division,country-code -be,DNS Belgium vzw/asbl,country-code +bd,Bangladesh (People's Republic of),country-code +be,Belgium (Kingdom of),country-code beats,"Beats Electronics, LLC",generic beauty,L'Oréal,generic beer,Top Level Domain Holdings Limited,generic @@ -133,20 +130,20 @@ berlin,dotBERLIN GmbH & Co. KG,generic best,BestTLD Pty Ltd,generic bestbuy,"BBY Solutions, Inc.",generic bet,Afilias plc,generic -bf,ARCE-AutoritÈ de RÈgulation des Communications Electroniques,country-code -bg,Register.BG,country-code -bh,Telecommunications Regulatory Authority (TRA),country-code +bf,Burkina Faso,country-code +bg,Bulgaria (Republic of),country-code +bh,Bahrain (Kingdom of),country-code bharti,Bharti Enterprises (Holding) Private Limited,generic -bi,Centre National de l'Informatique,country-code +bi,Burundi (Republic of),country-code bible,American Bible Society,generic bid,dot Bid Limited,generic bike,"Binky Moon, LLC",generic bing,Microsoft Corporation,generic bingo,"Binky Moon, LLC",generic bio,STARTING DOT LIMITED,generic -biz,"Neustar, Inc.",generic-restricted -bj,Benin Telecoms S.A.,country-code -bl,Not assigned,country-code +biz,Business,generic-restricted +bj,Benin (Republic of),country-code +bl,Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr},country-code black,Afilias plc,generic blackfriday,"Uniregistry, Corp.",generic blanco,BLANCO GmbH + Co KG,generic @@ -154,13 +151,13 @@ blockbuster,Dish DBS Corporation,generic blog,"Knock Knock WHOIS There, LLC",generic bloomberg,Bloomberg IP Holdings LLC,generic blue,Afilias plc,generic -bm,"Registry General Department, Ministry of Home Affairs",country-code +bm,Bermuda,country-code bms,Bristol-Myers Squibb Company,generic bmw,Bayerische Motoren Werke Aktiengesellschaft,generic -bn,Authority for Info-communications Technology Industry of Brunei Darussalam (AITI),country-code +bn,Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam],country-code bnl,Banca Nazionale del Lavoro,generic bnpparibas,BNP Paribas,generic -bo,Agencia para el Desarrollo de la Información de la Sociedad en Bolivia,country-code +bo,Bolivia (Plurinational State of),country-code boats,"DERBoats, LLC",generic boehringer,Boehringer Ingelheim International GmbH,generic bofa,Bank of America Corporation,generic @@ -176,16 +173,16 @@ boston,"Boston TLD Management, LLC",generic bot,"Amazon Registry Services, Inc.",generic boutique,"Binky Moon, LLC",generic box,NS1 Limited,generic -bq,Not assigned,country-code -br,Comite Gestor da Internet no Brasil,country-code +bq,Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl},country-code +br,Brazil (Federative Republic of),country-code bradesco,Banco Bradesco S.A.,generic bridgestone,Bridgestone Corporation,generic broadway,"Celebrate Broadway, Inc.",generic broker,DOTBROKER REGISTRY LTD,generic brother,"Brother Industries, Ltd.",generic brussels,DNS.be vzw,generic -bs,The College of the Bahamas,country-code -bt,Ministry of Information and Communications,country-code +bs,Bahamas (Commonwealth of the),country-code +bt,Bhutan (Kingdom of),country-code budapest,Top Level Domain Holdings Limited,generic bugatti,Bugatti International SA,generic build,Plan Bee LLC,generic @@ -193,12 +190,12 @@ builders,"Binky Moon, LLC",generic business,"Binky Moon, LLC",generic buy,"Amazon Registry Services, INC",generic buzz,DOTSTRATEGY CO.,generic -bv,UNINETT Norid A/S,country-code -bw,Botswana Communications Regulatory Authority (BOCRA),country-code -by,"Reliable Software, Ltd.",country-code -bz,University of Belize,country-code +bv,Bouvet Island,country-code +bw,Botswana (Republic of),country-code +by,Belarus (Republic of),country-code +bz,Belize,country-code bzh,Association www.bzh,generic -ca,Canadian Internet Registration Authority (CIRA) Autorité Canadienne pour les enregistrements Internet (ACEI),country-code +ca,Canada,country-code cab,"Binky Moon, LLC",generic cafe,"Binky Moon, LLC",generic cal,Charleston Road Registry Inc.,generic @@ -225,25 +222,24 @@ case,CNH Industrial N.V.,generic caseih,CNH Industrial N.V.,generic cash,"Binky Moon, LLC",generic casino,"Binky Moon, LLC",generic -cat,Fundacio puntCAT,sponsored +cat,Catalan,sponsored catering,"Binky Moon, LLC",generic catholic,Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication),generic cba,COMMONWEALTH BANK OF AUSTRALIA,generic cbn,"The Christian Broadcasting Network, Inc.",generic cbre,"CBRE, Inc.",generic cbs,CBS Domains Inc.,generic -cc,"eNIC Cocos (Keeling) Islands Pty. -Ltd. d/b/a Island Internet Services",country-code -cd,Office Congolais des Postes et Télécommunications - OCPT,country-code +cc,Cocos (Keeling) Islands (Territory of the),country-code +cd,Congo (Democratic Republic of the) [Congo-Kinshasa],country-code ceb,The Corporate Executive Board Company,generic center,"Binky Moon, LLC",generic ceo,CEOTLD Pty Ltd,generic cern,"European Organization for Nuclear Research (""CERN"")",generic -cf,Societe Centrafricaine de Telecommunications (SOCATEL),country-code +cf,Central African Republic,country-code cfa,CFA Institute,generic cfd,DOTCFD REGISTRY LTD,generic -cg,ONPT Congo and Interpoint Switzerland,country-code -ch,SWITCH The Swiss Education & Research Network,country-code +cg,Congo (Republic of) [Congo-Brazzaville],country-code +ch,Switzerland (Swiss Confederation),country-code chanel,Chanel International B.V.,generic channel,Charleston Road Registry Inc.,generic charity,"Corn Lake, LLC",generic @@ -256,7 +252,7 @@ christmas,"Uniregistry, Corp.",generic chrome,Charleston Road Registry Inc.,generic chrysler,FCA US LLC.,generic church,"Binky Moon, LLC",generic -ci,Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire (ARTCI),country-code +ci,Ivory Coast (Republic of Côte d'Ivoire),country-code cipriani,Hotel Cipriani Srl,generic circle,"Amazon Registry Services, Inc.",generic cisco,"Cisco Technology, Inc.",generic @@ -265,8 +261,8 @@ citi,Citigroup Inc.,generic citic,CITIC Group Corporation,generic city,"Binky Moon, LLC",generic cityeats,"Lifestyle Domain Holdings, Inc.",generic -ck,Telecom Cook Islands Ltd.,country-code -cl,NIC Chile (University of Chile),country-code +ck,Cook Islands,country-code +cl,Chile (Republic of),country-code claims,"Binky Moon, LLC",generic cleaning,"Binky Moon, LLC",generic click,"Uniregistry, Corp.",generic @@ -276,15 +272,15 @@ clothing,"Binky Moon, LLC",generic cloud,ARUBA PEC S.p.A.,generic club,".CLUB DOMAINS, LLC",generic clubmed,Club Méditerranée S.A.,generic -cm,Cameroon Telecommunications (CAMTEL),country-code -cn,China Internet Network Information Center (CNNIC),country-code -co,.CO Internet S.A.S.,country-code +cm,Cameroon (Republic of),country-code +cn,China (People's Republic of),country-code +co,Colombia (Republic of),country-code coach,"Binky Moon, LLC",generic codes,"Binky Moon, LLC",generic coffee,"Binky Moon, LLC",generic college,XYZ.COM LLC,generic cologne,punkt.wien GmbH,generic -com,VeriSign Global Registry Services,generic +com,Commercial organizations,generic comcast,"Comcast IP Holdings I, LLC",generic commbank,COMMONWEALTH BANK OF AUSTRALIA,generic community,"Binky Moon, LLC",generic @@ -300,14 +296,13 @@ contractors,"Binky Moon, LLC",generic cooking,Top Level Domain Holdings Limited,generic cookingchannel,"Lifestyle Domain Holdings, Inc.",generic cool,"Binky Moon, LLC",generic -coop,DotCooperation LLC,sponsored +coop,Cooperatives,sponsored corsica,Collectivité Territoriale de Corse,generic country,Top Level Domain Holdings Limited,generic coupon,"Amazon Registry Services, Inc.",generic coupons,"Binky Moon, LLC",generic courses,OPEN UNIVERSITIES AUSTRALIA PTY LTD,generic -cr,"National Academy of Sciences -Academia Nacional de Ciencias",country-code +cr,Costa Rica (Republic of),country-code credit,"Binky Moon, LLC",generic creditcard,"Binky Moon, LLC",generic creditunion,"CUNA Performance Resources, LLC",generic @@ -317,17 +312,15 @@ crs,Federated Co-operatives Limited,generic cruise,Viking River Cruises (Bermuda) Ltd.,generic cruises,"Binky Moon, LLC",generic csc,"Alliance-One Services, Inc.",generic -cu,"CENIAInternet -Industria y San Jose -Capitolio Nacional",country-code +cu,Cuba (Republic of),country-code cuisinella,SALM S.A.S.,generic -cv,Agência Nacional das Comunicações (ANAC),country-code -cw,University of Curacao,country-code -cx,Christmas Island Domain Administration Limited,country-code -cy,University of Cyprus,country-code +cv,Cape Verde (Republic of),country-code +cw,Curaçao (Country of),country-code +cx,Christmas Island (Territory of),country-code +cy,Cyprus (Republic of),country-code cymru,Nominet UK,generic cyou,"Beijing Gamease Age Digital Technology Co., Ltd.",generic -cz,"CZ.NIC, z.s.p.o",country-code +cz,Czech Republic,country-code dabur,Dabur India Limited,generic dad,Charleston Road Registry Inc.,generic dance,United TLD Holdco Ltd.,generic @@ -338,7 +331,7 @@ datsun,"NISSAN MOTOR CO., LTD.",generic day,Charleston Road Registry Inc.,generic dclk,Charleston Road Registry Inc.,generic dds,Minds + Machines Group Limited,generic -de,DENIC eG,country-code +de,Germany (Federal Republic of),country-code deal,"Amazon Registry Services, Inc.",generic dealer,"Dealer Dot Com, Inc.",generic deals,"Binky Moon, LLC",generic @@ -363,12 +356,11 @@ discount,"Binky Moon, LLC",generic discover,Discover Financial Services,generic dish,Dish DBS Corporation,generic diy,"Lifestyle Domain Holdings, Inc.",generic -dj,Djibouti Telecom S.A,country-code -dk,Dansk Internet Forum,country-code -dm,DotDM Corporation,country-code +dj,Djibouti (Republic of),country-code +dk,Denmark (Kingdom of),country-code +dm,Dominica (Commonwealth of),country-code dnp,"Dai Nippon Printing Co., Ltd.",generic -do,"Pontificia Universidad Catolica Madre y Maestra -Recinto Santo Tomas de Aquino",country-code +do,Dominican Republic,country-code docs,Charleston Road Registry Inc.,generic doctor,"Binky Moon, LLC",generic dodge,FCA US LLC.,generic @@ -388,18 +380,17 @@ dupont,E. I. du Pont de Nemours and Company,generic durban,ZA Central Registry NPC trading as ZA Central Registry,generic dvag,Deutsche Vermögensberatung Aktiengesellschaft DVAG,generic dvr,Hughes Satellite Systems Corporation,generic -dz,CERIST,country-code +dz,Algeria (People's Democratic Republic of),country-code earth,"Interlink Co., Ltd.",generic eat,Charleston Road Registry Inc.,generic -ec,ECUADORDOMAIN S.A.,country-code +ec,Ecuador (Republic of),country-code eco,Big Room Inc.,generic edeka,EDEKA Verband kaufmännischer Genossenschaften e.V.,generic -edu,EDUCAUSE,sponsored +edu,Educational establishments,sponsored education,"Binky Moon, LLC",generic -ee,Eesti Interneti Sihtasutus (EIS),country-code -eg,"Egyptian Universities Network (EUN) -Supreme Council of Universities",country-code -eh,Not assigned,country-code +ee,Estonia (Republic of),country-code +eg,Egypt (Arab Republic of),country-code +eh,Western Sahara {reserved},country-code email,"Binky Moon, LLC",generic emerck,Merck KGaA,generic energy,"Binky Moon, LLC",generic @@ -409,16 +400,16 @@ enterprises,"Binky Moon, LLC",generic epost,Deutsche Post AG,generic epson,Seiko Epson Corporation,generic equipment,"Binky Moon, LLC",generic -er,Eritrea Telecommunication Services Corporation (EriTel),country-code +er,Eritrea (State of),country-code ericsson,Telefonaktiebolaget L M Ericsson,generic erni,ERNI Group Holding AG,generic -es,Red.es,country-code +es,Spain (Kingdom of),country-code esq,Charleston Road Registry Inc.,generic estate,"Binky Moon, LLC",generic esurance,Esurance Insurance Company,generic -et,Ethio telecom,country-code +et,Ethiopia (Federal Democratic Republic of),country-code etisalat,Emirates Telecommunications Corporation (trading as Etisalat),generic -eu,EURid vzw/asbl,country-code +eu,European Union,country-code eurovision,European Broadcasting Union (EBU),generic eus,Puntueus Fundazioa,generic events,"Binky Moon, LLC",generic @@ -443,7 +434,7 @@ fedex,Federal Express Corporation,generic feedback,"Top Level Spectrum, Inc.",generic ferrari,Fiat Chrysler Automobiles N.V.,generic ferrero,Ferrero Trading Lux S.A.,generic -fi,Finnish Communications Regulatory Authority,country-code +fi,Finland (Republic of),country-code fiat,Fiat Chrysler Automobiles N.V.,generic fidelity,Fidelity Brokerage Services LLC,generic fido,Rogers Communications Canada Inc.,generic @@ -458,9 +449,8 @@ fish,"Binky Moon, LLC",generic fishing,Top Level Domain Holdings Limited,generic fit,Minds + Machines Group Limited,generic fitness,"Binky Moon, LLC",generic -fj,"The University of the South Pacific -IT Services",country-code -fk,Falkland Islands Government,country-code +fj,Fiji (Republic of),country-code +fk,Falkland Islands (Malvinas),country-code flickr,Yahoo! Domain Services Inc.,generic flights,"Binky Moon, LLC",generic flir,"FLIR Systems, Inc.",generic @@ -468,8 +458,8 @@ florist,"Binky Moon, LLC",generic flowers,"Uniregistry, Corp.",generic flsmidth,Retired,generic fly,Charleston Road Registry Inc.,generic -fm,FSM Telecommunications Corporation,country-code -fo,FO Council,country-code +fm,Micronesia (Federated States of),country-code +fo,Faroe Islands,country-code foo,Charleston Road Registry Inc.,generic food,"Lifestyle Domain Holdings, Inc.",generic foodnetwork,"Lifestyle Domain Holdings, Inc.",generic @@ -480,7 +470,7 @@ forsale,"United TLD Holdco, LLC",generic forum,"Fegistry, LLC",generic foundation,"Binky Moon, LLC",generic fox,"FOX Registry, LLC",generic -fr,Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.),country-code +fr,France (French Republic),country-code free,"Amazon Registry Services, Inc.",generic fresenius,Fresenius Immobilien-Verwaltungs-GmbH,generic frl,FRLregistry B.V.,generic @@ -495,7 +485,7 @@ fund,"Binky Moon, LLC",generic furniture,"Binky Moon, LLC",generic futbol,"United TLD Holdco, Ltd.",generic fyi,"Binky Moon, LLC",generic -ga,Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF),country-code +ga,Gabon (Gabonese Republic),country-code gal,Asociación puntoGAL,generic gallery,"Binky Moon, LLC",generic gallo,"Gallo Vineyards, Inc.",generic @@ -504,36 +494,36 @@ game,"Uniregistry, Corp.",generic games,United TLD Holdco Ltd.,generic gap,"The Gap, Inc.",generic garden,Top Level Domain Holdings Limited,generic -gb,Reserved Domain - IANA,country-code +gb,United Kingdom (United Kingdom of Great Britain and Northern Ireland),country-code gbiz,Charleston Road Registry Inc.,generic -gd,The National Telecommunications Regulatory Commission (NTRC),country-code +gd,Grenada,country-code gdn,"Joint Stock Company ""Navigation-information systems""",generic -ge,Caucasus Online LLC,country-code +ge,Georgia,country-code gea,GEA Group Aktiengesellschaft,generic gent,Combell nv,generic genting,Resorts World Inc. Pte. Ltd.,generic george,"Wal-Mart Stores, Inc.",generic -gf,Net Plus,country-code -gg,Island Networks Ltd.,country-code +gf,French Guiana,country-code +gg,Guernsey (Bailiwick of),country-code ggee,"GMO Internet, Inc.",generic -gh,Network Computer Systems Limited,country-code -gi,Sapphire Networks,country-code +gh,Ghana (Republic of),country-code +gi,Gibraltar,country-code gift,"Uniregistry, Corp.",generic gifts,"Binky Moon, LLC",generic gives,United TLD Holdco Ltd.,generic giving,Giving Limited,generic -gl,TELE Greenland A/S,country-code +gl,Greenland,country-code glade,"Johnson Shareholdings, Inc.",generic glass,"Binky Moon, LLC",generic gle,Charleston Road Registry Inc.,generic global,Dot Global Domain Registry Limited,generic globo,Globo Comunicação e Participações S.A,generic -gm,GM-NIC,country-code +gm,Gambia (Republic of The),country-code gmail,Charleston Road Registry Inc.,generic gmbh,"Binky Moon, LLC",generic gmo,"GMO Internet, Inc.",generic gmx,1&1 Mail & Media GmbH,generic -gn,Centre National des Sciences Halieutiques de Boussoura,country-code +gn,Guinea (Republic of),country-code godaddy,"Go Daddy East, LLC",generic gold,"Binky Moon, LLC",generic goldpoint,"YODOBASHI CAMERA CO.,LTD.",generic @@ -545,11 +535,10 @@ goog,Charleston Road Registry Inc.,generic google,Charleston Road Registry Inc.,generic gop,"Republican State Leadership Committee, Inc.",generic got,"Amazon Registry Services, Inc.",generic -gov,"General Services Administration -Attn: QTDC, 2E08 (.gov Domain Registration)",sponsored -gp,Networking Technologies Group,country-code -gq,GETESA,country-code -gr,ICS-FORTH GR,country-code +gov,US government,sponsored +gp,Guadeloupe,country-code +gq,Equatorial Guinea (Republic of),country-code +gr,Greece (Hellenic Republic),country-code grainger,"Grainger Registry Services, LLC",generic graphics,"Binky Moon, LLC",generic gratis,"Binky Moon, LLC",generic @@ -557,17 +546,17 @@ green,DotGreen Registry Limited,generic gripe,"Binky Moon, LLC",generic grocery,"Wal-Mart Stores, Inc.",generic group,"Binky Moon, LLC",generic -gs,Government of South Georgia and South Sandwich Islands (GSGSSI),country-code -gt,Universidad del Valle de Guatemala,country-code -gu,University of Guam,country-code +gs,South Georgia and the South Sandwich Islands,country-code +gt,Guatemala (Republic of),country-code +gu,Guam,country-code guardian,The Guardian Life Insurance Company of America,generic gucci,Guccio Gucci S.p.a.,generic guge,Charleston Road Registry Inc.,generic guide,"Binky Moon, LLC",generic guitars,"Uniregistry, Corp.",generic guru,"Binky Moon, LLC",generic -gw,Autoridade Reguladora Nacional - Tecnologias de Informação e Comunicação da Guiné-Bissau,country-code -gy,University of Guyana,country-code +gw,Guinea-Bissau (Republic of),country-code +gy,Guyana (Co-operative Republic of),country-code hair,L'Oreal,generic hamburg,Hamburg Top-Level-Domain GmbH,generic hangout,Charleston Road Registry Inc.,generic @@ -586,10 +575,10 @@ hiphop,"Uniregistry, Corp.",generic hisamitsu,"Hisamitsu Pharmaceutical Co.,Inc.",generic hitachi,"Hitachi, Ltd.",generic hiv,"Uniregistry, Corp.",generic -hk,Hong Kong Internet Registration Corporation Ltd.,country-code +hk,Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China),country-code hkt,PCCW-HKT DataCom Services Limited,generic -hm,HM Domain Registry,country-code -hn,Red de Desarrollo Sostenible Honduras,country-code +hm,Heard Island and McDonald Islands,country-code +hn,Honduras (Republic of),country-code hockey,"Binky Moon, LLC",generic holdings,"Binky Moon, LLC",generic holiday,"Binky Moon, LLC",generic @@ -609,11 +598,11 @@ hotels,Booking.com B.V.,generic hotmail,Microsoft Corporation,generic house,"Binky Moon, LLC",generic how,Charleston Road Registry Inc.,generic -hr,CARNet - Croatian Academic and Research Network,country-code +hr,Croatia (Republic of),country-code hsbc,HSBC Global Services (UK) Limited,generic -ht,Consortium FDS/RDDH,country-code +ht,Haiti (Republic of),country-code htc,Not assigned,generic -hu,Council of Hungarian Internet Providers (CHIP),country-code +hu,Hungary,country-code hughes,Hughes Satellite Systems Corporation,generic hyatt,"Hyatt GTLD, L.L.C.",generic hyundai,Hyundai Motor Company,generic @@ -621,46 +610,43 @@ ibm,International Business Machines Corporation,generic icbc,Industrial and Commercial Bank of China Limited,generic ice,"IntercontinentalExchange, Inc.",generic icu,Shortdot SA,generic -id,Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI),country-code -ie,"University College Dublin -Computing Services -Computer Centre",country-code +id,Indonesia (Republic of),country-code +ie,Ireland (Republic of),country-code ieee,IEEE Global LLC,generic ifm,ifm electronic gmbh,generic iinet,Retired,generic ikano,Ikano S.A.,generic -il,Internet Society of Israel,country-code -im,Isle of Man Government,country-code +il,Israel (State of),country-code +im,Isle of Man,country-code imamat,Fondation Aga Khan (Aga Khan Foundation),generic imdb,"Amazon Registry Services, Inc.",generic immo,"Binky Moon, LLC",generic immobilien,United TLD Holdco Ltd.,generic -in,National Internet Exchange of India,country-code +in,India (Republic of),country-code industries,"Binky Moon, LLC",generic infiniti,"NISSAN MOTOR CO., LTD.",generic -info,Afilias Limited,generic +info,Informational sites,generic ing,Charleston Road Registry Inc.,generic ink,"Top Level Design, LLC",generic institute,"Binky Moon, LLC",generic insurance,fTLD Registry Services LLC,generic insure,"Binky Moon, LLC",generic -int,Internet Assigned Numbers Authority,sponsored +int,International treaty-based organizations,sponsored intel,Intel Corporation,generic international,"Binky Moon, LLC",generic intuit,"Intuit Administrative Services, Inc.",generic investments,"Binky Moon, LLC",generic -io,"IO Top Level Domain Registry -Cable and Wireless",country-code +io,British Indian Ocean Territory,country-code ipiranga,Ipiranga Produtos de Petroleo S.A.,generic -iq,Communications and Media Commission (CMC),country-code -ir,Institute for Research in Fundamental Sciences,country-code +iq,Iraq (Republic of),country-code +ir,Iran (Islamic Republic of),country-code irish,"Binky Moon, LLC",generic -is,ISNIC - Internet Iceland ltd.,country-code +is,Iceland,country-code iselect,iSelect Ltd,generic ismaili,Fondation Aga Khan (Aga Khan Foundation),generic ist,Istanbul Metropolitan Municipality,generic istanbul,Istanbul Metropolitan Municipality,generic -it,IIT - CNR,country-code +it,Italy (Italian Republic),country-code itau,Itau Unibanco Holding S.A.,generic itv,ITV Services Limited,generic iveco,CNH Industrial N.V.,generic @@ -669,59 +655,59 @@ jaguar,Jaguar Land Rover Ltd,generic java,Oracle Corporation,generic jcb,"JCB Co., Ltd.",generic jcp,"JCP Media, Inc.",generic -je,Island Networks (Jersey) Ltd.,country-code +je,Jersey (Bailiwick of),country-code jeep,FCA US LLC.,generic jetzt,"Binky Moon, LLC",generic jewelry,"Binky Moon, LLC",generic jio,"Affinity Names, Inc.",generic jlc,Richemont DNS Inc.,generic jll,Jones Lang LaSalle Incorporated,generic -jm,University of West Indies,country-code +jm,Jamaica (Commonwealth of),country-code jmp,Matrix IP LLC,generic jnj,"Johnson & Johnson Services, Inc.",generic -jo,National Information Technology Center (NITC),country-code -jobs,Employ Media LLC,sponsored +jo,Jordan (Hashemite Kingdom of),country-code +jobs,Employment-related sites,sponsored joburg,ZA Central Registry NPC trading as ZA Central Registry,generic jot,"Amazon Registry Services, Inc.",generic joy,"Amazon Registry Services, Inc.",generic -jp,"Japan Registry Services Co., Ltd.",country-code +jp,Japan,country-code jpmorgan,"JPMorgan Chase Bank, National Association",generic jprs,"Japan Registry Services Co., Ltd.",generic juegos,"Uniregistry, Corp.",generic juniper,"JUNIPER NETWORKS, INC.",generic kaufen,United TLD Holdco Ltd.,generic kddi,KDDI CORPORATION,generic -ke,Kenya Network Information Center (KeNIC),country-code +ke,Kenya (Republic of),country-code kerryhotels,Kerry Trading Co. Limited,generic kerrylogistics,Kerry Trading Co. Limited,generic kerryproperties,Kerry Trading Co. Limited,generic kfh,Kuwait Finance House,generic -kg,AsiaInfo Telecommunication Enterprise,country-code -kh,Telecommunication Regulator of Cambodia (TRC),country-code -ki,"Ministry of Communications, Transport, and Tourism Development",country-code +kg,Kyrgyzstan (Kyrgyz Republic),country-code +kh,Cambodia (Kingdom of),country-code +ki,Kiribati (Republic of),country-code kia,KIA MOTORS CORPORATION,generic kim,Afilias plc,generic kinder,Ferrero Trading Lux S.A.,generic kindle,"Amazon Registry Services, Inc.",generic kitchen,"Binky Moon, LLC",generic kiwi,DOT KIWI LIMITED,generic -km,Comores Telecom,country-code -kn,"Ministry of Finance, Sustainable Development Information & Technology",country-code +km,Comoros (Union of the),country-code +kn,Saint Kitts and Nevis (Federation of),country-code koeln,punkt.wien GmbH,generic komatsu,Komatsu Ltd.,generic kosher,Kosher Marketing Assets LLC,generic -kp,Star Joint Venture Company,country-code +kp,Korea (Democratic People's Republic of) [North Korea],country-code kpmg,KPMG International Cooperative (KPMG International Genossenschaft),generic kpn,Koninklijke KPN N.V.,generic -kr,Korea Internet & Security Agency (KISA),country-code +kr,Korea (Republic of) [South Korea],country-code krd,KRG Department of Information Technology,generic kred,KredTLD Pty Ltd,generic kuokgroup,Kerry Trading Co. Limited,generic -kw,Communications and Information Technology Regulatory Authority,country-code -ky,Utility Regulation and Competition Office (OfReg),country-code +kw,Kuwait (State of Kuwait),country-code +ky,Cayman Islands,country-code kyoto,Academic Institution: Kyoto Jyoho Gakuen,generic -kz,Association of IT Companies of Kazakhstan,country-code -la,"Lao National Internet Committee (LANIC), Ministry of Posts and Telecommunications",country-code +kz,Kazakhstan (Republic of),country-code +la,Laos (Lao People's Democratic Republic),country-code lacaixa,CAIXA D'ESTALVIS I PENSIONS DE BARCELONA,generic ladbrokes,LADBROKES INTERNATIONAL PLC,generic lamborghini,Automobili Lamborghini S.p.A.,generic @@ -738,9 +724,8 @@ latino,Dish DBS Corporation,generic latrobe,La Trobe University,generic law,Minds + Machines Group Limited,generic lawyer,"United TLD Holdco, Ltd",generic -lb,"American University of Beirut -Computing and Networking Services",country-code -lc,University of Puerto Rico,country-code +lb,Lebanon (Lebanese Republic),country-code +lc,Saint Lucia,country-code lds,"IRI Domain Management, LLC",generic lease,"Binky Moon, LLC",generic leclerc,A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc,generic @@ -749,7 +734,7 @@ legal,"Binky Moon, LLC",generic lego,LEGO Juris A/S,generic lexus,TOYOTA MOTOR CORPORATION,generic lgbt,Afilias plc,generic -li,SWITCH The Swiss Education & Research Network,country-code +li,Liechtenstein (Principality of),country-code liaison,"Liaison Technologies, Incorporated",generic lidl,Schwarz Domains und Services GmbH & Co. KG,generic life,"Binky Moon, LLC",generic @@ -767,8 +752,7 @@ lipsy,Lipsy Ltd,generic live,United TLD Holdco Ltd.,generic living,"Lifestyle Domain Holdings, Inc.",generic lixil,LIXIL Group Corporation,generic -lk,"Council for Information Technology -LK Domain Registrar",country-code +lk,Sri Lanka (Democratic Socialist Republic of),country-code llc,Afilias plc,generic loan,dot Loan Limited,generic loans,"Binky Moon, LLC",generic @@ -782,21 +766,19 @@ lotto,Afilias plc,generic love,Merchant Law Group LLP,generic lpl,"LPL Holdings, Inc.",generic lplfinancial,"LPL Holdings, Inc.",generic -lr,"Data Technology Solutions, Inc.",country-code -ls,National University of Lesotho,country-code -lt,Kaunas University of Technology,country-code +lr,Liberia (Republic of),country-code +ls,Lesotho (Kingdom of),country-code +lt,Lithuania (Republic of),country-code ltd,"Binky Moon, LLC",generic ltda,InterNetX Corp.,generic -lu,RESTENA,country-code +lu,Luxembourg (Grand Duchy of),country-code lundbeck,H. Lundbeck A/S,generic lupin,LUPIN LIMITED,generic luxe,Top Level Domain Holdings Limited,generic luxury,Luxury Partners LLC,generic -lv,"University of Latvia -Institute of Mathematics and Computer Science -Department of Network Solutions (DNS)",country-code -ly,General Post and Telecommunication Company,country-code -ma,Agence Nationale de Réglementation des Télécommunications (ANRT),country-code +lv,Latvia (Republic of),country-code +ly,Libya,country-code +ma,Morocco,country-code macys,"Macys, Inc.",generic madrid,Comunidad de Madrid,generic maif,Mutuelle Assurance Instituteur France (MAIF),generic @@ -814,13 +796,12 @@ marshalls,"The TJX Companies, Inc.",generic maserati,Fiat Chrysler Automobiles N.V.,generic mattel,"Mattel Sites, Inc.",generic mba,"Binky Moon, LLC",generic -mc,"Gouvernement de Monaco -Direction des Communications Electroniques",country-code +mc,Monaco (Principality of),country-code mcd,Not assigned,generic mcdonalds,Not assigned,generic mckinsey,"McKinsey Holdings, Inc.",generic -md,MoldData S.E.,country-code -me,Government of Montenegro,country-code +md,Moldova (Republic of),country-code +me,Montenegro,country-code med,Medistry LLC,generic media,"Binky Moon, LLC",generic meet,Charleston Road Registry Inc.,generic @@ -832,25 +813,25 @@ menu,"Wedding TLD2, LLC",generic meo,Not assigned,generic merckmsd,"MSD Registry Holdings, Inc.",generic metlife,"MetLife Services and Solutions, LLC",generic -mf,Not assigned,country-code -mg,NIC-MG (Network Information Center Madagascar),country-code -mh,Office of the Cabinet,country-code +mf,Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr},country-code +mg,Madagascar (Republic of),country-code +mh,Marshall Islands (Republic of the),country-code miami,Top Level Domain Holdings Limited,generic microsoft,Microsoft Corporation,generic -mil,DoD Network Information Center,sponsored +mil,US military,sponsored mini,Bayerische Motoren Werke Aktiengesellschaft,generic mint,"Intuit Administrative Services, Inc.",generic mit,Massachusetts Institute of Technology,generic mitsubishi,Mitsubishi Corporation,generic -mk,Macedonian Academic Research Network Skopje,country-code -ml,Agence des Technologies de l’Information et de la Communication,country-code +mk,Macedonia (Republic of),country-code +ml,Mali (Republic of),country-code mlb,"MLB Advanced Media DH, LLC",generic mls,The Canadian Real Estate Association,generic -mm,"Ministry of Communications, Posts & Telegraphs",country-code +mm,Myanmar (Republic of the Union of) [Burma],country-code mma,MMA IARD,generic -mn,"Datacom Co., Ltd.",country-code -mo,Macao Post and Telecommunications Bureau (CTT),country-code -mobi,Afilias Technologies Limited dba dotMobi,generic +mn,Mongolia,country-code +mo,Macau (Macau Special Administrative Region of the People's Republic of China) [Macao],country-code +mobi,Mobile,generic mobile,Dish DBS Corporation,generic mobily,GreenTech Consultancy Company W.L.L.,generic moda,United TLD Holdco Ltd.,generic @@ -870,39 +851,37 @@ motorcycles,"DERMotorcycles, LLC",generic mov,Charleston Road Registry Inc.,generic movie,"Binky Moon, LLC",generic movistar,Telefónica S.A.,generic -mp,"Saipan Datacom, Inc.",country-code -mq,MEDIASERV,country-code -mr,Université de Nouakchott Al Aasriya,country-code -ms,MNI Networks Ltd.,country-code +mp,Northern Mariana Islands (Commonwealth of the),country-code +mq,Martinique,country-code +mr,Mauritania (Islamic Republic of),country-code +ms,Montserrat,country-code msd,"MSD Registry Holdings, Inc.",generic -mt,NIC (Malta),country-code +mt,Malta (Republic of),country-code mtn,MTN Dubai Limited,generic mtpc,Retired,generic mtr,MTR Corporation Limited,generic -mu,Internet Direct Ltd,country-code -museum,Museum Domain Management Association,sponsored +mu,Mauritius (Republic of),country-code +museum,Museums,sponsored mutual,"Northwestern Mutual MU TLD Registry, LLC",generic mutuelle,Retired,generic -mv,Dhiraagu Pvt. Ltd. (DHIVEHINET),country-code -mw,"Malawi Sustainable Development Network Programme -(Malawi SDNP)",country-code -mx,"NIC-Mexico -ITESM - Campus Monterrey",country-code -my,MYNIC Berhad,country-code -mz,Centro de Informatica de Universidade Eduardo Mondlane,country-code -na,Namibian Network Information Center,country-code +mv,Maldives (Republic of),country-code +mw,Malawi (Republic of),country-code +mx,Mexico (United Mexican States),country-code +my,Malaysia,country-code +mz,Mozambique (Republic of),country-code +na,Namibia (Republic of),country-code nab,National Australia Bank Limited,generic nadex,"Nadex Domains, Inc",generic nagoya,"GMO Registry, Inc.",generic -name,"VeriSign Information Services, Inc.",generic-restricted +name,Individuals,generic-restricted nationwide,Nationwide Mutual Insurance Company,generic natura,NATURA COSMÉTICOS S.A.,generic navy,United TLD Holdco Ltd.,generic nba,"NBA REGISTRY, LLC",generic -nc,Office des Postes et Telecommunications,country-code -ne,SONITEL,country-code +nc,New Caledonia,country-code +ne,Niger (Republic of),country-code nec,NEC Corporation,generic -net,VeriSign Global Registry Services,generic +net,Network,generic netbank,COMMONWEALTH BANK OF AUSTRALIA,generic netflix,"Netflix, Inc.",generic network,"Binky Moon, LLC",generic @@ -913,35 +892,34 @@ news,United TLD Holdco Ltd.,generic next,Next plc,generic nextdirect,Next plc,generic nexus,Charleston Road Registry Inc.,generic -nf,Norfolk Island Data Services,country-code +nf,Norfolk Island (Territory of),country-code nfl,NFL Reg Ops LLC,generic -ng,Nigeria Internet Registration Association,country-code +ng,Nigeria (Federal Republic of),country-code ngo,Public Interest Registry,generic nhk,Japan Broadcasting Corporation (NHK),generic -ni,"Universidad Nacional del Ingernieria -Centro de Computo",country-code +ni,Nicaragua (Republic of),country-code nico,"DWANGO Co., Ltd.",generic nike,"NIKE, Inc.",generic nikon,NIKON CORPORATION,generic ninja,United TLD Holdco Ltd.,generic nissan,"NISSAN MOTOR CO., LTD.",generic nissay,Nippon Life Insurance Company,generic -nl,SIDN (Stichting Internet Domeinregistratie Nederland),country-code -no,UNINETT Norid A/S,country-code +nl,Netherlands,country-code +no,Norway (Kingdom of),country-code nokia,Nokia Corporation,generic northwesternmutual,"Northwestern Mutual Registry, LLC",generic norton,Symantec Corporation,generic now,"Amazon Registry Services, Inc.",generic nowruz,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.,generic nowtv,Starbucks (HK) Limited,generic -np,Mercantile Communications Pvt. Ltd.,country-code -nr,CENPAC NET,country-code +np,Nepal (Federal Democratic Republic of),country-code +nr,Nauru (Republic of),country-code nra,"NRA Holdings Company, INC.",generic nrw,Minds + Machines GmbH,generic ntt,NIPPON TELEGRAPH AND TELEPHONE CORPORATION,generic -nu,The IUSN Foundation,country-code +nu,Niue,country-code nyc,The City of New York by and through the New York City Department of Information Technology & Telecommunications,generic -nz,InternetNZ,country-code +nz,New Zealand,country-code obi,OBI Group Holding SE & Co. KGaA,generic observer,"Top Level Spectrum, Inc.",generic off,"Johnson Shareholdings, Inc.",generic @@ -951,7 +929,7 @@ olayan,Crescent Holding GmbH,generic olayangroup,Crescent Holding GmbH,generic oldnavy,"The Gap, Inc.",generic ollo,Dish DBS Corporation,generic -om,Telecommunications Regulatory Authority (TRA),country-code +om,Oman (Sultanate of),country-code omega,The Swatch Group Ltd,generic one,One.com A/S,generic ong,Public Interest Registry,generic @@ -962,7 +940,7 @@ ooo,INFIBEAM INCORPORATION LIMITED,generic open,"American Express Travel Related Services Company, Inc.",generic oracle,Oracle Corporation,generic orange,Orange Brand Services Limited,generic -org,Public Interest Registry (PIR),generic +org,Non-profit organizations,generic organic,Afilias plc,generic orientexpress,Retired,generic origins,The Estée Lauder Companies Inc.,generic @@ -970,7 +948,7 @@ osaka,"Osaka Registry Co., Ltd.",generic otsuka,"Otsuka Holdings Co., Ltd.",generic ott,Dish DBS Corporation,generic ovh,OVH SAS,generic -pa,Universidad Tecnologica de Panama,country-code +pa,Panama (Republic of),country-code page,Charleston Road Registry Inc.,generic pamperedchef,Not assigned,generic panasonic,Panasonic Corporation,generic @@ -983,14 +961,12 @@ party,Blue Sky Registry Limited,generic passagens,Travel Reservations SRL,generic pay,"Amazon Registry Services, Inc.",generic pccw,PCCW Enterprises Limited,generic -pe,Red Cientifica Peruana,country-code +pe,Peru (Republic of),country-code pet,Afilias plc,generic -pf,Gouvernement de la Polynésie française,country-code +pf,French Polynesia and Clipperton Island,country-code pfizer,Pfizer Inc.,generic -pg,"PNG DNS Administration -Vice Chancellors Office -The Papua New Guinea University of Technology",country-code -ph,PH Domain Foundation,country-code +pg,Papua New Guinea (Independent State of),country-code +ph,Philippines (Republic of the),country-code pharmacy,National Association of Boards of Pharmacy,generic phd,Charleston Road Registry Inc.,generic philips,Koninklijke Philips N.V.,generic @@ -1009,28 +985,27 @@ ping,"Ping Registry Provider, Inc.",generic pink,Afilias plc,generic pioneer,Pioneer Corporation,generic pizza,"Binky Moon, LLC",generic -pk,PKNIC,country-code -pl,Research and Academic Computer Network,country-code +pk,Pakistan (Islamic Republic of),country-code +pl,Poland (Republic of),country-code place,"Binky Moon, LLC",generic play,Charleston Road Registry Inc.,generic playstation,Sony Computer Entertainment Inc.,generic plumbing,"Binky Moon, LLC",generic plus,"Binky Moon, LLC",generic -pm,Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.),country-code -pn,Pitcairn Island Administration,country-code +pm,Saint Pierre and Miquelon,country-code +pn,Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands),country-code pnc,"PNC Domain Co., LLC",generic pohl,Deutsche Vermögensberatung Aktiengesellschaft DVAG,generic poker,Afilias plc,generic politie,Politie Nederland,generic porn,ICM Registry PN LLC,generic post,Universal Postal Union,sponsored -pr,Gauss Research Laboratory Inc.,country-code +pr,Puerto Rico (Commonwealth of),country-code pramerica,"Prudential Financial, Inc.",generic praxi,Praxi S.p.A.,generic press,DotPress Inc.,generic prime,"Amazon Registry Services, Inc.",generic -pro,"Registry Services Corporation -dba RegistryPro",generic-restricted +pro,Profession,generic-restricted prod,Charleston Road Registry Inc.,generic productions,"Binky Moon, LLC",generic prof,Charleston Road Registry Inc.,generic @@ -1041,15 +1016,13 @@ property,"Uniregistry, Corp.",generic protection,XYZ.COM LLC,generic pru,"Prudential Financial, Inc.",generic prudential,"Prudential Financial, Inc.",generic -ps,"Ministry Of Telecommunications & -Information Technology, -Government Computer Center.",country-code -pt,Associação DNS.PT,country-code +ps,Palestine (State of),country-code +pt,Portugal (Portuguese Republic),country-code pub,United TLD Holdco Ltd.,generic -pw,Micronesia Investment and Development Corporation,country-code +pw,Palau (Republic of),country-code pwc,PricewaterhouseCoopers LLP,generic -py,NIC-PY,country-code -qa,Communications Regulatory Authority,country-code +py,Paraguay (Republic of),country-code +qa,Qatar (State of),country-code qpon,"dotCOOL, Inc.",generic quebec,PointQuébec Inc,generic quest,Quest ION Limited,generic @@ -1057,7 +1030,7 @@ qvc,"QVC, Inc.",generic racing,Premier Registry Limited,generic radio,European Broadcasting Union (EBU),generic raid,"Johnson Shareholdings, Inc.",generic -re,Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.),country-code +re,Réunion,country-code read,"Amazon Registry Services, Inc.",generic realestate,dotRealEstate LLC,generic realtor,Real Estate Domains LLC,generic @@ -1090,22 +1063,22 @@ ril,Reliance Industries Limited,generic rio,Empresa Municipal de Informática SA - IPLANRIO,generic rip,United TLD Holdco Ltd.,generic rmit,Royal Melbourne Institute of Technology,generic -ro,National Institute for R&D in Informatics,country-code +ro,Romania,country-code rocher,Ferrero Trading Lux S.A.,generic rocks,"United TLD Holdco, LTD.",generic rodeo,Top Level Domain Holdings Limited,generic rogers,Rogers Communications Canada Inc.,generic room,"Amazon Registry Services, Inc.",generic -rs,Serbian National Internet Domain Registry (RNIDS),country-code +rs,Serbia (Republic of),country-code rsvp,Charleston Road Registry Inc.,generic -ru,Coordination Center for TLD RU,country-code +ru,Russia (Russian Federation),country-code rugby,World Rugby Strategic Developments Limited,generic ruhr,regiodot GmbH & Co. KG,generic run,"Binky Moon, LLC",generic -rw,Rwanda Information Communication and Technology Association (RICTA),country-code +rw,Rwanda (Republic of),country-code rwe,RWE AG,generic ryukyu,"BRregistry, Inc.",generic -sa,Communications and Information Technology Commission,country-code +sa,Saudi Arabia (Kingdom of),country-code saarland,dotSaarland GmbH,generic safe,"Amazon Registry Services, Inc.",generic safety,"Safety Registry Services, LLC.",generic @@ -1123,10 +1096,10 @@ sarl,"Binky Moon, LLC",generic sas,Research IP LLC,generic save,"Amazon Registry Services, Inc.",generic saxo,Saxo Bank A/S,generic -sb,Solomon Telekom Company Limited,country-code +sb,Solomon Islands,country-code sbi,STATE BANK OF INDIA,generic sbs,SPECIAL BROADCASTING SERVICE CORPORATION,generic -sc,VCS Pty Ltd,country-code +sc,Seychelles (Republic of),country-code sca,SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ),generic scb,"The Siam Commercial Bank Public Company Limited (""SCB"")",generic schaeffler,Schaeffler Technologies AG & Co. KG,generic @@ -1139,8 +1112,8 @@ science,dot Science Limited,generic scjohnson,"Johnson Shareholdings, Inc.",generic scor,SCOR SE,generic scot,Dot Scot Registry Limited,generic -sd,Sudan Internet Society,country-code -se,The Internet Infrastructure Foundation,country-code +sd,Sudan (Republic of),country-code +se,Sweden (Kingdom of),country-code search,Charleston Road Registry Inc.,generic seat,"SEAT, S.A. (Sociedad Unipersonal)",generic secure,"Amazon Registry Services, Inc.",generic @@ -1155,8 +1128,8 @@ sew,SEW-EURODRIVE GmbH & Co KG,generic sex,ICM Registry SX LLC,generic sexy,"Uniregistry, Corp.",generic sfr,Societe Francaise du Radiotelephone - SFR,generic -sg,Singapore Network Information Centre (SGNIC) Pte Ltd,country-code -sh,Government of St. Helena,country-code +sg,Singapore (Republic of),country-code +sh,Saint Helena,country-code shangrila,Shangri‐La International Hotel Management Limited,generic sharp,Sharp Corporation,generic shaw,Shaw Cablesystems G.P.,generic @@ -1170,26 +1143,25 @@ shouji,QIHOO 360 TECHNOLOGY CO. LTD.,generic show,"Binky Moon, LLC",generic showtime,CBS Domains Inc.,generic shriram,Shriram Capital Ltd.,generic -si,Academic and Research Network of Slovenia (ARNES),country-code +si,Slovenia (Republic of),country-code silk,"Amazon Registry Services, Inc.",generic sina,Sina Corporation,generic singles,"Binky Moon, LLC",generic site,DotSite Inc.,generic -sj,UNINETT Norid A/S,country-code -sk,"SK-NIC, a.s.",country-code +sj,Svalbard and Jan Mayen {not in use - see also: .no},country-code +sk,Slovakia (Slovak Republic),country-code ski,STARTING DOT LIMITED,generic skin,L'Oréal,generic sky,Sky International AG,generic skype,Microsoft Corporation,generic -sl,Sierratel,country-code +sl,Sierra Leone (Republic of),country-code sling,Hughes Satellite Systems Corporation,generic -sm,Telecom Italia San Marino S.p.A.,country-code +sm,San Marino (Republic of),country-code smart,"Smart Communications, Inc. (SMART)",generic smile,"Amazon Registry Services, Inc.",generic -sn,"Universite Cheikh Anta Diop -NIC Senegal",country-code +sn,Senegal (Republic of),country-code sncf,SNCF (Société Nationale des Chemins de fer Francais),generic -so,Ministry of Post and Telecommunications,country-code +so,Somalia (Federal Republic of),country-code soccer,"Binky Moon, LLC",generic social,United TLD Holdco Ltd.,generic softbank,SoftBank Group Corp.,generic @@ -1205,11 +1177,11 @@ spiegel,SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG,generic sport,Global Association of International Sports Federations (GAISF),generic spot,"Amazon Registry Services, Inc.",generic spreadbetting,DOTSPREADBETTING REGISTRY LTD,generic -sr,Telesur,country-code +sr,Suriname (Republic of),country-code srl,InterNetX Corp.,generic srt,FCA US LLC.,generic -ss,Not assigned,country-code -st,Tecnisys,country-code +ss,South Sudan (Republic of),country-code +st,São Tomé and Príncipe (Democratic Republic of),country-code stada,STADA Arzneimittel AG,generic staples,"Staples, Inc.",generic star,Star India Private Limited,generic @@ -1226,8 +1198,7 @@ stream,dot Stream Limited,generic studio,United TLD Holdco Ltd.,generic study,OPEN UNIVERSITIES AUSTRALIA PTY LTD,generic style,"Binky Moon, LLC",generic -su,"Russian Institute for Development of Public Networks -(ROSNIIROS)",country-code +su,Soviet Union (Union of Soviet Socialist Republics),country-code sucks,Vox Populi Registry Ltd.,generic supplies,"Binky Moon, LLC",generic supply,"Binky Moon, LLC",generic @@ -1235,17 +1206,16 @@ support,"Binky Moon, LLC",generic surf,Top Level Domain Holdings Limited,generic surgery,"Binky Moon, LLC",generic suzuki,SUZUKI MOTOR CORPORATION,generic -sv,SVNet,country-code +sv,El Salvador (Republic of),country-code swatch,The Swatch Group Ltd,generic swiftcover,Swiftcover Insurance Services Limited,generic swiss,Swiss Confederation,generic -sx,SX Registry SA B.V.,country-code -sy,National Agency for Network Services (NANS),country-code +sx,Sint Maarten,country-code +sy,Syria (Syrian Arab Republic),country-code sydney,"State of New South Wales, Department of Premier and Cabinet",generic symantec,Symantec Corporation,generic systems,"Binky Moon, LLC",generic -sz,"University of Swaziland -Department of Computer Science",country-code +sz,Swaziland (Kingdom of),country-code tab,Tabcorp Holdings Limited,generic taipei,Taipei City Government,generic talk,"Amazon Registry Services, Inc.",generic @@ -1256,22 +1226,22 @@ tatar,"Limited Liability Company ""Coordination Center of Regional Domain of Tat tattoo,"Uniregistry, Corp.",generic tax,"Binky Moon, LLC",generic taxi,"Binky Moon, LLC",generic -tc,Melrex TC,country-code +tc,Turks and Caicos Islands,country-code tci,Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.,generic -td,l'Agence de Développement des Technologies de l'Information et de la Communication (ADETIC),country-code +td,Chad (Republic of),country-code tdk,TDK Corporation,generic team,"Binky Moon, LLC",generic tech,Dot Tech LLC,generic technology,"Binky Moon, LLC",generic -tel,Telnames Ltd.,sponsored +tel,Telephone,sponsored telecity,TelecityGroup International Limited,generic telefonica,Telefónica S.A.,generic temasek,Temasek Holdings (Private) Limited,generic tennis,"Binky Moon, LLC",generic teva,Teva Pharmaceutical Industries Limited,generic -tf,Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.),country-code -tg,Autorite de Reglementation des secteurs de Postes et de Telecommunications (ART&P),country-code -th,Thai Network Information Center Foundation,country-code +tf,French Southern and Antarctic Lands (Territory of the),country-code +tg,Togo (Togolese Republic),country-code +th,Thailand (Kingdom of),country-code thd,"Home Depot Product Authority, LLC",generic theater,"Binky Moon, LLC",generic theatre,XYZ.COM LLC,generic @@ -1282,18 +1252,16 @@ tiffany,Tiffany and Company,generic tips,"Binky Moon, LLC",generic tires,"Binky Moon, LLC",generic tirol,punkt Tirol GmbH,generic -tj,Information Technology Center,country-code +tj,Tajikistan (Republic of),country-code tjmaxx,"The TJX Companies, Inc.",generic tjx,"The TJX Companies, Inc.",generic -tk,Telecommunication Tokelau Corporation (Teletok),country-code +tk,Tokelau,country-code tkmaxx,"The TJX Companies, Inc.",generic -tl,Autoridade Nacional de Comunicações,country-code -tm,TM Domain Registry Ltd,country-code +tl,Timor-Leste (Democratic Republic of) [East Timor],country-code +tm,Turkmenistan,country-code tmall,Alibaba Group Holding Limited,generic -tn,Agence Tunisienne d'Internet,country-code -to,"Government of the Kingdom of Tonga -H.R.H. Crown Prince Tupouto'a -c/o Consulate of Tonga",country-code +tn,Tunisia (Republic of),country-code +to,Tonga (Kingdom of),country-code today,"Binky Moon, LLC",generic tokyo,"GMO Registry, Inc.",generic tools,"Binky Moon, LLC",generic @@ -1305,57 +1273,54 @@ tours,"Binky Moon, LLC",generic town,"Binky Moon, LLC",generic toyota,TOYOTA MOTOR CORPORATION,generic toys,"Binky Moon, LLC",generic -tp,Retired,country-code -tr,"Middle East Technical University -Department of Computer Engineering",country-code +tp,Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl},country-code +tr,Turkey (Republic of),country-code trade,Elite Registry Limited,generic trading,DOTTRADING REGISTRY LTD,generic training,"Binky Moon, LLC",generic -travel,"Dog Beach, LLC",sponsored +travel,Travel,sponsored travelchannel,"Lifestyle Domain Holdings, Inc.",generic travelers,"Travelers TLD, LLC",generic travelersinsurance,"Travelers TLD, LLC",generic trust,Artemis Internet Inc,generic trv,"Travelers TLD, LLC",generic -tt,"University of the West Indies -Faculty of Engineering",country-code +tt,Trinidad and Tobago (Republic of),country-code tube,Latin American Telecom LLC,generic tui,TUI AG,generic tunes,"Amazon Registry Services, Inc.",generic tushu,"Amazon Registry Services, Inc.",generic -tv,Ministry of Finance and Tourism,country-code +tv,Tuvalu,country-code tvs,T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED,generic -tw,Taiwan Network Information Center (TWNIC),country-code -tz,Tanzania Network Information Centre (tzNIC),country-code -ua,Hostmaster Ltd.,country-code +tw,Taiwan (Republic of China),country-code +tz,Tanzania (United Republic of),country-code +ua,Ukraine,country-code ubank,National Australia Bank Limited,generic ubs,UBS AG,generic uconnect,FCA US LLC.,generic -ug,Uganda Online Ltd.,country-code -uk,Nominet UK,country-code -um,Not assigned,country-code +ug,Uganda (Republic of),country-code +uk,United Kingdom (United Kingdom of Great Britain and Northern Ireland),country-code +um,United States Minor Outlying Islands {formerly - retired 2010 - see also: .us},country-code unicom,China United Network Communications Corporation Limited,generic university,"Binky Moon, LLC",generic uno,Dot Latin LLC,generic uol,UBN INTERNET LTDA.,generic ups,"UPS Market Driver, Inc.",generic -us,"NeuStar, Inc.",country-code -uy,SeCIU - Universidad de la Republica,country-code -uz,"Computerization and Information Technologies Developing Center -UZINFOCOM",country-code -va,Holy See - Vatican City State,country-code +us,United States of America and United States Minor Outlying Islands,country-code +uy,Uruguay (Oriental Republic of),country-code +uz,Uzbekistan (Republic of),country-code +va,Vatican City (Vatican City State),country-code vacations,"Binky Moon, LLC",generic vana,"Lifestyle Domain Holdings, Inc.",generic vanguard,"The Vanguard Group, Inc.",generic -vc,"Ministry of Telecommunications, Science, Technology and Industry",country-code -ve,Comisión Nacional de Telecomunicaciones (CONATEL),country-code +vc,Saint Vincent and the Grenadines,country-code +ve,Venezuela (Bolivarian Republic of),country-code vegas,"Dot Vegas, Inc.",generic ventures,"Binky Moon, LLC",generic verisign,"VeriSign, Inc.",generic versicherung,TLD-BOX Registrydienstleistungen GmbH,generic vet,"United TLD Holdco, Ltd",generic -vg,Telecommunications Regulatory Commission of the Virgin Islands,country-code -vi,"Virgin Islands Public Telecommunications System, Inc.",country-code +vg,British Virgin Islands (Virgin Islands),country-code +vi,United States Virgin Islands (United States Virgin Islands),country-code viajes,"Binky Moon, LLC",generic video,"United TLD Holdco, Ltd",generic vig,VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe,generic @@ -1371,7 +1336,7 @@ vistaprint,Vistaprint Limited,generic viva,Saudi Telecom Company,generic vivo,Telefonica Brasil S.A.,generic vlaanderen,DNS.be vzw,generic -vn,Ministry of Information and Communications of Socialist Republic of Viet Nam,country-code +vn,Vietnam (Socialist Republic of),country-code vodka,Top Level Domain Holdings Limited,generic volkswagen,Volkswagen Group of America Inc.,generic volvo,Volvo Holding Sverige Aktiebolag,generic @@ -1379,7 +1344,7 @@ vote,Monolith Registry LLC,generic voting,Valuetainment Corp.,generic voto,Monolith Registry LLC,generic voyage,"Binky Moon, LLC",generic -vu,Telecom Vanuatu Limited,country-code +vu,Vanuatu (Republic of),country-code vuelos,Travel Reservations SRL,generic wales,Nominet UK,generic walmart,"Wal-Mart Stores, Inc.",generic @@ -1398,7 +1363,7 @@ wed,Emergency Back-End Registry Operator Program - ICANN,generic wedding,Top Level Domain Holdings Limited,generic weibo,Sina Corporation,generic weir,Weir Group IP Limited,generic -wf,Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.),country-code +wf,Wallis and Futuna (Territory of the Wallis and Futuna Islands),country-code whoswho,Who's Who Registry,generic wien,punkt.wien GmbH,generic wiki,"Top Level Design, LLC",generic @@ -1414,7 +1379,7 @@ work,Top Level Domain Holdings Limited,generic works,"Binky Moon, LLC",generic world,"Binky Moon, LLC",generic wow,"Amazon Registry Services, Inc.",generic -ws,Government of Samoa Ministry of Foreign Affairs & Trade,country-code +ws,Samoa (Independent State of),country-code wtc,"World Trade Centers Association, Inc.",generic wtf,"Binky Moon, LLC",generic xbox,Microsoft Corporation,generic @@ -1586,27 +1551,27 @@ vermögensberatung,Deutsche Vermögensberatung Aktiengesellschaft DVAG,generic テスト,Internet Assigned Numbers Authority,test 政务,China Organizational Name Administration Center,generic xperia,Sony Mobile Communications AB,generic -xxx,ICM Registry LLC,sponsored +xxx,Adult entertainment,sponsored xyz,XYZ.COM LLC,generic yachts,"DERYachts, LLC",generic yahoo,Yahoo! Domain Services Inc.,generic yamaxun,"Amazon Registry Services, Inc.",generic yandex,"YANDEX, LLC",generic -ye,TeleYemen,country-code +ye,Yemen (Republic of),country-code yodobashi,"YODOBASHI CAMERA CO.,LTD.",generic yoga,Top Level Domain Holdings Limited,generic yokohama,"GMO Registry, Inc.",generic you,"Amazon Registry Services, Inc.",generic youtube,Charleston Road Registry Inc.,generic -yt,Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.),country-code +yt,Mayotte (Department of),country-code yun,QIHOO 360 TECHNOLOGY CO. LTD.,generic -za,ZA Domain Name Authority,country-code +za,South Africa (Republic of),country-code zappos,"Amazon Registry Services, Inc.",generic zara,"Industria de Diseño Textil, S.A. (INDITEX, S.A.)",generic zero,"Amazon Registry Services, Inc.",generic zip,Charleston Road Registry Inc.,generic zippo,Zadco Company,generic -zm,Zambia Information and Communications Technology Authority (ZICTA),country-code +zm,Zambia (Republic of),country-code zone,"Binky Moon, LLC",generic zuerich,Kanton Zürich (Canton of Zurich),generic -zw,Postal and Telecommunications Regulatory Authority of Zimbabwe (POTRAZ),country-code +zw,Zimbabwe (Republic of),country-code From d93ed6109ddc95b9e9d1491d7573c71b822b6861 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 14 Jun 2018 14:05:30 -0700 Subject: [PATCH 097/113] country code fixes --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c06610a..6f717a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "2.0.2", + "version": "2.0.3", "description": "Lists of every ICANN TLD in multiple formats", "main": "formats/js/tld-enum", "repository": { From 6fe182313e8864eed9f45fbdffab2bd06a3ec2c9 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 14 Jun 2018 14:58:20 -0700 Subject: [PATCH 098/113] fix php serialization --- bin/helpers/generate-php-tld-desc.php | 8 +++----- bin/helpers/generate-php-tld-info.php | 6 +++--- bin/helpers/generate-php-tld-list.php | 21 ++++++++++++--------- bin/helpers/generate-php-tld-type.php | 6 +++--- 4 files changed, 21 insertions(+), 20 deletions(-) diff --git a/bin/helpers/generate-php-tld-desc.php b/bin/helpers/generate-php-tld-desc.php index abfcd19..149d732 100755 --- a/bin/helpers/generate-php-tld-desc.php +++ b/bin/helpers/generate-php-tld-desc.php @@ -88,8 +88,6 @@ new class() { fclose($handle); echo "done\n"; } - - //echo "new TldDesc.php: $newTldDescFile\n"; echo "generating new 'TldDesc.php' file..."; @@ -102,9 +100,9 @@ new class() { } $tldDescExport = var_export($tldDesc, true); - $tldDescExport = str_replace('array','',$tldDescExport); - $tldDescExport = str_replace('(','[',$tldDescExport); - $tldDescExport = str_replace(')',']',$tldDescExport); + $tldDescExport = substr($tldDescExport,strlen("array (")); + $tldDescExport = substr($tldDescExport,0,-1); + $tldDescExport = ' ['.$tldDescExport.']'; if (false === file_put_contents($newTldDescFile, $tldDescExport,\FILE_APPEND)) { static::_echo_error("(FATAL) failed to write to new 'TldDesc.php' file",1); diff --git a/bin/helpers/generate-php-tld-info.php b/bin/helpers/generate-php-tld-info.php index 159abfc..69d9cfd 100755 --- a/bin/helpers/generate-php-tld-info.php +++ b/bin/helpers/generate-php-tld-info.php @@ -103,9 +103,9 @@ new class() { ]; $tldInfoElem = var_export($tldInfoElem, true); - $tldInfoElem = str_replace('array','',$tldInfoElem); - $tldInfoElem = str_replace('(','[',$tldInfoElem); - $tldInfoElem = str_replace(')',']',$tldInfoElem); + $tldInfoElem = substr($tldInfoElem,strlen("array (")); + $tldInfoElem = substr($tldInfoElem,0,-1); + $tldInfoElem = ' ['.$tldInfoElem.']'; if ($i!=0) { $tldInfoElem = ",\n$tldInfoElem"; diff --git a/bin/helpers/generate-php-tld-list.php b/bin/helpers/generate-php-tld-list.php index 1f89df0..6c5f2e3 100755 --- a/bin/helpers/generate-php-tld-list.php +++ b/bin/helpers/generate-php-tld-list.php @@ -97,16 +97,19 @@ new class() { static::_echo_error("(FATAL) failed to write to new 'TldList.php' file",1); } - $tldEnumExport = var_export($tldEnum, true); - $tldEnumExport = str_replace('array','',$tldEnumExport); - $tldEnumExport = str_replace('(','[',$tldEnumExport); - $tldEnumExport = str_replace(')',']',$tldEnumExport); - $tldEnumExport = str_replace('=>','',$tldEnumExport); - $tldEnumExport = preg_replace('/[0-9]+/', '', $tldEnumExport); + $tldEnumExport = var_export($tldEnum,true); + $tldEnumExport = substr($tldEnumExport,strlen("array (")); + $tldEnumExport = substr($tldEnumExport,0,-1); + $tldEnumLine = []; + $i=0; + foreach(explode("\n",$tldEnumExport) as $line) { + $filteredLine = preg_replace('/[0-9]+ => \'/', "'", $line); + $tldEnumLine []= $filteredLine; + $i++; + } + unset($line); - //$tldEnumExport = json_encode($tldEnum,\JSON_PRETTY_PRINT); - - if (false === file_put_contents($newTldEnumFile, $tldEnumExport,\FILE_APPEND)) { + if (false === file_put_contents($newTldEnumFile, " [".implode("\n",$tldEnumLine)."]",\FILE_APPEND)) { static::_echo_error("(FATAL) failed to write to new 'TldList.php' file",1); } diff --git a/bin/helpers/generate-php-tld-type.php b/bin/helpers/generate-php-tld-type.php index 51cfe64..6115c3f 100755 --- a/bin/helpers/generate-php-tld-type.php +++ b/bin/helpers/generate-php-tld-type.php @@ -102,9 +102,9 @@ new class() { } $tldTypeExport = var_export($tldType, true); - $tldTypeExport = str_replace('array','',$tldTypeExport); - $tldTypeExport = str_replace('(','[',$tldTypeExport); - $tldTypeExport = str_replace(')',']',$tldTypeExport); + $tldTypeExport = substr($tldTypeExport,strlen("array (")); + $tldTypeExport = substr($tldTypeExport,0,-1); + $tldTypeExport = ' ['.$tldTypeExport.']'; if (false === file_put_contents($newTldTypeFile, $tldTypeExport,\FILE_APPEND)) { static::_echo_error("(FATAL) failed to write to new 'TldType.php' file",1); From 762ca821eacdde540fede04724c5cbca0e7ec74e Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 14 Jun 2018 15:02:06 -0700 Subject: [PATCH 099/113] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f717a0..9676a60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "2.0.3", + "version": "2.0.4", "description": "Lists of every ICANN TLD in multiple formats", "main": "formats/js/tld-enum", "repository": { From 9a1f4697c49d29bc0bb081774df4f084d8231334 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 14 Jun 2018 15:03:14 -0700 Subject: [PATCH 100/113] php format fixes - applied fixes to php serialization in php helpers --- formats/php/TldEnum/TldDesc.php | 496 ++--- formats/php/TldEnum/TldInfo.php | 496 ++--- formats/php/TldEnum/TldList.php | 3154 +++++++++++++++---------------- 3 files changed, 2073 insertions(+), 2073 deletions(-) diff --git a/formats/php/TldEnum/TldDesc.php b/formats/php/TldEnum/TldDesc.php index f9ebf6d..24e7e62 100644 --- a/formats/php/TldEnum/TldDesc.php +++ b/formats/php/TldEnum/TldDesc.php @@ -21,20 +21,20 @@ class TldDesc { 'aco' => 'ACO Severin Ahlmann GmbH & Co. KG', 'active' => 'Active Network, LLC', 'actor' => 'United TLD Holdco Ltd.', - 'ad' => 'Andorra [Principality of]', - 'adac' => 'Allgemeiner Deutscher Automobil-Club e.V. [ADAC]', + 'ad' => 'Andorra (Principality of)', + 'adac' => 'Allgemeiner Deutscher Automobil-Club e.V. (ADAC)', 'ads' => 'Charleston Road Registry Inc.', 'adult' => 'ICM Registry AD LLC', 'ae' => 'United Arab Emirates', 'aeg' => 'Aktiebolaget Electrolux', 'aero' => 'Air-transport industry', 'aetna' => 'Aetna Life Insurance Company', - 'af' => 'Afghanistan [Islamic Republic of]', + 'af' => 'Afghanistan (Islamic Republic of)', 'afamilycompany' => 'Johnson Shareholdings, Inc.', 'afl' => 'Australian Football League', 'africa' => 'ZA Central Registry NPC trading as Registry.Africa', 'ag' => 'Antigua and Barbuda', - 'agakhan' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'agakhan' => 'Fondation Aga Khan (Aga Khan Foundation)', 'agency' => 'Binky Moon, LLC', 'ai' => 'Anguilla', 'aig' => 'American International Group, Inc.', @@ -42,8 +42,8 @@ class TldDesc { 'airbus' => 'Airbus S.A.S.', 'airforce' => 'United TLD Holdco Ltd.', 'airtel' => 'Bharti Airtel Limited', - 'akdn' => 'Fondation Aga Khan [Aga Khan Foundation]', - 'al' => 'Albania [Republic of]', + 'akdn' => 'Fondation Aga Khan (Aga Khan Foundation)', + 'al' => 'Albania (Republic of)', 'alfaromeo' => 'Fiat Chrysler Automobiles N.V.', 'alibaba' => 'Alibaba Group Holding Limited', 'alipay' => 'Alibaba Group Holding Limited', @@ -52,7 +52,7 @@ class TldDesc { 'ally' => 'Ally Financial Inc.', 'alsace' => 'REGION GRAND EST', 'alstom' => 'ALSTOM', - 'am' => 'Armenia [Republic of]', + 'am' => 'Armenia (Republic of)', 'americanexpress' => 'American Express Travel Related Services Company, Inc.', 'americanfamily' => 'AmFam, Inc.', 'amex' => 'American Express Travel Related Services Company, Inc.', @@ -64,14 +64,14 @@ class TldDesc { 'android' => 'Charleston Road Registry Inc.', 'anquan' => 'QIHOO 360 TECHNOLOGY CO. LTD.', 'anz' => 'Australia and New Zealand Banking Group Limited', - 'ao' => 'Angola [Republic of]', + 'ao' => 'Angola (Republic of)', 'aol' => 'OATH Inc.', 'apartments' => 'Binky Moon, LLC', 'app' => 'Charleston Road Registry Inc.', 'apple' => 'Apple Inc.', 'aq' => 'Antarctica', 'aquarelle' => 'Aquarelle.com', - 'ar' => 'Argentina [Argentine Republic]', + 'ar' => 'Argentina (Argentine Republic)', 'arab' => 'League of Arab States', 'aramco' => 'Aramco Services Company', 'archi' => 'STARTING DOT LIMITED', @@ -83,10 +83,10 @@ class TldDesc { 'asda' => 'Wal-Mart Stores, Inc.', 'asia' => 'Organisations and individuals in the Asia-Pacific region', 'associates' => 'Binky Moon, LLC', - 'at' => 'Austria [Republic of]', + 'at' => 'Austria (Republic of)', 'athleta' => 'The Gap, Inc.', 'attorney' => 'United TLD Holdco, Ltd', - 'au' => 'Australia [Commonwealth of]', + 'au' => 'Australia (Commonwealth of)', 'auction' => 'United TLD HoldCo, Ltd.', 'audi' => 'AUDI Aktiengesellschaft', 'audible' => 'Amazon Registry Services, Inc.', @@ -100,7 +100,7 @@ class TldDesc { 'aws' => 'Amazon Registry Services, Inc.', 'ax' => 'Åland Islands', 'axa' => 'AXA SA', - 'az' => 'Azerbaijan [Republic of]', + 'az' => 'Azerbaijan (Republic of)', 'azure' => 'Microsoft Corporation', 'ba' => 'Bosnia and Herzegovina', 'baby' => 'Johnson & Johnson Services, Inc.', @@ -116,7 +116,7 @@ class TldDesc { 'barefoot' => 'Gallo Vineyards, Inc.', 'bargains' => 'Binky Moon, LLC', 'baseball' => 'MLB Advanced Media DH, LLC', - 'basketball' => 'Fédération Internationale de Basketball [FIBA]', + 'basketball' => 'Fédération Internationale de Basketball (FIBA)', 'bauhaus' => 'Werkhaus GmbH', 'bayern' => 'Bayern Connect GmbH', 'bb' => 'Barbados', @@ -125,8 +125,8 @@ class TldDesc { 'bbva' => 'BANCO BILBAO VIZCAYA ARGENTARIA, S.A.', 'bcg' => 'The Boston Consulting Group, Inc.', 'bcn' => 'Municipi de Barcelona', - 'bd' => 'Bangladesh [People\'s Republic of]', - 'be' => 'Belgium [Kingdom of]', + 'bd' => 'Bangladesh (People\'s Republic of)', + 'be' => 'Belgium (Kingdom of)', 'beats' => 'Beats Electronics, LLC', 'beauty' => 'L\'Oréal', 'beer' => 'Top Level Domain Holdings Limited', @@ -136,10 +136,10 @@ class TldDesc { 'bestbuy' => 'BBY Solutions, Inc.', 'bet' => 'Afilias plc', 'bf' => 'Burkina Faso', - 'bg' => 'Bulgaria [Republic of]', - 'bh' => 'Bahrain [Kingdom of]', - 'bharti' => 'Bharti Enterprises [Holding] Private Limited', - 'bi' => 'Burundi [Republic of]', + 'bg' => 'Bulgaria (Republic of)', + 'bh' => 'Bahrain (Kingdom of)', + 'bharti' => 'Bharti Enterprises (Holding) Private Limited', + 'bi' => 'Burundi (Republic of)', 'bible' => 'American Bible Society', 'bid' => 'dot Bid Limited', 'bike' => 'Binky Moon, LLC', @@ -147,8 +147,8 @@ class TldDesc { 'bingo' => 'Binky Moon, LLC', 'bio' => 'STARTING DOT LIMITED', 'biz' => 'Business', - 'bj' => 'Benin [Republic of]', - 'bl' => 'Saint Barthélemy [Collectivity of] {unassigned - see also: .gp and .fr}', + 'bj' => 'Benin (Republic of)', + 'bl' => 'Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr}', 'black' => 'Afilias plc', 'blackfriday' => 'Uniregistry, Corp.', 'blanco' => 'BLANCO GmbH + Co KG', @@ -159,10 +159,10 @@ class TldDesc { 'bm' => 'Bermuda', 'bms' => 'Bristol-Myers Squibb Company', 'bmw' => 'Bayerische Motoren Werke Aktiengesellschaft', - 'bn' => 'Brunei [Nation of Brunei - the Abode of Peace] [Negara Brunei Darussalam]', + 'bn' => 'Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam]', 'bnl' => 'Banca Nazionale del Lavoro', 'bnpparibas' => 'BNP Paribas', - 'bo' => 'Bolivia [Plurinational State of]', + 'bo' => 'Bolivia (Plurinational State of)', 'boats' => 'DERBoats, LLC', 'boehringer' => 'Boehringer Ingelheim International GmbH', 'bofa' => 'Bank of America Corporation', @@ -179,15 +179,15 @@ class TldDesc { 'boutique' => 'Binky Moon, LLC', 'box' => 'NS1 Limited', 'bq' => 'Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl}', - 'br' => 'Brazil [Federative Republic of]', + 'br' => 'Brazil (Federative Republic of)', 'bradesco' => 'Banco Bradesco S.A.', 'bridgestone' => 'Bridgestone Corporation', 'broadway' => 'Celebrate Broadway, Inc.', 'broker' => 'DOTBROKER REGISTRY LTD', 'brother' => 'Brother Industries, Ltd.', 'brussels' => 'DNS.be vzw', - 'bs' => 'Bahamas [Commonwealth of the]', - 'bt' => 'Bhutan [Kingdom of]', + 'bs' => 'Bahamas (Commonwealth of the)', + 'bt' => 'Bhutan (Kingdom of)', 'budapest' => 'Top Level Domain Holdings Limited', 'bugatti' => 'Bugatti International SA', 'build' => 'Plan Bee LLC', @@ -196,8 +196,8 @@ class TldDesc { 'buy' => 'Amazon Registry Services, INC', 'buzz' => 'DOTSTRATEGY CO.', 'bv' => 'Bouvet Island', - 'bw' => 'Botswana [Republic of]', - 'by' => 'Belarus [Republic of]', + 'bw' => 'Botswana (Republic of)', + 'by' => 'Belarus (Republic of)', 'bz' => 'Belize', 'bzh' => 'Association www.bzh', 'ca' => 'Canada', @@ -229,22 +229,22 @@ class TldDesc { 'casino' => 'Binky Moon, LLC', 'cat' => 'Catalan', 'catering' => 'Binky Moon, LLC', - 'catholic' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + 'catholic' => 'Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)', 'cba' => 'COMMONWEALTH BANK OF AUSTRALIA', 'cbn' => 'The Christian Broadcasting Network, Inc.', 'cbre' => 'CBRE, Inc.', 'cbs' => 'CBS Domains Inc.', - 'cc' => 'Cocos [Keeling] Islands [Territory of the]', - 'cd' => 'Congo [Democratic Republic of the] [Congo-Kinshasa]', + 'cc' => 'Cocos (Keeling) Islands (Territory of the)', + 'cd' => 'Congo (Democratic Republic of the) [Congo-Kinshasa]', 'ceb' => 'The Corporate Executive Board Company', 'center' => 'Binky Moon, LLC', 'ceo' => 'CEOTLD Pty Ltd', - 'cern' => 'European Organization for Nuclear Research ["CERN"]', + 'cern' => 'European Organization for Nuclear Research ("CERN")', 'cf' => 'Central African Republic', 'cfa' => 'CFA Institute', 'cfd' => 'DOTCFD REGISTRY LTD', - 'cg' => 'Congo [Republic of] [Congo-Brazzaville]', - 'ch' => 'Switzerland [Swiss Confederation]', + 'cg' => 'Congo (Republic of) [Congo-Brazzaville]', + 'ch' => 'Switzerland (Swiss Confederation)', 'chanel' => 'Chanel International B.V.', 'channel' => 'Charleston Road Registry Inc.', 'charity' => 'Corn Lake, LLC', @@ -257,7 +257,7 @@ class TldDesc { 'chrome' => 'Charleston Road Registry Inc.', 'chrysler' => 'FCA US LLC.', 'church' => 'Binky Moon, LLC', - 'ci' => 'Ivory Coast [Republic of Côte d\'Ivoire]', + 'ci' => 'Ivory Coast (Republic of Côte d\'Ivoire)', 'cipriani' => 'Hotel Cipriani Srl', 'circle' => 'Amazon Registry Services, Inc.', 'cisco' => 'Cisco Technology, Inc.', @@ -267,7 +267,7 @@ class TldDesc { 'city' => 'Binky Moon, LLC', 'cityeats' => 'Lifestyle Domain Holdings, Inc.', 'ck' => 'Cook Islands', - 'cl' => 'Chile [Republic of]', + 'cl' => 'Chile (Republic of)', 'claims' => 'Binky Moon, LLC', 'cleaning' => 'Binky Moon, LLC', 'click' => 'Uniregistry, Corp.', @@ -277,9 +277,9 @@ class TldDesc { 'cloud' => 'ARUBA PEC S.p.A.', 'club' => '.CLUB DOMAINS, LLC', 'clubmed' => 'Club Méditerranée S.A.', - 'cm' => 'Cameroon [Republic of]', - 'cn' => 'China [People\'s Republic of]', - 'co' => 'Colombia [Republic of]', + 'cm' => 'Cameroon (Republic of)', + 'cn' => 'China (People\'s Republic of)', + 'co' => 'Colombia (Republic of)', 'coach' => 'Binky Moon, LLC', 'codes' => 'Binky Moon, LLC', 'coffee' => 'Binky Moon, LLC', @@ -307,22 +307,22 @@ class TldDesc { 'coupon' => 'Amazon Registry Services, Inc.', 'coupons' => 'Binky Moon, LLC', 'courses' => 'OPEN UNIVERSITIES AUSTRALIA PTY LTD', - 'cr' => 'Costa Rica [Republic of]', + 'cr' => 'Costa Rica (Republic of)', 'credit' => 'Binky Moon, LLC', 'creditcard' => 'Binky Moon, LLC', 'creditunion' => 'CUNA Performance Resources, LLC', 'cricket' => 'dot Cricket Limited', 'crown' => 'Crown Equipment Corporation', 'crs' => 'Federated Co-operatives Limited', - 'cruise' => 'Viking River Cruises [Bermuda] Ltd.', + 'cruise' => 'Viking River Cruises (Bermuda) Ltd.', 'cruises' => 'Binky Moon, LLC', 'csc' => 'Alliance-One Services, Inc.', - 'cu' => 'Cuba [Republic of]', + 'cu' => 'Cuba (Republic of)', 'cuisinella' => 'SALM S.A.S.', - 'cv' => 'Cape Verde [Republic of]', - 'cw' => 'Curaçao [Country of]', - 'cx' => 'Christmas Island [Territory of]', - 'cy' => 'Cyprus [Republic of]', + 'cv' => 'Cape Verde (Republic of)', + 'cw' => 'Curaçao (Country of)', + 'cx' => 'Christmas Island (Territory of)', + 'cy' => 'Cyprus (Republic of)', 'cymru' => 'Nominet UK', 'cyou' => 'Beijing Gamease Age Digital Technology Co., Ltd.', 'cz' => 'Czech Republic', @@ -336,7 +336,7 @@ class TldDesc { 'day' => 'Charleston Road Registry Inc.', 'dclk' => 'Charleston Road Registry Inc.', 'dds' => 'Minds + Machines Group Limited', - 'de' => 'Germany [Federal Republic of]', + 'de' => 'Germany (Federal Republic of)', 'deal' => 'Amazon Registry Services, Inc.', 'dealer' => 'Dealer Dot Com, Inc.', 'deals' => 'Binky Moon, LLC', @@ -361,16 +361,16 @@ class TldDesc { 'discover' => 'Discover Financial Services', 'dish' => 'Dish DBS Corporation', 'diy' => 'Lifestyle Domain Holdings, Inc.', - 'dj' => 'Djibouti [Republic of]', - 'dk' => 'Denmark [Kingdom of]', - 'dm' => 'Dominica [Commonwealth of]', + 'dj' => 'Djibouti (Republic of)', + 'dk' => 'Denmark (Kingdom of)', + 'dm' => 'Dominica (Commonwealth of)', 'dnp' => 'Dai Nippon Printing Co., Ltd.', 'do' => 'Dominican Republic', 'docs' => 'Charleston Road Registry Inc.', 'doctor' => 'Binky Moon, LLC', 'dodge' => 'FCA US LLC.', 'dog' => 'Binky Moon, LLC', - 'doha' => 'Communications Regulatory Authority [CRA]', + 'doha' => 'Communications Regulatory Authority (CRA)', 'domains' => 'Binky Moon, LLC', 'doosan' => 'Retired', 'dot' => 'Dish DBS Corporation', @@ -385,16 +385,16 @@ class TldDesc { 'durban' => 'ZA Central Registry NPC trading as ZA Central Registry', 'dvag' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', 'dvr' => 'Hughes Satellite Systems Corporation', - 'dz' => 'Algeria [People\'s Democratic Republic of]', + 'dz' => 'Algeria (People\'s Democratic Republic of)', 'earth' => 'Interlink Co., Ltd.', 'eat' => 'Charleston Road Registry Inc.', - 'ec' => 'Ecuador [Republic of]', + 'ec' => 'Ecuador (Republic of)', 'eco' => 'Big Room Inc.', 'edeka' => 'EDEKA Verband kaufmännischer Genossenschaften e.V.', 'edu' => 'Educational establishments', 'education' => 'Binky Moon, LLC', - 'ee' => 'Estonia [Republic of]', - 'eg' => 'Egypt [Arab Republic of]', + 'ee' => 'Estonia (Republic of)', + 'eg' => 'Egypt (Arab Republic of)', 'eh' => 'Western Sahara {reserved}', 'email' => 'Binky Moon, LLC', 'emerck' => 'Merck KGaA', @@ -405,17 +405,17 @@ class TldDesc { 'epost' => 'Deutsche Post AG', 'epson' => 'Seiko Epson Corporation', 'equipment' => 'Binky Moon, LLC', - 'er' => 'Eritrea [State of]', + 'er' => 'Eritrea (State of)', 'ericsson' => 'Telefonaktiebolaget L M Ericsson', 'erni' => 'ERNI Group Holding AG', - 'es' => 'Spain [Kingdom of]', + 'es' => 'Spain (Kingdom of)', 'esq' => 'Charleston Road Registry Inc.', 'estate' => 'Binky Moon, LLC', 'esurance' => 'Esurance Insurance Company', - 'et' => 'Ethiopia [Federal Democratic Republic of]', - 'etisalat' => 'Emirates Telecommunications Corporation [trading as Etisalat]', + 'et' => 'Ethiopia (Federal Democratic Republic of)', + 'etisalat' => 'Emirates Telecommunications Corporation (trading as Etisalat)', 'eu' => 'European Union', - 'eurovision' => 'European Broadcasting Union [EBU]', + 'eurovision' => 'European Broadcasting Union (EBU)', 'eus' => 'Puntueus Fundazioa', 'events' => 'Binky Moon, LLC', 'everbank' => 'EverBank', @@ -439,7 +439,7 @@ class TldDesc { 'feedback' => 'Top Level Spectrum, Inc.', 'ferrari' => 'Fiat Chrysler Automobiles N.V.', 'ferrero' => 'Ferrero Trading Lux S.A.', - 'fi' => 'Finland [Republic of]', + 'fi' => 'Finland (Republic of)', 'fiat' => 'Fiat Chrysler Automobiles N.V.', 'fidelity' => 'Fidelity Brokerage Services LLC', 'fido' => 'Rogers Communications Canada Inc.', @@ -454,8 +454,8 @@ class TldDesc { 'fishing' => 'Top Level Domain Holdings Limited', 'fit' => 'Minds + Machines Group Limited', 'fitness' => 'Binky Moon, LLC', - 'fj' => 'Fiji [Republic of]', - 'fk' => 'Falkland Islands [Malvinas]', + 'fj' => 'Fiji (Republic of)', + 'fk' => 'Falkland Islands (Malvinas)', 'flickr' => 'Yahoo! Domain Services Inc.', 'flights' => 'Binky Moon, LLC', 'flir' => 'FLIR Systems, Inc.', @@ -463,7 +463,7 @@ class TldDesc { 'flowers' => 'Uniregistry, Corp.', 'flsmidth' => 'Retired', 'fly' => 'Charleston Road Registry Inc.', - 'fm' => 'Micronesia [Federated States of]', + 'fm' => 'Micronesia (Federated States of)', 'fo' => 'Faroe Islands', 'foo' => 'Charleston Road Registry Inc.', 'food' => 'Lifestyle Domain Holdings, Inc.', @@ -475,7 +475,7 @@ class TldDesc { 'forum' => 'Fegistry, LLC', 'foundation' => 'Binky Moon, LLC', 'fox' => 'FOX Registry, LLC', - 'fr' => 'France [French Republic]', + 'fr' => 'France (French Republic)', 'free' => 'Amazon Registry Services, Inc.', 'fresenius' => 'Fresenius Immobilien-Verwaltungs-GmbH', 'frl' => 'FRLregistry B.V.', @@ -490,7 +490,7 @@ class TldDesc { 'furniture' => 'Binky Moon, LLC', 'futbol' => 'United TLD Holdco, Ltd.', 'fyi' => 'Binky Moon, LLC', - 'ga' => 'Gabon [Gabonese Republic]', + 'ga' => 'Gabon (Gabonese Republic)', 'gal' => 'Asociación puntoGAL', 'gallery' => 'Binky Moon, LLC', 'gallo' => 'Gallo Vineyards, Inc.', @@ -499,7 +499,7 @@ class TldDesc { 'games' => 'United TLD Holdco Ltd.', 'gap' => 'The Gap, Inc.', 'garden' => 'Top Level Domain Holdings Limited', - 'gb' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', + 'gb' => 'United Kingdom (United Kingdom of Great Britain and Northern Ireland)', 'gbiz' => 'Charleston Road Registry Inc.', 'gd' => 'Grenada', 'gdn' => 'Joint Stock Company "Navigation-information systems"', @@ -509,9 +509,9 @@ class TldDesc { 'genting' => 'Resorts World Inc. Pte. Ltd.', 'george' => 'Wal-Mart Stores, Inc.', 'gf' => 'French Guiana', - 'gg' => 'Guernsey [Bailiwick of]', + 'gg' => 'Guernsey (Bailiwick of)', 'ggee' => 'GMO Internet, Inc.', - 'gh' => 'Ghana [Republic of]', + 'gh' => 'Ghana (Republic of)', 'gi' => 'Gibraltar', 'gift' => 'Uniregistry, Corp.', 'gifts' => 'Binky Moon, LLC', @@ -523,12 +523,12 @@ class TldDesc { 'gle' => 'Charleston Road Registry Inc.', 'global' => 'Dot Global Domain Registry Limited', 'globo' => 'Globo Comunicação e Participações S.A', - 'gm' => 'Gambia [Republic of The]', + 'gm' => 'Gambia (Republic of The)', 'gmail' => 'Charleston Road Registry Inc.', 'gmbh' => 'Binky Moon, LLC', 'gmo' => 'GMO Internet, Inc.', 'gmx' => '1&1 Mail & Media GmbH', - 'gn' => 'Guinea [Republic of]', + 'gn' => 'Guinea (Republic of)', 'godaddy' => 'Go Daddy East, LLC', 'gold' => 'Binky Moon, LLC', 'goldpoint' => 'YODOBASHI CAMERA CO.,LTD.', @@ -542,8 +542,8 @@ class TldDesc { 'got' => 'Amazon Registry Services, Inc.', 'gov' => 'US government', 'gp' => 'Guadeloupe', - 'gq' => 'Equatorial Guinea [Republic of]', - 'gr' => 'Greece [Hellenic Republic]', + 'gq' => 'Equatorial Guinea (Republic of)', + 'gr' => 'Greece (Hellenic Republic)', 'grainger' => 'Grainger Registry Services, LLC', 'graphics' => 'Binky Moon, LLC', 'gratis' => 'Binky Moon, LLC', @@ -552,7 +552,7 @@ class TldDesc { 'grocery' => 'Wal-Mart Stores, Inc.', 'group' => 'Binky Moon, LLC', 'gs' => 'South Georgia and the South Sandwich Islands', - 'gt' => 'Guatemala [Republic of]', + 'gt' => 'Guatemala (Republic of)', 'gu' => 'Guam', 'guardian' => 'The Guardian Life Insurance Company of America', 'gucci' => 'Guccio Gucci S.p.a.', @@ -560,8 +560,8 @@ class TldDesc { 'guide' => 'Binky Moon, LLC', 'guitars' => 'Uniregistry, Corp.', 'guru' => 'Binky Moon, LLC', - 'gw' => 'Guinea-Bissau [Republic of]', - 'gy' => 'Guyana [Co-operative Republic of]', + 'gw' => 'Guinea-Bissau (Republic of)', + 'gy' => 'Guyana (Co-operative Republic of)', 'hair' => 'L\'Oreal', 'hamburg' => 'Hamburg Top-Level-Domain GmbH', 'hangout' => 'Charleston Road Registry Inc.', @@ -580,10 +580,10 @@ class TldDesc { 'hisamitsu' => 'Hisamitsu Pharmaceutical Co.,Inc.', 'hitachi' => 'Hitachi, Ltd.', 'hiv' => 'Uniregistry, Corp.', - 'hk' => 'Hong Kong [Hong Kong Special Administrative Region of the People\'s Republic of China]', + 'hk' => 'Hong Kong (Hong Kong Special Administrative Region of the People\'s Republic of China)', 'hkt' => 'PCCW-HKT DataCom Services Limited', 'hm' => 'Heard Island and McDonald Islands', - 'hn' => 'Honduras [Republic of]', + 'hn' => 'Honduras (Republic of)', 'hockey' => 'Binky Moon, LLC', 'holdings' => 'Binky Moon, LLC', 'holiday' => 'Binky Moon, LLC', @@ -603,9 +603,9 @@ class TldDesc { 'hotmail' => 'Microsoft Corporation', 'house' => 'Binky Moon, LLC', 'how' => 'Charleston Road Registry Inc.', - 'hr' => 'Croatia [Republic of]', - 'hsbc' => 'HSBC Global Services [UK] Limited', - 'ht' => 'Haiti [Republic of]', + 'hr' => 'Croatia (Republic of)', + 'hsbc' => 'HSBC Global Services (UK) Limited', + 'ht' => 'Haiti (Republic of)', 'htc' => 'Not assigned', 'hu' => 'Hungary', 'hughes' => 'Hughes Satellite Systems Corporation', @@ -615,19 +615,19 @@ class TldDesc { 'icbc' => 'Industrial and Commercial Bank of China Limited', 'ice' => 'IntercontinentalExchange, Inc.', 'icu' => 'Shortdot SA', - 'id' => 'Indonesia [Republic of]', - 'ie' => 'Ireland [Republic of]', + 'id' => 'Indonesia (Republic of)', + 'ie' => 'Ireland (Republic of)', 'ieee' => 'IEEE Global LLC', 'ifm' => 'ifm electronic gmbh', 'iinet' => 'Retired', 'ikano' => 'Ikano S.A.', - 'il' => 'Israel [State of]', + 'il' => 'Israel (State of)', 'im' => 'Isle of Man', - 'imamat' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'imamat' => 'Fondation Aga Khan (Aga Khan Foundation)', 'imdb' => 'Amazon Registry Services, Inc.', 'immo' => 'Binky Moon, LLC', 'immobilien' => 'United TLD Holdco Ltd.', - 'in' => 'India [Republic of]', + 'in' => 'India (Republic of)', 'industries' => 'Binky Moon, LLC', 'infiniti' => 'NISSAN MOTOR CO., LTD.', 'info' => 'Informational sites', @@ -643,15 +643,15 @@ class TldDesc { 'investments' => 'Binky Moon, LLC', 'io' => 'British Indian Ocean Territory', 'ipiranga' => 'Ipiranga Produtos de Petroleo S.A.', - 'iq' => 'Iraq [Republic of]', - 'ir' => 'Iran [Islamic Republic of]', + 'iq' => 'Iraq (Republic of)', + 'ir' => 'Iran (Islamic Republic of)', 'irish' => 'Binky Moon, LLC', 'is' => 'Iceland', 'iselect' => 'iSelect Ltd', - 'ismaili' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'ismaili' => 'Fondation Aga Khan (Aga Khan Foundation)', 'ist' => 'Istanbul Metropolitan Municipality', 'istanbul' => 'Istanbul Metropolitan Municipality', - 'it' => 'Italy [Italian Republic]', + 'it' => 'Italy (Italian Republic)', 'itau' => 'Itau Unibanco Holding S.A.', 'itv' => 'ITV Services Limited', 'iveco' => 'CNH Industrial N.V.', @@ -660,17 +660,17 @@ class TldDesc { 'java' => 'Oracle Corporation', 'jcb' => 'JCB Co., Ltd.', 'jcp' => 'JCP Media, Inc.', - 'je' => 'Jersey [Bailiwick of]', + 'je' => 'Jersey (Bailiwick of)', 'jeep' => 'FCA US LLC.', 'jetzt' => 'Binky Moon, LLC', 'jewelry' => 'Binky Moon, LLC', 'jio' => 'Affinity Names, Inc.', 'jlc' => 'Richemont DNS Inc.', 'jll' => 'Jones Lang LaSalle Incorporated', - 'jm' => 'Jamaica [Commonwealth of]', + 'jm' => 'Jamaica (Commonwealth of)', 'jmp' => 'Matrix IP LLC', 'jnj' => 'Johnson & Johnson Services, Inc.', - 'jo' => 'Jordan [Hashemite Kingdom of]', + 'jo' => 'Jordan (Hashemite Kingdom of)', 'jobs' => 'Employment-related sites', 'joburg' => 'ZA Central Registry NPC trading as ZA Central Registry', 'jot' => 'Amazon Registry Services, Inc.', @@ -682,37 +682,37 @@ class TldDesc { 'juniper' => 'JUNIPER NETWORKS, INC.', 'kaufen' => 'United TLD Holdco Ltd.', 'kddi' => 'KDDI CORPORATION', - 'ke' => 'Kenya [Republic of]', + 'ke' => 'Kenya (Republic of)', 'kerryhotels' => 'Kerry Trading Co. Limited', 'kerrylogistics' => 'Kerry Trading Co. Limited', 'kerryproperties' => 'Kerry Trading Co. Limited', 'kfh' => 'Kuwait Finance House', - 'kg' => 'Kyrgyzstan [Kyrgyz Republic]', - 'kh' => 'Cambodia [Kingdom of]', - 'ki' => 'Kiribati [Republic of]', + 'kg' => 'Kyrgyzstan (Kyrgyz Republic)', + 'kh' => 'Cambodia (Kingdom of)', + 'ki' => 'Kiribati (Republic of)', 'kia' => 'KIA MOTORS CORPORATION', 'kim' => 'Afilias plc', 'kinder' => 'Ferrero Trading Lux S.A.', 'kindle' => 'Amazon Registry Services, Inc.', 'kitchen' => 'Binky Moon, LLC', 'kiwi' => 'DOT KIWI LIMITED', - 'km' => 'Comoros [Union of the]', - 'kn' => 'Saint Kitts and Nevis [Federation of]', + 'km' => 'Comoros (Union of the)', + 'kn' => 'Saint Kitts and Nevis (Federation of)', 'koeln' => 'punkt.wien GmbH', 'komatsu' => 'Komatsu Ltd.', 'kosher' => 'Kosher Marketing Assets LLC', - 'kp' => 'Korea [Democratic People\'s Republic of] [North Korea]', - 'kpmg' => 'KPMG International Cooperative [KPMG International Genossenschaft]', + 'kp' => 'Korea (Democratic People\'s Republic of) [North Korea]', + 'kpmg' => 'KPMG International Cooperative (KPMG International Genossenschaft)', 'kpn' => 'Koninklijke KPN N.V.', - 'kr' => 'Korea [Republic of] [South Korea]', + 'kr' => 'Korea (Republic of) [South Korea]', 'krd' => 'KRG Department of Information Technology', 'kred' => 'KredTLD Pty Ltd', 'kuokgroup' => 'Kerry Trading Co. Limited', - 'kw' => 'Kuwait [State of Kuwait]', + 'kw' => 'Kuwait (State of Kuwait)', 'ky' => 'Cayman Islands', 'kyoto' => 'Academic Institution: Kyoto Jyoho Gakuen', - 'kz' => 'Kazakhstan [Republic of]', - 'la' => 'Laos [Lao People\'s Democratic Republic]', + 'kz' => 'Kazakhstan (Republic of)', + 'la' => 'Laos (Lao People\'s Democratic Republic)', 'lacaixa' => 'CAIXA D\'ESTALVIS I PENSIONS DE BARCELONA', 'ladbrokes' => 'LADBROKES INTERNATIONAL PLC', 'lamborghini' => 'Automobili Lamborghini S.p.A.', @@ -729,7 +729,7 @@ class TldDesc { 'latrobe' => 'La Trobe University', 'law' => 'Minds + Machines Group Limited', 'lawyer' => 'United TLD Holdco, Ltd', - 'lb' => 'Lebanon [Lebanese Republic]', + 'lb' => 'Lebanon (Lebanese Republic)', 'lc' => 'Saint Lucia', 'lds' => 'IRI Domain Management, LLC', 'lease' => 'Binky Moon, LLC', @@ -739,7 +739,7 @@ class TldDesc { 'lego' => 'LEGO Juris A/S', 'lexus' => 'TOYOTA MOTOR CORPORATION', 'lgbt' => 'Afilias plc', - 'li' => 'Liechtenstein [Principality of]', + 'li' => 'Liechtenstein (Principality of)', 'liaison' => 'Liaison Technologies, Incorporated', 'lidl' => 'Schwarz Domains und Services GmbH & Co. KG', 'life' => 'Binky Moon, LLC', @@ -757,7 +757,7 @@ class TldDesc { 'live' => 'United TLD Holdco Ltd.', 'living' => 'Lifestyle Domain Holdings, Inc.', 'lixil' => 'LIXIL Group Corporation', - 'lk' => 'Sri Lanka [Democratic Socialist Republic of]', + 'lk' => 'Sri Lanka (Democratic Socialist Republic of)', 'llc' => 'Afilias plc', 'loan' => 'dot Loan Limited', 'loans' => 'Binky Moon, LLC', @@ -771,22 +771,22 @@ class TldDesc { 'love' => 'Merchant Law Group LLP', 'lpl' => 'LPL Holdings, Inc.', 'lplfinancial' => 'LPL Holdings, Inc.', - 'lr' => 'Liberia [Republic of]', - 'ls' => 'Lesotho [Kingdom of]', - 'lt' => 'Lithuania [Republic of]', + 'lr' => 'Liberia (Republic of)', + 'ls' => 'Lesotho (Kingdom of)', + 'lt' => 'Lithuania (Republic of)', 'ltd' => 'Binky Moon, LLC', 'ltda' => 'InterNetX Corp.', - 'lu' => 'Luxembourg [Grand Duchy of]', + 'lu' => 'Luxembourg (Grand Duchy of)', 'lundbeck' => 'H. Lundbeck A/S', 'lupin' => 'LUPIN LIMITED', 'luxe' => 'Top Level Domain Holdings Limited', 'luxury' => 'Luxury Partners LLC', - 'lv' => 'Latvia [Republic of]', + 'lv' => 'Latvia (Republic of)', 'ly' => 'Libya', 'ma' => 'Morocco', 'macys' => 'Macys, Inc.', 'madrid' => 'Comunidad de Madrid', - 'maif' => 'Mutuelle Assurance Instituteur France [MAIF]', + 'maif' => 'Mutuelle Assurance Instituteur France (MAIF)', 'maison' => 'Binky Moon, LLC', 'makeup' => 'L\'Oréal', 'man' => 'MAN SE', @@ -801,11 +801,11 @@ class TldDesc { 'maserati' => 'Fiat Chrysler Automobiles N.V.', 'mattel' => 'Mattel Sites, Inc.', 'mba' => 'Binky Moon, LLC', - 'mc' => 'Monaco [Principality of]', + 'mc' => 'Monaco (Principality of)', 'mcd' => 'Not assigned', 'mcdonalds' => 'Not assigned', 'mckinsey' => 'McKinsey Holdings, Inc.', - 'md' => 'Moldova [Republic of]', + 'md' => 'Moldova (Republic of)', 'me' => 'Montenegro', 'med' => 'Medistry LLC', 'media' => 'Binky Moon, LLC', @@ -818,9 +818,9 @@ class TldDesc { 'meo' => 'Not assigned', 'merckmsd' => 'MSD Registry Holdings, Inc.', 'metlife' => 'MetLife Services and Solutions, LLC', - 'mf' => 'Saint Martin [Collectivity of] {unassigned - see also: .gp and .fr}', - 'mg' => 'Madagascar [Republic of]', - 'mh' => 'Marshall Islands [Republic of the]', + 'mf' => 'Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr}', + 'mg' => 'Madagascar (Republic of)', + 'mh' => 'Marshall Islands (Republic of the)', 'miami' => 'Top Level Domain Holdings Limited', 'microsoft' => 'Microsoft Corporation', 'mil' => 'US military', @@ -828,14 +828,14 @@ class TldDesc { 'mint' => 'Intuit Administrative Services, Inc.', 'mit' => 'Massachusetts Institute of Technology', 'mitsubishi' => 'Mitsubishi Corporation', - 'mk' => 'Macedonia [Republic of]', - 'ml' => 'Mali [Republic of]', + 'mk' => 'Macedonia (Republic of)', + 'ml' => 'Mali (Republic of)', 'mlb' => 'MLB Advanced Media DH, LLC', 'mls' => 'The Canadian Real Estate Association', - 'mm' => 'Myanmar [Republic of the Union of] [Burma]', + 'mm' => 'Myanmar (Republic of the Union of) [Burma]', 'mma' => 'MMA IARD', 'mn' => 'Mongolia', - 'mo' => 'Macau [Macau Special Administrative Region of the People\'s Republic of China] [Macao]', + 'mo' => 'Macau (Macau Special Administrative Region of the People\'s Republic of China) [Macao]', 'mobi' => 'Mobile', 'mobile' => 'Dish DBS Corporation', 'mobily' => 'GreenTech Consultancy Company W.L.L.', @@ -848,33 +848,33 @@ class TldDesc { 'monster' => 'Monster Worldwide, Inc.', 'montblanc' => 'Not assigned', 'mopar' => 'FCA US LLC.', - 'mormon' => 'IRI Domain Management, LLC ["Applicant"]', + 'mormon' => 'IRI Domain Management, LLC ("Applicant")', 'mortgage' => 'United TLD Holdco, Ltd', - 'moscow' => 'Foundation for Assistance for Internet Technologies and Infrastructure Development [FAITID]', + 'moscow' => 'Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)', 'moto' => 'Motorola Trademark Holdings, LLC', 'motorcycles' => 'DERMotorcycles, LLC', 'mov' => 'Charleston Road Registry Inc.', 'movie' => 'Binky Moon, LLC', 'movistar' => 'Telefónica S.A.', - 'mp' => 'Northern Mariana Islands [Commonwealth of the]', + 'mp' => 'Northern Mariana Islands (Commonwealth of the)', 'mq' => 'Martinique', - 'mr' => 'Mauritania [Islamic Republic of]', + 'mr' => 'Mauritania (Islamic Republic of)', 'ms' => 'Montserrat', 'msd' => 'MSD Registry Holdings, Inc.', - 'mt' => 'Malta [Republic of]', + 'mt' => 'Malta (Republic of)', 'mtn' => 'MTN Dubai Limited', 'mtpc' => 'Retired', 'mtr' => 'MTR Corporation Limited', - 'mu' => 'Mauritius [Republic of]', + 'mu' => 'Mauritius (Republic of)', 'museum' => 'Museums', 'mutual' => 'Northwestern Mutual MU TLD Registry, LLC', 'mutuelle' => 'Retired', - 'mv' => 'Maldives [Republic of]', - 'mw' => 'Malawi [Republic of]', - 'mx' => 'Mexico [United Mexican States]', + 'mv' => 'Maldives (Republic of)', + 'mw' => 'Malawi (Republic of)', + 'mx' => 'Mexico (United Mexican States)', 'my' => 'Malaysia', - 'mz' => 'Mozambique [Republic of]', - 'na' => 'Namibia [Republic of]', + 'mz' => 'Mozambique (Republic of)', + 'na' => 'Namibia (Republic of)', 'nab' => 'National Australia Bank Limited', 'nadex' => 'Nadex Domains, Inc', 'nagoya' => 'GMO Registry, Inc.', @@ -884,7 +884,7 @@ class TldDesc { 'navy' => 'United TLD Holdco Ltd.', 'nba' => 'NBA REGISTRY, LLC', 'nc' => 'New Caledonia', - 'ne' => 'Niger [Republic of]', + 'ne' => 'Niger (Republic of)', 'nec' => 'NEC Corporation', 'net' => 'Network', 'netbank' => 'COMMONWEALTH BANK OF AUSTRALIA', @@ -897,12 +897,12 @@ class TldDesc { 'next' => 'Next plc', 'nextdirect' => 'Next plc', 'nexus' => 'Charleston Road Registry Inc.', - 'nf' => 'Norfolk Island [Territory of]', + 'nf' => 'Norfolk Island (Territory of)', 'nfl' => 'NFL Reg Ops LLC', - 'ng' => 'Nigeria [Federal Republic of]', + 'ng' => 'Nigeria (Federal Republic of)', 'ngo' => 'Public Interest Registry', - 'nhk' => 'Japan Broadcasting Corporation [NHK]', - 'ni' => 'Nicaragua [Republic of]', + 'nhk' => 'Japan Broadcasting Corporation (NHK)', + 'ni' => 'Nicaragua (Republic of)', 'nico' => 'DWANGO Co., Ltd.', 'nike' => 'NIKE, Inc.', 'nikon' => 'NIKON CORPORATION', @@ -910,15 +910,15 @@ class TldDesc { 'nissan' => 'NISSAN MOTOR CO., LTD.', 'nissay' => 'Nippon Life Insurance Company', 'nl' => 'Netherlands', - 'no' => 'Norway [Kingdom of]', + 'no' => 'Norway (Kingdom of)', 'nokia' => 'Nokia Corporation', 'northwesternmutual' => 'Northwestern Mutual Registry, LLC', 'norton' => 'Symantec Corporation', 'now' => 'Amazon Registry Services, Inc.', 'nowruz' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', - 'nowtv' => 'Starbucks [HK] Limited', - 'np' => 'Nepal [Federal Democratic Republic of]', - 'nr' => 'Nauru [Republic of]', + 'nowtv' => 'Starbucks (HK) Limited', + 'np' => 'Nepal (Federal Democratic Republic of)', + 'nr' => 'Nauru (Republic of)', 'nra' => 'NRA Holdings Company, INC.', 'nrw' => 'Minds + Machines GmbH', 'ntt' => 'NIPPON TELEGRAPH AND TELEPHONE CORPORATION', @@ -934,7 +934,7 @@ class TldDesc { 'olayangroup' => 'Crescent Holding GmbH', 'oldnavy' => 'The Gap, Inc.', 'ollo' => 'Dish DBS Corporation', - 'om' => 'Oman [Sultanate of]', + 'om' => 'Oman (Sultanate of)', 'omega' => 'The Swatch Group Ltd', 'one' => 'One.com A/S', 'ong' => 'Public Interest Registry', @@ -953,7 +953,7 @@ class TldDesc { 'otsuka' => 'Otsuka Holdings Co., Ltd.', 'ott' => 'Dish DBS Corporation', 'ovh' => 'OVH SAS', - 'pa' => 'Panama [Republic of]', + 'pa' => 'Panama (Republic of)', 'page' => 'Charleston Road Registry Inc.', 'pamperedchef' => 'Not assigned', 'panasonic' => 'Panasonic Corporation', @@ -966,12 +966,12 @@ class TldDesc { 'passagens' => 'Travel Reservations SRL', 'pay' => 'Amazon Registry Services, Inc.', 'pccw' => 'PCCW Enterprises Limited', - 'pe' => 'Peru [Republic of]', + 'pe' => 'Peru (Republic of)', 'pet' => 'Afilias plc', 'pf' => 'French Polynesia and Clipperton Island', 'pfizer' => 'Pfizer Inc.', - 'pg' => 'Papua New Guinea [Independent State of]', - 'ph' => 'Philippines [Republic of the]', + 'pg' => 'Papua New Guinea (Independent State of)', + 'ph' => 'Philippines (Republic of the)', 'pharmacy' => 'National Association of Boards of Pharmacy', 'phd' => 'Charleston Road Registry Inc.', 'philips' => 'Koninklijke Philips N.V.', @@ -990,22 +990,22 @@ class TldDesc { 'pink' => 'Afilias plc', 'pioneer' => 'Pioneer Corporation', 'pizza' => 'Binky Moon, LLC', - 'pk' => 'Pakistan [Islamic Republic of]', - 'pl' => 'Poland [Republic of]', + 'pk' => 'Pakistan (Islamic Republic of)', + 'pl' => 'Poland (Republic of)', 'place' => 'Binky Moon, LLC', 'play' => 'Charleston Road Registry Inc.', 'playstation' => 'Sony Computer Entertainment Inc.', 'plumbing' => 'Binky Moon, LLC', 'plus' => 'Binky Moon, LLC', 'pm' => 'Saint Pierre and Miquelon', - 'pn' => 'Pitcairn Islands [Pitcairn - Henderson - Ducie and Oeno Islands]', + 'pn' => 'Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands)', 'pnc' => 'PNC Domain Co., LLC', 'pohl' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', 'poker' => 'Afilias plc', 'politie' => 'Politie Nederland', 'porn' => 'ICM Registry PN LLC', 'post' => 'Universal Postal Union', - 'pr' => 'Puerto Rico [Commonwealth of]', + 'pr' => 'Puerto Rico (Commonwealth of)', 'pramerica' => 'Prudential Financial, Inc.', 'praxi' => 'Praxi S.p.A.', 'press' => 'DotPress Inc.', @@ -1021,19 +1021,19 @@ class TldDesc { 'protection' => 'XYZ.COM LLC', 'pru' => 'Prudential Financial, Inc.', 'prudential' => 'Prudential Financial, Inc.', - 'ps' => 'Palestine [State of]', - 'pt' => 'Portugal [Portuguese Republic]', + 'ps' => 'Palestine (State of)', + 'pt' => 'Portugal (Portuguese Republic)', 'pub' => 'United TLD Holdco Ltd.', - 'pw' => 'Palau [Republic of]', + 'pw' => 'Palau (Republic of)', 'pwc' => 'PricewaterhouseCoopers LLP', - 'py' => 'Paraguay [Republic of]', - 'qa' => 'Qatar [State of]', + 'py' => 'Paraguay (Republic of)', + 'qa' => 'Qatar (State of)', 'qpon' => 'dotCOOL, Inc.', 'quebec' => 'PointQuébec Inc', 'quest' => 'Quest ION Limited', 'qvc' => 'QVC, Inc.', 'racing' => 'Premier Registry Limited', - 'radio' => 'European Broadcasting Union [EBU]', + 'radio' => 'European Broadcasting Union (EBU)', 'raid' => 'Johnson Shareholdings, Inc.', 're' => 'Réunion', 'read' => 'Amazon Registry Services, Inc.', @@ -1061,7 +1061,7 @@ class TldDesc { 'reviews' => 'United TLD Holdco, Ltd.', 'rexroth' => 'Robert Bosch GMBH', 'rich' => 'I-REGISTRY Ltd., Niederlassung Deutschland', - 'richardli' => 'Pacific Century Asset Management [HK] Limited', + 'richardli' => 'Pacific Century Asset Management (HK) Limited', 'ricoh' => 'Ricoh Company, Ltd.', 'rightathome' => 'Johnson Shareholdings, Inc.', 'ril' => 'Reliance Industries Limited', @@ -1074,16 +1074,16 @@ class TldDesc { 'rodeo' => 'Top Level Domain Holdings Limited', 'rogers' => 'Rogers Communications Canada Inc.', 'room' => 'Amazon Registry Services, Inc.', - 'rs' => 'Serbia [Republic of]', + 'rs' => 'Serbia (Republic of)', 'rsvp' => 'Charleston Road Registry Inc.', - 'ru' => 'Russia [Russian Federation]', + 'ru' => 'Russia (Russian Federation)', 'rugby' => 'World Rugby Strategic Developments Limited', 'ruhr' => 'regiodot GmbH & Co. KG', 'run' => 'Binky Moon, LLC', - 'rw' => 'Rwanda [Republic of]', + 'rw' => 'Rwanda (Republic of)', 'rwe' => 'RWE AG', 'ryukyu' => 'BRregistry, Inc.', - 'sa' => 'Saudi Arabia [Kingdom of]', + 'sa' => 'Saudi Arabia (Kingdom of)', 'saarland' => 'dotSaarland GmbH', 'safe' => 'Amazon Registry Services, Inc.', 'safety' => 'Safety Registry Services, LLC.', @@ -1104,9 +1104,9 @@ class TldDesc { 'sb' => 'Solomon Islands', 'sbi' => 'STATE BANK OF INDIA', 'sbs' => 'SPECIAL BROADCASTING SERVICE CORPORATION', - 'sc' => 'Seychelles [Republic of]', - 'sca' => 'SVENSKA CELLULOSA AKTIEBOLAGET SCA [publ]', - 'scb' => 'The Siam Commercial Bank Public Company Limited ["SCB"]', + 'sc' => 'Seychelles (Republic of)', + 'sca' => 'SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)', + 'scb' => 'The Siam Commercial Bank Public Company Limited ("SCB")', 'schaeffler' => 'Schaeffler Technologies AG & Co. KG', 'schmidt' => 'SALM S.A.S.', 'scholarships' => 'Scholarships.com, LLC', @@ -1117,10 +1117,10 @@ class TldDesc { 'scjohnson' => 'Johnson Shareholdings, Inc.', 'scor' => 'SCOR SE', 'scot' => 'Dot Scot Registry Limited', - 'sd' => 'Sudan [Republic of]', - 'se' => 'Sweden [Kingdom of]', + 'sd' => 'Sudan (Republic of)', + 'se' => 'Sweden (Kingdom of)', 'search' => 'Charleston Road Registry Inc.', - 'seat' => 'SEAT, S.A. [Sociedad Unipersonal]', + 'seat' => 'SEAT, S.A. (Sociedad Unipersonal)', 'secure' => 'Amazon Registry Services, Inc.', 'security' => 'XYZ.COM LLC', 'seek' => 'Seek Limited', @@ -1133,7 +1133,7 @@ class TldDesc { 'sex' => 'ICM Registry SX LLC', 'sexy' => 'Uniregistry, Corp.', 'sfr' => 'Societe Francaise du Radiotelephone - SFR', - 'sg' => 'Singapore [Republic of]', + 'sg' => 'Singapore (Republic of)', 'sh' => 'Saint Helena', 'shangrila' => 'Shangri‐La International Hotel Management Limited', 'sharp' => 'Sharp Corporation', @@ -1148,25 +1148,25 @@ class TldDesc { 'show' => 'Binky Moon, LLC', 'showtime' => 'CBS Domains Inc.', 'shriram' => 'Shriram Capital Ltd.', - 'si' => 'Slovenia [Republic of]', + 'si' => 'Slovenia (Republic of)', 'silk' => 'Amazon Registry Services, Inc.', 'sina' => 'Sina Corporation', 'singles' => 'Binky Moon, LLC', 'site' => 'DotSite Inc.', 'sj' => 'Svalbard and Jan Mayen {not in use - see also: .no}', - 'sk' => 'Slovakia [Slovak Republic]', + 'sk' => 'Slovakia (Slovak Republic)', 'ski' => 'STARTING DOT LIMITED', 'skin' => 'L\'Oréal', 'sky' => 'Sky International AG', 'skype' => 'Microsoft Corporation', - 'sl' => 'Sierra Leone [Republic of]', + 'sl' => 'Sierra Leone (Republic of)', 'sling' => 'Hughes Satellite Systems Corporation', - 'sm' => 'San Marino [Republic of]', - 'smart' => 'Smart Communications, Inc. [SMART]', + 'sm' => 'San Marino (Republic of)', + 'smart' => 'Smart Communications, Inc. (SMART)', 'smile' => 'Amazon Registry Services, Inc.', - 'sn' => 'Senegal [Republic of]', - 'sncf' => 'SNCF [Société Nationale des Chemins de fer Francais]', - 'so' => 'Somalia [Federal Republic of]', + 'sn' => 'Senegal (Republic of)', + 'sncf' => 'SNCF (Société Nationale des Chemins de fer Francais)', + 'so' => 'Somalia (Federal Republic of)', 'soccer' => 'Binky Moon, LLC', 'social' => 'United TLD Holdco Ltd.', 'softbank' => 'SoftBank Group Corp.', @@ -1179,14 +1179,14 @@ class TldDesc { 'soy' => 'Charleston Road Registry Inc.', 'space' => 'DotSpace Inc.', 'spiegel' => 'SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG', - 'sport' => 'Global Association of International Sports Federations [GAISF]', + 'sport' => 'Global Association of International Sports Federations (GAISF)', 'spot' => 'Amazon Registry Services, Inc.', 'spreadbetting' => 'DOTSPREADBETTING REGISTRY LTD', - 'sr' => 'Suriname [Republic of]', + 'sr' => 'Suriname (Republic of)', 'srl' => 'InterNetX Corp.', 'srt' => 'FCA US LLC.', - 'ss' => 'South Sudan [Republic of]', - 'st' => 'São Tomé and Príncipe [Democratic Republic of]', + 'ss' => 'South Sudan (Republic of)', + 'st' => 'São Tomé and Príncipe (Democratic Republic of)', 'stada' => 'STADA Arzneimittel AG', 'staples' => 'Staples, Inc.', 'star' => 'Star India Private Limited', @@ -1203,7 +1203,7 @@ class TldDesc { 'studio' => 'United TLD Holdco Ltd.', 'study' => 'OPEN UNIVERSITIES AUSTRALIA PTY LTD', 'style' => 'Binky Moon, LLC', - 'su' => 'Soviet Union [Union of Soviet Socialist Republics]', + 'su' => 'Soviet Union (Union of Soviet Socialist Republics)', 'sucks' => 'Vox Populi Registry Ltd.', 'supplies' => 'Binky Moon, LLC', 'supply' => 'Binky Moon, LLC', @@ -1211,16 +1211,16 @@ class TldDesc { 'surf' => 'Top Level Domain Holdings Limited', 'surgery' => 'Binky Moon, LLC', 'suzuki' => 'SUZUKI MOTOR CORPORATION', - 'sv' => 'El Salvador [Republic of]', + 'sv' => 'El Salvador (Republic of)', 'swatch' => 'The Swatch Group Ltd', 'swiftcover' => 'Swiftcover Insurance Services Limited', 'swiss' => 'Swiss Confederation', 'sx' => 'Sint Maarten', - 'sy' => 'Syria [Syrian Arab Republic]', + 'sy' => 'Syria (Syrian Arab Republic)', 'sydney' => 'State of New South Wales, Department of Premier and Cabinet', 'symantec' => 'Symantec Corporation', 'systems' => 'Binky Moon, LLC', - 'sz' => 'Swaziland [Kingdom of]', + 'sz' => 'Swaziland (Kingdom of)', 'tab' => 'Tabcorp Holdings Limited', 'taipei' => 'Taipei City Government', 'talk' => 'Amazon Registry Services, Inc.', @@ -1233,7 +1233,7 @@ class TldDesc { 'taxi' => 'Binky Moon, LLC', 'tc' => 'Turks and Caicos Islands', 'tci' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', - 'td' => 'Chad [Republic of]', + 'td' => 'Chad (Republic of)', 'tdk' => 'TDK Corporation', 'team' => 'Binky Moon, LLC', 'tech' => 'Dot Tech LLC', @@ -1241,12 +1241,12 @@ class TldDesc { 'tel' => 'Telephone', 'telecity' => 'TelecityGroup International Limited', 'telefonica' => 'Telefónica S.A.', - 'temasek' => 'Temasek Holdings [Private] Limited', + 'temasek' => 'Temasek Holdings (Private) Limited', 'tennis' => 'Binky Moon, LLC', 'teva' => 'Teva Pharmaceutical Industries Limited', - 'tf' => 'French Southern and Antarctic Lands [Territory of the]', - 'tg' => 'Togo [Togolese Republic]', - 'th' => 'Thailand [Kingdom of]', + 'tf' => 'French Southern and Antarctic Lands (Territory of the)', + 'tg' => 'Togo (Togolese Republic)', + 'th' => 'Thailand (Kingdom of)', 'thd' => 'Home Depot Product Authority, LLC', 'theater' => 'Binky Moon, LLC', 'theatre' => 'XYZ.COM LLC', @@ -1257,16 +1257,16 @@ class TldDesc { 'tips' => 'Binky Moon, LLC', 'tires' => 'Binky Moon, LLC', 'tirol' => 'punkt Tirol GmbH', - 'tj' => 'Tajikistan [Republic of]', + 'tj' => 'Tajikistan (Republic of)', 'tjmaxx' => 'The TJX Companies, Inc.', 'tjx' => 'The TJX Companies, Inc.', 'tk' => 'Tokelau', 'tkmaxx' => 'The TJX Companies, Inc.', - 'tl' => 'Timor-Leste [Democratic Republic of] [East Timor]', + 'tl' => 'Timor-Leste (Democratic Republic of) [East Timor]', 'tm' => 'Turkmenistan', 'tmall' => 'Alibaba Group Holding Limited', - 'tn' => 'Tunisia [Republic of]', - 'to' => 'Tonga [Kingdom of]', + 'tn' => 'Tunisia (Republic of)', + 'to' => 'Tonga (Kingdom of)', 'today' => 'Binky Moon, LLC', 'tokyo' => 'GMO Registry, Inc.', 'tools' => 'Binky Moon, LLC', @@ -1278,8 +1278,8 @@ class TldDesc { 'town' => 'Binky Moon, LLC', 'toyota' => 'TOYOTA MOTOR CORPORATION', 'toys' => 'Binky Moon, LLC', - 'tp' => 'Timor-Leste [Democratic Republic of] [East Timor] {being phased out - also see: .tl}', - 'tr' => 'Turkey [Republic of]', + 'tp' => 'Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl}', + 'tr' => 'Turkey (Republic of)', 'trade' => 'Elite Registry Limited', 'trading' => 'DOTTRADING REGISTRY LTD', 'training' => 'Binky Moon, LLC', @@ -1289,21 +1289,21 @@ class TldDesc { 'travelersinsurance' => 'Travelers TLD, LLC', 'trust' => 'Artemis Internet Inc', 'trv' => 'Travelers TLD, LLC', - 'tt' => 'Trinidad and Tobago [Republic of]', + 'tt' => 'Trinidad and Tobago (Republic of)', 'tube' => 'Latin American Telecom LLC', 'tui' => 'TUI AG', 'tunes' => 'Amazon Registry Services, Inc.', 'tushu' => 'Amazon Registry Services, Inc.', 'tv' => 'Tuvalu', 'tvs' => 'T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED', - 'tw' => 'Taiwan [Republic of China]', - 'tz' => 'Tanzania [United Republic of]', + 'tw' => 'Taiwan (Republic of China)', + 'tz' => 'Tanzania (United Republic of)', 'ua' => 'Ukraine', 'ubank' => 'National Australia Bank Limited', 'ubs' => 'UBS AG', 'uconnect' => 'FCA US LLC.', - 'ug' => 'Uganda [Republic of]', - 'uk' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', + 'ug' => 'Uganda (Republic of)', + 'uk' => 'United Kingdom (United Kingdom of Great Britain and Northern Ireland)', 'um' => 'United States Minor Outlying Islands {formerly - retired 2010 - see also: .us}', 'unicom' => 'China United Network Communications Corporation Limited', 'university' => 'Binky Moon, LLC', @@ -1311,25 +1311,25 @@ class TldDesc { 'uol' => 'UBN INTERNET LTDA.', 'ups' => 'UPS Market Driver, Inc.', 'us' => 'United States of America and United States Minor Outlying Islands', - 'uy' => 'Uruguay [Oriental Republic of]', - 'uz' => 'Uzbekistan [Republic of]', - 'va' => 'Vatican City [Vatican City State]', + 'uy' => 'Uruguay (Oriental Republic of)', + 'uz' => 'Uzbekistan (Republic of)', + 'va' => 'Vatican City (Vatican City State)', 'vacations' => 'Binky Moon, LLC', 'vana' => 'Lifestyle Domain Holdings, Inc.', 'vanguard' => 'The Vanguard Group, Inc.', 'vc' => 'Saint Vincent and the Grenadines', - 've' => 'Venezuela [Bolivarian Republic of]', + 've' => 'Venezuela (Bolivarian Republic of)', 'vegas' => 'Dot Vegas, Inc.', 'ventures' => 'Binky Moon, LLC', 'verisign' => 'VeriSign, Inc.', 'versicherung' => 'TLD-BOX Registrydienstleistungen GmbH', 'vet' => 'United TLD Holdco, Ltd', - 'vg' => 'British Virgin Islands [Virgin Islands]', - 'vi' => 'United States Virgin Islands [United States Virgin Islands]', + 'vg' => 'British Virgin Islands (Virgin Islands)', + 'vi' => 'United States Virgin Islands (United States Virgin Islands)', 'viajes' => 'Binky Moon, LLC', 'video' => 'United TLD Holdco, Ltd', 'vig' => 'VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe', - 'viking' => 'Viking River Cruises [Bermuda] Ltd.', + 'viking' => 'Viking River Cruises (Bermuda) Ltd.', 'villas' => 'Binky Moon, LLC', 'vin' => 'Binky Moon, LLC', 'vip' => 'Minds + Machines Group Limited', @@ -1341,7 +1341,7 @@ class TldDesc { 'viva' => 'Saudi Telecom Company', 'vivo' => 'Telefonica Brasil S.A.', 'vlaanderen' => 'DNS.be vzw', - 'vn' => 'Vietnam [Socialist Republic of]', + 'vn' => 'Vietnam (Socialist Republic of)', 'vodka' => 'Top Level Domain Holdings Limited', 'volkswagen' => 'Volkswagen Group of America Inc.', 'volvo' => 'Volvo Holding Sverige Aktiebolag', @@ -1349,7 +1349,7 @@ class TldDesc { 'voting' => 'Valuetainment Corp.', 'voto' => 'Monolith Registry LLC', 'voyage' => 'Binky Moon, LLC', - 'vu' => 'Vanuatu [Republic of]', + 'vu' => 'Vanuatu (Republic of)', 'vuelos' => 'Travel Reservations SRL', 'wales' => 'Nominet UK', 'walmart' => 'Wal-Mart Stores, Inc.', @@ -1368,7 +1368,7 @@ class TldDesc { 'wedding' => 'Top Level Domain Holdings Limited', 'weibo' => 'Sina Corporation', 'weir' => 'Weir Group IP Limited', - 'wf' => 'Wallis and Futuna [Territory of the Wallis and Futuna Islands]', + 'wf' => 'Wallis and Futuna (Territory of the Wallis and Futuna Islands)', 'whoswho' => 'Who\'s Who Registry', 'wien' => 'punkt.wien GmbH', 'wiki' => 'Top Level Design, LLC', @@ -1384,7 +1384,7 @@ class TldDesc { 'works' => 'Binky Moon, LLC', 'world' => 'Binky Moon, LLC', 'wow' => 'Amazon Registry Services, Inc.', - 'ws' => 'Samoa [Independent State of]', + 'ws' => 'Samoa (Independent State of)', 'wtc' => 'World Trade Centers Association, Inc.', 'wtf' => 'Binky Moon, LLC', 'xbox' => 'Microsoft Corporation', @@ -1401,9 +1401,9 @@ class TldDesc { '慈善' => 'Excellent First Limited', '集团' => 'Eagle Horizon Limited', '在线' => 'TLD REGISTRY LIMITED', - '한국' => 'KISA [Korea Internet & Security Agency]', + '한국' => 'KISA (Korea Internet & Security Agency)', 'ଭାରତ' => 'National Internet eXchange of India', - '大众汽车' => 'Volkswagen [China] Investment Co., Ltd.', + '大众汽车' => 'Volkswagen (China) Investment Co., Ltd.', '点看' => 'VeriSign Sarl', 'คอม' => 'VeriSign Sarl', 'ভাৰত' => 'National Internet eXchange of India', @@ -1417,28 +1417,28 @@ class TldDesc { '网站' => 'Global Website TLD Asia Limited', '移动' => 'Afilias plc', '我爱你' => 'Tycoon Treasure Limited', - 'москва' => 'Foundation for Assistance for Internet Technologies and Infrastructure Development [FAITID]', + 'москва' => 'Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)', 'испытание' => 'Internet Assigned Numbers Authority', 'қаз' => 'Association of IT Companies of Kazakhstan', - 'католик' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + 'католик' => 'Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)', 'онлайн' => 'CORE Association', 'сайт' => 'CORE Association', '联通' => 'China United Network Communications Corporation Limited', - 'срб' => 'Serbian National Internet Domain Registry [RNIDS]', + 'срб' => 'Serbian National Internet Domain Registry (RNIDS)', 'бг' => 'Imena.BG AD', 'бел' => 'Reliable Software, Ltd.', '‏קום‎' => 'VeriSign Sarl', '时尚' => 'RISE VICTORY LIMITED', '微博' => 'Sina Corporation', '테스트' => 'Internet Assigned Numbers Authority', - '淡马锡' => 'Temasek Holdings [Private] Limited', + '淡马锡' => 'Temasek Holdings (Private) Limited', 'ファッション' => 'Amazon Registry Services, Inc.', 'орг' => 'Public Interest Registry', 'नेट' => 'VeriSign Sarl', 'ストア' => 'Amazon Registry Services, Inc.', '삼성' => 'SAMSUNG SDS CO., LTD', - 'சிங்கப்பூர்' => 'Singapore Network Information Centre [SGNIC] Pte Ltd', - '商标' => 'HU YI GLOBAL INFORMATION RESOURCES[HOLDING] COMPANY.HONGKONG LIMITED', + 'சிங்கப்பூர்' => 'Singapore Network Information Centre (SGNIC) Pte Ltd', + '商标' => 'HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED', '商店' => 'Binky Moon, LLC', '商城' => 'Zodiac Aquarius Limited', 'дети' => 'The Foundation for Network Initiatives “The Smart Internet”', @@ -1452,8 +1452,8 @@ class TldDesc { '‏كوم‎' => 'VeriSign Sarl', '中文网' => 'TLD REGISTRY LIMITED', '中信' => 'CITIC Group Corporation', - '中国' => 'China Internet Network Information Center [CNNIC]', - '中國' => 'China Internet Network Information Center [CNNIC]', + '中国' => 'China Internet Network Information Center (CNNIC)', + '中國' => 'China Internet Network Information Center (CNNIC)', '娱乐' => 'Binky Moon, LLC', '谷歌' => 'Charleston Road Registry Inc.', 'భారత్' => 'National Internet Exchange of India', @@ -1471,56 +1471,56 @@ class TldDesc { 'பரிட்சை' => 'Internet Assigned Numbers Authority', '网店' => 'Zodiac Taurus Ltd.', 'संगठन' => 'Public Interest Registry', - '餐厅' => 'HU YI GLOBAL INFORMATION RESOURCES [HOLDING] COMPANY. HONGKONG LIMITED', + '餐厅' => 'HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED', '网络' => 'Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)', 'ком' => 'VeriSign Sarl', - 'укр' => 'Ukrainian Network Information Centre [UANIC], Inc.', + 'укр' => 'Ukrainian Network Information Centre (UANIC), Inc.', '香港' => 'Hong Kong Internet Registration Corporation Ltd.', '诺基亚' => 'Nokia Corporation', '食品' => 'Amazon Registry Services, Inc.', 'δοκιμή' => 'Internet Assigned Numbers Authority', '飞利浦' => 'Koninklijke Philips N.V.', '‏إختبار‎' => 'Internet Assigned Numbers Authority', - '台湾' => 'Taiwan Network Information Center [TWNIC]', - '台灣' => 'Taiwan Network Information Center [TWNIC]', + '台湾' => 'Taiwan Network Information Center (TWNIC)', + '台灣' => 'Taiwan Network Information Center (TWNIC)', '手表' => 'Richemont DNS Inc.', '手机' => 'Beijing RITT-Net Technology Development Co., Ltd', 'мон' => 'Datacom Co.,Ltd', '‏الجزائر‎' => 'CERIST', - '‏عمان‎' => 'Telecommunications Regulatory Authority [TRA]', + '‏عمان‎' => 'Telecommunications Regulatory Authority (TRA)', '‏ارامكو‎' => 'Aramco Services Company', - '‏ایران‎' => 'Institute for Research in Fundamental Sciences [IPM]', + '‏ایران‎' => 'Institute for Research in Fundamental Sciences (IPM)', '‏العليان‎' => 'Crescent Holding GmbH', - '‏اتصالات‎' => 'Emirates Telecommunications Corporation [trading as Etisalat]', - '‏امارات‎' => 'Telecommunications Regulatory Authority [TRA]', + '‏اتصالات‎' => 'Emirates Telecommunications Corporation (trading as Etisalat)', + '‏امارات‎' => 'Telecommunications Regulatory Authority (TRA)', '‏بازار‎' => 'CORE Association', '‏موريتانيا‎' => 'Not assigned', '‏پاکستان‎' => 'National Telecommunication Corporation', - '‏الاردن‎' => 'National Information Technology Center [NITC]', + '‏الاردن‎' => 'National Information Technology Center (NITC)', '‏موبايلي‎' => 'GreenTech Consultancy Company W.L.L.', '‏بارت‎' => 'National Internet eXchange of India', '‏بھارت‎' => 'National Internet Exchange of India', - '‏المغرب‎' => 'Agence Nationale de Réglementation des Télécommunications [ANRT]', + '‏المغرب‎' => 'Agence Nationale de Réglementation des Télécommunications (ANRT)', '‏ابوظبي‎' => 'Abu Dhabi Systems and Information Centre', '‏السعودية‎' => 'Communications and Information Technology Commission', '‏ڀارت‎' => 'National Internet eXchange of India', - '‏كاثوليك‎' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + '‏كاثوليك‎' => 'Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)', '‏سودان‎' => 'Sudan Internet Society', '‏همراه‎' => 'Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.', - '‏عراق‎' => 'Communications and Media Commission [CMC]', + '‏عراق‎' => 'Communications and Media Commission (CMC)', '‏مليسيا‎' => 'MYNIC Berhad', - '澳門' => 'Macao Post and Telecommunications Bureau [CTT]', + '澳門' => 'Macao Post and Telecommunications Bureau (CTT)', '닷컴' => 'VeriSign Sarl', '政府' => 'Net-Chinese Co., Ltd.', '‏شبكة‎' => 'International Domain Registry Pty. Ltd.', '‏بيتك‎' => 'Kuwait Finance House', '‏عرب‎' => 'League of Arab States', - 'გე' => 'Information Technologies Development Center [ITDC]', + 'გე' => 'Information Technologies Development Center (ITDC)', '机构' => 'Public Interest Registry', '组织机构' => 'Public Interest Registry', '健康' => 'Stable Tone Limited', 'ไทย' => 'Thai Network Information Center Foundation', - '‏سورية‎' => 'National Agency for Network Services [NANS]', + '‏سورية‎' => 'National Agency for Network Services (NANS)', '招聘' => 'Dot Trademark TLD Holding Company Limited', 'рус' => 'Rusnames Limited', 'рф' => 'Coordination Center for TLD RU', @@ -1537,7 +1537,7 @@ class TldDesc { '网址' => 'KNET Co., Ltd', '닷넷' => 'VeriSign Sarl', 'コム' => 'VeriSign Sarl', - '天主教' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + '天主教' => 'Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)', '游戏' => 'Binky Moon, LLC', 'vermögensberater' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', 'vermögensberatung' => 'Deutsche Vermögensberatung Aktiengesellschaft DVAG', @@ -1551,8 +1551,8 @@ class TldDesc { 'இலங்கை' => 'LK Domain Registry', 'இந்தியா' => 'National Internet Exchange of India', 'հայ' => '"Internet Society" Non-governmental Organization', - '新加坡' => 'Singapore Network Information Centre [SGNIC] Pte Ltd', - '‏فلسطين‎' => 'Ministry of Telecom & Information Technology [MTIT]', + '新加坡' => 'Singapore Network Information Centre (SGNIC) Pte Ltd', + '‏فلسطين‎' => 'Ministry of Telecom & Information Technology (MTIT)', 'テスト' => 'Internet Assigned Numbers Authority', '政务' => 'China Organizational Name Administration Center', 'xperia' => 'Sony Mobile Communications AB', @@ -1562,24 +1562,24 @@ class TldDesc { 'yahoo' => 'Yahoo! Domain Services Inc.', 'yamaxun' => 'Amazon Registry Services, Inc.', 'yandex' => 'YANDEX, LLC', - 'ye' => 'Yemen [Republic of]', + 'ye' => 'Yemen (Republic of)', 'yodobashi' => 'YODOBASHI CAMERA CO.,LTD.', 'yoga' => 'Top Level Domain Holdings Limited', 'yokohama' => 'GMO Registry, Inc.', 'you' => 'Amazon Registry Services, Inc.', 'youtube' => 'Charleston Road Registry Inc.', - 'yt' => 'Mayotte [Department of]', + 'yt' => 'Mayotte (Department of)', 'yun' => 'QIHOO 360 TECHNOLOGY CO. LTD.', - 'za' => 'South Africa [Republic of]', + 'za' => 'South Africa (Republic of)', 'zappos' => 'Amazon Registry Services, Inc.', - 'zara' => 'Industria de Diseño Textil, S.A. [INDITEX, S.A.]', + 'zara' => 'Industria de Diseño Textil, S.A. (INDITEX, S.A.)', 'zero' => 'Amazon Registry Services, Inc.', 'zip' => 'Charleston Road Registry Inc.', 'zippo' => 'Zadco Company', - 'zm' => 'Zambia [Republic of]', + 'zm' => 'Zambia (Republic of)', 'zone' => 'Binky Moon, LLC', - 'zuerich' => 'Kanton Zürich [Canton of Zurich]', - 'zw' => 'Zimbabwe [Republic of]', + 'zuerich' => 'Kanton Zürich (Canton of Zurich)', + 'zw' => 'Zimbabwe (Republic of)', ]; } \ No newline at end of file diff --git a/formats/php/TldEnum/TldInfo.php b/formats/php/TldEnum/TldInfo.php index 60ba981..8fc5a7f 100644 --- a/formats/php/TldEnum/TldInfo.php +++ b/formats/php/TldEnum/TldInfo.php @@ -94,12 +94,12 @@ class TldInfo { ], [ 'domain' => 'ad', - 'description' => 'Andorra [Principality of]', + 'description' => 'Andorra (Principality of)', 'type' => 'country-code', ], [ 'domain' => 'adac', - 'description' => 'Allgemeiner Deutscher Automobil-Club e.V. [ADAC]', + 'description' => 'Allgemeiner Deutscher Automobil-Club e.V. (ADAC)', 'type' => 'generic', ], [ @@ -134,7 +134,7 @@ class TldInfo { ], [ 'domain' => 'af', - 'description' => 'Afghanistan [Islamic Republic of]', + 'description' => 'Afghanistan (Islamic Republic of)', 'type' => 'country-code', ], [ @@ -159,7 +159,7 @@ class TldInfo { ], [ 'domain' => 'agakhan', - 'description' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'description' => 'Fondation Aga Khan (Aga Khan Foundation)', 'type' => 'generic', ], [ @@ -199,12 +199,12 @@ class TldInfo { ], [ 'domain' => 'akdn', - 'description' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'description' => 'Fondation Aga Khan (Aga Khan Foundation)', 'type' => 'generic', ], [ 'domain' => 'al', - 'description' => 'Albania [Republic of]', + 'description' => 'Albania (Republic of)', 'type' => 'country-code', ], [ @@ -249,7 +249,7 @@ class TldInfo { ], [ 'domain' => 'am', - 'description' => 'Armenia [Republic of]', + 'description' => 'Armenia (Republic of)', 'type' => 'country-code', ], [ @@ -309,7 +309,7 @@ class TldInfo { ], [ 'domain' => 'ao', - 'description' => 'Angola [Republic of]', + 'description' => 'Angola (Republic of)', 'type' => 'country-code', ], [ @@ -344,7 +344,7 @@ class TldInfo { ], [ 'domain' => 'ar', - 'description' => 'Argentina [Argentine Republic]', + 'description' => 'Argentina (Argentine Republic)', 'type' => 'country-code', ], [ @@ -404,7 +404,7 @@ class TldInfo { ], [ 'domain' => 'at', - 'description' => 'Austria [Republic of]', + 'description' => 'Austria (Republic of)', 'type' => 'country-code', ], [ @@ -419,7 +419,7 @@ class TldInfo { ], [ 'domain' => 'au', - 'description' => 'Australia [Commonwealth of]', + 'description' => 'Australia (Commonwealth of)', 'type' => 'country-code', ], [ @@ -489,7 +489,7 @@ class TldInfo { ], [ 'domain' => 'az', - 'description' => 'Azerbaijan [Republic of]', + 'description' => 'Azerbaijan (Republic of)', 'type' => 'country-code', ], [ @@ -569,7 +569,7 @@ class TldInfo { ], [ 'domain' => 'basketball', - 'description' => 'Fédération Internationale de Basketball [FIBA]', + 'description' => 'Fédération Internationale de Basketball (FIBA)', 'type' => 'generic', ], [ @@ -614,12 +614,12 @@ class TldInfo { ], [ 'domain' => 'bd', - 'description' => 'Bangladesh [People\'s Republic of]', + 'description' => 'Bangladesh (People\'s Republic of)', 'type' => 'country-code', ], [ 'domain' => 'be', - 'description' => 'Belgium [Kingdom of]', + 'description' => 'Belgium (Kingdom of)', 'type' => 'country-code', ], [ @@ -669,22 +669,22 @@ class TldInfo { ], [ 'domain' => 'bg', - 'description' => 'Bulgaria [Republic of]', + 'description' => 'Bulgaria (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'bh', - 'description' => 'Bahrain [Kingdom of]', + 'description' => 'Bahrain (Kingdom of)', 'type' => 'country-code', ], [ 'domain' => 'bharti', - 'description' => 'Bharti Enterprises [Holding] Private Limited', + 'description' => 'Bharti Enterprises (Holding) Private Limited', 'type' => 'generic', ], [ 'domain' => 'bi', - 'description' => 'Burundi [Republic of]', + 'description' => 'Burundi (Republic of)', 'type' => 'country-code', ], [ @@ -724,12 +724,12 @@ class TldInfo { ], [ 'domain' => 'bj', - 'description' => 'Benin [Republic of]', + 'description' => 'Benin (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'bl', - 'description' => 'Saint Barthélemy [Collectivity of] {unassigned - see also: .gp and .fr}', + 'description' => 'Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr}', 'type' => 'country-code', ], [ @@ -784,7 +784,7 @@ class TldInfo { ], [ 'domain' => 'bn', - 'description' => 'Brunei [Nation of Brunei - the Abode of Peace] [Negara Brunei Darussalam]', + 'description' => 'Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam]', 'type' => 'country-code', ], [ @@ -799,7 +799,7 @@ class TldInfo { ], [ 'domain' => 'bo', - 'description' => 'Bolivia [Plurinational State of]', + 'description' => 'Bolivia (Plurinational State of)', 'type' => 'country-code', ], [ @@ -884,7 +884,7 @@ class TldInfo { ], [ 'domain' => 'br', - 'description' => 'Brazil [Federative Republic of]', + 'description' => 'Brazil (Federative Republic of)', 'type' => 'country-code', ], [ @@ -919,12 +919,12 @@ class TldInfo { ], [ 'domain' => 'bs', - 'description' => 'Bahamas [Commonwealth of the]', + 'description' => 'Bahamas (Commonwealth of the)', 'type' => 'country-code', ], [ 'domain' => 'bt', - 'description' => 'Bhutan [Kingdom of]', + 'description' => 'Bhutan (Kingdom of)', 'type' => 'country-code', ], [ @@ -969,12 +969,12 @@ class TldInfo { ], [ 'domain' => 'bw', - 'description' => 'Botswana [Republic of]', + 'description' => 'Botswana (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'by', - 'description' => 'Belarus [Republic of]', + 'description' => 'Belarus (Republic of)', 'type' => 'country-code', ], [ @@ -1134,7 +1134,7 @@ class TldInfo { ], [ 'domain' => 'catholic', - 'description' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + 'description' => 'Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)', 'type' => 'generic', ], [ @@ -1159,12 +1159,12 @@ class TldInfo { ], [ 'domain' => 'cc', - 'description' => 'Cocos [Keeling] Islands [Territory of the]', + 'description' => 'Cocos (Keeling) Islands (Territory of the)', 'type' => 'country-code', ], [ 'domain' => 'cd', - 'description' => 'Congo [Democratic Republic of the] [Congo-Kinshasa]', + 'description' => 'Congo (Democratic Republic of the) [Congo-Kinshasa]', 'type' => 'country-code', ], [ @@ -1184,7 +1184,7 @@ class TldInfo { ], [ 'domain' => 'cern', - 'description' => 'European Organization for Nuclear Research ["CERN"]', + 'description' => 'European Organization for Nuclear Research ("CERN")', 'type' => 'generic', ], [ @@ -1204,12 +1204,12 @@ class TldInfo { ], [ 'domain' => 'cg', - 'description' => 'Congo [Republic of] [Congo-Brazzaville]', + 'description' => 'Congo (Republic of) [Congo-Brazzaville]', 'type' => 'country-code', ], [ 'domain' => 'ch', - 'description' => 'Switzerland [Swiss Confederation]', + 'description' => 'Switzerland (Swiss Confederation)', 'type' => 'country-code', ], [ @@ -1274,7 +1274,7 @@ class TldInfo { ], [ 'domain' => 'ci', - 'description' => 'Ivory Coast [Republic of Côte d\'Ivoire]', + 'description' => 'Ivory Coast (Republic of Côte d\'Ivoire)', 'type' => 'country-code', ], [ @@ -1324,7 +1324,7 @@ class TldInfo { ], [ 'domain' => 'cl', - 'description' => 'Chile [Republic of]', + 'description' => 'Chile (Republic of)', 'type' => 'country-code', ], [ @@ -1374,17 +1374,17 @@ class TldInfo { ], [ 'domain' => 'cm', - 'description' => 'Cameroon [Republic of]', + 'description' => 'Cameroon (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'cn', - 'description' => 'China [People\'s Republic of]', + 'description' => 'China (People\'s Republic of)', 'type' => 'country-code', ], [ 'domain' => 'co', - 'description' => 'Colombia [Republic of]', + 'description' => 'Colombia (Republic of)', 'type' => 'country-code', ], [ @@ -1524,7 +1524,7 @@ class TldInfo { ], [ 'domain' => 'cr', - 'description' => 'Costa Rica [Republic of]', + 'description' => 'Costa Rica (Republic of)', 'type' => 'country-code', ], [ @@ -1559,7 +1559,7 @@ class TldInfo { ], [ 'domain' => 'cruise', - 'description' => 'Viking River Cruises [Bermuda] Ltd.', + 'description' => 'Viking River Cruises (Bermuda) Ltd.', 'type' => 'generic', ], [ @@ -1574,7 +1574,7 @@ class TldInfo { ], [ 'domain' => 'cu', - 'description' => 'Cuba [Republic of]', + 'description' => 'Cuba (Republic of)', 'type' => 'country-code', ], [ @@ -1584,22 +1584,22 @@ class TldInfo { ], [ 'domain' => 'cv', - 'description' => 'Cape Verde [Republic of]', + 'description' => 'Cape Verde (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'cw', - 'description' => 'Curaçao [Country of]', + 'description' => 'Curaçao (Country of)', 'type' => 'country-code', ], [ 'domain' => 'cx', - 'description' => 'Christmas Island [Territory of]', + 'description' => 'Christmas Island (Territory of)', 'type' => 'country-code', ], [ 'domain' => 'cy', - 'description' => 'Cyprus [Republic of]', + 'description' => 'Cyprus (Republic of)', 'type' => 'country-code', ], [ @@ -1669,7 +1669,7 @@ class TldInfo { ], [ 'domain' => 'de', - 'description' => 'Germany [Federal Republic of]', + 'description' => 'Germany (Federal Republic of)', 'type' => 'country-code', ], [ @@ -1794,17 +1794,17 @@ class TldInfo { ], [ 'domain' => 'dj', - 'description' => 'Djibouti [Republic of]', + 'description' => 'Djibouti (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'dk', - 'description' => 'Denmark [Kingdom of]', + 'description' => 'Denmark (Kingdom of)', 'type' => 'country-code', ], [ 'domain' => 'dm', - 'description' => 'Dominica [Commonwealth of]', + 'description' => 'Dominica (Commonwealth of)', 'type' => 'country-code', ], [ @@ -1839,7 +1839,7 @@ class TldInfo { ], [ 'domain' => 'doha', - 'description' => 'Communications Regulatory Authority [CRA]', + 'description' => 'Communications Regulatory Authority (CRA)', 'type' => 'generic', ], [ @@ -1914,7 +1914,7 @@ class TldInfo { ], [ 'domain' => 'dz', - 'description' => 'Algeria [People\'s Democratic Republic of]', + 'description' => 'Algeria (People\'s Democratic Republic of)', 'type' => 'country-code', ], [ @@ -1929,7 +1929,7 @@ class TldInfo { ], [ 'domain' => 'ec', - 'description' => 'Ecuador [Republic of]', + 'description' => 'Ecuador (Republic of)', 'type' => 'country-code', ], [ @@ -1954,12 +1954,12 @@ class TldInfo { ], [ 'domain' => 'ee', - 'description' => 'Estonia [Republic of]', + 'description' => 'Estonia (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'eg', - 'description' => 'Egypt [Arab Republic of]', + 'description' => 'Egypt (Arab Republic of)', 'type' => 'country-code', ], [ @@ -2014,7 +2014,7 @@ class TldInfo { ], [ 'domain' => 'er', - 'description' => 'Eritrea [State of]', + 'description' => 'Eritrea (State of)', 'type' => 'country-code', ], [ @@ -2029,7 +2029,7 @@ class TldInfo { ], [ 'domain' => 'es', - 'description' => 'Spain [Kingdom of]', + 'description' => 'Spain (Kingdom of)', 'type' => 'country-code', ], [ @@ -2049,12 +2049,12 @@ class TldInfo { ], [ 'domain' => 'et', - 'description' => 'Ethiopia [Federal Democratic Republic of]', + 'description' => 'Ethiopia (Federal Democratic Republic of)', 'type' => 'country-code', ], [ 'domain' => 'etisalat', - 'description' => 'Emirates Telecommunications Corporation [trading as Etisalat]', + 'description' => 'Emirates Telecommunications Corporation (trading as Etisalat)', 'type' => 'generic', ], [ @@ -2064,7 +2064,7 @@ class TldInfo { ], [ 'domain' => 'eurovision', - 'description' => 'European Broadcasting Union [EBU]', + 'description' => 'European Broadcasting Union (EBU)', 'type' => 'generic', ], [ @@ -2184,7 +2184,7 @@ class TldInfo { ], [ 'domain' => 'fi', - 'description' => 'Finland [Republic of]', + 'description' => 'Finland (Republic of)', 'type' => 'country-code', ], [ @@ -2259,12 +2259,12 @@ class TldInfo { ], [ 'domain' => 'fj', - 'description' => 'Fiji [Republic of]', + 'description' => 'Fiji (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'fk', - 'description' => 'Falkland Islands [Malvinas]', + 'description' => 'Falkland Islands (Malvinas)', 'type' => 'country-code', ], [ @@ -2304,7 +2304,7 @@ class TldInfo { ], [ 'domain' => 'fm', - 'description' => 'Micronesia [Federated States of]', + 'description' => 'Micronesia (Federated States of)', 'type' => 'country-code', ], [ @@ -2364,7 +2364,7 @@ class TldInfo { ], [ 'domain' => 'fr', - 'description' => 'France [French Republic]', + 'description' => 'France (French Republic)', 'type' => 'country-code', ], [ @@ -2439,7 +2439,7 @@ class TldInfo { ], [ 'domain' => 'ga', - 'description' => 'Gabon [Gabonese Republic]', + 'description' => 'Gabon (Gabonese Republic)', 'type' => 'country-code', ], [ @@ -2484,7 +2484,7 @@ class TldInfo { ], [ 'domain' => 'gb', - 'description' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', + 'description' => 'United Kingdom (United Kingdom of Great Britain and Northern Ireland)', 'type' => 'country-code', ], [ @@ -2534,7 +2534,7 @@ class TldInfo { ], [ 'domain' => 'gg', - 'description' => 'Guernsey [Bailiwick of]', + 'description' => 'Guernsey (Bailiwick of)', 'type' => 'country-code', ], [ @@ -2544,7 +2544,7 @@ class TldInfo { ], [ 'domain' => 'gh', - 'description' => 'Ghana [Republic of]', + 'description' => 'Ghana (Republic of)', 'type' => 'country-code', ], [ @@ -2604,7 +2604,7 @@ class TldInfo { ], [ 'domain' => 'gm', - 'description' => 'Gambia [Republic of The]', + 'description' => 'Gambia (Republic of The)', 'type' => 'country-code', ], [ @@ -2629,7 +2629,7 @@ class TldInfo { ], [ 'domain' => 'gn', - 'description' => 'Guinea [Republic of]', + 'description' => 'Guinea (Republic of)', 'type' => 'country-code', ], [ @@ -2699,12 +2699,12 @@ class TldInfo { ], [ 'domain' => 'gq', - 'description' => 'Equatorial Guinea [Republic of]', + 'description' => 'Equatorial Guinea (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'gr', - 'description' => 'Greece [Hellenic Republic]', + 'description' => 'Greece (Hellenic Republic)', 'type' => 'country-code', ], [ @@ -2749,7 +2749,7 @@ class TldInfo { ], [ 'domain' => 'gt', - 'description' => 'Guatemala [Republic of]', + 'description' => 'Guatemala (Republic of)', 'type' => 'country-code', ], [ @@ -2789,12 +2789,12 @@ class TldInfo { ], [ 'domain' => 'gw', - 'description' => 'Guinea-Bissau [Republic of]', + 'description' => 'Guinea-Bissau (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'gy', - 'description' => 'Guyana [Co-operative Republic of]', + 'description' => 'Guyana (Co-operative Republic of)', 'type' => 'country-code', ], [ @@ -2889,7 +2889,7 @@ class TldInfo { ], [ 'domain' => 'hk', - 'description' => 'Hong Kong [Hong Kong Special Administrative Region of the People\'s Republic of China]', + 'description' => 'Hong Kong (Hong Kong Special Administrative Region of the People\'s Republic of China)', 'type' => 'country-code', ], [ @@ -2904,7 +2904,7 @@ class TldInfo { ], [ 'domain' => 'hn', - 'description' => 'Honduras [Republic of]', + 'description' => 'Honduras (Republic of)', 'type' => 'country-code', ], [ @@ -3004,17 +3004,17 @@ class TldInfo { ], [ 'domain' => 'hr', - 'description' => 'Croatia [Republic of]', + 'description' => 'Croatia (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'hsbc', - 'description' => 'HSBC Global Services [UK] Limited', + 'description' => 'HSBC Global Services (UK) Limited', 'type' => 'generic', ], [ 'domain' => 'ht', - 'description' => 'Haiti [Republic of]', + 'description' => 'Haiti (Republic of)', 'type' => 'country-code', ], [ @@ -3064,12 +3064,12 @@ class TldInfo { ], [ 'domain' => 'id', - 'description' => 'Indonesia [Republic of]', + 'description' => 'Indonesia (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'ie', - 'description' => 'Ireland [Republic of]', + 'description' => 'Ireland (Republic of)', 'type' => 'country-code', ], [ @@ -3094,7 +3094,7 @@ class TldInfo { ], [ 'domain' => 'il', - 'description' => 'Israel [State of]', + 'description' => 'Israel (State of)', 'type' => 'country-code', ], [ @@ -3104,7 +3104,7 @@ class TldInfo { ], [ 'domain' => 'imamat', - 'description' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'description' => 'Fondation Aga Khan (Aga Khan Foundation)', 'type' => 'generic', ], [ @@ -3124,7 +3124,7 @@ class TldInfo { ], [ 'domain' => 'in', - 'description' => 'India [Republic of]', + 'description' => 'India (Republic of)', 'type' => 'country-code', ], [ @@ -3204,12 +3204,12 @@ class TldInfo { ], [ 'domain' => 'iq', - 'description' => 'Iraq [Republic of]', + 'description' => 'Iraq (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'ir', - 'description' => 'Iran [Islamic Republic of]', + 'description' => 'Iran (Islamic Republic of)', 'type' => 'country-code', ], [ @@ -3229,7 +3229,7 @@ class TldInfo { ], [ 'domain' => 'ismaili', - 'description' => 'Fondation Aga Khan [Aga Khan Foundation]', + 'description' => 'Fondation Aga Khan (Aga Khan Foundation)', 'type' => 'generic', ], [ @@ -3244,7 +3244,7 @@ class TldInfo { ], [ 'domain' => 'it', - 'description' => 'Italy [Italian Republic]', + 'description' => 'Italy (Italian Republic)', 'type' => 'country-code', ], [ @@ -3289,7 +3289,7 @@ class TldInfo { ], [ 'domain' => 'je', - 'description' => 'Jersey [Bailiwick of]', + 'description' => 'Jersey (Bailiwick of)', 'type' => 'country-code', ], [ @@ -3324,7 +3324,7 @@ class TldInfo { ], [ 'domain' => 'jm', - 'description' => 'Jamaica [Commonwealth of]', + 'description' => 'Jamaica (Commonwealth of)', 'type' => 'country-code', ], [ @@ -3339,7 +3339,7 @@ class TldInfo { ], [ 'domain' => 'jo', - 'description' => 'Jordan [Hashemite Kingdom of]', + 'description' => 'Jordan (Hashemite Kingdom of)', 'type' => 'country-code', ], [ @@ -3399,7 +3399,7 @@ class TldInfo { ], [ 'domain' => 'ke', - 'description' => 'Kenya [Republic of]', + 'description' => 'Kenya (Republic of)', 'type' => 'country-code', ], [ @@ -3424,17 +3424,17 @@ class TldInfo { ], [ 'domain' => 'kg', - 'description' => 'Kyrgyzstan [Kyrgyz Republic]', + 'description' => 'Kyrgyzstan (Kyrgyz Republic)', 'type' => 'country-code', ], [ 'domain' => 'kh', - 'description' => 'Cambodia [Kingdom of]', + 'description' => 'Cambodia (Kingdom of)', 'type' => 'country-code', ], [ 'domain' => 'ki', - 'description' => 'Kiribati [Republic of]', + 'description' => 'Kiribati (Republic of)', 'type' => 'country-code', ], [ @@ -3469,12 +3469,12 @@ class TldInfo { ], [ 'domain' => 'km', - 'description' => 'Comoros [Union of the]', + 'description' => 'Comoros (Union of the)', 'type' => 'country-code', ], [ 'domain' => 'kn', - 'description' => 'Saint Kitts and Nevis [Federation of]', + 'description' => 'Saint Kitts and Nevis (Federation of)', 'type' => 'country-code', ], [ @@ -3494,12 +3494,12 @@ class TldInfo { ], [ 'domain' => 'kp', - 'description' => 'Korea [Democratic People\'s Republic of] [North Korea]', + 'description' => 'Korea (Democratic People\'s Republic of) [North Korea]', 'type' => 'country-code', ], [ 'domain' => 'kpmg', - 'description' => 'KPMG International Cooperative [KPMG International Genossenschaft]', + 'description' => 'KPMG International Cooperative (KPMG International Genossenschaft)', 'type' => 'generic', ], [ @@ -3509,7 +3509,7 @@ class TldInfo { ], [ 'domain' => 'kr', - 'description' => 'Korea [Republic of] [South Korea]', + 'description' => 'Korea (Republic of) [South Korea]', 'type' => 'country-code', ], [ @@ -3529,7 +3529,7 @@ class TldInfo { ], [ 'domain' => 'kw', - 'description' => 'Kuwait [State of Kuwait]', + 'description' => 'Kuwait (State of Kuwait)', 'type' => 'country-code', ], [ @@ -3544,12 +3544,12 @@ class TldInfo { ], [ 'domain' => 'kz', - 'description' => 'Kazakhstan [Republic of]', + 'description' => 'Kazakhstan (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'la', - 'description' => 'Laos [Lao People\'s Democratic Republic]', + 'description' => 'Laos (Lao People\'s Democratic Republic)', 'type' => 'country-code', ], [ @@ -3634,7 +3634,7 @@ class TldInfo { ], [ 'domain' => 'lb', - 'description' => 'Lebanon [Lebanese Republic]', + 'description' => 'Lebanon (Lebanese Republic)', 'type' => 'country-code', ], [ @@ -3684,7 +3684,7 @@ class TldInfo { ], [ 'domain' => 'li', - 'description' => 'Liechtenstein [Principality of]', + 'description' => 'Liechtenstein (Principality of)', 'type' => 'country-code', ], [ @@ -3774,7 +3774,7 @@ class TldInfo { ], [ 'domain' => 'lk', - 'description' => 'Sri Lanka [Democratic Socialist Republic of]', + 'description' => 'Sri Lanka (Democratic Socialist Republic of)', 'type' => 'country-code', ], [ @@ -3844,17 +3844,17 @@ class TldInfo { ], [ 'domain' => 'lr', - 'description' => 'Liberia [Republic of]', + 'description' => 'Liberia (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'ls', - 'description' => 'Lesotho [Kingdom of]', + 'description' => 'Lesotho (Kingdom of)', 'type' => 'country-code', ], [ 'domain' => 'lt', - 'description' => 'Lithuania [Republic of]', + 'description' => 'Lithuania (Republic of)', 'type' => 'country-code', ], [ @@ -3869,7 +3869,7 @@ class TldInfo { ], [ 'domain' => 'lu', - 'description' => 'Luxembourg [Grand Duchy of]', + 'description' => 'Luxembourg (Grand Duchy of)', 'type' => 'country-code', ], [ @@ -3894,7 +3894,7 @@ class TldInfo { ], [ 'domain' => 'lv', - 'description' => 'Latvia [Republic of]', + 'description' => 'Latvia (Republic of)', 'type' => 'country-code', ], [ @@ -3919,7 +3919,7 @@ class TldInfo { ], [ 'domain' => 'maif', - 'description' => 'Mutuelle Assurance Instituteur France [MAIF]', + 'description' => 'Mutuelle Assurance Instituteur France (MAIF)', 'type' => 'generic', ], [ @@ -3994,7 +3994,7 @@ class TldInfo { ], [ 'domain' => 'mc', - 'description' => 'Monaco [Principality of]', + 'description' => 'Monaco (Principality of)', 'type' => 'country-code', ], [ @@ -4014,7 +4014,7 @@ class TldInfo { ], [ 'domain' => 'md', - 'description' => 'Moldova [Republic of]', + 'description' => 'Moldova (Republic of)', 'type' => 'country-code', ], [ @@ -4079,17 +4079,17 @@ class TldInfo { ], [ 'domain' => 'mf', - 'description' => 'Saint Martin [Collectivity of] {unassigned - see also: .gp and .fr}', + 'description' => 'Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr}', 'type' => 'country-code', ], [ 'domain' => 'mg', - 'description' => 'Madagascar [Republic of]', + 'description' => 'Madagascar (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'mh', - 'description' => 'Marshall Islands [Republic of the]', + 'description' => 'Marshall Islands (Republic of the)', 'type' => 'country-code', ], [ @@ -4129,12 +4129,12 @@ class TldInfo { ], [ 'domain' => 'mk', - 'description' => 'Macedonia [Republic of]', + 'description' => 'Macedonia (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'ml', - 'description' => 'Mali [Republic of]', + 'description' => 'Mali (Republic of)', 'type' => 'country-code', ], [ @@ -4149,7 +4149,7 @@ class TldInfo { ], [ 'domain' => 'mm', - 'description' => 'Myanmar [Republic of the Union of] [Burma]', + 'description' => 'Myanmar (Republic of the Union of) [Burma]', 'type' => 'country-code', ], [ @@ -4164,7 +4164,7 @@ class TldInfo { ], [ 'domain' => 'mo', - 'description' => 'Macau [Macau Special Administrative Region of the People\'s Republic of China] [Macao]', + 'description' => 'Macau (Macau Special Administrative Region of the People\'s Republic of China) [Macao]', 'type' => 'country-code', ], [ @@ -4229,7 +4229,7 @@ class TldInfo { ], [ 'domain' => 'mormon', - 'description' => 'IRI Domain Management, LLC ["Applicant"]', + 'description' => 'IRI Domain Management, LLC ("Applicant")', 'type' => 'generic', ], [ @@ -4239,7 +4239,7 @@ class TldInfo { ], [ 'domain' => 'moscow', - 'description' => 'Foundation for Assistance for Internet Technologies and Infrastructure Development [FAITID]', + 'description' => 'Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)', 'type' => 'generic', ], [ @@ -4269,7 +4269,7 @@ class TldInfo { ], [ 'domain' => 'mp', - 'description' => 'Northern Mariana Islands [Commonwealth of the]', + 'description' => 'Northern Mariana Islands (Commonwealth of the)', 'type' => 'country-code', ], [ @@ -4279,7 +4279,7 @@ class TldInfo { ], [ 'domain' => 'mr', - 'description' => 'Mauritania [Islamic Republic of]', + 'description' => 'Mauritania (Islamic Republic of)', 'type' => 'country-code', ], [ @@ -4294,7 +4294,7 @@ class TldInfo { ], [ 'domain' => 'mt', - 'description' => 'Malta [Republic of]', + 'description' => 'Malta (Republic of)', 'type' => 'country-code', ], [ @@ -4314,7 +4314,7 @@ class TldInfo { ], [ 'domain' => 'mu', - 'description' => 'Mauritius [Republic of]', + 'description' => 'Mauritius (Republic of)', 'type' => 'country-code', ], [ @@ -4334,17 +4334,17 @@ class TldInfo { ], [ 'domain' => 'mv', - 'description' => 'Maldives [Republic of]', + 'description' => 'Maldives (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'mw', - 'description' => 'Malawi [Republic of]', + 'description' => 'Malawi (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'mx', - 'description' => 'Mexico [United Mexican States]', + 'description' => 'Mexico (United Mexican States)', 'type' => 'country-code', ], [ @@ -4354,12 +4354,12 @@ class TldInfo { ], [ 'domain' => 'mz', - 'description' => 'Mozambique [Republic of]', + 'description' => 'Mozambique (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'na', - 'description' => 'Namibia [Republic of]', + 'description' => 'Namibia (Republic of)', 'type' => 'country-code', ], [ @@ -4409,7 +4409,7 @@ class TldInfo { ], [ 'domain' => 'ne', - 'description' => 'Niger [Republic of]', + 'description' => 'Niger (Republic of)', 'type' => 'country-code', ], [ @@ -4474,7 +4474,7 @@ class TldInfo { ], [ 'domain' => 'nf', - 'description' => 'Norfolk Island [Territory of]', + 'description' => 'Norfolk Island (Territory of)', 'type' => 'country-code', ], [ @@ -4484,7 +4484,7 @@ class TldInfo { ], [ 'domain' => 'ng', - 'description' => 'Nigeria [Federal Republic of]', + 'description' => 'Nigeria (Federal Republic of)', 'type' => 'country-code', ], [ @@ -4494,12 +4494,12 @@ class TldInfo { ], [ 'domain' => 'nhk', - 'description' => 'Japan Broadcasting Corporation [NHK]', + 'description' => 'Japan Broadcasting Corporation (NHK)', 'type' => 'generic', ], [ 'domain' => 'ni', - 'description' => 'Nicaragua [Republic of]', + 'description' => 'Nicaragua (Republic of)', 'type' => 'country-code', ], [ @@ -4539,7 +4539,7 @@ class TldInfo { ], [ 'domain' => 'no', - 'description' => 'Norway [Kingdom of]', + 'description' => 'Norway (Kingdom of)', 'type' => 'country-code', ], [ @@ -4569,17 +4569,17 @@ class TldInfo { ], [ 'domain' => 'nowtv', - 'description' => 'Starbucks [HK] Limited', + 'description' => 'Starbucks (HK) Limited', 'type' => 'generic', ], [ 'domain' => 'np', - 'description' => 'Nepal [Federal Democratic Republic of]', + 'description' => 'Nepal (Federal Democratic Republic of)', 'type' => 'country-code', ], [ 'domain' => 'nr', - 'description' => 'Nauru [Republic of]', + 'description' => 'Nauru (Republic of)', 'type' => 'country-code', ], [ @@ -4659,7 +4659,7 @@ class TldInfo { ], [ 'domain' => 'om', - 'description' => 'Oman [Sultanate of]', + 'description' => 'Oman (Sultanate of)', 'type' => 'country-code', ], [ @@ -4754,7 +4754,7 @@ class TldInfo { ], [ 'domain' => 'pa', - 'description' => 'Panama [Republic of]', + 'description' => 'Panama (Republic of)', 'type' => 'country-code', ], [ @@ -4819,7 +4819,7 @@ class TldInfo { ], [ 'domain' => 'pe', - 'description' => 'Peru [Republic of]', + 'description' => 'Peru (Republic of)', 'type' => 'country-code', ], [ @@ -4839,12 +4839,12 @@ class TldInfo { ], [ 'domain' => 'pg', - 'description' => 'Papua New Guinea [Independent State of]', + 'description' => 'Papua New Guinea (Independent State of)', 'type' => 'country-code', ], [ 'domain' => 'ph', - 'description' => 'Philippines [Republic of the]', + 'description' => 'Philippines (Republic of the)', 'type' => 'country-code', ], [ @@ -4939,12 +4939,12 @@ class TldInfo { ], [ 'domain' => 'pk', - 'description' => 'Pakistan [Islamic Republic of]', + 'description' => 'Pakistan (Islamic Republic of)', 'type' => 'country-code', ], [ 'domain' => 'pl', - 'description' => 'Poland [Republic of]', + 'description' => 'Poland (Republic of)', 'type' => 'country-code', ], [ @@ -4979,7 +4979,7 @@ class TldInfo { ], [ 'domain' => 'pn', - 'description' => 'Pitcairn Islands [Pitcairn - Henderson - Ducie and Oeno Islands]', + 'description' => 'Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands)', 'type' => 'country-code', ], [ @@ -5014,7 +5014,7 @@ class TldInfo { ], [ 'domain' => 'pr', - 'description' => 'Puerto Rico [Commonwealth of]', + 'description' => 'Puerto Rico (Commonwealth of)', 'type' => 'country-code', ], [ @@ -5094,12 +5094,12 @@ class TldInfo { ], [ 'domain' => 'ps', - 'description' => 'Palestine [State of]', + 'description' => 'Palestine (State of)', 'type' => 'country-code', ], [ 'domain' => 'pt', - 'description' => 'Portugal [Portuguese Republic]', + 'description' => 'Portugal (Portuguese Republic)', 'type' => 'country-code', ], [ @@ -5109,7 +5109,7 @@ class TldInfo { ], [ 'domain' => 'pw', - 'description' => 'Palau [Republic of]', + 'description' => 'Palau (Republic of)', 'type' => 'country-code', ], [ @@ -5119,12 +5119,12 @@ class TldInfo { ], [ 'domain' => 'py', - 'description' => 'Paraguay [Republic of]', + 'description' => 'Paraguay (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'qa', - 'description' => 'Qatar [State of]', + 'description' => 'Qatar (State of)', 'type' => 'country-code', ], [ @@ -5154,7 +5154,7 @@ class TldInfo { ], [ 'domain' => 'radio', - 'description' => 'European Broadcasting Union [EBU]', + 'description' => 'European Broadcasting Union (EBU)', 'type' => 'generic', ], [ @@ -5294,7 +5294,7 @@ class TldInfo { ], [ 'domain' => 'richardli', - 'description' => 'Pacific Century Asset Management [HK] Limited', + 'description' => 'Pacific Century Asset Management (HK) Limited', 'type' => 'generic', ], [ @@ -5359,7 +5359,7 @@ class TldInfo { ], [ 'domain' => 'rs', - 'description' => 'Serbia [Republic of]', + 'description' => 'Serbia (Republic of)', 'type' => 'country-code', ], [ @@ -5369,7 +5369,7 @@ class TldInfo { ], [ 'domain' => 'ru', - 'description' => 'Russia [Russian Federation]', + 'description' => 'Russia (Russian Federation)', 'type' => 'country-code', ], [ @@ -5389,7 +5389,7 @@ class TldInfo { ], [ 'domain' => 'rw', - 'description' => 'Rwanda [Republic of]', + 'description' => 'Rwanda (Republic of)', 'type' => 'country-code', ], [ @@ -5404,7 +5404,7 @@ class TldInfo { ], [ 'domain' => 'sa', - 'description' => 'Saudi Arabia [Kingdom of]', + 'description' => 'Saudi Arabia (Kingdom of)', 'type' => 'country-code', ], [ @@ -5509,17 +5509,17 @@ class TldInfo { ], [ 'domain' => 'sc', - 'description' => 'Seychelles [Republic of]', + 'description' => 'Seychelles (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'sca', - 'description' => 'SVENSKA CELLULOSA AKTIEBOLAGET SCA [publ]', + 'description' => 'SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)', 'type' => 'generic', ], [ 'domain' => 'scb', - 'description' => 'The Siam Commercial Bank Public Company Limited ["SCB"]', + 'description' => 'The Siam Commercial Bank Public Company Limited ("SCB")', 'type' => 'generic', ], [ @@ -5574,12 +5574,12 @@ class TldInfo { ], [ 'domain' => 'sd', - 'description' => 'Sudan [Republic of]', + 'description' => 'Sudan (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'se', - 'description' => 'Sweden [Kingdom of]', + 'description' => 'Sweden (Kingdom of)', 'type' => 'country-code', ], [ @@ -5589,7 +5589,7 @@ class TldInfo { ], [ 'domain' => 'seat', - 'description' => 'SEAT, S.A. [Sociedad Unipersonal]', + 'description' => 'SEAT, S.A. (Sociedad Unipersonal)', 'type' => 'generic', ], [ @@ -5654,7 +5654,7 @@ class TldInfo { ], [ 'domain' => 'sg', - 'description' => 'Singapore [Republic of]', + 'description' => 'Singapore (Republic of)', 'type' => 'country-code', ], [ @@ -5729,7 +5729,7 @@ class TldInfo { ], [ 'domain' => 'si', - 'description' => 'Slovenia [Republic of]', + 'description' => 'Slovenia (Republic of)', 'type' => 'country-code', ], [ @@ -5759,7 +5759,7 @@ class TldInfo { ], [ 'domain' => 'sk', - 'description' => 'Slovakia [Slovak Republic]', + 'description' => 'Slovakia (Slovak Republic)', 'type' => 'country-code', ], [ @@ -5784,7 +5784,7 @@ class TldInfo { ], [ 'domain' => 'sl', - 'description' => 'Sierra Leone [Republic of]', + 'description' => 'Sierra Leone (Republic of)', 'type' => 'country-code', ], [ @@ -5794,12 +5794,12 @@ class TldInfo { ], [ 'domain' => 'sm', - 'description' => 'San Marino [Republic of]', + 'description' => 'San Marino (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'smart', - 'description' => 'Smart Communications, Inc. [SMART]', + 'description' => 'Smart Communications, Inc. (SMART)', 'type' => 'generic', ], [ @@ -5809,17 +5809,17 @@ class TldInfo { ], [ 'domain' => 'sn', - 'description' => 'Senegal [Republic of]', + 'description' => 'Senegal (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'sncf', - 'description' => 'SNCF [Société Nationale des Chemins de fer Francais]', + 'description' => 'SNCF (Société Nationale des Chemins de fer Francais)', 'type' => 'generic', ], [ 'domain' => 'so', - 'description' => 'Somalia [Federal Republic of]', + 'description' => 'Somalia (Federal Republic of)', 'type' => 'country-code', ], [ @@ -5884,7 +5884,7 @@ class TldInfo { ], [ 'domain' => 'sport', - 'description' => 'Global Association of International Sports Federations [GAISF]', + 'description' => 'Global Association of International Sports Federations (GAISF)', 'type' => 'generic', ], [ @@ -5899,7 +5899,7 @@ class TldInfo { ], [ 'domain' => 'sr', - 'description' => 'Suriname [Republic of]', + 'description' => 'Suriname (Republic of)', 'type' => 'country-code', ], [ @@ -5914,12 +5914,12 @@ class TldInfo { ], [ 'domain' => 'ss', - 'description' => 'South Sudan [Republic of]', + 'description' => 'South Sudan (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'st', - 'description' => 'São Tomé and Príncipe [Democratic Republic of]', + 'description' => 'São Tomé and Príncipe (Democratic Republic of)', 'type' => 'country-code', ], [ @@ -6004,7 +6004,7 @@ class TldInfo { ], [ 'domain' => 'su', - 'description' => 'Soviet Union [Union of Soviet Socialist Republics]', + 'description' => 'Soviet Union (Union of Soviet Socialist Republics)', 'type' => 'country-code', ], [ @@ -6044,7 +6044,7 @@ class TldInfo { ], [ 'domain' => 'sv', - 'description' => 'El Salvador [Republic of]', + 'description' => 'El Salvador (Republic of)', 'type' => 'country-code', ], [ @@ -6069,7 +6069,7 @@ class TldInfo { ], [ 'domain' => 'sy', - 'description' => 'Syria [Syrian Arab Republic]', + 'description' => 'Syria (Syrian Arab Republic)', 'type' => 'country-code', ], [ @@ -6089,7 +6089,7 @@ class TldInfo { ], [ 'domain' => 'sz', - 'description' => 'Swaziland [Kingdom of]', + 'description' => 'Swaziland (Kingdom of)', 'type' => 'country-code', ], [ @@ -6154,7 +6154,7 @@ class TldInfo { ], [ 'domain' => 'td', - 'description' => 'Chad [Republic of]', + 'description' => 'Chad (Republic of)', 'type' => 'country-code', ], [ @@ -6194,7 +6194,7 @@ class TldInfo { ], [ 'domain' => 'temasek', - 'description' => 'Temasek Holdings [Private] Limited', + 'description' => 'Temasek Holdings (Private) Limited', 'type' => 'generic', ], [ @@ -6209,17 +6209,17 @@ class TldInfo { ], [ 'domain' => 'tf', - 'description' => 'French Southern and Antarctic Lands [Territory of the]', + 'description' => 'French Southern and Antarctic Lands (Territory of the)', 'type' => 'country-code', ], [ 'domain' => 'tg', - 'description' => 'Togo [Togolese Republic]', + 'description' => 'Togo (Togolese Republic)', 'type' => 'country-code', ], [ 'domain' => 'th', - 'description' => 'Thailand [Kingdom of]', + 'description' => 'Thailand (Kingdom of)', 'type' => 'country-code', ], [ @@ -6274,7 +6274,7 @@ class TldInfo { ], [ 'domain' => 'tj', - 'description' => 'Tajikistan [Republic of]', + 'description' => 'Tajikistan (Republic of)', 'type' => 'country-code', ], [ @@ -6299,7 +6299,7 @@ class TldInfo { ], [ 'domain' => 'tl', - 'description' => 'Timor-Leste [Democratic Republic of] [East Timor]', + 'description' => 'Timor-Leste (Democratic Republic of) [East Timor]', 'type' => 'country-code', ], [ @@ -6314,12 +6314,12 @@ class TldInfo { ], [ 'domain' => 'tn', - 'description' => 'Tunisia [Republic of]', + 'description' => 'Tunisia (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'to', - 'description' => 'Tonga [Kingdom of]', + 'description' => 'Tonga (Kingdom of)', 'type' => 'country-code', ], [ @@ -6379,12 +6379,12 @@ class TldInfo { ], [ 'domain' => 'tp', - 'description' => 'Timor-Leste [Democratic Republic of] [East Timor] {being phased out - also see: .tl}', + 'description' => 'Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl}', 'type' => 'country-code', ], [ 'domain' => 'tr', - 'description' => 'Turkey [Republic of]', + 'description' => 'Turkey (Republic of)', 'type' => 'country-code', ], [ @@ -6434,7 +6434,7 @@ class TldInfo { ], [ 'domain' => 'tt', - 'description' => 'Trinidad and Tobago [Republic of]', + 'description' => 'Trinidad and Tobago (Republic of)', 'type' => 'country-code', ], [ @@ -6469,12 +6469,12 @@ class TldInfo { ], [ 'domain' => 'tw', - 'description' => 'Taiwan [Republic of China]', + 'description' => 'Taiwan (Republic of China)', 'type' => 'country-code', ], [ 'domain' => 'tz', - 'description' => 'Tanzania [United Republic of]', + 'description' => 'Tanzania (United Republic of)', 'type' => 'country-code', ], [ @@ -6499,12 +6499,12 @@ class TldInfo { ], [ 'domain' => 'ug', - 'description' => 'Uganda [Republic of]', + 'description' => 'Uganda (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'uk', - 'description' => 'United Kingdom [United Kingdom of Great Britain and Northern Ireland]', + 'description' => 'United Kingdom (United Kingdom of Great Britain and Northern Ireland)', 'type' => 'country-code', ], [ @@ -6544,17 +6544,17 @@ class TldInfo { ], [ 'domain' => 'uy', - 'description' => 'Uruguay [Oriental Republic of]', + 'description' => 'Uruguay (Oriental Republic of)', 'type' => 'country-code', ], [ 'domain' => 'uz', - 'description' => 'Uzbekistan [Republic of]', + 'description' => 'Uzbekistan (Republic of)', 'type' => 'country-code', ], [ 'domain' => 'va', - 'description' => 'Vatican City [Vatican City State]', + 'description' => 'Vatican City (Vatican City State)', 'type' => 'country-code', ], [ @@ -6579,7 +6579,7 @@ class TldInfo { ], [ 'domain' => 've', - 'description' => 'Venezuela [Bolivarian Republic of]', + 'description' => 'Venezuela (Bolivarian Republic of)', 'type' => 'country-code', ], [ @@ -6609,12 +6609,12 @@ class TldInfo { ], [ 'domain' => 'vg', - 'description' => 'British Virgin Islands [Virgin Islands]', + 'description' => 'British Virgin Islands (Virgin Islands)', 'type' => 'country-code', ], [ 'domain' => 'vi', - 'description' => 'United States Virgin Islands [United States Virgin Islands]', + 'description' => 'United States Virgin Islands (United States Virgin Islands)', 'type' => 'country-code', ], [ @@ -6634,7 +6634,7 @@ class TldInfo { ], [ 'domain' => 'viking', - 'description' => 'Viking River Cruises [Bermuda] Ltd.', + 'description' => 'Viking River Cruises (Bermuda) Ltd.', 'type' => 'generic', ], [ @@ -6694,7 +6694,7 @@ class TldInfo { ], [ 'domain' => 'vn', - 'description' => 'Vietnam [Socialist Republic of]', + 'description' => 'Vietnam (Socialist Republic of)', 'type' => 'country-code', ], [ @@ -6734,7 +6734,7 @@ class TldInfo { ], [ 'domain' => 'vu', - 'description' => 'Vanuatu [Republic of]', + 'description' => 'Vanuatu (Republic of)', 'type' => 'country-code', ], [ @@ -6829,7 +6829,7 @@ class TldInfo { ], [ 'domain' => 'wf', - 'description' => 'Wallis and Futuna [Territory of the Wallis and Futuna Islands]', + 'description' => 'Wallis and Futuna (Territory of the Wallis and Futuna Islands)', 'type' => 'country-code', ], [ @@ -6909,7 +6909,7 @@ class TldInfo { ], [ 'domain' => 'ws', - 'description' => 'Samoa [Independent State of]', + 'description' => 'Samoa (Independent State of)', 'type' => 'country-code', ], [ @@ -6994,7 +6994,7 @@ class TldInfo { ], [ 'domain' => '한국', - 'description' => 'KISA [Korea Internet & Security Agency]', + 'description' => 'KISA (Korea Internet & Security Agency)', 'type' => 'country-code', ], [ @@ -7004,7 +7004,7 @@ class TldInfo { ], [ 'domain' => '大众汽车', - 'description' => 'Volkswagen [China] Investment Co., Ltd.', + 'description' => 'Volkswagen (China) Investment Co., Ltd.', 'type' => 'generic', ], [ @@ -7074,7 +7074,7 @@ class TldInfo { ], [ 'domain' => 'москва', - 'description' => 'Foundation for Assistance for Internet Technologies and Infrastructure Development [FAITID]', + 'description' => 'Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID)', 'type' => 'generic', ], [ @@ -7089,7 +7089,7 @@ class TldInfo { ], [ 'domain' => 'католик', - 'description' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + 'description' => 'Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)', 'type' => 'generic', ], [ @@ -7109,7 +7109,7 @@ class TldInfo { ], [ 'domain' => 'срб', - 'description' => 'Serbian National Internet Domain Registry [RNIDS]', + 'description' => 'Serbian National Internet Domain Registry (RNIDS)', 'type' => 'country-code', ], [ @@ -7144,7 +7144,7 @@ class TldInfo { ], [ 'domain' => '淡马锡', - 'description' => 'Temasek Holdings [Private] Limited', + 'description' => 'Temasek Holdings (Private) Limited', 'type' => 'generic', ], [ @@ -7174,12 +7174,12 @@ class TldInfo { ], [ 'domain' => 'சிங்கப்பூர்', - 'description' => 'Singapore Network Information Centre [SGNIC] Pte Ltd', + 'description' => 'Singapore Network Information Centre (SGNIC) Pte Ltd', 'type' => 'country-code', ], [ 'domain' => '商标', - 'description' => 'HU YI GLOBAL INFORMATION RESOURCES[HOLDING] COMPANY.HONGKONG LIMITED', + 'description' => 'HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED', 'type' => 'generic', ], [ @@ -7249,12 +7249,12 @@ class TldInfo { ], [ 'domain' => '中国', - 'description' => 'China Internet Network Information Center [CNNIC]', + 'description' => 'China Internet Network Information Center (CNNIC)', 'type' => 'country-code', ], [ 'domain' => '中國', - 'description' => 'China Internet Network Information Center [CNNIC]', + 'description' => 'China Internet Network Information Center (CNNIC)', 'type' => 'country-code', ], [ @@ -7344,7 +7344,7 @@ class TldInfo { ], [ 'domain' => '餐厅', - 'description' => 'HU YI GLOBAL INFORMATION RESOURCES [HOLDING] COMPANY. HONGKONG LIMITED', + 'description' => 'HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED', 'type' => 'generic', ], [ @@ -7359,7 +7359,7 @@ class TldInfo { ], [ 'domain' => 'укр', - 'description' => 'Ukrainian Network Information Centre [UANIC], Inc.', + 'description' => 'Ukrainian Network Information Centre (UANIC), Inc.', 'type' => 'country-code', ], [ @@ -7394,12 +7394,12 @@ class TldInfo { ], [ 'domain' => '台湾', - 'description' => 'Taiwan Network Information Center [TWNIC]', + 'description' => 'Taiwan Network Information Center (TWNIC)', 'type' => 'country-code', ], [ 'domain' => '台灣', - 'description' => 'Taiwan Network Information Center [TWNIC]', + 'description' => 'Taiwan Network Information Center (TWNIC)', 'type' => 'country-code', ], [ @@ -7424,7 +7424,7 @@ class TldInfo { ], [ 'domain' => '‏عمان‎', - 'description' => 'Telecommunications Regulatory Authority [TRA]', + 'description' => 'Telecommunications Regulatory Authority (TRA)', 'type' => 'country-code', ], [ @@ -7434,7 +7434,7 @@ class TldInfo { ], [ 'domain' => '‏ایران‎', - 'description' => 'Institute for Research in Fundamental Sciences [IPM]', + 'description' => 'Institute for Research in Fundamental Sciences (IPM)', 'type' => 'country-code', ], [ @@ -7444,12 +7444,12 @@ class TldInfo { ], [ 'domain' => '‏اتصالات‎', - 'description' => 'Emirates Telecommunications Corporation [trading as Etisalat]', + 'description' => 'Emirates Telecommunications Corporation (trading as Etisalat)', 'type' => 'generic', ], [ 'domain' => '‏امارات‎', - 'description' => 'Telecommunications Regulatory Authority [TRA]', + 'description' => 'Telecommunications Regulatory Authority (TRA)', 'type' => 'country-code', ], [ @@ -7469,7 +7469,7 @@ class TldInfo { ], [ 'domain' => '‏الاردن‎', - 'description' => 'National Information Technology Center [NITC]', + 'description' => 'National Information Technology Center (NITC)', 'type' => 'country-code', ], [ @@ -7489,7 +7489,7 @@ class TldInfo { ], [ 'domain' => '‏المغرب‎', - 'description' => 'Agence Nationale de Réglementation des Télécommunications [ANRT]', + 'description' => 'Agence Nationale de Réglementation des Télécommunications (ANRT)', 'type' => 'country-code', ], [ @@ -7509,7 +7509,7 @@ class TldInfo { ], [ 'domain' => '‏كاثوليك‎', - 'description' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + 'description' => 'Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)', 'type' => 'generic', ], [ @@ -7524,7 +7524,7 @@ class TldInfo { ], [ 'domain' => '‏عراق‎', - 'description' => 'Communications and Media Commission [CMC]', + 'description' => 'Communications and Media Commission (CMC)', 'type' => 'country-code', ], [ @@ -7534,7 +7534,7 @@ class TldInfo { ], [ 'domain' => '澳門', - 'description' => 'Macao Post and Telecommunications Bureau [CTT]', + 'description' => 'Macao Post and Telecommunications Bureau (CTT)', 'type' => 'country-code', ], [ @@ -7564,7 +7564,7 @@ class TldInfo { ], [ 'domain' => 'გე', - 'description' => 'Information Technologies Development Center [ITDC]', + 'description' => 'Information Technologies Development Center (ITDC)', 'type' => 'country-code', ], [ @@ -7589,7 +7589,7 @@ class TldInfo { ], [ 'domain' => '‏سورية‎', - 'description' => 'National Agency for Network Services [NANS]', + 'description' => 'National Agency for Network Services (NANS)', 'type' => 'country-code', ], [ @@ -7674,7 +7674,7 @@ class TldInfo { ], [ 'domain' => '天主教', - 'description' => 'Pontificium Consilium de Comunicationibus Socialibus [PCCS] [Pontifical Council for Social Communication]', + 'description' => 'Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication)', 'type' => 'generic', ], [ @@ -7744,12 +7744,12 @@ class TldInfo { ], [ 'domain' => '新加坡', - 'description' => 'Singapore Network Information Centre [SGNIC] Pte Ltd', + 'description' => 'Singapore Network Information Centre (SGNIC) Pte Ltd', 'type' => 'country-code', ], [ 'domain' => '‏فلسطين‎', - 'description' => 'Ministry of Telecom & Information Technology [MTIT]', + 'description' => 'Ministry of Telecom & Information Technology (MTIT)', 'type' => 'country-code', ], [ @@ -7799,7 +7799,7 @@ class TldInfo { ], [ 'domain' => 'ye', - 'description' => 'Yemen [Republic of]', + 'description' => 'Yemen (Republic of)', 'type' => 'country-code', ], [ @@ -7829,7 +7829,7 @@ class TldInfo { ], [ 'domain' => 'yt', - 'description' => 'Mayotte [Department of]', + 'description' => 'Mayotte (Department of)', 'type' => 'country-code', ], [ @@ -7839,7 +7839,7 @@ class TldInfo { ], [ 'domain' => 'za', - 'description' => 'South Africa [Republic of]', + 'description' => 'South Africa (Republic of)', 'type' => 'country-code', ], [ @@ -7849,7 +7849,7 @@ class TldInfo { ], [ 'domain' => 'zara', - 'description' => 'Industria de Diseño Textil, S.A. [INDITEX, S.A.]', + 'description' => 'Industria de Diseño Textil, S.A. (INDITEX, S.A.)', 'type' => 'generic', ], [ @@ -7869,7 +7869,7 @@ class TldInfo { ], [ 'domain' => 'zm', - 'description' => 'Zambia [Republic of]', + 'description' => 'Zambia (Republic of)', 'type' => 'country-code', ], [ @@ -7879,12 +7879,12 @@ class TldInfo { ], [ 'domain' => 'zuerich', - 'description' => 'Kanton Zürich [Canton of Zurich]', + 'description' => 'Kanton Zürich (Canton of Zurich)', 'type' => 'generic', ], [ 'domain' => 'zw', - 'description' => 'Zimbabwe [Republic of]', + 'description' => 'Zimbabwe (Republic of)', 'type' => 'country-code', ]]; diff --git a/formats/php/TldEnum/TldList.php b/formats/php/TldEnum/TldList.php index c3b5435..6d84464 100644 --- a/formats/php/TldEnum/TldList.php +++ b/formats/php/TldEnum/TldList.php @@ -3,1583 +3,1583 @@ namespace TldEnum; class TldList { const TLD_LIST = [ - 'aaa', - 'aarp', - 'abarth', - 'abb', - 'abbott', - 'abbvie', - 'abc', - 'able', - 'abogado', - 'abudhabi', - 'ac', - 'academy', - 'accenture', - 'accountant', - 'accountants', - 'aco', - 'active', - 'actor', - 'ad', - 'adac', - 'ads', - 'adult', - 'ae', - 'aeg', - 'aero', - 'aetna', - 'af', - 'afamilycompany', - 'afl', - 'africa', - 'ag', - 'agakhan', - 'agency', - 'ai', - 'aig', - 'aigo', - 'airbus', - 'airforce', - 'airtel', - 'akdn', - 'al', - 'alfaromeo', - 'alibaba', - 'alipay', - 'allfinanz', - 'allstate', - 'ally', - 'alsace', - 'alstom', - 'am', - 'americanexpress', - 'americanfamily', - 'amex', - 'amfam', - 'amica', - 'amsterdam', - 'an', - 'analytics', - 'android', - 'anquan', - 'anz', - 'ao', - 'aol', - 'apartments', - 'app', - 'apple', - 'aq', - 'aquarelle', - 'ar', - 'arab', - 'aramco', - 'archi', - 'army', - 'arpa', - 'art', - 'arte', - 'as', - 'asda', - 'asia', - 'associates', - 'at', - 'athleta', - 'attorney', - 'au', - 'auction', - 'audi', - 'audible', - 'audio', - 'auspost', - 'author', - 'auto', - 'autos', - 'avianca', - 'aw', - 'aws', - 'ax', - 'axa', - 'az', - 'azure', - 'ba', - 'baby', - 'baidu', - 'banamex', - 'bananarepublic', - 'band', - 'bank', - 'bar', - 'barcelona', - 'barclaycard', - 'barclays', - 'barefoot', - 'bargains', - 'baseball', - 'basketball', - 'bauhaus', - 'bayern', - 'bb', - 'bbc', - 'bbt', - 'bbva', - 'bcg', - 'bcn', - 'bd', - 'be', - 'beats', - 'beauty', - 'beer', - 'bentley', - 'berlin', - 'best', - 'bestbuy', - 'bet', - 'bf', - 'bg', - 'bh', - 'bharti', - 'bi', - 'bible', - 'bid', - 'bike', - 'bing', - 'bingo', - 'bio', - 'biz', - 'bj', - 'bl', - 'black', - 'blackfriday', - 'blanco', - 'blockbuster', - 'blog', - 'bloomberg', - 'blue', - 'bm', - 'bms', - 'bmw', - 'bn', - 'bnl', - 'bnpparibas', - 'bo', - 'boats', - 'boehringer', - 'bofa', - 'bom', - 'bond', - 'boo', - 'book', - 'booking', - 'boots', - 'bosch', - 'bostik', - 'boston', - 'bot', - 'boutique', - 'box', - 'bq', - 'br', - 'bradesco', - 'bridgestone', - 'broadway', - 'broker', - 'brother', - 'brussels', - 'bs', - 'bt', - 'budapest', - 'bugatti', - 'build', - 'builders', - 'business', - 'buy', - 'buzz', - 'bv', - 'bw', - 'by', - 'bz', - 'bzh', - 'ca', - 'cab', - 'cafe', - 'cal', - 'call', - 'calvinklein', - 'cam', - 'camera', - 'camp', - 'cancerresearch', - 'canon', - 'capetown', - 'capital', - 'capitalone', - 'car', - 'caravan', - 'cards', - 'care', - 'career', - 'careers', - 'cars', - 'cartier', - 'casa', - 'case', - 'caseih', - 'cash', - 'casino', - 'cat', - 'catering', - 'catholic', - 'cba', - 'cbn', - 'cbre', - 'cbs', - 'cc', - 'cd', - 'ceb', - 'center', - 'ceo', - 'cern', - 'cf', - 'cfa', - 'cfd', - 'cg', - 'ch', - 'chanel', - 'channel', - 'charity', - 'chase', - 'chat', - 'cheap', - 'chintai', - 'chloe', - 'christmas', - 'chrome', - 'chrysler', - 'church', - 'ci', - 'cipriani', - 'circle', - 'cisco', - 'citadel', - 'citi', - 'citic', - 'city', - 'cityeats', - 'ck', - 'cl', - 'claims', - 'cleaning', - 'click', - 'clinic', - 'clinique', - 'clothing', - 'cloud', - 'club', - 'clubmed', - 'cm', - 'cn', - 'co', - 'coach', - 'codes', - 'coffee', - 'college', - 'cologne', - 'com', - 'comcast', - 'commbank', - 'community', - 'company', - 'compare', - 'computer', - 'comsec', - 'condos', - 'construction', - 'consulting', - 'contact', - 'contractors', - 'cooking', - 'cookingchannel', - 'cool', - 'coop', - 'corsica', - 'country', - 'coupon', - 'coupons', - 'courses', - 'cr', - 'credit', - 'creditcard', - 'creditunion', - 'cricket', - 'crown', - 'crs', - 'cruise', - 'cruises', - 'csc', - 'cu', - 'cuisinella', - 'cv', - 'cw', - 'cx', - 'cy', - 'cymru', - 'cyou', - 'cz', - 'dabur', - 'dad', - 'dance', - 'data', - 'date', - 'dating', - 'datsun', - 'day', - 'dclk', - 'dds', - 'de', - 'deal', - 'dealer', - 'deals', - 'degree', - 'delivery', - 'dell', - 'deloitte', - 'delta', - 'democrat', - 'dental', - 'dentist', - 'desi', - 'design', - 'dev', - 'dhl', - 'diamonds', - 'diet', - 'digital', - 'direct', - 'directory', - 'discount', - 'discover', - 'dish', - 'diy', - 'dj', - 'dk', - 'dm', - 'dnp', - 'do', - 'docs', - 'doctor', - 'dodge', - 'dog', - 'doha', - 'domains', - 'doosan', - 'dot', - 'download', - 'drive', - 'dtv', - 'dubai', - 'duck', - 'dunlop', - 'duns', - 'dupont', - 'durban', - 'dvag', - 'dvr', - 'dz', - 'earth', - 'eat', - 'ec', - 'eco', - 'edeka', - 'edu', - 'education', - 'ee', - 'eg', - 'eh', - 'email', - 'emerck', - 'energy', - 'engineer', - 'engineering', - 'enterprises', - 'epost', - 'epson', - 'equipment', - 'er', - 'ericsson', - 'erni', - 'es', - 'esq', - 'estate', - 'esurance', - 'et', - 'etisalat', - 'eu', - 'eurovision', - 'eus', - 'events', - 'everbank', - 'exchange', - 'expert', - 'exposed', - 'express', - 'extraspace', - 'fage', - 'fail', - 'fairwinds', - 'faith', - 'family', - 'fan', - 'fans', - 'farm', - 'farmers', - 'fashion', - 'fast', - 'fedex', - 'feedback', - 'ferrari', - 'ferrero', - 'fi', - 'fiat', - 'fidelity', - 'fido', - 'film', - 'final', - 'finance', - 'financial', - 'fire', - 'firestone', - 'firmdale', - 'fish', - 'fishing', - 'fit', - 'fitness', - 'fj', - 'fk', - 'flickr', - 'flights', - 'flir', - 'florist', - 'flowers', - 'flsmidth', - 'fly', - 'fm', - 'fo', - 'foo', - 'food', - 'foodnetwork', - 'football', - 'ford', - 'forex', - 'forsale', - 'forum', - 'foundation', - 'fox', - 'fr', - 'free', - 'fresenius', - 'frl', - 'frogans', - 'frontdoor', - 'frontier', - 'ftr', - 'fujitsu', - 'fujixerox', - 'fun', - 'fund', - 'furniture', - 'futbol', - 'fyi', - 'ga', - 'gal', - 'gallery', - 'gallo', - 'gallup', - 'game', - 'games', - 'gap', - 'garden', - 'gb', - 'gbiz', - 'gd', - 'gdn', - 'ge', - 'gea', - 'gent', - 'genting', - 'george', - 'gf', - 'gg', - 'ggee', - 'gh', - 'gi', - 'gift', - 'gifts', - 'gives', - 'giving', - 'gl', - 'glade', - 'glass', - 'gle', - 'global', - 'globo', - 'gm', - 'gmail', - 'gmbh', - 'gmo', - 'gmx', - 'gn', - 'godaddy', - 'gold', - 'goldpoint', - 'golf', - 'goo', - 'goodhands', - 'goodyear', - 'goog', - 'google', - 'gop', - 'got', - 'gov', - 'gp', - 'gq', - 'gr', - 'grainger', - 'graphics', - 'gratis', - 'green', - 'gripe', - 'grocery', - 'group', - 'gs', - 'gt', - 'gu', - 'guardian', - 'gucci', - 'guge', - 'guide', - 'guitars', - 'guru', - 'gw', - 'gy', - 'hair', - 'hamburg', - 'hangout', - 'haus', - 'hbo', - 'hdfc', - 'hdfcbank', - 'health', - 'healthcare', - 'help', - 'helsinki', - 'here', - 'hermes', - 'hgtv', - 'hiphop', - 'hisamitsu', - 'hitachi', - 'hiv', - 'hk', - 'hkt', - 'hm', - 'hn', - 'hockey', - 'holdings', - 'holiday', - 'homedepot', - 'homegoods', - 'homes', - 'homesense', - 'honda', - 'honeywell', - 'horse', - 'hospital', - 'host', - 'hosting', - 'hot', - 'hoteles', - 'hotels', - 'hotmail', - 'house', - 'how', - 'hr', - 'hsbc', - 'ht', - 'htc', - 'hu', - 'hughes', - 'hyatt', - 'hyundai', - 'ibm', - 'icbc', - 'ice', - 'icu', - 'id', - 'ie', - 'ieee', - 'ifm', - 'iinet', - 'ikano', - 'il', - 'im', - 'imamat', - 'imdb', - 'immo', - 'immobilien', - 'in', - 'industries', - 'infiniti', - 'info', - 'ing', - 'ink', - 'institute', - 'insurance', - 'insure', - 'int', - 'intel', - 'international', - 'intuit', - 'investments', - 'io', - 'ipiranga', - 'iq', - 'ir', - 'irish', - 'is', - 'iselect', - 'ismaili', - 'ist', - 'istanbul', - 'it', - 'itau', - 'itv', - 'iveco', - 'iwc', - 'jaguar', - 'java', - 'jcb', - 'jcp', - 'je', - 'jeep', - 'jetzt', - 'jewelry', - 'jio', - 'jlc', - 'jll', - 'jm', - 'jmp', - 'jnj', - 'jo', - 'jobs', - 'joburg', - 'jot', - 'joy', - 'jp', - 'jpmorgan', - 'jprs', - 'juegos', - 'juniper', - 'kaufen', - 'kddi', - 'ke', - 'kerryhotels', - 'kerrylogistics', - 'kerryproperties', - 'kfh', - 'kg', - 'kh', - 'ki', - 'kia', - 'kim', - 'kinder', - 'kindle', - 'kitchen', - 'kiwi', - 'km', - 'kn', - 'koeln', - 'komatsu', - 'kosher', - 'kp', - 'kpmg', - 'kpn', - 'kr', - 'krd', - 'kred', - 'kuokgroup', - 'kw', - 'ky', - 'kyoto', - 'kz', - 'la', - 'lacaixa', - 'ladbrokes', - 'lamborghini', - 'lamer', - 'lancaster', - 'lancia', - 'lancome', - 'land', - 'landrover', - 'lanxess', - 'lasalle', - 'lat', - 'latino', - 'latrobe', - 'law', - 'lawyer', - 'lb', - 'lc', - 'lds', - 'lease', - 'leclerc', - 'lefrak', - 'legal', - 'lego', - 'lexus', - 'lgbt', - 'li', - 'liaison', - 'lidl', - 'life', - 'lifeinsurance', - 'lifestyle', - 'lighting', - 'like', - 'lilly', - 'limited', - 'limo', - 'lincoln', - 'linde', - 'link', - 'lipsy', - 'live', - 'living', - 'lixil', - 'lk', - 'llc', - 'loan', - 'loans', - 'locker', - 'locus', - 'loft', - 'lol', - 'london', - 'lotte', - 'lotto', - 'love', - 'lpl', - 'lplfinancial', - 'lr', - 'ls', - 'lt', - 'ltd', - 'ltda', - 'lu', - 'lundbeck', - 'lupin', - 'luxe', - 'luxury', - 'lv', - 'ly', - 'ma', - 'macys', - 'madrid', - 'maif', - 'maison', - 'makeup', - 'man', - 'management', - 'mango', - 'map', - 'market', - 'marketing', - 'markets', - 'marriott', - 'marshalls', - 'maserati', - 'mattel', - 'mba', - 'mc', - 'mcd', - 'mcdonalds', - 'mckinsey', - 'md', - 'me', - 'med', - 'media', - 'meet', - 'melbourne', - 'meme', - 'memorial', - 'men', - 'menu', - 'meo', - 'merckmsd', - 'metlife', - 'mf', - 'mg', - 'mh', - 'miami', - 'microsoft', - 'mil', - 'mini', - 'mint', - 'mit', - 'mitsubishi', - 'mk', - 'ml', - 'mlb', - 'mls', - 'mm', - 'mma', - 'mn', - 'mo', - 'mobi', - 'mobile', - 'mobily', - 'moda', - 'moe', - 'moi', - 'mom', - 'monash', - 'money', - 'monster', - 'montblanc', - 'mopar', - 'mormon', - 'mortgage', - 'moscow', - 'moto', - 'motorcycles', - 'mov', - 'movie', - 'movistar', - 'mp', - 'mq', - 'mr', - 'ms', - 'msd', - 'mt', - 'mtn', - 'mtpc', - 'mtr', - 'mu', - 'museum', - 'mutual', - 'mutuelle', - 'mv', - 'mw', - 'mx', - 'my', - 'mz', - 'na', - 'nab', - 'nadex', - 'nagoya', - 'name', - 'nationwide', - 'natura', - 'navy', - 'nba', - 'nc', - 'ne', - 'nec', - 'net', - 'netbank', - 'netflix', - 'network', - 'neustar', - 'new', - 'newholland', - 'news', - 'next', - 'nextdirect', - 'nexus', - 'nf', - 'nfl', - 'ng', - 'ngo', - 'nhk', - 'ni', - 'nico', - 'nike', - 'nikon', - 'ninja', - 'nissan', - 'nissay', - 'nl', - 'no', - 'nokia', - 'northwesternmutual', - 'norton', - 'now', - 'nowruz', - 'nowtv', - 'np', - 'nr', - 'nra', - 'nrw', - 'ntt', - 'nu', - 'nyc', - 'nz', - 'obi', - 'observer', - 'off', - 'office', - 'okinawa', - 'olayan', - 'olayangroup', - 'oldnavy', - 'ollo', - 'om', - 'omega', - 'one', - 'ong', - 'onl', - 'online', - 'onyourside', - 'ooo', - 'open', - 'oracle', - 'orange', - 'org', - 'organic', - 'orientexpress', - 'origins', - 'osaka', - 'otsuka', - 'ott', - 'ovh', - 'pa', - 'page', - 'pamperedchef', - 'panasonic', - 'panerai', - 'paris', - 'pars', - 'partners', - 'parts', - 'party', - 'passagens', - 'pay', - 'pccw', - 'pe', - 'pet', - 'pf', - 'pfizer', - 'pg', - 'ph', - 'pharmacy', - 'phd', - 'philips', - 'phone', - 'photo', - 'photography', - 'photos', - 'physio', - 'piaget', - 'pics', - 'pictet', - 'pictures', - 'pid', - 'pin', - 'ping', - 'pink', - 'pioneer', - 'pizza', - 'pk', - 'pl', - 'place', - 'play', - 'playstation', - 'plumbing', - 'plus', - 'pm', - 'pn', - 'pnc', - 'pohl', - 'poker', - 'politie', - 'porn', - 'post', - 'pr', - 'pramerica', - 'praxi', - 'press', - 'prime', - 'pro', - 'prod', - 'productions', - 'prof', - 'progressive', - 'promo', - 'properties', - 'property', - 'protection', - 'pru', - 'prudential', - 'ps', - 'pt', - 'pub', - 'pw', - 'pwc', - 'py', - 'qa', - 'qpon', - 'quebec', - 'quest', - 'qvc', - 'racing', - 'radio', - 'raid', - 're', - 'read', - 'realestate', - 'realtor', - 'realty', - 'recipes', - 'red', - 'redstone', - 'redumbrella', - 'rehab', - 'reise', - 'reisen', - 'reit', - 'reliance', - 'ren', - 'rent', - 'rentals', - 'repair', - 'report', - 'republican', - 'rest', - 'restaurant', - 'review', - 'reviews', - 'rexroth', - 'rich', - 'richardli', - 'ricoh', - 'rightathome', - 'ril', - 'rio', - 'rip', - 'rmit', - 'ro', - 'rocher', - 'rocks', - 'rodeo', - 'rogers', - 'room', - 'rs', - 'rsvp', - 'ru', - 'rugby', - 'ruhr', - 'run', - 'rw', - 'rwe', - 'ryukyu', - 'sa', - 'saarland', - 'safe', - 'safety', - 'sakura', - 'sale', - 'salon', - 'samsclub', - 'samsung', - 'sandvik', - 'sandvikcoromant', - 'sanofi', - 'sap', - 'sapo', - 'sarl', - 'sas', - 'save', - 'saxo', - 'sb', - 'sbi', - 'sbs', - 'sc', - 'sca', - 'scb', - 'schaeffler', - 'schmidt', - 'scholarships', - 'school', - 'schule', - 'schwarz', - 'science', - 'scjohnson', - 'scor', - 'scot', - 'sd', - 'se', - 'search', - 'seat', - 'secure', - 'security', - 'seek', - 'select', - 'sener', - 'services', - 'ses', - 'seven', - 'sew', - 'sex', - 'sexy', - 'sfr', - 'sg', - 'sh', - 'shangrila', - 'sharp', - 'shaw', - 'shell', - 'shia', - 'shiksha', - 'shoes', - 'shop', - 'shopping', - 'shouji', - 'show', - 'showtime', - 'shriram', - 'si', - 'silk', - 'sina', - 'singles', - 'site', - 'sj', - 'sk', - 'ski', - 'skin', - 'sky', - 'skype', - 'sl', - 'sling', - 'sm', - 'smart', - 'smile', - 'sn', - 'sncf', - 'so', - 'soccer', - 'social', - 'softbank', - 'software', - 'sohu', - 'solar', - 'solutions', - 'song', - 'sony', - 'soy', - 'space', - 'spiegel', - 'sport', - 'spot', - 'spreadbetting', - 'sr', - 'srl', - 'srt', - 'ss', - 'st', - 'stada', - 'staples', - 'star', - 'starhub', - 'statebank', - 'statefarm', - 'statoil', - 'stc', - 'stcgroup', - 'stockholm', - 'storage', - 'store', - 'stream', - 'studio', - 'study', - 'style', - 'su', - 'sucks', - 'supplies', - 'supply', - 'support', - 'surf', - 'surgery', - 'suzuki', - 'sv', - 'swatch', - 'swiftcover', - 'swiss', - 'sx', - 'sy', - 'sydney', - 'symantec', - 'systems', - 'sz', - 'tab', - 'taipei', - 'talk', - 'taobao', - 'target', - 'tatamotors', - 'tatar', - 'tattoo', - 'tax', - 'taxi', - 'tc', - 'tci', - 'td', - 'tdk', - 'team', - 'tech', - 'technology', - 'tel', - 'telecity', - 'telefonica', - 'temasek', - 'tennis', - 'teva', - 'tf', - 'tg', - 'th', - 'thd', - 'theater', - 'theatre', - 'tiaa', - 'tickets', - 'tienda', - 'tiffany', - 'tips', - 'tires', - 'tirol', - 'tj', - 'tjmaxx', - 'tjx', - 'tk', - 'tkmaxx', - 'tl', - 'tm', - 'tmall', - 'tn', - 'to', - 'today', - 'tokyo', - 'tools', - 'top', - 'toray', - 'toshiba', - 'total', - 'tours', - 'town', - 'toyota', - 'toys', - 'tp', - 'tr', - 'trade', - 'trading', - 'training', - 'travel', - 'travelchannel', - 'travelers', - 'travelersinsurance', - 'trust', - 'trv', - 'tt', - 'tube', - 'tui', - 'tunes', - 'tushu', - 'tv', - 'tvs', - 'tw', - 'tz', - 'ua', - 'ubank', - 'ubs', - 'uconnect', - 'ug', - 'uk', - 'um', - 'unicom', - 'university', - 'uno', - 'uol', - 'ups', - 'us', - 'uy', - 'uz', - 'va', - 'vacations', - 'vana', - 'vanguard', - 'vc', - 've', - 'vegas', - 'ventures', - 'verisign', - 'versicherung', - 'vet', - 'vg', - 'vi', - 'viajes', - 'video', - 'vig', - 'viking', - 'villas', - 'vin', - 'vip', - 'virgin', - 'visa', - 'vision', - 'vista', - 'vistaprint', - 'viva', - 'vivo', - 'vlaanderen', - 'vn', - 'vodka', - 'volkswagen', - 'volvo', - 'vote', - 'voting', - 'voto', - 'voyage', - 'vu', - 'vuelos', - 'wales', - 'walmart', - 'walter', - 'wang', - 'wanggou', - 'warman', - 'watch', - 'watches', - 'weather', - 'weatherchannel', - 'webcam', - 'weber', - 'website', - 'wed', - 'wedding', - 'weibo', - 'weir', - 'wf', - 'whoswho', - 'wien', - 'wiki', - 'williamhill', - 'win', - 'windows', - 'wine', - 'winners', - 'wme', - 'wolterskluwer', - 'woodside', - 'work', - 'works', - 'world', - 'wow', - 'ws', - 'wtc', - 'wtf', - 'xbox', - 'xerox', - 'xfinity', - 'xihuan', - 'xin', - '测试', - 'कॉम', - 'परीक्षा', - 'セール', - '佛山', - 'ಭಾರತ', - '慈善', - '集团', - '在线', - '한국', - 'ଭାରତ', - '大众汽车', - '点看', - 'คอม', - 'ভাৰত', - 'ভারত', - '八卦', - '‏موقع‎', - 'বাংলা', - '公益', - '公司', - '香格里拉', - '网站', - '移动', - '我爱你', - 'москва', - 'испытание', - 'қаз', - 'католик', - 'онлайн', - 'сайт', - '联通', - 'срб', - 'бг', - 'бел', - '‏קום‎', - '时尚', - '微博', - '테스트', - '淡马锡', - 'ファッション', - 'орг', - 'नेट', - 'ストア', - '삼성', - 'சிங்கப்பூர்', - '商标', - '商店', - '商城', - 'дети', - 'мкд', - '‏טעסט‎', - 'ею', - 'ポイント', - '新闻', - '工行', - '家電', - '‏كوم‎', - '中文网', - '中信', - '中国', - '中國', - '娱乐', - '谷歌', - 'భారత్', - 'ලංකා', - '電訊盈科', - '购物', - '測試', - 'クラウド', - 'ભારત', - '通販', - 'भारतम्', - 'भारत', - 'भारोत', - '‏آزمایشی‎', - 'பரிட்சை', - '网店', - 'संगठन', - '餐厅', - '网络', - 'ком', - 'укр', - '香港', - '诺基亚', - '食品', - 'δοκιμή', - '飞利浦', - '‏إختبار‎', - '台湾', - '台灣', - '手表', - '手机', - 'мон', - '‏الجزائر‎', - '‏عمان‎', - '‏ارامكو‎', - '‏ایران‎', - '‏العليان‎', - '‏اتصالات‎', - '‏امارات‎', - '‏بازار‎', - '‏موريتانيا‎', - '‏پاکستان‎', - '‏الاردن‎', - '‏موبايلي‎', - '‏بارت‎', - '‏بھارت‎', - '‏المغرب‎', - '‏ابوظبي‎', - '‏السعودية‎', - '‏ڀارت‎', - '‏كاثوليك‎', - '‏سودان‎', - '‏همراه‎', - '‏عراق‎', - '‏مليسيا‎', - '澳門', - '닷컴', - '政府', - '‏شبكة‎', - '‏بيتك‎', - '‏عرب‎', - 'გე', - '机构', - '组织机构', - '健康', - 'ไทย', - '‏سورية‎', - '招聘', - 'рус', - 'рф', - '珠宝', - '‏تونس‎', - '大拿', - 'みんな', - 'グーグル', - 'ελ', - '世界', - '書籍', - 'ഭാരതം', - 'ਭਾਰਤ', - '网址', - '닷넷', - 'コム', - '天主教', - '游戏', - 'vermögensberater', - 'vermögensberatung', - '企业', - '信息', - '嘉里大酒店', - '嘉里', - '‏مصر‎', - '‏قطر‎', - '广东', - 'இலங்கை', - 'இந்தியா', - 'հայ', - '新加坡', - '‏فلسطين‎', - 'テスト', - '政务', - 'xperia', - 'xxx', - 'xyz', - 'yachts', - 'yahoo', - 'yamaxun', - 'yandex', - 'ye', - 'yodobashi', - 'yoga', - 'yokohama', - 'you', - 'youtube', - 'yt', - 'yun', - 'za', - 'zappos', - 'zara', - 'zero', - 'zip', - 'zippo', - 'zm', - 'zone', - 'zuerich', - 'zw', + 'aaa', + 'aarp', + 'abarth', + 'abb', + 'abbott', + 'abbvie', + 'abc', + 'able', + 'abogado', + 'abudhabi', + 'ac', + 'academy', + 'accenture', + 'accountant', + 'accountants', + 'aco', + 'active', + 'actor', + 'ad', + 'adac', + 'ads', + 'adult', + 'ae', + 'aeg', + 'aero', + 'aetna', + 'af', + 'afamilycompany', + 'afl', + 'africa', + 'ag', + 'agakhan', + 'agency', + 'ai', + 'aig', + 'aigo', + 'airbus', + 'airforce', + 'airtel', + 'akdn', + 'al', + 'alfaromeo', + 'alibaba', + 'alipay', + 'allfinanz', + 'allstate', + 'ally', + 'alsace', + 'alstom', + 'am', + 'americanexpress', + 'americanfamily', + 'amex', + 'amfam', + 'amica', + 'amsterdam', + 'an', + 'analytics', + 'android', + 'anquan', + 'anz', + 'ao', + 'aol', + 'apartments', + 'app', + 'apple', + 'aq', + 'aquarelle', + 'ar', + 'arab', + 'aramco', + 'archi', + 'army', + 'arpa', + 'art', + 'arte', + 'as', + 'asda', + 'asia', + 'associates', + 'at', + 'athleta', + 'attorney', + 'au', + 'auction', + 'audi', + 'audible', + 'audio', + 'auspost', + 'author', + 'auto', + 'autos', + 'avianca', + 'aw', + 'aws', + 'ax', + 'axa', + 'az', + 'azure', + 'ba', + 'baby', + 'baidu', + 'banamex', + 'bananarepublic', + 'band', + 'bank', + 'bar', + 'barcelona', + 'barclaycard', + 'barclays', + 'barefoot', + 'bargains', + 'baseball', + 'basketball', + 'bauhaus', + 'bayern', + 'bb', + 'bbc', + 'bbt', + 'bbva', + 'bcg', + 'bcn', + 'bd', + 'be', + 'beats', + 'beauty', + 'beer', + 'bentley', + 'berlin', + 'best', + 'bestbuy', + 'bet', + 'bf', + 'bg', + 'bh', + 'bharti', + 'bi', + 'bible', + 'bid', + 'bike', + 'bing', + 'bingo', + 'bio', + 'biz', + 'bj', + 'bl', + 'black', + 'blackfriday', + 'blanco', + 'blockbuster', + 'blog', + 'bloomberg', + 'blue', + 'bm', + 'bms', + 'bmw', + 'bn', + 'bnl', + 'bnpparibas', + 'bo', + 'boats', + 'boehringer', + 'bofa', + 'bom', + 'bond', + 'boo', + 'book', + 'booking', + 'boots', + 'bosch', + 'bostik', + 'boston', + 'bot', + 'boutique', + 'box', + 'bq', + 'br', + 'bradesco', + 'bridgestone', + 'broadway', + 'broker', + 'brother', + 'brussels', + 'bs', + 'bt', + 'budapest', + 'bugatti', + 'build', + 'builders', + 'business', + 'buy', + 'buzz', + 'bv', + 'bw', + 'by', + 'bz', + 'bzh', + 'ca', + 'cab', + 'cafe', + 'cal', + 'call', + 'calvinklein', + 'cam', + 'camera', + 'camp', + 'cancerresearch', + 'canon', + 'capetown', + 'capital', + 'capitalone', + 'car', + 'caravan', + 'cards', + 'care', + 'career', + 'careers', + 'cars', + 'cartier', + 'casa', + 'case', + 'caseih', + 'cash', + 'casino', + 'cat', + 'catering', + 'catholic', + 'cba', + 'cbn', + 'cbre', + 'cbs', + 'cc', + 'cd', + 'ceb', + 'center', + 'ceo', + 'cern', + 'cf', + 'cfa', + 'cfd', + 'cg', + 'ch', + 'chanel', + 'channel', + 'charity', + 'chase', + 'chat', + 'cheap', + 'chintai', + 'chloe', + 'christmas', + 'chrome', + 'chrysler', + 'church', + 'ci', + 'cipriani', + 'circle', + 'cisco', + 'citadel', + 'citi', + 'citic', + 'city', + 'cityeats', + 'ck', + 'cl', + 'claims', + 'cleaning', + 'click', + 'clinic', + 'clinique', + 'clothing', + 'cloud', + 'club', + 'clubmed', + 'cm', + 'cn', + 'co', + 'coach', + 'codes', + 'coffee', + 'college', + 'cologne', + 'com', + 'comcast', + 'commbank', + 'community', + 'company', + 'compare', + 'computer', + 'comsec', + 'condos', + 'construction', + 'consulting', + 'contact', + 'contractors', + 'cooking', + 'cookingchannel', + 'cool', + 'coop', + 'corsica', + 'country', + 'coupon', + 'coupons', + 'courses', + 'cr', + 'credit', + 'creditcard', + 'creditunion', + 'cricket', + 'crown', + 'crs', + 'cruise', + 'cruises', + 'csc', + 'cu', + 'cuisinella', + 'cv', + 'cw', + 'cx', + 'cy', + 'cymru', + 'cyou', + 'cz', + 'dabur', + 'dad', + 'dance', + 'data', + 'date', + 'dating', + 'datsun', + 'day', + 'dclk', + 'dds', + 'de', + 'deal', + 'dealer', + 'deals', + 'degree', + 'delivery', + 'dell', + 'deloitte', + 'delta', + 'democrat', + 'dental', + 'dentist', + 'desi', + 'design', + 'dev', + 'dhl', + 'diamonds', + 'diet', + 'digital', + 'direct', + 'directory', + 'discount', + 'discover', + 'dish', + 'diy', + 'dj', + 'dk', + 'dm', + 'dnp', + 'do', + 'docs', + 'doctor', + 'dodge', + 'dog', + 'doha', + 'domains', + 'doosan', + 'dot', + 'download', + 'drive', + 'dtv', + 'dubai', + 'duck', + 'dunlop', + 'duns', + 'dupont', + 'durban', + 'dvag', + 'dvr', + 'dz', + 'earth', + 'eat', + 'ec', + 'eco', + 'edeka', + 'edu', + 'education', + 'ee', + 'eg', + 'eh', + 'email', + 'emerck', + 'energy', + 'engineer', + 'engineering', + 'enterprises', + 'epost', + 'epson', + 'equipment', + 'er', + 'ericsson', + 'erni', + 'es', + 'esq', + 'estate', + 'esurance', + 'et', + 'etisalat', + 'eu', + 'eurovision', + 'eus', + 'events', + 'everbank', + 'exchange', + 'expert', + 'exposed', + 'express', + 'extraspace', + 'fage', + 'fail', + 'fairwinds', + 'faith', + 'family', + 'fan', + 'fans', + 'farm', + 'farmers', + 'fashion', + 'fast', + 'fedex', + 'feedback', + 'ferrari', + 'ferrero', + 'fi', + 'fiat', + 'fidelity', + 'fido', + 'film', + 'final', + 'finance', + 'financial', + 'fire', + 'firestone', + 'firmdale', + 'fish', + 'fishing', + 'fit', + 'fitness', + 'fj', + 'fk', + 'flickr', + 'flights', + 'flir', + 'florist', + 'flowers', + 'flsmidth', + 'fly', + 'fm', + 'fo', + 'foo', + 'food', + 'foodnetwork', + 'football', + 'ford', + 'forex', + 'forsale', + 'forum', + 'foundation', + 'fox', + 'fr', + 'free', + 'fresenius', + 'frl', + 'frogans', + 'frontdoor', + 'frontier', + 'ftr', + 'fujitsu', + 'fujixerox', + 'fun', + 'fund', + 'furniture', + 'futbol', + 'fyi', + 'ga', + 'gal', + 'gallery', + 'gallo', + 'gallup', + 'game', + 'games', + 'gap', + 'garden', + 'gb', + 'gbiz', + 'gd', + 'gdn', + 'ge', + 'gea', + 'gent', + 'genting', + 'george', + 'gf', + 'gg', + 'ggee', + 'gh', + 'gi', + 'gift', + 'gifts', + 'gives', + 'giving', + 'gl', + 'glade', + 'glass', + 'gle', + 'global', + 'globo', + 'gm', + 'gmail', + 'gmbh', + 'gmo', + 'gmx', + 'gn', + 'godaddy', + 'gold', + 'goldpoint', + 'golf', + 'goo', + 'goodhands', + 'goodyear', + 'goog', + 'google', + 'gop', + 'got', + 'gov', + 'gp', + 'gq', + 'gr', + 'grainger', + 'graphics', + 'gratis', + 'green', + 'gripe', + 'grocery', + 'group', + 'gs', + 'gt', + 'gu', + 'guardian', + 'gucci', + 'guge', + 'guide', + 'guitars', + 'guru', + 'gw', + 'gy', + 'hair', + 'hamburg', + 'hangout', + 'haus', + 'hbo', + 'hdfc', + 'hdfcbank', + 'health', + 'healthcare', + 'help', + 'helsinki', + 'here', + 'hermes', + 'hgtv', + 'hiphop', + 'hisamitsu', + 'hitachi', + 'hiv', + 'hk', + 'hkt', + 'hm', + 'hn', + 'hockey', + 'holdings', + 'holiday', + 'homedepot', + 'homegoods', + 'homes', + 'homesense', + 'honda', + 'honeywell', + 'horse', + 'hospital', + 'host', + 'hosting', + 'hot', + 'hoteles', + 'hotels', + 'hotmail', + 'house', + 'how', + 'hr', + 'hsbc', + 'ht', + 'htc', + 'hu', + 'hughes', + 'hyatt', + 'hyundai', + 'ibm', + 'icbc', + 'ice', + 'icu', + 'id', + 'ie', + 'ieee', + 'ifm', + 'iinet', + 'ikano', + 'il', + 'im', + 'imamat', + 'imdb', + 'immo', + 'immobilien', + 'in', + 'industries', + 'infiniti', + 'info', + 'ing', + 'ink', + 'institute', + 'insurance', + 'insure', + 'int', + 'intel', + 'international', + 'intuit', + 'investments', + 'io', + 'ipiranga', + 'iq', + 'ir', + 'irish', + 'is', + 'iselect', + 'ismaili', + 'ist', + 'istanbul', + 'it', + 'itau', + 'itv', + 'iveco', + 'iwc', + 'jaguar', + 'java', + 'jcb', + 'jcp', + 'je', + 'jeep', + 'jetzt', + 'jewelry', + 'jio', + 'jlc', + 'jll', + 'jm', + 'jmp', + 'jnj', + 'jo', + 'jobs', + 'joburg', + 'jot', + 'joy', + 'jp', + 'jpmorgan', + 'jprs', + 'juegos', + 'juniper', + 'kaufen', + 'kddi', + 'ke', + 'kerryhotels', + 'kerrylogistics', + 'kerryproperties', + 'kfh', + 'kg', + 'kh', + 'ki', + 'kia', + 'kim', + 'kinder', + 'kindle', + 'kitchen', + 'kiwi', + 'km', + 'kn', + 'koeln', + 'komatsu', + 'kosher', + 'kp', + 'kpmg', + 'kpn', + 'kr', + 'krd', + 'kred', + 'kuokgroup', + 'kw', + 'ky', + 'kyoto', + 'kz', + 'la', + 'lacaixa', + 'ladbrokes', + 'lamborghini', + 'lamer', + 'lancaster', + 'lancia', + 'lancome', + 'land', + 'landrover', + 'lanxess', + 'lasalle', + 'lat', + 'latino', + 'latrobe', + 'law', + 'lawyer', + 'lb', + 'lc', + 'lds', + 'lease', + 'leclerc', + 'lefrak', + 'legal', + 'lego', + 'lexus', + 'lgbt', + 'li', + 'liaison', + 'lidl', + 'life', + 'lifeinsurance', + 'lifestyle', + 'lighting', + 'like', + 'lilly', + 'limited', + 'limo', + 'lincoln', + 'linde', + 'link', + 'lipsy', + 'live', + 'living', + 'lixil', + 'lk', + 'llc', + 'loan', + 'loans', + 'locker', + 'locus', + 'loft', + 'lol', + 'london', + 'lotte', + 'lotto', + 'love', + 'lpl', + 'lplfinancial', + 'lr', + 'ls', + 'lt', + 'ltd', + 'ltda', + 'lu', + 'lundbeck', + 'lupin', + 'luxe', + 'luxury', + 'lv', + 'ly', + 'ma', + 'macys', + 'madrid', + 'maif', + 'maison', + 'makeup', + 'man', + 'management', + 'mango', + 'map', + 'market', + 'marketing', + 'markets', + 'marriott', + 'marshalls', + 'maserati', + 'mattel', + 'mba', + 'mc', + 'mcd', + 'mcdonalds', + 'mckinsey', + 'md', + 'me', + 'med', + 'media', + 'meet', + 'melbourne', + 'meme', + 'memorial', + 'men', + 'menu', + 'meo', + 'merckmsd', + 'metlife', + 'mf', + 'mg', + 'mh', + 'miami', + 'microsoft', + 'mil', + 'mini', + 'mint', + 'mit', + 'mitsubishi', + 'mk', + 'ml', + 'mlb', + 'mls', + 'mm', + 'mma', + 'mn', + 'mo', + 'mobi', + 'mobile', + 'mobily', + 'moda', + 'moe', + 'moi', + 'mom', + 'monash', + 'money', + 'monster', + 'montblanc', + 'mopar', + 'mormon', + 'mortgage', + 'moscow', + 'moto', + 'motorcycles', + 'mov', + 'movie', + 'movistar', + 'mp', + 'mq', + 'mr', + 'ms', + 'msd', + 'mt', + 'mtn', + 'mtpc', + 'mtr', + 'mu', + 'museum', + 'mutual', + 'mutuelle', + 'mv', + 'mw', + 'mx', + 'my', + 'mz', + 'na', + 'nab', + 'nadex', + 'nagoya', + 'name', + 'nationwide', + 'natura', + 'navy', + 'nba', + 'nc', + 'ne', + 'nec', + 'net', + 'netbank', + 'netflix', + 'network', + 'neustar', + 'new', + 'newholland', + 'news', + 'next', + 'nextdirect', + 'nexus', + 'nf', + 'nfl', + 'ng', + 'ngo', + 'nhk', + 'ni', + 'nico', + 'nike', + 'nikon', + 'ninja', + 'nissan', + 'nissay', + 'nl', + 'no', + 'nokia', + 'northwesternmutual', + 'norton', + 'now', + 'nowruz', + 'nowtv', + 'np', + 'nr', + 'nra', + 'nrw', + 'ntt', + 'nu', + 'nyc', + 'nz', + 'obi', + 'observer', + 'off', + 'office', + 'okinawa', + 'olayan', + 'olayangroup', + 'oldnavy', + 'ollo', + 'om', + 'omega', + 'one', + 'ong', + 'onl', + 'online', + 'onyourside', + 'ooo', + 'open', + 'oracle', + 'orange', + 'org', + 'organic', + 'orientexpress', + 'origins', + 'osaka', + 'otsuka', + 'ott', + 'ovh', + 'pa', + 'page', + 'pamperedchef', + 'panasonic', + 'panerai', + 'paris', + 'pars', + 'partners', + 'parts', + 'party', + 'passagens', + 'pay', + 'pccw', + 'pe', + 'pet', + 'pf', + 'pfizer', + 'pg', + 'ph', + 'pharmacy', + 'phd', + 'philips', + 'phone', + 'photo', + 'photography', + 'photos', + 'physio', + 'piaget', + 'pics', + 'pictet', + 'pictures', + 'pid', + 'pin', + 'ping', + 'pink', + 'pioneer', + 'pizza', + 'pk', + 'pl', + 'place', + 'play', + 'playstation', + 'plumbing', + 'plus', + 'pm', + 'pn', + 'pnc', + 'pohl', + 'poker', + 'politie', + 'porn', + 'post', + 'pr', + 'pramerica', + 'praxi', + 'press', + 'prime', + 'pro', + 'prod', + 'productions', + 'prof', + 'progressive', + 'promo', + 'properties', + 'property', + 'protection', + 'pru', + 'prudential', + 'ps', + 'pt', + 'pub', + 'pw', + 'pwc', + 'py', + 'qa', + 'qpon', + 'quebec', + 'quest', + 'qvc', + 'racing', + 'radio', + 'raid', + 're', + 'read', + 'realestate', + 'realtor', + 'realty', + 'recipes', + 'red', + 'redstone', + 'redumbrella', + 'rehab', + 'reise', + 'reisen', + 'reit', + 'reliance', + 'ren', + 'rent', + 'rentals', + 'repair', + 'report', + 'republican', + 'rest', + 'restaurant', + 'review', + 'reviews', + 'rexroth', + 'rich', + 'richardli', + 'ricoh', + 'rightathome', + 'ril', + 'rio', + 'rip', + 'rmit', + 'ro', + 'rocher', + 'rocks', + 'rodeo', + 'rogers', + 'room', + 'rs', + 'rsvp', + 'ru', + 'rugby', + 'ruhr', + 'run', + 'rw', + 'rwe', + 'ryukyu', + 'sa', + 'saarland', + 'safe', + 'safety', + 'sakura', + 'sale', + 'salon', + 'samsclub', + 'samsung', + 'sandvik', + 'sandvikcoromant', + 'sanofi', + 'sap', + 'sapo', + 'sarl', + 'sas', + 'save', + 'saxo', + 'sb', + 'sbi', + 'sbs', + 'sc', + 'sca', + 'scb', + 'schaeffler', + 'schmidt', + 'scholarships', + 'school', + 'schule', + 'schwarz', + 'science', + 'scjohnson', + 'scor', + 'scot', + 'sd', + 'se', + 'search', + 'seat', + 'secure', + 'security', + 'seek', + 'select', + 'sener', + 'services', + 'ses', + 'seven', + 'sew', + 'sex', + 'sexy', + 'sfr', + 'sg', + 'sh', + 'shangrila', + 'sharp', + 'shaw', + 'shell', + 'shia', + 'shiksha', + 'shoes', + 'shop', + 'shopping', + 'shouji', + 'show', + 'showtime', + 'shriram', + 'si', + 'silk', + 'sina', + 'singles', + 'site', + 'sj', + 'sk', + 'ski', + 'skin', + 'sky', + 'skype', + 'sl', + 'sling', + 'sm', + 'smart', + 'smile', + 'sn', + 'sncf', + 'so', + 'soccer', + 'social', + 'softbank', + 'software', + 'sohu', + 'solar', + 'solutions', + 'song', + 'sony', + 'soy', + 'space', + 'spiegel', + 'sport', + 'spot', + 'spreadbetting', + 'sr', + 'srl', + 'srt', + 'ss', + 'st', + 'stada', + 'staples', + 'star', + 'starhub', + 'statebank', + 'statefarm', + 'statoil', + 'stc', + 'stcgroup', + 'stockholm', + 'storage', + 'store', + 'stream', + 'studio', + 'study', + 'style', + 'su', + 'sucks', + 'supplies', + 'supply', + 'support', + 'surf', + 'surgery', + 'suzuki', + 'sv', + 'swatch', + 'swiftcover', + 'swiss', + 'sx', + 'sy', + 'sydney', + 'symantec', + 'systems', + 'sz', + 'tab', + 'taipei', + 'talk', + 'taobao', + 'target', + 'tatamotors', + 'tatar', + 'tattoo', + 'tax', + 'taxi', + 'tc', + 'tci', + 'td', + 'tdk', + 'team', + 'tech', + 'technology', + 'tel', + 'telecity', + 'telefonica', + 'temasek', + 'tennis', + 'teva', + 'tf', + 'tg', + 'th', + 'thd', + 'theater', + 'theatre', + 'tiaa', + 'tickets', + 'tienda', + 'tiffany', + 'tips', + 'tires', + 'tirol', + 'tj', + 'tjmaxx', + 'tjx', + 'tk', + 'tkmaxx', + 'tl', + 'tm', + 'tmall', + 'tn', + 'to', + 'today', + 'tokyo', + 'tools', + 'top', + 'toray', + 'toshiba', + 'total', + 'tours', + 'town', + 'toyota', + 'toys', + 'tp', + 'tr', + 'trade', + 'trading', + 'training', + 'travel', + 'travelchannel', + 'travelers', + 'travelersinsurance', + 'trust', + 'trv', + 'tt', + 'tube', + 'tui', + 'tunes', + 'tushu', + 'tv', + 'tvs', + 'tw', + 'tz', + 'ua', + 'ubank', + 'ubs', + 'uconnect', + 'ug', + 'uk', + 'um', + 'unicom', + 'university', + 'uno', + 'uol', + 'ups', + 'us', + 'uy', + 'uz', + 'va', + 'vacations', + 'vana', + 'vanguard', + 'vc', + 've', + 'vegas', + 'ventures', + 'verisign', + 'versicherung', + 'vet', + 'vg', + 'vi', + 'viajes', + 'video', + 'vig', + 'viking', + 'villas', + 'vin', + 'vip', + 'virgin', + 'visa', + 'vision', + 'vista', + 'vistaprint', + 'viva', + 'vivo', + 'vlaanderen', + 'vn', + 'vodka', + 'volkswagen', + 'volvo', + 'vote', + 'voting', + 'voto', + 'voyage', + 'vu', + 'vuelos', + 'wales', + 'walmart', + 'walter', + 'wang', + 'wanggou', + 'warman', + 'watch', + 'watches', + 'weather', + 'weatherchannel', + 'webcam', + 'weber', + 'website', + 'wed', + 'wedding', + 'weibo', + 'weir', + 'wf', + 'whoswho', + 'wien', + 'wiki', + 'williamhill', + 'win', + 'windows', + 'wine', + 'winners', + 'wme', + 'wolterskluwer', + 'woodside', + 'work', + 'works', + 'world', + 'wow', + 'ws', + 'wtc', + 'wtf', + 'xbox', + 'xerox', + 'xfinity', + 'xihuan', + 'xin', + '测试', + 'कॉम', + 'परीक्षा', + 'セール', + '佛山', + 'ಭಾರತ', + '慈善', + '集团', + '在线', + '한국', + 'ଭାରତ', + '大众汽车', + '点看', + 'คอม', + 'ভাৰত', + 'ভারত', + '八卦', + '‏موقع‎', + 'বাংলা', + '公益', + '公司', + '香格里拉', + '网站', + '移动', + '我爱你', + 'москва', + 'испытание', + 'қаз', + 'католик', + 'онлайн', + 'сайт', + '联通', + 'срб', + 'бг', + 'бел', + '‏קום‎', + '时尚', + '微博', + '테스트', + '淡马锡', + 'ファッション', + 'орг', + 'नेट', + 'ストア', + '삼성', + 'சிங்கப்பூர்', + '商标', + '商店', + '商城', + 'дети', + 'мкд', + '‏טעסט‎', + 'ею', + 'ポイント', + '新闻', + '工行', + '家電', + '‏كوم‎', + '中文网', + '中信', + '中国', + '中國', + '娱乐', + '谷歌', + 'భారత్', + 'ලංකා', + '電訊盈科', + '购物', + '測試', + 'クラウド', + 'ભારત', + '通販', + 'भारतम्', + 'भारत', + 'भारोत', + '‏آزمایشی‎', + 'பரிட்சை', + '网店', + 'संगठन', + '餐厅', + '网络', + 'ком', + 'укр', + '香港', + '诺基亚', + '食品', + 'δοκιμή', + '飞利浦', + '‏إختبار‎', + '台湾', + '台灣', + '手表', + '手机', + 'мон', + '‏الجزائر‎', + '‏عمان‎', + '‏ارامكو‎', + '‏ایران‎', + '‏العليان‎', + '‏اتصالات‎', + '‏امارات‎', + '‏بازار‎', + '‏موريتانيا‎', + '‏پاکستان‎', + '‏الاردن‎', + '‏موبايلي‎', + '‏بارت‎', + '‏بھارت‎', + '‏المغرب‎', + '‏ابوظبي‎', + '‏السعودية‎', + '‏ڀارت‎', + '‏كاثوليك‎', + '‏سودان‎', + '‏همراه‎', + '‏عراق‎', + '‏مليسيا‎', + '澳門', + '닷컴', + '政府', + '‏شبكة‎', + '‏بيتك‎', + '‏عرب‎', + 'გე', + '机构', + '组织机构', + '健康', + 'ไทย', + '‏سورية‎', + '招聘', + 'рус', + 'рф', + '珠宝', + '‏تونس‎', + '大拿', + 'みんな', + 'グーグル', + 'ελ', + '世界', + '書籍', + 'ഭാരതം', + 'ਭਾਰਤ', + '网址', + '닷넷', + 'コム', + '天主教', + '游戏', + 'vermögensberater', + 'vermögensberatung', + '企业', + '信息', + '嘉里大酒店', + '嘉里', + '‏مصر‎', + '‏قطر‎', + '广东', + 'இலங்கை', + 'இந்தியா', + 'հայ', + '新加坡', + '‏فلسطين‎', + 'テスト', + '政务', + 'xperia', + 'xxx', + 'xyz', + 'yachts', + 'yahoo', + 'yamaxun', + 'yandex', + 'ye', + 'yodobashi', + 'yoga', + 'yokohama', + 'you', + 'youtube', + 'yt', + 'yun', + 'za', + 'zappos', + 'zara', + 'zero', + 'zip', + 'zippo', + 'zm', + 'zone', + 'zuerich', + 'zw', ]; } \ No newline at end of file From 6779448cb8c9f4e09ac3ffa208aed459f9d631e6 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 21 Jun 2018 18:06:57 -0700 Subject: [PATCH 101/113] move devel scripts - moved bin/helpers to bin/devel/helpers - moved bin/update-formats.sh bin/devel/update-formats.sh --- bin/{ => devel}/helpers/generate-js-tld-desc.js | 4 ++-- bin/{ => devel}/helpers/generate-js-tld-info.js | 4 ++-- bin/{ => devel}/helpers/generate-js-tld-list.js | 4 ++-- bin/{ => devel}/helpers/generate-js-tld-type.js | 4 ++-- bin/{ => devel}/helpers/generate-json-tld-desc.js | 4 ++-- bin/{ => devel}/helpers/generate-json-tld-info.js | 4 ++-- bin/{ => devel}/helpers/generate-json-tld-list.js | 4 ++-- bin/{ => devel}/helpers/generate-json-tld-type.js | 4 ++-- bin/{ => devel}/helpers/generate-php-tld-desc.php | 4 ++-- bin/{ => devel}/helpers/generate-php-tld-info.php | 4 ++-- bin/{ => devel}/helpers/generate-php-tld-list.php | 4 ++-- bin/{ => devel}/helpers/generate-php-tld-type.php | 4 ++-- bin/{ => devel}/helpers/generate-tlds-csv.js | 4 ++-- bin/{ => devel}/update-formats.sh | 0 14 files changed, 26 insertions(+), 26 deletions(-) rename bin/{ => devel}/helpers/generate-js-tld-desc.js (98%) rename bin/{ => devel}/helpers/generate-js-tld-info.js (98%) rename bin/{ => devel}/helpers/generate-js-tld-list.js (98%) rename bin/{ => devel}/helpers/generate-js-tld-type.js (98%) rename bin/{ => devel}/helpers/generate-json-tld-desc.js (98%) rename bin/{ => devel}/helpers/generate-json-tld-info.js (98%) rename bin/{ => devel}/helpers/generate-json-tld-list.js (98%) rename bin/{ => devel}/helpers/generate-json-tld-type.js (98%) rename bin/{ => devel}/helpers/generate-php-tld-desc.php (97%) rename bin/{ => devel}/helpers/generate-php-tld-info.php (98%) rename bin/{ => devel}/helpers/generate-php-tld-list.php (97%) rename bin/{ => devel}/helpers/generate-php-tld-type.php (97%) rename bin/{ => devel}/helpers/generate-tlds-csv.js (99%) rename bin/{ => devel}/update-formats.sh (100%) diff --git a/bin/helpers/generate-js-tld-desc.js b/bin/devel/helpers/generate-js-tld-desc.js similarity index 98% rename from bin/helpers/generate-js-tld-desc.js rename to bin/devel/helpers/generate-js-tld-desc.js index c4a1c86..01cca09 100755 --- a/bin/helpers/generate-js-tld-desc.js +++ b/bin/devel/helpers/generate-js-tld-desc.js @@ -19,8 +19,8 @@ const tmp = require('tmp'); //tmp.setGracefulCleanup(); -const fileTldDescJs = path.dirname(require.main.filename) + '/../../formats/js/tld-enum/desc.js'; -const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; +const fileTldDescJs = path.dirname(require.main.filename) + '/../../../formats/js/tld-enum/desc.js'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../../tlds.csv'; program .option('-q, --quiet', 'Quiet Mode') diff --git a/bin/helpers/generate-js-tld-info.js b/bin/devel/helpers/generate-js-tld-info.js similarity index 98% rename from bin/helpers/generate-js-tld-info.js rename to bin/devel/helpers/generate-js-tld-info.js index 29bdbbd..5daa5d4 100755 --- a/bin/helpers/generate-js-tld-info.js +++ b/bin/devel/helpers/generate-js-tld-info.js @@ -19,8 +19,8 @@ const tmp = require('tmp'); //tmp.setGracefulCleanup(); -const fileTldInfoJs = path.dirname(require.main.filename) + '/../../formats/js/tld-enum/info.js'; -const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; +const fileTldInfoJs = path.dirname(require.main.filename) + '/../../../formats/js/tld-enum/info.js'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../../tlds.csv'; program .option('-q, --quiet', 'Quiet Mode') diff --git a/bin/helpers/generate-js-tld-list.js b/bin/devel/helpers/generate-js-tld-list.js similarity index 98% rename from bin/helpers/generate-js-tld-list.js rename to bin/devel/helpers/generate-js-tld-list.js index 526b5e4..e0d44bd 100755 --- a/bin/helpers/generate-js-tld-list.js +++ b/bin/devel/helpers/generate-js-tld-list.js @@ -17,8 +17,8 @@ const pathinfo = require('pathinfo'); const program = require('commander'); const tmp = require('tmp'); -const fileTldListJs = path.dirname(require.main.filename) + '/../../formats/js/tld-enum/list.js'; -const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; +const fileTldListJs = path.dirname(require.main.filename) + '/../../../formats/js/tld-enum/list.js'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../../tlds.csv'; program .option('-q, --quiet', 'Quiet Mode') diff --git a/bin/helpers/generate-js-tld-type.js b/bin/devel/helpers/generate-js-tld-type.js similarity index 98% rename from bin/helpers/generate-js-tld-type.js rename to bin/devel/helpers/generate-js-tld-type.js index e3ad689..558e95e 100755 --- a/bin/helpers/generate-js-tld-type.js +++ b/bin/devel/helpers/generate-js-tld-type.js @@ -19,8 +19,8 @@ const tmp = require('tmp'); //tmp.setGracefulCleanup(); -const fileTldTypeJs = path.dirname(require.main.filename) + '/../../formats/js/tld-enum/type.js'; -const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; +const fileTldTypeJs = path.dirname(require.main.filename) + '/../../../formats/js/tld-enum/type.js'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../../tlds.csv'; program .option('-q, --quiet', 'Quiet Mode') diff --git a/bin/helpers/generate-json-tld-desc.js b/bin/devel/helpers/generate-json-tld-desc.js similarity index 98% rename from bin/helpers/generate-json-tld-desc.js rename to bin/devel/helpers/generate-json-tld-desc.js index 7dd26e0..48ba3eb 100755 --- a/bin/helpers/generate-json-tld-desc.js +++ b/bin/devel/helpers/generate-json-tld-desc.js @@ -19,8 +19,8 @@ const tmp = require('tmp'); //tmp.setGracefulCleanup(); -const fileTldDescJs = path.dirname(require.main.filename) + '/../../formats/json/tld-desc.json'; -const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; +const fileTldDescJs = path.dirname(require.main.filename) + '/../../../formats/json/tld-desc.json'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../../tlds.csv'; program .option('-q, --quiet', 'Quiet Mode') diff --git a/bin/helpers/generate-json-tld-info.js b/bin/devel/helpers/generate-json-tld-info.js similarity index 98% rename from bin/helpers/generate-json-tld-info.js rename to bin/devel/helpers/generate-json-tld-info.js index 6ca4029..0752360 100755 --- a/bin/helpers/generate-json-tld-info.js +++ b/bin/devel/helpers/generate-json-tld-info.js @@ -19,8 +19,8 @@ const tmp = require('tmp'); //tmp.setGracefulCleanup(); -const fileTldInfoJs = path.dirname(require.main.filename) + '/../../formats/json/tld-info.json'; -const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; +const fileTldInfoJs = path.dirname(require.main.filename) + '/../../../formats/json/tld-info.json'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../../tlds.csv'; program .option('-q, --quiet', 'Quiet Mode') diff --git a/bin/helpers/generate-json-tld-list.js b/bin/devel/helpers/generate-json-tld-list.js similarity index 98% rename from bin/helpers/generate-json-tld-list.js rename to bin/devel/helpers/generate-json-tld-list.js index a28fa1f..e77f509 100755 --- a/bin/helpers/generate-json-tld-list.js +++ b/bin/devel/helpers/generate-json-tld-list.js @@ -19,8 +19,8 @@ const tmp = require('tmp'); tmp.setGracefulCleanup(); -const fileTldListJson = path.dirname(require.main.filename) + '/../../formats/json/tld-list.json'; -const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; +const fileTldListJson = path.dirname(require.main.filename) + '/../../../formats/json/tld-list.json'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../../tlds.csv'; program .option('-q, --quiet', 'Quiet Mode') diff --git a/bin/helpers/generate-json-tld-type.js b/bin/devel/helpers/generate-json-tld-type.js similarity index 98% rename from bin/helpers/generate-json-tld-type.js rename to bin/devel/helpers/generate-json-tld-type.js index bb090fa..c096c75 100755 --- a/bin/helpers/generate-json-tld-type.js +++ b/bin/devel/helpers/generate-json-tld-type.js @@ -19,8 +19,8 @@ const tmp = require('tmp'); //tmp.setGracefulCleanup(); -const fileTldTypeJs = path.dirname(require.main.filename) + '/../../formats/json/tld-type.json'; -const fileTldsCsv = path.dirname(require.main.filename) + '/../../tlds.csv'; +const fileTldTypeJs = path.dirname(require.main.filename) + '/../../../formats/json/tld-type.json'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../../tlds.csv'; program .option('-q, --quiet', 'Quiet Mode') diff --git a/bin/helpers/generate-php-tld-desc.php b/bin/devel/helpers/generate-php-tld-desc.php similarity index 97% rename from bin/helpers/generate-php-tld-desc.php rename to bin/devel/helpers/generate-php-tld-desc.php index 149d732..d139ef2 100755 --- a/bin/helpers/generate-php-tld-desc.php +++ b/bin/devel/helpers/generate-php-tld-desc.php @@ -2,8 +2,8 @@ Date: Thu, 21 Jun 2018 18:07:23 -0700 Subject: [PATCH 102/113] move devel scripts --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 687b634..17758bd 100644 --- a/README.md +++ b/README.md @@ -183,10 +183,10 @@ Additionally, for convenience, some native programming language formats have als An export module with an array comprised of "info" object elements of every IANA TLD. ## Updating the TLD format files -All [TLD List Formats](#tld-list-formats) can be updated with the latest data from IANA by using the [**TLD Update Utility**](/bin/update-formats.sh). +All [TLD List Formats](#tld-list-formats) can be updated with the latest data from IANA by using the [**TLD Update Utility**](/bin/devel/update-formats.sh). ```sh -$ bin/update-formats.sh +$ bin/devel/update-formats.sh ``` ### TLD Update Utility Prerequisites @@ -216,7 +216,7 @@ $ bin/update-formats.sh * If **tld-enum** was installed in an outside project using npm, then the **TLD Update Utility** can be executed from the *node_module* directory, as in the following example: ```sh - node_modules/tld-enum/bin/update-formats.sh + node_modules/tld-enum/bin/devel/update-formats.sh ``` ### TLD Update Utility Usage From 146682103e75e00b39257c97767e5fbe71757d14 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Thu, 21 Jun 2018 18:07:50 -0700 Subject: [PATCH 103/113] IANA updates --- formats/js/tld-enum/desc.js | 4 ++-- formats/js/tld-enum/info.js | 4 ++-- formats/json/tld-desc.json | 4 ++-- formats/json/tld-info.json | 4 ++-- formats/php/TldEnum/TldDesc.php | 4 ++-- formats/php/TldEnum/TldInfo.php | 4 ++-- tlds.csv | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/formats/js/tld-enum/desc.js b/formats/js/tld-enum/desc.js index 309ab2f..af18808 100644 --- a/formats/js/tld-enum/desc.js +++ b/formats/js/tld-enum/desc.js @@ -280,7 +280,7 @@ module.exports = { "codes": "Binky Moon, LLC", "coffee": "Binky Moon, LLC", "college": "XYZ.COM LLC", - "cologne": "punkt.wien GmbH", + "cologne": "dotKoeln GmbH", "com": "Commercial organizations", "comcast": "Comcast IP Holdings I, LLC", "commbank": "COMMONWEALTH BANK OF AUSTRALIA", @@ -694,7 +694,7 @@ module.exports = { "kiwi": "DOT KIWI LIMITED", "km": "Comoros (Union of the)", "kn": "Saint Kitts and Nevis (Federation of)", - "koeln": "punkt.wien GmbH", + "koeln": "dotKoeln GmbH", "komatsu": "Komatsu Ltd.", "kosher": "Kosher Marketing Assets LLC", "kp": "Korea (Democratic People's Republic of) [North Korea]", diff --git a/formats/js/tld-enum/info.js b/formats/js/tld-enum/info.js index 2790cd6..f7d28ff 100644 --- a/formats/js/tld-enum/info.js +++ b/formats/js/tld-enum/info.js @@ -1406,7 +1406,7 @@ module.exports = [ }, { "domain": "cologne", - "description": "punkt.wien GmbH", + "description": "dotKoeln GmbH", "type": "generic" }, { @@ -3476,7 +3476,7 @@ module.exports = [ }, { "domain": "koeln", - "description": "punkt.wien GmbH", + "description": "dotKoeln GmbH", "type": "generic" }, { diff --git a/formats/json/tld-desc.json b/formats/json/tld-desc.json index 2a394cf..52c8f22 100644 --- a/formats/json/tld-desc.json +++ b/formats/json/tld-desc.json @@ -280,7 +280,7 @@ "codes": "Binky Moon, LLC", "coffee": "Binky Moon, LLC", "college": "XYZ.COM LLC", - "cologne": "punkt.wien GmbH", + "cologne": "dotKoeln GmbH", "com": "Commercial organizations", "comcast": "Comcast IP Holdings I, LLC", "commbank": "COMMONWEALTH BANK OF AUSTRALIA", @@ -694,7 +694,7 @@ "kiwi": "DOT KIWI LIMITED", "km": "Comoros (Union of the)", "kn": "Saint Kitts and Nevis (Federation of)", - "koeln": "punkt.wien GmbH", + "koeln": "dotKoeln GmbH", "komatsu": "Komatsu Ltd.", "kosher": "Kosher Marketing Assets LLC", "kp": "Korea (Democratic People's Republic of) [North Korea]", diff --git a/formats/json/tld-info.json b/formats/json/tld-info.json index 66f26cb..bfd7520 100644 --- a/formats/json/tld-info.json +++ b/formats/json/tld-info.json @@ -1406,7 +1406,7 @@ }, { "domain": "cologne", - "description": "punkt.wien GmbH", + "description": "dotKoeln GmbH", "type": "generic" }, { @@ -3476,7 +3476,7 @@ }, { "domain": "koeln", - "description": "punkt.wien GmbH", + "description": "dotKoeln GmbH", "type": "generic" }, { diff --git a/formats/php/TldEnum/TldDesc.php b/formats/php/TldEnum/TldDesc.php index 24e7e62..1081bf7 100644 --- a/formats/php/TldEnum/TldDesc.php +++ b/formats/php/TldEnum/TldDesc.php @@ -284,7 +284,7 @@ class TldDesc { 'codes' => 'Binky Moon, LLC', 'coffee' => 'Binky Moon, LLC', 'college' => 'XYZ.COM LLC', - 'cologne' => 'punkt.wien GmbH', + 'cologne' => 'dotKoeln GmbH', 'com' => 'Commercial organizations', 'comcast' => 'Comcast IP Holdings I, LLC', 'commbank' => 'COMMONWEALTH BANK OF AUSTRALIA', @@ -698,7 +698,7 @@ class TldDesc { 'kiwi' => 'DOT KIWI LIMITED', 'km' => 'Comoros (Union of the)', 'kn' => 'Saint Kitts and Nevis (Federation of)', - 'koeln' => 'punkt.wien GmbH', + 'koeln' => 'dotKoeln GmbH', 'komatsu' => 'Komatsu Ltd.', 'kosher' => 'Kosher Marketing Assets LLC', 'kp' => 'Korea (Democratic People\'s Republic of) [North Korea]', diff --git a/formats/php/TldEnum/TldInfo.php b/formats/php/TldEnum/TldInfo.php index 8fc5a7f..5f29772 100644 --- a/formats/php/TldEnum/TldInfo.php +++ b/formats/php/TldEnum/TldInfo.php @@ -1409,7 +1409,7 @@ class TldInfo { ], [ 'domain' => 'cologne', - 'description' => 'punkt.wien GmbH', + 'description' => 'dotKoeln GmbH', 'type' => 'generic', ], [ @@ -3479,7 +3479,7 @@ class TldInfo { ], [ 'domain' => 'koeln', - 'description' => 'punkt.wien GmbH', + 'description' => 'dotKoeln GmbH', 'type' => 'generic', ], [ diff --git a/tlds.csv b/tlds.csv index 4611b3f..7512046 100644 --- a/tlds.csv +++ b/tlds.csv @@ -279,7 +279,7 @@ coach,"Binky Moon, LLC",generic codes,"Binky Moon, LLC",generic coffee,"Binky Moon, LLC",generic college,XYZ.COM LLC,generic -cologne,punkt.wien GmbH,generic +cologne,dotKoeln GmbH,generic com,Commercial organizations,generic comcast,"Comcast IP Holdings I, LLC",generic commbank,COMMONWEALTH BANK OF AUSTRALIA,generic @@ -693,7 +693,7 @@ kitchen,"Binky Moon, LLC",generic kiwi,DOT KIWI LIMITED,generic km,Comoros (Union of the),country-code kn,Saint Kitts and Nevis (Federation of),country-code -koeln,punkt.wien GmbH,generic +koeln,dotKoeln GmbH,generic komatsu,Komatsu Ltd.,generic kosher,Kosher Marketing Assets LLC,generic kp,Korea (Democratic People's Republic of) [North Korea],country-code From fb61e88ca628498ee2ee7a0af1eeabefb96fedab Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Fri, 22 Jun 2018 00:29:07 -0700 Subject: [PATCH 104/113] new "tsv" format --- bin/devel/helpers/generate-tsv-tlds-tsv.js | 130 +++++++++++++++++++++ 1 file changed, 130 insertions(+) create mode 100755 bin/devel/helpers/generate-tsv-tlds-tsv.js diff --git a/bin/devel/helpers/generate-tsv-tlds-tsv.js b/bin/devel/helpers/generate-tsv-tlds-tsv.js new file mode 100755 index 0000000..0c1c71f --- /dev/null +++ b/bin/devel/helpers/generate-tsv-tlds-tsv.js @@ -0,0 +1,130 @@ +#!/usr/bin/env node + +const meName = 'generate-js-tld-info.js'; + +process.on('unhandledRejection', error => { + console.error(meName + ": (FATAL)", error); + process.exit(1); +}); + +const countries = require('country-data').countries; +const country = require('countryjs'); +const parse = require('csv-parse'); +const fs = require('fs-extra'); +const path = require('path'); +const md5File = require('md5-file'); +const pathinfo = require('pathinfo'); +const program = require('commander'); +const stringify = require('csv-stringify'); +const tmp = require('tmp'); + +//tmp.setGracefulCleanup(); + +const fileTldsTsv = path.dirname(require.main.filename) + '/../../../formats/tsv/tlds.tsv'; +const fileTldsCsv = path.dirname(require.main.filename) + '/../../../tlds.csv'; + +program + .option('-q, --quiet', 'Quiet Mode') + .parse(process.argv); + +if (!program.quiet) { + console.log(meName); + console.log(" (c) 2017 Doug Bird, All Rights Reserved."); + console.log(" see README.md for licensing and other information"); + console.log(" https://github.com/katmore/tld-enum#readme"); + console.log(""); + console.log(" Generates new Tab-Separated-Value format file 'tlds.tsv' from the 'tlds.csv' file"); + console.log(""); +} + +(async() => { + + const tldInfoStartTldInfo = 'module.exports = '; + const tldInfoEndTldInfo = ';'; + + const tmpDir = tmp.dirSync({ unsafeCleanup: true }); + + const fileNewTldsTsv = tmpDir.name + '/tlds.tsv'; + + let existingMd5 = null; + + process.stdout.write("reading 'tlds.csv'..."); + + let parser = parse({ delimiter: ',' }); + + let tldInfo = []; + let i = 0; + parser.on('readable', function() { + let row, domain, desc, type; + while (row = parser.read()) { + if (!row.length) { + console.error(meName + ": (FATAL) invalid 'tlds.csv' row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + if (typeof row[1] === 'undefined') { + console.error(meName + ": (FATAL) invalid 'tlds.csv', missing column 2 on row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + if (typeof row[2] === 'undefined') { + console.error(meName + ": (FATAL) invalid 'tlds.csv', missing column 3 on row #" + i + " in '" + fileTldsCsv+"'"); + process.exit(1); + } + domain=row[0]; + desc=row[1]; + type=row[2]; + tldInfo.push({ + 'domain' : domain, + 'description' : desc, + 'type' : type, + }); + i++; + } + }); + + parser.write(fs.readFileSync(fileTldsCsv)); + + parser.end(function() { + console.log("done"); + + const stringifier = stringify({ delimiter: "\t" }); + stringifier.on('readable', () => { + let row; + while (row = stringifier.read()) { + fs.appendFileSync(fileNewTldsTsv, row, 'utf8') + } + }); + + process.stdout.write("generating new 'tlds.tsv'..."); + for (var i = 0; i < tldInfo.length; i++) { + let tld = tldInfo[i]; + let csvRow = [tld.domain]; + csvRow.push(tld.description); + csvRow.push(tld.type); + csvRow.push(tld.type); + stringifier.write(csvRow); + + } + stringifier.end(); + console.log('done'); + + if (fs.existsSync(fileTldsTsv)) { + const newMd5 = md5File.sync(fileNewTldsTsv); + const tsvMd5 = md5File.sync(fileTldsTsv); + if (tsvMd5 == newMd5) { + console.error(meName + ": (NOTICE) ignoring newly generated 'tlds.tsv' file that is identical to the existing file (md5: " + tsvMd5 + ", path: " + fileTldsTsv + ")"); + return; + } + const pathinfoTldsTsv = pathinfo(fileTldsTsv); + const fileBackupTldsTsv = pathinfoTldsTsv.dirname + pathinfoTldsTsv.sep + pathinfoTldsTsv.basename + '-' + tsvMd5 + '-backup.csv'; + if (!fs.existsSync(fileBackupTldsTsv)) { + fs.copySync(fileTldsTsv, fileBackupTldsTsv); + } + } + + process.stdout.write("saving new 'tlds.csv'..."); + fs.copySync(fileNewTldsTsv, fileTldsTsv); + console.log('done'); + }); + + +})(); \ No newline at end of file From cd4b5ba25e54b087734a6032b2acb86a322e7d19 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Fri, 22 Jun 2018 00:29:21 -0700 Subject: [PATCH 105/113] new "tsv" format --- formats/tsv/tlds.tsv | 1577 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1577 insertions(+) create mode 100644 formats/tsv/tlds.tsv diff --git a/formats/tsv/tlds.tsv b/formats/tsv/tlds.tsv new file mode 100644 index 0000000..a670ff8 --- /dev/null +++ b/formats/tsv/tlds.tsv @@ -0,0 +1,1577 @@ +aaa American Automobile Association, Inc. generic generic +aarp AARP generic generic +abarth Fiat Chrysler Automobiles N.V. generic generic +abb ABB Ltd generic generic +abbott Abbott Laboratories, Inc. generic generic +abbvie AbbVie Inc. generic generic +abc Disney Enterprises, Inc. generic generic +able Able Inc. generic generic +abogado Top Level Domain Holdings Limited generic generic +abudhabi Abu Dhabi Systems and Information Centre generic generic +ac Ascension Island country-code country-code +academy Binky Moon, LLC generic generic +accenture Accenture plc generic generic +accountant dot Accountant Limited generic generic +accountants Binky Moon, LLC generic generic +aco ACO Severin Ahlmann GmbH & Co. KG generic generic +active Active Network, LLC generic generic +actor United TLD Holdco Ltd. generic generic +ad Andorra (Principality of) country-code country-code +adac Allgemeiner Deutscher Automobil-Club e.V. (ADAC) generic generic +ads Charleston Road Registry Inc. generic generic +adult ICM Registry AD LLC generic generic +ae United Arab Emirates country-code country-code +aeg Aktiebolaget Electrolux generic generic +aero Air-transport industry sponsored sponsored +aetna Aetna Life Insurance Company generic generic +af Afghanistan (Islamic Republic of) country-code country-code +afamilycompany Johnson Shareholdings, Inc. generic generic +afl Australian Football League generic generic +africa ZA Central Registry NPC trading as Registry.Africa generic generic +ag Antigua and Barbuda country-code country-code +agakhan Fondation Aga Khan (Aga Khan Foundation) generic generic +agency Binky Moon, LLC generic generic +ai Anguilla country-code country-code +aig American International Group, Inc. generic generic +aigo aigo Digital Technology Co,Ltd. generic generic +airbus Airbus S.A.S. generic generic +airforce United TLD Holdco Ltd. generic generic +airtel Bharti Airtel Limited generic generic +akdn Fondation Aga Khan (Aga Khan Foundation) generic generic +al Albania (Republic of) country-code country-code +alfaromeo Fiat Chrysler Automobiles N.V. generic generic +alibaba Alibaba Group Holding Limited generic generic +alipay Alibaba Group Holding Limited generic generic +allfinanz Allfinanz Deutsche Vermögensberatung Aktiengesellschaft generic generic +allstate Allstate Fire and Casualty Insurance Company generic generic +ally Ally Financial Inc. generic generic +alsace REGION GRAND EST generic generic +alstom ALSTOM generic generic +am Armenia (Republic of) country-code country-code +americanexpress American Express Travel Related Services Company, Inc. generic generic +americanfamily AmFam, Inc. generic generic +amex American Express Travel Related Services Company, Inc. generic generic +amfam AmFam, Inc. generic generic +amica Amica Mutual Insurance Company generic generic +amsterdam Gemeente Amsterdam generic generic +an Netherlands Antilles country-code country-code +analytics Campus IP LLC generic generic +android Charleston Road Registry Inc. generic generic +anquan QIHOO 360 TECHNOLOGY CO. LTD. generic generic +anz Australia and New Zealand Banking Group Limited generic generic +ao Angola (Republic of) country-code country-code +aol OATH Inc. generic generic +apartments Binky Moon, LLC generic generic +app Charleston Road Registry Inc. generic generic +apple Apple Inc. generic generic +aq Antarctica country-code country-code +aquarelle Aquarelle.com generic generic +ar Argentina (Argentine Republic) country-code country-code +arab League of Arab States generic generic +aramco Aramco Services Company generic generic +archi STARTING DOT LIMITED generic generic +army United TLD Holdco Ltd. generic generic +arpa Address and Routing Parameter Area infrastructure infrastructure +art UK Creative Ideas Limited generic generic +arte Association Relative à la Télévision Européenne G.E.I.E. generic generic +as American Samoa country-code country-code +asda Wal-Mart Stores, Inc. generic generic +asia Organisations and individuals in the Asia-Pacific region sponsored sponsored +associates Binky Moon, LLC generic generic +at Austria (Republic of) country-code country-code +athleta The Gap, Inc. generic generic +attorney United TLD Holdco, Ltd generic generic +au Australia (Commonwealth of) country-code country-code +auction United TLD HoldCo, Ltd. generic generic +audi AUDI Aktiengesellschaft generic generic +audible Amazon Registry Services, Inc. generic generic +audio Uniregistry, Corp. generic generic +auspost Australian Postal Corporation generic generic +author Amazon Registry Services, Inc. generic generic +auto Cars Registry Limited generic generic +autos DERAutos, LLC generic generic +avianca Aerovias del Continente Americano S.A. Avianca generic generic +aw Aruba country-code country-code +aws Amazon Registry Services, Inc. generic generic +ax Åland Islands country-code country-code +axa AXA SA generic generic +az Azerbaijan (Republic of) country-code country-code +azure Microsoft Corporation generic generic +ba Bosnia and Herzegovina country-code country-code +baby Johnson & Johnson Services, Inc. generic generic +baidu Baidu, Inc. generic generic +banamex Citigroup Inc. generic generic +bananarepublic The Gap, Inc. generic generic +band United TLD Holdco, Ltd generic generic +bank fTLD Registry Services, LLC generic generic +bar Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable generic generic +barcelona Municipi de Barcelona generic generic +barclaycard Barclays Bank PLC generic generic +barclays Barclays Bank PLC generic generic +barefoot Gallo Vineyards, Inc. generic generic +bargains Binky Moon, LLC generic generic +baseball MLB Advanced Media DH, LLC generic generic +basketball Fédération Internationale de Basketball (FIBA) generic generic +bauhaus Werkhaus GmbH generic generic +bayern Bayern Connect GmbH generic generic +bb Barbados country-code country-code +bbc British Broadcasting Corporation generic generic +bbt BB&T Corporation generic generic +bbva BANCO BILBAO VIZCAYA ARGENTARIA, S.A. generic generic +bcg The Boston Consulting Group, Inc. generic generic +bcn Municipi de Barcelona generic generic +bd Bangladesh (People's Republic of) country-code country-code +be Belgium (Kingdom of) country-code country-code +beats Beats Electronics, LLC generic generic +beauty L'Oréal generic generic +beer Top Level Domain Holdings Limited generic generic +bentley Bentley Motors Limited generic generic +berlin dotBERLIN GmbH & Co. KG generic generic +best BestTLD Pty Ltd generic generic +bestbuy BBY Solutions, Inc. generic generic +bet Afilias plc generic generic +bf Burkina Faso country-code country-code +bg Bulgaria (Republic of) country-code country-code +bh Bahrain (Kingdom of) country-code country-code +bharti Bharti Enterprises (Holding) Private Limited generic generic +bi Burundi (Republic of) country-code country-code +bible American Bible Society generic generic +bid dot Bid Limited generic generic +bike Binky Moon, LLC generic generic +bing Microsoft Corporation generic generic +bingo Binky Moon, LLC generic generic +bio STARTING DOT LIMITED generic generic +biz Business generic-restricted generic-restricted +bj Benin (Republic of) country-code country-code +bl Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr} country-code country-code +black Afilias plc generic generic +blackfriday Uniregistry, Corp. generic generic +blanco BLANCO GmbH + Co KG generic generic +blockbuster Dish DBS Corporation generic generic +blog Knock Knock WHOIS There, LLC generic generic +bloomberg Bloomberg IP Holdings LLC generic generic +blue Afilias plc generic generic +bm Bermuda country-code country-code +bms Bristol-Myers Squibb Company generic generic +bmw Bayerische Motoren Werke Aktiengesellschaft generic generic +bn Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam] country-code country-code +bnl Banca Nazionale del Lavoro generic generic +bnpparibas BNP Paribas generic generic +bo Bolivia (Plurinational State of) country-code country-code +boats DERBoats, LLC generic generic +boehringer Boehringer Ingelheim International GmbH generic generic +bofa Bank of America Corporation generic generic +bom Núcleo de Informação e Coordenação do Ponto BR - NIC.br generic generic +bond Bond University Limited generic generic +boo Charleston Road Registry Inc. generic generic +book Amazon Registry Services, Inc. generic generic +booking Booking.com B.V. generic generic +boots Not assigned generic generic +bosch Robert Bosch GMBH generic generic +bostik Bostik SA generic generic +boston Boston TLD Management, LLC generic generic +bot Amazon Registry Services, Inc. generic generic +boutique Binky Moon, LLC generic generic +box NS1 Limited generic generic +bq Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl} country-code country-code +br Brazil (Federative Republic of) country-code country-code +bradesco Banco Bradesco S.A. generic generic +bridgestone Bridgestone Corporation generic generic +broadway Celebrate Broadway, Inc. generic generic +broker DOTBROKER REGISTRY LTD generic generic +brother Brother Industries, Ltd. generic generic +brussels DNS.be vzw generic generic +bs Bahamas (Commonwealth of the) country-code country-code +bt Bhutan (Kingdom of) country-code country-code +budapest Top Level Domain Holdings Limited generic generic +bugatti Bugatti International SA generic generic +build Plan Bee LLC generic generic +builders Binky Moon, LLC generic generic +business Binky Moon, LLC generic generic +buy Amazon Registry Services, INC generic generic +buzz DOTSTRATEGY CO. generic generic +bv Bouvet Island country-code country-code +bw Botswana (Republic of) country-code country-code +by Belarus (Republic of) country-code country-code +bz Belize country-code country-code +bzh Association www.bzh generic generic +ca Canada country-code country-code +cab Binky Moon, LLC generic generic +cafe Binky Moon, LLC generic generic +cal Charleston Road Registry Inc. generic generic +call Amazon Registry Services, Inc. generic generic +calvinklein PVH gTLD Holdings LLC generic generic +cam AC Webconnecting Holding B.V. generic generic +camera Binky Moon, LLC generic generic +camp Binky Moon, LLC generic generic +cancerresearch Australian Cancer Research Foundation generic generic +canon Canon Inc. generic generic +capetown ZA Central Registry NPC trading as ZA Central Registry generic generic +capital Binky Moon, LLC generic generic +capitalone Capital One Financial Corporation generic generic +car Cars Registry Limited generic generic +caravan Caravan International, Inc. generic generic +cards Binky Moon, LLC generic generic +care Binky Moon, LLC generic generic +career dotCareer LLC generic generic +careers Binky Moon, LLC generic generic +cars Cars Registry Limited generic generic +cartier Richemont DNS Inc. generic generic +casa Top Level Domain Holdings Limited generic generic +case CNH Industrial N.V. generic generic +caseih CNH Industrial N.V. generic generic +cash Binky Moon, LLC generic generic +casino Binky Moon, LLC generic generic +cat Catalan sponsored sponsored +catering Binky Moon, LLC generic generic +catholic Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) generic generic +cba COMMONWEALTH BANK OF AUSTRALIA generic generic +cbn The Christian Broadcasting Network, Inc. generic generic +cbre CBRE, Inc. generic generic +cbs CBS Domains Inc. generic generic +cc Cocos (Keeling) Islands (Territory of the) country-code country-code +cd Congo (Democratic Republic of the) [Congo-Kinshasa] country-code country-code +ceb The Corporate Executive Board Company generic generic +center Binky Moon, LLC generic generic +ceo CEOTLD Pty Ltd generic generic +cern "European Organization for Nuclear Research (""CERN"")" generic generic +cf Central African Republic country-code country-code +cfa CFA Institute generic generic +cfd DOTCFD REGISTRY LTD generic generic +cg Congo (Republic of) [Congo-Brazzaville] country-code country-code +ch Switzerland (Swiss Confederation) country-code country-code +chanel Chanel International B.V. generic generic +channel Charleston Road Registry Inc. generic generic +charity Corn Lake, LLC generic generic +chase JPMorgan Chase Bank, National Association generic generic +chat Binky Moon, LLC generic generic +cheap Binky Moon, LLC generic generic +chintai CHINTAI Corporation generic generic +chloe Not assigned generic generic +christmas Uniregistry, Corp. generic generic +chrome Charleston Road Registry Inc. generic generic +chrysler FCA US LLC. generic generic +church Binky Moon, LLC generic generic +ci Ivory Coast (Republic of Côte d'Ivoire) country-code country-code +cipriani Hotel Cipriani Srl generic generic +circle Amazon Registry Services, Inc. generic generic +cisco Cisco Technology, Inc. generic generic +citadel Citadel Domain LLC generic generic +citi Citigroup Inc. generic generic +citic CITIC Group Corporation generic generic +city Binky Moon, LLC generic generic +cityeats Lifestyle Domain Holdings, Inc. generic generic +ck Cook Islands country-code country-code +cl Chile (Republic of) country-code country-code +claims Binky Moon, LLC generic generic +cleaning Binky Moon, LLC generic generic +click Uniregistry, Corp. generic generic +clinic Binky Moon, LLC generic generic +clinique The Estée Lauder Companies Inc. generic generic +clothing Binky Moon, LLC generic generic +cloud ARUBA PEC S.p.A. generic generic +club .CLUB DOMAINS, LLC generic generic +clubmed Club Méditerranée S.A. generic generic +cm Cameroon (Republic of) country-code country-code +cn China (People's Republic of) country-code country-code +co Colombia (Republic of) country-code country-code +coach Binky Moon, LLC generic generic +codes Binky Moon, LLC generic generic +coffee Binky Moon, LLC generic generic +college XYZ.COM LLC generic generic +cologne dotKoeln GmbH generic generic +com Commercial organizations generic generic +comcast Comcast IP Holdings I, LLC generic generic +commbank COMMONWEALTH BANK OF AUSTRALIA generic generic +community Binky Moon, LLC generic generic +company Binky Moon, LLC generic generic +compare iSelect Ltd generic generic +computer Binky Moon, LLC generic generic +comsec VeriSign, Inc. generic generic +condos Binky Moon, LLC generic generic +construction Binky Moon, LLC generic generic +consulting United TLD Holdco, LTD. generic generic +contact Top Level Spectrum, Inc. generic generic +contractors Binky Moon, LLC generic generic +cooking Top Level Domain Holdings Limited generic generic +cookingchannel Lifestyle Domain Holdings, Inc. generic generic +cool Binky Moon, LLC generic generic +coop Cooperatives sponsored sponsored +corsica Collectivité Territoriale de Corse generic generic +country Top Level Domain Holdings Limited generic generic +coupon Amazon Registry Services, Inc. generic generic +coupons Binky Moon, LLC generic generic +courses OPEN UNIVERSITIES AUSTRALIA PTY LTD generic generic +cr Costa Rica (Republic of) country-code country-code +credit Binky Moon, LLC generic generic +creditcard Binky Moon, LLC generic generic +creditunion CUNA Performance Resources, LLC generic generic +cricket dot Cricket Limited generic generic +crown Crown Equipment Corporation generic generic +crs Federated Co-operatives Limited generic generic +cruise Viking River Cruises (Bermuda) Ltd. generic generic +cruises Binky Moon, LLC generic generic +csc Alliance-One Services, Inc. generic generic +cu Cuba (Republic of) country-code country-code +cuisinella SALM S.A.S. generic generic +cv Cape Verde (Republic of) country-code country-code +cw Curaçao (Country of) country-code country-code +cx Christmas Island (Territory of) country-code country-code +cy Cyprus (Republic of) country-code country-code +cymru Nominet UK generic generic +cyou Beijing Gamease Age Digital Technology Co., Ltd. generic generic +cz Czech Republic country-code country-code +dabur Dabur India Limited generic generic +dad Charleston Road Registry Inc. generic generic +dance United TLD Holdco Ltd. generic generic +data Dish DBS Corporation generic generic +date dot Date Limited generic generic +dating Binky Moon, LLC generic generic +datsun NISSAN MOTOR CO., LTD. generic generic +day Charleston Road Registry Inc. generic generic +dclk Charleston Road Registry Inc. generic generic +dds Minds + Machines Group Limited generic generic +de Germany (Federal Republic of) country-code country-code +deal Amazon Registry Services, Inc. generic generic +dealer Dealer Dot Com, Inc. generic generic +deals Binky Moon, LLC generic generic +degree United TLD Holdco, Ltd generic generic +delivery Binky Moon, LLC generic generic +dell Dell Inc. generic generic +deloitte Deloitte Touche Tohmatsu generic generic +delta Delta Air Lines, Inc. generic generic +democrat United TLD Holdco Ltd. generic generic +dental Binky Moon, LLC generic generic +dentist United TLD Holdco, Ltd generic generic +desi Desi Networks LLC generic generic +design Top Level Design, LLC generic generic +dev Charleston Road Registry Inc. generic generic +dhl Deutsche Post AG generic generic +diamonds Binky Moon, LLC generic generic +diet Uniregistry, Corp. generic generic +digital Binky Moon, LLC generic generic +direct Binky Moon, LLC generic generic +directory Binky Moon, LLC generic generic +discount Binky Moon, LLC generic generic +discover Discover Financial Services generic generic +dish Dish DBS Corporation generic generic +diy Lifestyle Domain Holdings, Inc. generic generic +dj Djibouti (Republic of) country-code country-code +dk Denmark (Kingdom of) country-code country-code +dm Dominica (Commonwealth of) country-code country-code +dnp Dai Nippon Printing Co., Ltd. generic generic +do Dominican Republic country-code country-code +docs Charleston Road Registry Inc. generic generic +doctor Binky Moon, LLC generic generic +dodge FCA US LLC. generic generic +dog Binky Moon, LLC generic generic +doha Communications Regulatory Authority (CRA) generic generic +domains Binky Moon, LLC generic generic +doosan Retired generic generic +dot Dish DBS Corporation generic generic +download dot Support Limited generic generic +drive Charleston Road Registry Inc. generic generic +dtv Dish DBS Corporation generic generic +dubai Dubai Smart Government Department generic generic +duck Johnson Shareholdings, Inc. generic generic +dunlop The Goodyear Tire & Rubber Company generic generic +duns The Dun & Bradstreet Corporation generic generic +dupont E. I. du Pont de Nemours and Company generic generic +durban ZA Central Registry NPC trading as ZA Central Registry generic generic +dvag Deutsche Vermögensberatung Aktiengesellschaft DVAG generic generic +dvr Hughes Satellite Systems Corporation generic generic +dz Algeria (People's Democratic Republic of) country-code country-code +earth Interlink Co., Ltd. generic generic +eat Charleston Road Registry Inc. generic generic +ec Ecuador (Republic of) country-code country-code +eco Big Room Inc. generic generic +edeka EDEKA Verband kaufmännischer Genossenschaften e.V. generic generic +edu Educational establishments sponsored sponsored +education Binky Moon, LLC generic generic +ee Estonia (Republic of) country-code country-code +eg Egypt (Arab Republic of) country-code country-code +eh Western Sahara {reserved} country-code country-code +email Binky Moon, LLC generic generic +emerck Merck KGaA generic generic +energy Binky Moon, LLC generic generic +engineer United TLD Holdco Ltd. generic generic +engineering Binky Moon, LLC generic generic +enterprises Binky Moon, LLC generic generic +epost Deutsche Post AG generic generic +epson Seiko Epson Corporation generic generic +equipment Binky Moon, LLC generic generic +er Eritrea (State of) country-code country-code +ericsson Telefonaktiebolaget L M Ericsson generic generic +erni ERNI Group Holding AG generic generic +es Spain (Kingdom of) country-code country-code +esq Charleston Road Registry Inc. generic generic +estate Binky Moon, LLC generic generic +esurance Esurance Insurance Company generic generic +et Ethiopia (Federal Democratic Republic of) country-code country-code +etisalat Emirates Telecommunications Corporation (trading as Etisalat) generic generic +eu European Union country-code country-code +eurovision European Broadcasting Union (EBU) generic generic +eus Puntueus Fundazioa generic generic +events Binky Moon, LLC generic generic +everbank EverBank generic generic +exchange Binky Moon, LLC generic generic +expert Binky Moon, LLC generic generic +exposed Binky Moon, LLC generic generic +express Binky Moon, LLC generic generic +extraspace Extra Space Storage LLC generic generic +fage Fage International S.A. generic generic +fail Binky Moon, LLC generic generic +fairwinds FairWinds Partners, LLC generic generic +faith dot Faith Limited generic generic +family United TLD Holdco Ltd. generic generic +fan Asiamix Digital Ltd generic generic +fans Asiamix Digital Limited generic generic +farm Binky Moon, LLC generic generic +farmers Farmers Insurance Exchange generic generic +fashion Top Level Domain Holdings Limited generic generic +fast Amazon Registry Services, Inc. generic generic +fedex Federal Express Corporation generic generic +feedback Top Level Spectrum, Inc. generic generic +ferrari Fiat Chrysler Automobiles N.V. generic generic +ferrero Ferrero Trading Lux S.A. generic generic +fi Finland (Republic of) country-code country-code +fiat Fiat Chrysler Automobiles N.V. generic generic +fidelity Fidelity Brokerage Services LLC generic generic +fido Rogers Communications Canada Inc. generic generic +film Motion Picture Domain Registry Pty Ltd generic generic +final Núcleo de Informação e Coordenação do Ponto BR - NIC.br generic generic +finance Binky Moon, LLC generic generic +financial Binky Moon, LLC generic generic +fire Amazon Registry Services, Inc. generic generic +firestone Bridgestone Licensing Services, Inc. generic generic +firmdale Firmdale Holdings Limited generic generic +fish Binky Moon, LLC generic generic +fishing Top Level Domain Holdings Limited generic generic +fit Minds + Machines Group Limited generic generic +fitness Binky Moon, LLC generic generic +fj Fiji (Republic of) country-code country-code +fk Falkland Islands (Malvinas) country-code country-code +flickr Yahoo! Domain Services Inc. generic generic +flights Binky Moon, LLC generic generic +flir FLIR Systems, Inc. generic generic +florist Binky Moon, LLC generic generic +flowers Uniregistry, Corp. generic generic +flsmidth Retired generic generic +fly Charleston Road Registry Inc. generic generic +fm Micronesia (Federated States of) country-code country-code +fo Faroe Islands country-code country-code +foo Charleston Road Registry Inc. generic generic +food Lifestyle Domain Holdings, Inc. generic generic +foodnetwork Lifestyle Domain Holdings, Inc. generic generic +football Binky Moon, LLC generic generic +ford Ford Motor Company generic generic +forex DOTFOREX REGISTRY LTD generic generic +forsale United TLD Holdco, LLC generic generic +forum Fegistry, LLC generic generic +foundation Binky Moon, LLC generic generic +fox FOX Registry, LLC generic generic +fr France (French Republic) country-code country-code +free Amazon Registry Services, Inc. generic generic +fresenius Fresenius Immobilien-Verwaltungs-GmbH generic generic +frl FRLregistry B.V. generic generic +frogans OP3FT generic generic +frontdoor Lifestyle Domain Holdings, Inc. generic generic +frontier Frontier Communications Corporation generic generic +ftr Frontier Communications Corporation generic generic +fujitsu Fujitsu Limited generic generic +fujixerox Xerox DNHC LLC generic generic +fun DotSpace, Inc. generic generic +fund Binky Moon, LLC generic generic +furniture Binky Moon, LLC generic generic +futbol United TLD Holdco, Ltd. generic generic +fyi Binky Moon, LLC generic generic +ga Gabon (Gabonese Republic) country-code country-code +gal Asociación puntoGAL generic generic +gallery Binky Moon, LLC generic generic +gallo Gallo Vineyards, Inc. generic generic +gallup Gallup, Inc. generic generic +game Uniregistry, Corp. generic generic +games United TLD Holdco Ltd. generic generic +gap The Gap, Inc. generic generic +garden Top Level Domain Holdings Limited generic generic +gb United Kingdom (United Kingdom of Great Britain and Northern Ireland) country-code country-code +gbiz Charleston Road Registry Inc. generic generic +gd Grenada country-code country-code +gdn "Joint Stock Company ""Navigation-information systems""" generic generic +ge Georgia country-code country-code +gea GEA Group Aktiengesellschaft generic generic +gent Combell nv generic generic +genting Resorts World Inc. Pte. Ltd. generic generic +george Wal-Mart Stores, Inc. generic generic +gf French Guiana country-code country-code +gg Guernsey (Bailiwick of) country-code country-code +ggee GMO Internet, Inc. generic generic +gh Ghana (Republic of) country-code country-code +gi Gibraltar country-code country-code +gift Uniregistry, Corp. generic generic +gifts Binky Moon, LLC generic generic +gives United TLD Holdco Ltd. generic generic +giving Giving Limited generic generic +gl Greenland country-code country-code +glade Johnson Shareholdings, Inc. generic generic +glass Binky Moon, LLC generic generic +gle Charleston Road Registry Inc. generic generic +global Dot Global Domain Registry Limited generic generic +globo Globo Comunicação e Participações S.A generic generic +gm Gambia (Republic of The) country-code country-code +gmail Charleston Road Registry Inc. generic generic +gmbh Binky Moon, LLC generic generic +gmo GMO Internet, Inc. generic generic +gmx 1&1 Mail & Media GmbH generic generic +gn Guinea (Republic of) country-code country-code +godaddy Go Daddy East, LLC generic generic +gold Binky Moon, LLC generic generic +goldpoint YODOBASHI CAMERA CO.,LTD. generic generic +golf Binky Moon, LLC generic generic +goo NTT Resonant Inc. generic generic +goodhands Allstate Fire and Casualty Insurance Company generic generic +goodyear The Goodyear Tire & Rubber Company generic generic +goog Charleston Road Registry Inc. generic generic +google Charleston Road Registry Inc. generic generic +gop Republican State Leadership Committee, Inc. generic generic +got Amazon Registry Services, Inc. generic generic +gov US government sponsored sponsored +gp Guadeloupe country-code country-code +gq Equatorial Guinea (Republic of) country-code country-code +gr Greece (Hellenic Republic) country-code country-code +grainger Grainger Registry Services, LLC generic generic +graphics Binky Moon, LLC generic generic +gratis Binky Moon, LLC generic generic +green DotGreen Registry Limited generic generic +gripe Binky Moon, LLC generic generic +grocery Wal-Mart Stores, Inc. generic generic +group Binky Moon, LLC generic generic +gs South Georgia and the South Sandwich Islands country-code country-code +gt Guatemala (Republic of) country-code country-code +gu Guam country-code country-code +guardian The Guardian Life Insurance Company of America generic generic +gucci Guccio Gucci S.p.a. generic generic +guge Charleston Road Registry Inc. generic generic +guide Binky Moon, LLC generic generic +guitars Uniregistry, Corp. generic generic +guru Binky Moon, LLC generic generic +gw Guinea-Bissau (Republic of) country-code country-code +gy Guyana (Co-operative Republic of) country-code country-code +hair L'Oreal generic generic +hamburg Hamburg Top-Level-Domain GmbH generic generic +hangout Charleston Road Registry Inc. generic generic +haus United TLD Holdco, LTD. generic generic +hbo HBO Registry Services, Inc. generic generic +hdfc HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED generic generic +hdfcbank HDFC Bank Limited generic generic +health DotHealth, LLC generic generic +healthcare Binky Moon, LLC generic generic +help Uniregistry, Corp. generic generic +helsinki City of Helsinki generic generic +here Charleston Road Registry Inc. generic generic +hermes Hermes International generic generic +hgtv Lifestyle Domain Holdings, Inc. generic generic +hiphop Uniregistry, Corp. generic generic +hisamitsu Hisamitsu Pharmaceutical Co.,Inc. generic generic +hitachi Hitachi, Ltd. generic generic +hiv Uniregistry, Corp. generic generic +hk Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China) country-code country-code +hkt PCCW-HKT DataCom Services Limited generic generic +hm Heard Island and McDonald Islands country-code country-code +hn Honduras (Republic of) country-code country-code +hockey Binky Moon, LLC generic generic +holdings Binky Moon, LLC generic generic +holiday Binky Moon, LLC generic generic +homedepot Home Depot Product Authority, LLC generic generic +homegoods The TJX Companies, Inc. generic generic +homes DERHomes, LLC generic generic +homesense The TJX Companies, Inc. generic generic +honda Honda Motor Co., Ltd. generic generic +honeywell Honeywell GTLD LLC generic generic +horse Top Level Domain Holdings Limited generic generic +hospital Binky Moon, LLC generic generic +host DotHost Inc. generic generic +hosting Uniregistry, Corp. generic generic +hot Amazon Registry Services, Inc. generic generic +hoteles Travel Reservations SRL generic generic +hotels Booking.com B.V. generic generic +hotmail Microsoft Corporation generic generic +house Binky Moon, LLC generic generic +how Charleston Road Registry Inc. generic generic +hr Croatia (Republic of) country-code country-code +hsbc HSBC Global Services (UK) Limited generic generic +ht Haiti (Republic of) country-code country-code +htc Not assigned generic generic +hu Hungary country-code country-code +hughes Hughes Satellite Systems Corporation generic generic +hyatt Hyatt GTLD, L.L.C. generic generic +hyundai Hyundai Motor Company generic generic +ibm International Business Machines Corporation generic generic +icbc Industrial and Commercial Bank of China Limited generic generic +ice IntercontinentalExchange, Inc. generic generic +icu Shortdot SA generic generic +id Indonesia (Republic of) country-code country-code +ie Ireland (Republic of) country-code country-code +ieee IEEE Global LLC generic generic +ifm ifm electronic gmbh generic generic +iinet Retired generic generic +ikano Ikano S.A. generic generic +il Israel (State of) country-code country-code +im Isle of Man country-code country-code +imamat Fondation Aga Khan (Aga Khan Foundation) generic generic +imdb Amazon Registry Services, Inc. generic generic +immo Binky Moon, LLC generic generic +immobilien United TLD Holdco Ltd. generic generic +in India (Republic of) country-code country-code +industries Binky Moon, LLC generic generic +infiniti NISSAN MOTOR CO., LTD. generic generic +info Informational sites generic generic +ing Charleston Road Registry Inc. generic generic +ink Top Level Design, LLC generic generic +institute Binky Moon, LLC generic generic +insurance fTLD Registry Services LLC generic generic +insure Binky Moon, LLC generic generic +int International treaty-based organizations sponsored sponsored +intel Intel Corporation generic generic +international Binky Moon, LLC generic generic +intuit Intuit Administrative Services, Inc. generic generic +investments Binky Moon, LLC generic generic +io British Indian Ocean Territory country-code country-code +ipiranga Ipiranga Produtos de Petroleo S.A. generic generic +iq Iraq (Republic of) country-code country-code +ir Iran (Islamic Republic of) country-code country-code +irish Binky Moon, LLC generic generic +is Iceland country-code country-code +iselect iSelect Ltd generic generic +ismaili Fondation Aga Khan (Aga Khan Foundation) generic generic +ist Istanbul Metropolitan Municipality generic generic +istanbul Istanbul Metropolitan Municipality generic generic +it Italy (Italian Republic) country-code country-code +itau Itau Unibanco Holding S.A. generic generic +itv ITV Services Limited generic generic +iveco CNH Industrial N.V. generic generic +iwc Richemont DNS Inc. generic generic +jaguar Jaguar Land Rover Ltd generic generic +java Oracle Corporation generic generic +jcb JCB Co., Ltd. generic generic +jcp JCP Media, Inc. generic generic +je Jersey (Bailiwick of) country-code country-code +jeep FCA US LLC. generic generic +jetzt Binky Moon, LLC generic generic +jewelry Binky Moon, LLC generic generic +jio Affinity Names, Inc. generic generic +jlc Richemont DNS Inc. generic generic +jll Jones Lang LaSalle Incorporated generic generic +jm Jamaica (Commonwealth of) country-code country-code +jmp Matrix IP LLC generic generic +jnj Johnson & Johnson Services, Inc. generic generic +jo Jordan (Hashemite Kingdom of) country-code country-code +jobs Employment-related sites sponsored sponsored +joburg ZA Central Registry NPC trading as ZA Central Registry generic generic +jot Amazon Registry Services, Inc. generic generic +joy Amazon Registry Services, Inc. generic generic +jp Japan country-code country-code +jpmorgan JPMorgan Chase Bank, National Association generic generic +jprs Japan Registry Services Co., Ltd. generic generic +juegos Uniregistry, Corp. generic generic +juniper JUNIPER NETWORKS, INC. generic generic +kaufen United TLD Holdco Ltd. generic generic +kddi KDDI CORPORATION generic generic +ke Kenya (Republic of) country-code country-code +kerryhotels Kerry Trading Co. Limited generic generic +kerrylogistics Kerry Trading Co. Limited generic generic +kerryproperties Kerry Trading Co. Limited generic generic +kfh Kuwait Finance House generic generic +kg Kyrgyzstan (Kyrgyz Republic) country-code country-code +kh Cambodia (Kingdom of) country-code country-code +ki Kiribati (Republic of) country-code country-code +kia KIA MOTORS CORPORATION generic generic +kim Afilias plc generic generic +kinder Ferrero Trading Lux S.A. generic generic +kindle Amazon Registry Services, Inc. generic generic +kitchen Binky Moon, LLC generic generic +kiwi DOT KIWI LIMITED generic generic +km Comoros (Union of the) country-code country-code +kn Saint Kitts and Nevis (Federation of) country-code country-code +koeln dotKoeln GmbH generic generic +komatsu Komatsu Ltd. generic generic +kosher Kosher Marketing Assets LLC generic generic +kp Korea (Democratic People's Republic of) [North Korea] country-code country-code +kpmg KPMG International Cooperative (KPMG International Genossenschaft) generic generic +kpn Koninklijke KPN N.V. generic generic +kr Korea (Republic of) [South Korea] country-code country-code +krd KRG Department of Information Technology generic generic +kred KredTLD Pty Ltd generic generic +kuokgroup Kerry Trading Co. Limited generic generic +kw Kuwait (State of Kuwait) country-code country-code +ky Cayman Islands country-code country-code +kyoto Academic Institution: Kyoto Jyoho Gakuen generic generic +kz Kazakhstan (Republic of) country-code country-code +la Laos (Lao People's Democratic Republic) country-code country-code +lacaixa CAIXA D'ESTALVIS I PENSIONS DE BARCELONA generic generic +ladbrokes LADBROKES INTERNATIONAL PLC generic generic +lamborghini Automobili Lamborghini S.p.A. generic generic +lamer The Estée Lauder Companies Inc. generic generic +lancaster LANCASTER generic generic +lancia Fiat Chrysler Automobiles N.V. generic generic +lancome L'Oréal generic generic +land Binky Moon, LLC generic generic +landrover Jaguar Land Rover Ltd generic generic +lanxess LANXESS Corporation generic generic +lasalle Jones Lang LaSalle Incorporated generic generic +lat ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico generic generic +latino Dish DBS Corporation generic generic +latrobe La Trobe University generic generic +law Minds + Machines Group Limited generic generic +lawyer United TLD Holdco, Ltd generic generic +lb Lebanon (Lebanese Republic) country-code country-code +lc Saint Lucia country-code country-code +lds IRI Domain Management, LLC generic generic +lease Binky Moon, LLC generic generic +leclerc A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc generic generic +lefrak LeFrak Organization, Inc. generic generic +legal Binky Moon, LLC generic generic +lego LEGO Juris A/S generic generic +lexus TOYOTA MOTOR CORPORATION generic generic +lgbt Afilias plc generic generic +li Liechtenstein (Principality of) country-code country-code +liaison Liaison Technologies, Incorporated generic generic +lidl Schwarz Domains und Services GmbH & Co. KG generic generic +life Binky Moon, LLC generic generic +lifeinsurance American Council of Life Insurers generic generic +lifestyle Lifestyle Domain Holdings, Inc. generic generic +lighting Binky Moon, LLC generic generic +like Amazon Registry Services, Inc. generic generic +lilly Eli Lilly and Company generic generic +limited Binky Moon, LLC generic generic +limo Binky Moon, LLC generic generic +lincoln Ford Motor Company generic generic +linde Linde Aktiengesellschaft generic generic +link Uniregistry, Corp. generic generic +lipsy Lipsy Ltd generic generic +live United TLD Holdco Ltd. generic generic +living Lifestyle Domain Holdings, Inc. generic generic +lixil LIXIL Group Corporation generic generic +lk Sri Lanka (Democratic Socialist Republic of) country-code country-code +llc Afilias plc generic generic +loan dot Loan Limited generic generic +loans Binky Moon, LLC generic generic +locker Dish DBS Corporation generic generic +locus Locus Analytics LLC generic generic +loft Annco, Inc. generic generic +lol Uniregistry, Corp. generic generic +london Dot London Domains Limited generic generic +lotte Lotte Holdings Co., Ltd. generic generic +lotto Afilias plc generic generic +love Merchant Law Group LLP generic generic +lpl LPL Holdings, Inc. generic generic +lplfinancial LPL Holdings, Inc. generic generic +lr Liberia (Republic of) country-code country-code +ls Lesotho (Kingdom of) country-code country-code +lt Lithuania (Republic of) country-code country-code +ltd Binky Moon, LLC generic generic +ltda InterNetX Corp. generic generic +lu Luxembourg (Grand Duchy of) country-code country-code +lundbeck H. Lundbeck A/S generic generic +lupin LUPIN LIMITED generic generic +luxe Top Level Domain Holdings Limited generic generic +luxury Luxury Partners LLC generic generic +lv Latvia (Republic of) country-code country-code +ly Libya country-code country-code +ma Morocco country-code country-code +macys Macys, Inc. generic generic +madrid Comunidad de Madrid generic generic +maif Mutuelle Assurance Instituteur France (MAIF) generic generic +maison Binky Moon, LLC generic generic +makeup L'Oréal generic generic +man MAN SE generic generic +management Binky Moon, LLC generic generic +mango PUNTO FA S.L. generic generic +map Charleston Road Registry Inc. generic generic +market United TLD Holdco, Ltd generic generic +marketing Binky Moon, LLC generic generic +markets DOTMARKETS REGISTRY LTD generic generic +marriott Marriott Worldwide Corporation generic generic +marshalls The TJX Companies, Inc. generic generic +maserati Fiat Chrysler Automobiles N.V. generic generic +mattel Mattel Sites, Inc. generic generic +mba Binky Moon, LLC generic generic +mc Monaco (Principality of) country-code country-code +mcd Not assigned generic generic +mcdonalds Not assigned generic generic +mckinsey McKinsey Holdings, Inc. generic generic +md Moldova (Republic of) country-code country-code +me Montenegro country-code country-code +med Medistry LLC generic generic +media Binky Moon, LLC generic generic +meet Charleston Road Registry Inc. generic generic +melbourne The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation generic generic +meme Charleston Road Registry Inc. generic generic +memorial Dog Beach, LLC generic generic +men Exclusive Registry Limited generic generic +menu Wedding TLD2, LLC generic generic +meo Not assigned generic generic +merckmsd MSD Registry Holdings, Inc. generic generic +metlife MetLife Services and Solutions, LLC generic generic +mf Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr} country-code country-code +mg Madagascar (Republic of) country-code country-code +mh Marshall Islands (Republic of the) country-code country-code +miami Top Level Domain Holdings Limited generic generic +microsoft Microsoft Corporation generic generic +mil US military sponsored sponsored +mini Bayerische Motoren Werke Aktiengesellschaft generic generic +mint Intuit Administrative Services, Inc. generic generic +mit Massachusetts Institute of Technology generic generic +mitsubishi Mitsubishi Corporation generic generic +mk Macedonia (Republic of) country-code country-code +ml Mali (Republic of) country-code country-code +mlb MLB Advanced Media DH, LLC generic generic +mls The Canadian Real Estate Association generic generic +mm Myanmar (Republic of the Union of) [Burma] country-code country-code +mma MMA IARD generic generic +mn Mongolia country-code country-code +mo Macau (Macau Special Administrative Region of the People's Republic of China) [Macao] country-code country-code +mobi Mobile generic generic +mobile Dish DBS Corporation generic generic +mobily GreenTech Consultancy Company W.L.L. generic generic +moda United TLD Holdco Ltd. generic generic +moe Interlink Co., Ltd. generic generic +moi Amazon Registry Services, Inc. generic generic +mom Uniregistry, Corp. generic generic +monash Monash University generic generic +money Binky Moon, LLC generic generic +monster Monster Worldwide, Inc. generic generic +montblanc Not assigned generic generic +mopar FCA US LLC. generic generic +mormon "IRI Domain Management, LLC (""Applicant"")" generic generic +mortgage United TLD Holdco, Ltd generic generic +moscow Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID) generic generic +moto Motorola Trademark Holdings, LLC generic generic +motorcycles DERMotorcycles, LLC generic generic +mov Charleston Road Registry Inc. generic generic +movie Binky Moon, LLC generic generic +movistar Telefónica S.A. generic generic +mp Northern Mariana Islands (Commonwealth of the) country-code country-code +mq Martinique country-code country-code +mr Mauritania (Islamic Republic of) country-code country-code +ms Montserrat country-code country-code +msd MSD Registry Holdings, Inc. generic generic +mt Malta (Republic of) country-code country-code +mtn MTN Dubai Limited generic generic +mtpc Retired generic generic +mtr MTR Corporation Limited generic generic +mu Mauritius (Republic of) country-code country-code +museum Museums sponsored sponsored +mutual Northwestern Mutual MU TLD Registry, LLC generic generic +mutuelle Retired generic generic +mv Maldives (Republic of) country-code country-code +mw Malawi (Republic of) country-code country-code +mx Mexico (United Mexican States) country-code country-code +my Malaysia country-code country-code +mz Mozambique (Republic of) country-code country-code +na Namibia (Republic of) country-code country-code +nab National Australia Bank Limited generic generic +nadex Nadex Domains, Inc generic generic +nagoya GMO Registry, Inc. generic generic +name Individuals generic-restricted generic-restricted +nationwide Nationwide Mutual Insurance Company generic generic +natura NATURA COSMÉTICOS S.A. generic generic +navy United TLD Holdco Ltd. generic generic +nba NBA REGISTRY, LLC generic generic +nc New Caledonia country-code country-code +ne Niger (Republic of) country-code country-code +nec NEC Corporation generic generic +net Network generic generic +netbank COMMONWEALTH BANK OF AUSTRALIA generic generic +netflix Netflix, Inc. generic generic +network Binky Moon, LLC generic generic +neustar NeuStar, Inc. generic generic +new Charleston Road Registry Inc. generic generic +newholland CNH Industrial N.V. generic generic +news United TLD Holdco Ltd. generic generic +next Next plc generic generic +nextdirect Next plc generic generic +nexus Charleston Road Registry Inc. generic generic +nf Norfolk Island (Territory of) country-code country-code +nfl NFL Reg Ops LLC generic generic +ng Nigeria (Federal Republic of) country-code country-code +ngo Public Interest Registry generic generic +nhk Japan Broadcasting Corporation (NHK) generic generic +ni Nicaragua (Republic of) country-code country-code +nico DWANGO Co., Ltd. generic generic +nike NIKE, Inc. generic generic +nikon NIKON CORPORATION generic generic +ninja United TLD Holdco Ltd. generic generic +nissan NISSAN MOTOR CO., LTD. generic generic +nissay Nippon Life Insurance Company generic generic +nl Netherlands country-code country-code +no Norway (Kingdom of) country-code country-code +nokia Nokia Corporation generic generic +northwesternmutual Northwestern Mutual Registry, LLC generic generic +norton Symantec Corporation generic generic +now Amazon Registry Services, Inc. generic generic +nowruz Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic generic +nowtv Starbucks (HK) Limited generic generic +np Nepal (Federal Democratic Republic of) country-code country-code +nr Nauru (Republic of) country-code country-code +nra NRA Holdings Company, INC. generic generic +nrw Minds + Machines GmbH generic generic +ntt NIPPON TELEGRAPH AND TELEPHONE CORPORATION generic generic +nu Niue country-code country-code +nyc The City of New York by and through the New York City Department of Information Technology & Telecommunications generic generic +nz New Zealand country-code country-code +obi OBI Group Holding SE & Co. KGaA generic generic +observer Top Level Spectrum, Inc. generic generic +off Johnson Shareholdings, Inc. generic generic +office Microsoft Corporation generic generic +okinawa BRregistry, Inc. generic generic +olayan Crescent Holding GmbH generic generic +olayangroup Crescent Holding GmbH generic generic +oldnavy The Gap, Inc. generic generic +ollo Dish DBS Corporation generic generic +om Oman (Sultanate of) country-code country-code +omega The Swatch Group Ltd generic generic +one One.com A/S generic generic +ong Public Interest Registry generic generic +onl I-REGISTRY Ltd., Niederlassung Deutschland generic generic +online DotOnline Inc. generic generic +onyourside Nationwide Mutual Insurance Company generic generic +ooo INFIBEAM INCORPORATION LIMITED generic generic +open American Express Travel Related Services Company, Inc. generic generic +oracle Oracle Corporation generic generic +orange Orange Brand Services Limited generic generic +org Non-profit organizations generic generic +organic Afilias plc generic generic +orientexpress Retired generic generic +origins The Estée Lauder Companies Inc. generic generic +osaka Osaka Registry Co., Ltd. generic generic +otsuka Otsuka Holdings Co., Ltd. generic generic +ott Dish DBS Corporation generic generic +ovh OVH SAS generic generic +pa Panama (Republic of) country-code country-code +page Charleston Road Registry Inc. generic generic +pamperedchef Not assigned generic generic +panasonic Panasonic Corporation generic generic +panerai Richemont DNS Inc. generic generic +paris City of Paris generic generic +pars Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic generic +partners Binky Moon, LLC generic generic +parts Binky Moon, LLC generic generic +party Blue Sky Registry Limited generic generic +passagens Travel Reservations SRL generic generic +pay Amazon Registry Services, Inc. generic generic +pccw PCCW Enterprises Limited generic generic +pe Peru (Republic of) country-code country-code +pet Afilias plc generic generic +pf French Polynesia and Clipperton Island country-code country-code +pfizer Pfizer Inc. generic generic +pg Papua New Guinea (Independent State of) country-code country-code +ph Philippines (Republic of the) country-code country-code +pharmacy National Association of Boards of Pharmacy generic generic +phd Charleston Road Registry Inc. generic generic +philips Koninklijke Philips N.V. generic generic +phone Dish DBS Corporation generic generic +photo Uniregistry, Corp. generic generic +photography Binky Moon, LLC generic generic +photos Binky Moon, LLC generic generic +physio PhysBiz Pty Ltd generic generic +piaget Richemont DNS Inc. generic generic +pics Uniregistry, Corp. generic generic +pictet Pictet Europe S.A. generic generic +pictures Binky Moon, LLC generic generic +pid Top Level Spectrum, Inc. generic generic +pin Amazon Registry Services, Inc. generic generic +ping Ping Registry Provider, Inc. generic generic +pink Afilias plc generic generic +pioneer Pioneer Corporation generic generic +pizza Binky Moon, LLC generic generic +pk Pakistan (Islamic Republic of) country-code country-code +pl Poland (Republic of) country-code country-code +place Binky Moon, LLC generic generic +play Charleston Road Registry Inc. generic generic +playstation Sony Computer Entertainment Inc. generic generic +plumbing Binky Moon, LLC generic generic +plus Binky Moon, LLC generic generic +pm Saint Pierre and Miquelon country-code country-code +pn Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands) country-code country-code +pnc PNC Domain Co., LLC generic generic +pohl Deutsche Vermögensberatung Aktiengesellschaft DVAG generic generic +poker Afilias plc generic generic +politie Politie Nederland generic generic +porn ICM Registry PN LLC generic generic +post Universal Postal Union sponsored sponsored +pr Puerto Rico (Commonwealth of) country-code country-code +pramerica Prudential Financial, Inc. generic generic +praxi Praxi S.p.A. generic generic +press DotPress Inc. generic generic +prime Amazon Registry Services, Inc. generic generic +pro Profession generic-restricted generic-restricted +prod Charleston Road Registry Inc. generic generic +productions Binky Moon, LLC generic generic +prof Charleston Road Registry Inc. generic generic +progressive Progressive Casualty Insurance Company generic generic +promo Afilias plc generic generic +properties Binky Moon, LLC generic generic +property Uniregistry, Corp. generic generic +protection XYZ.COM LLC generic generic +pru Prudential Financial, Inc. generic generic +prudential Prudential Financial, Inc. generic generic +ps Palestine (State of) country-code country-code +pt Portugal (Portuguese Republic) country-code country-code +pub United TLD Holdco Ltd. generic generic +pw Palau (Republic of) country-code country-code +pwc PricewaterhouseCoopers LLP generic generic +py Paraguay (Republic of) country-code country-code +qa Qatar (State of) country-code country-code +qpon dotCOOL, Inc. generic generic +quebec PointQuébec Inc generic generic +quest Quest ION Limited generic generic +qvc QVC, Inc. generic generic +racing Premier Registry Limited generic generic +radio European Broadcasting Union (EBU) generic generic +raid Johnson Shareholdings, Inc. generic generic +re Réunion country-code country-code +read Amazon Registry Services, Inc. generic generic +realestate dotRealEstate LLC generic generic +realtor Real Estate Domains LLC generic generic +realty Fegistry, LLC generic generic +recipes Binky Moon, LLC generic generic +red Afilias plc generic generic +redstone Redstone Haute Couture Co., Ltd. generic generic +redumbrella Travelers TLD, LLC generic generic +rehab United TLD Holdco Ltd. generic generic +reise Binky Moon, LLC generic generic +reisen Binky Moon, LLC generic generic +reit National Association of Real Estate Investment Trusts, Inc. generic generic +reliance Reliance Industries Limited generic generic +ren Beijing Qianxiang Wangjing Technology Development Co., Ltd. generic generic +rent XYZ.COM LLC generic generic +rentals Binky Moon, LLC generic generic +repair Binky Moon, LLC generic generic +report Binky Moon, LLC generic generic +republican United TLD Holdco Ltd. generic generic +rest Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable generic generic +restaurant Binky Moon, LLC generic generic +review dot Review Limited generic generic +reviews United TLD Holdco, Ltd. generic generic +rexroth Robert Bosch GMBH generic generic +rich I-REGISTRY Ltd., Niederlassung Deutschland generic generic +richardli Pacific Century Asset Management (HK) Limited generic generic +ricoh Ricoh Company, Ltd. generic generic +rightathome Johnson Shareholdings, Inc. generic generic +ril Reliance Industries Limited generic generic +rio Empresa Municipal de Informática SA - IPLANRIO generic generic +rip United TLD Holdco Ltd. generic generic +rmit Royal Melbourne Institute of Technology generic generic +ro Romania country-code country-code +rocher Ferrero Trading Lux S.A. generic generic +rocks United TLD Holdco, LTD. generic generic +rodeo Top Level Domain Holdings Limited generic generic +rogers Rogers Communications Canada Inc. generic generic +room Amazon Registry Services, Inc. generic generic +rs Serbia (Republic of) country-code country-code +rsvp Charleston Road Registry Inc. generic generic +ru Russia (Russian Federation) country-code country-code +rugby World Rugby Strategic Developments Limited generic generic +ruhr regiodot GmbH & Co. KG generic generic +run Binky Moon, LLC generic generic +rw Rwanda (Republic of) country-code country-code +rwe RWE AG generic generic +ryukyu BRregistry, Inc. generic generic +sa Saudi Arabia (Kingdom of) country-code country-code +saarland dotSaarland GmbH generic generic +safe Amazon Registry Services, Inc. generic generic +safety Safety Registry Services, LLC. generic generic +sakura SAKURA Internet Inc. generic generic +sale United TLD Holdco, Ltd generic generic +salon Binky Moon, LLC generic generic +samsclub Wal-Mart Stores, Inc. generic generic +samsung SAMSUNG SDS CO., LTD generic generic +sandvik Sandvik AB generic generic +sandvikcoromant Sandvik AB generic generic +sanofi Sanofi generic generic +sap SAP AG generic generic +sapo Not assigned generic generic +sarl Binky Moon, LLC generic generic +sas Research IP LLC generic generic +save Amazon Registry Services, Inc. generic generic +saxo Saxo Bank A/S generic generic +sb Solomon Islands country-code country-code +sbi STATE BANK OF INDIA generic generic +sbs SPECIAL BROADCASTING SERVICE CORPORATION generic generic +sc Seychelles (Republic of) country-code country-code +sca SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ) generic generic +scb "The Siam Commercial Bank Public Company Limited (""SCB"")" generic generic +schaeffler Schaeffler Technologies AG & Co. KG generic generic +schmidt SALM S.A.S. generic generic +scholarships Scholarships.com, LLC generic generic +school Binky Moon, LLC generic generic +schule Binky Moon, LLC generic generic +schwarz Schwarz Domains und Services GmbH & Co. KG generic generic +science dot Science Limited generic generic +scjohnson Johnson Shareholdings, Inc. generic generic +scor SCOR SE generic generic +scot Dot Scot Registry Limited generic generic +sd Sudan (Republic of) country-code country-code +se Sweden (Kingdom of) country-code country-code +search Charleston Road Registry Inc. generic generic +seat SEAT, S.A. (Sociedad Unipersonal) generic generic +secure Amazon Registry Services, Inc. generic generic +security XYZ.COM LLC generic generic +seek Seek Limited generic generic +select iSelect Ltd generic generic +sener Sener Ingeniería y Sistemas, S.A. generic generic +services Binky Moon, LLC generic generic +ses SES generic generic +seven Seven West Media Ltd generic generic +sew SEW-EURODRIVE GmbH & Co KG generic generic +sex ICM Registry SX LLC generic generic +sexy Uniregistry, Corp. generic generic +sfr Societe Francaise du Radiotelephone - SFR generic generic +sg Singapore (Republic of) country-code country-code +sh Saint Helena country-code country-code +shangrila Shangri‐La International Hotel Management Limited generic generic +sharp Sharp Corporation generic generic +shaw Shaw Cablesystems G.P. generic generic +shell Shell Information Technology International Inc generic generic +shia Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic generic +shiksha Afilias plc generic generic +shoes Binky Moon, LLC generic generic +shop GMO Registry, Inc. generic generic +shopping Binky Moon, LLC generic generic +shouji QIHOO 360 TECHNOLOGY CO. LTD. generic generic +show Binky Moon, LLC generic generic +showtime CBS Domains Inc. generic generic +shriram Shriram Capital Ltd. generic generic +si Slovenia (Republic of) country-code country-code +silk Amazon Registry Services, Inc. generic generic +sina Sina Corporation generic generic +singles Binky Moon, LLC generic generic +site DotSite Inc. generic generic +sj Svalbard and Jan Mayen {not in use - see also: .no} country-code country-code +sk Slovakia (Slovak Republic) country-code country-code +ski STARTING DOT LIMITED generic generic +skin L'Oréal generic generic +sky Sky International AG generic generic +skype Microsoft Corporation generic generic +sl Sierra Leone (Republic of) country-code country-code +sling Hughes Satellite Systems Corporation generic generic +sm San Marino (Republic of) country-code country-code +smart Smart Communications, Inc. (SMART) generic generic +smile Amazon Registry Services, Inc. generic generic +sn Senegal (Republic of) country-code country-code +sncf SNCF (Société Nationale des Chemins de fer Francais) generic generic +so Somalia (Federal Republic of) country-code country-code +soccer Binky Moon, LLC generic generic +social United TLD Holdco Ltd. generic generic +softbank SoftBank Group Corp. generic generic +software United TLD Holdco, Ltd generic generic +sohu Sohu.com Limited generic generic +solar Binky Moon, LLC generic generic +solutions Binky Moon, LLC generic generic +song Amazon Registry Services, Inc. generic generic +sony Sony Corporation generic generic +soy Charleston Road Registry Inc. generic generic +space DotSpace Inc. generic generic +spiegel SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG generic generic +sport Global Association of International Sports Federations (GAISF) generic generic +spot Amazon Registry Services, Inc. generic generic +spreadbetting DOTSPREADBETTING REGISTRY LTD generic generic +sr Suriname (Republic of) country-code country-code +srl InterNetX Corp. generic generic +srt FCA US LLC. generic generic +ss South Sudan (Republic of) country-code country-code +st São Tomé and Príncipe (Democratic Republic of) country-code country-code +stada STADA Arzneimittel AG generic generic +staples Staples, Inc. generic generic +star Star India Private Limited generic generic +starhub StarHub Limited generic generic +statebank STATE BANK OF INDIA generic generic +statefarm State Farm Mutual Automobile Insurance Company generic generic +statoil Statoil ASA generic generic +stc Saudi Telecom Company generic generic +stcgroup Saudi Telecom Company generic generic +stockholm Stockholms kommun generic generic +storage XYZ.COM LLC generic generic +store DotStore Inc. generic generic +stream dot Stream Limited generic generic +studio United TLD Holdco Ltd. generic generic +study OPEN UNIVERSITIES AUSTRALIA PTY LTD generic generic +style Binky Moon, LLC generic generic +su Soviet Union (Union of Soviet Socialist Republics) country-code country-code +sucks Vox Populi Registry Ltd. generic generic +supplies Binky Moon, LLC generic generic +supply Binky Moon, LLC generic generic +support Binky Moon, LLC generic generic +surf Top Level Domain Holdings Limited generic generic +surgery Binky Moon, LLC generic generic +suzuki SUZUKI MOTOR CORPORATION generic generic +sv El Salvador (Republic of) country-code country-code +swatch The Swatch Group Ltd generic generic +swiftcover Swiftcover Insurance Services Limited generic generic +swiss Swiss Confederation generic generic +sx Sint Maarten country-code country-code +sy Syria (Syrian Arab Republic) country-code country-code +sydney State of New South Wales, Department of Premier and Cabinet generic generic +symantec Symantec Corporation generic generic +systems Binky Moon, LLC generic generic +sz Swaziland (Kingdom of) country-code country-code +tab Tabcorp Holdings Limited generic generic +taipei Taipei City Government generic generic +talk Amazon Registry Services, Inc. generic generic +taobao Alibaba Group Holding Limited generic generic +target Target Domain Holdings, LLC generic generic +tatamotors Tata Motors Ltd generic generic +tatar "Limited Liability Company ""Coordination Center of Regional Domain of Tatarstan Republic""" generic generic +tattoo Uniregistry, Corp. generic generic +tax Binky Moon, LLC generic generic +taxi Binky Moon, LLC generic generic +tc Turks and Caicos Islands country-code country-code +tci Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic generic +td Chad (Republic of) country-code country-code +tdk TDK Corporation generic generic +team Binky Moon, LLC generic generic +tech Dot Tech LLC generic generic +technology Binky Moon, LLC generic generic +tel Telephone sponsored sponsored +telecity TelecityGroup International Limited generic generic +telefonica Telefónica S.A. generic generic +temasek Temasek Holdings (Private) Limited generic generic +tennis Binky Moon, LLC generic generic +teva Teva Pharmaceutical Industries Limited generic generic +tf French Southern and Antarctic Lands (Territory of the) country-code country-code +tg Togo (Togolese Republic) country-code country-code +th Thailand (Kingdom of) country-code country-code +thd Home Depot Product Authority, LLC generic generic +theater Binky Moon, LLC generic generic +theatre XYZ.COM LLC generic generic +tiaa Teachers Insurance and Annuity Association of America generic generic +tickets Accent Media Limited generic generic +tienda Binky Moon, LLC generic generic +tiffany Tiffany and Company generic generic +tips Binky Moon, LLC generic generic +tires Binky Moon, LLC generic generic +tirol punkt Tirol GmbH generic generic +tj Tajikistan (Republic of) country-code country-code +tjmaxx The TJX Companies, Inc. generic generic +tjx The TJX Companies, Inc. generic generic +tk Tokelau country-code country-code +tkmaxx The TJX Companies, Inc. generic generic +tl Timor-Leste (Democratic Republic of) [East Timor] country-code country-code +tm Turkmenistan country-code country-code +tmall Alibaba Group Holding Limited generic generic +tn Tunisia (Republic of) country-code country-code +to Tonga (Kingdom of) country-code country-code +today Binky Moon, LLC generic generic +tokyo GMO Registry, Inc. generic generic +tools Binky Moon, LLC generic generic +top Jiangsu Bangning Science & Technology Co.,Ltd. generic generic +toray Toray Industries, Inc. generic generic +toshiba TOSHIBA Corporation generic generic +total Total SA generic generic +tours Binky Moon, LLC generic generic +town Binky Moon, LLC generic generic +toyota TOYOTA MOTOR CORPORATION generic generic +toys Binky Moon, LLC generic generic +tp Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl} country-code country-code +tr Turkey (Republic of) country-code country-code +trade Elite Registry Limited generic generic +trading DOTTRADING REGISTRY LTD generic generic +training Binky Moon, LLC generic generic +travel Travel sponsored sponsored +travelchannel Lifestyle Domain Holdings, Inc. generic generic +travelers Travelers TLD, LLC generic generic +travelersinsurance Travelers TLD, LLC generic generic +trust Artemis Internet Inc generic generic +trv Travelers TLD, LLC generic generic +tt Trinidad and Tobago (Republic of) country-code country-code +tube Latin American Telecom LLC generic generic +tui TUI AG generic generic +tunes Amazon Registry Services, Inc. generic generic +tushu Amazon Registry Services, Inc. generic generic +tv Tuvalu country-code country-code +tvs T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED generic generic +tw Taiwan (Republic of China) country-code country-code +tz Tanzania (United Republic of) country-code country-code +ua Ukraine country-code country-code +ubank National Australia Bank Limited generic generic +ubs UBS AG generic generic +uconnect FCA US LLC. generic generic +ug Uganda (Republic of) country-code country-code +uk United Kingdom (United Kingdom of Great Britain and Northern Ireland) country-code country-code +um United States Minor Outlying Islands {formerly - retired 2010 - see also: .us} country-code country-code +unicom China United Network Communications Corporation Limited generic generic +university Binky Moon, LLC generic generic +uno Dot Latin LLC generic generic +uol UBN INTERNET LTDA. generic generic +ups UPS Market Driver, Inc. generic generic +us United States of America and United States Minor Outlying Islands country-code country-code +uy Uruguay (Oriental Republic of) country-code country-code +uz Uzbekistan (Republic of) country-code country-code +va Vatican City (Vatican City State) country-code country-code +vacations Binky Moon, LLC generic generic +vana Lifestyle Domain Holdings, Inc. generic generic +vanguard The Vanguard Group, Inc. generic generic +vc Saint Vincent and the Grenadines country-code country-code +ve Venezuela (Bolivarian Republic of) country-code country-code +vegas Dot Vegas, Inc. generic generic +ventures Binky Moon, LLC generic generic +verisign VeriSign, Inc. generic generic +versicherung TLD-BOX Registrydienstleistungen GmbH generic generic +vet United TLD Holdco, Ltd generic generic +vg British Virgin Islands (Virgin Islands) country-code country-code +vi United States Virgin Islands (United States Virgin Islands) country-code country-code +viajes Binky Moon, LLC generic generic +video United TLD Holdco, Ltd generic generic +vig VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe generic generic +viking Viking River Cruises (Bermuda) Ltd. generic generic +villas Binky Moon, LLC generic generic +vin Binky Moon, LLC generic generic +vip Minds + Machines Group Limited generic generic +virgin Virgin Enterprises Limited generic generic +visa Visa Worldwide Pte. Limited generic generic +vision Binky Moon, LLC generic generic +vista Vistaprint Limited generic generic +vistaprint Vistaprint Limited generic generic +viva Saudi Telecom Company generic generic +vivo Telefonica Brasil S.A. generic generic +vlaanderen DNS.be vzw generic generic +vn Vietnam (Socialist Republic of) country-code country-code +vodka Top Level Domain Holdings Limited generic generic +volkswagen Volkswagen Group of America Inc. generic generic +volvo Volvo Holding Sverige Aktiebolag generic generic +vote Monolith Registry LLC generic generic +voting Valuetainment Corp. generic generic +voto Monolith Registry LLC generic generic +voyage Binky Moon, LLC generic generic +vu Vanuatu (Republic of) country-code country-code +vuelos Travel Reservations SRL generic generic +wales Nominet UK generic generic +walmart Wal-Mart Stores, Inc. generic generic +walter Sandvik AB generic generic +wang Zodiac Wang Limited generic generic +wanggou Amazon Registry Services, Inc. generic generic +warman Weir Group IP Limited generic generic +watch Binky Moon, LLC generic generic +watches Richemont DNS Inc. generic generic +weather International Business Machines Corporation generic generic +weatherchannel International Business Machines Corporation generic generic +webcam dot Webcam Limited generic generic +weber Saint-Gobain Weber SA generic generic +website DotWebsite Inc. generic generic +wed Emergency Back-End Registry Operator Program - ICANN generic generic +wedding Top Level Domain Holdings Limited generic generic +weibo Sina Corporation generic generic +weir Weir Group IP Limited generic generic +wf Wallis and Futuna (Territory of the Wallis and Futuna Islands) country-code country-code +whoswho Who's Who Registry generic generic +wien punkt.wien GmbH generic generic +wiki Top Level Design, LLC generic generic +williamhill William Hill Organization Limited generic generic +win First Registry Limited generic generic +windows Microsoft Corporation generic generic +wine Binky Moon, LLC generic generic +winners The TJX Companies, Inc. generic generic +wme William Morris Endeavor Entertainment, LLC generic generic +wolterskluwer Wolters Kluwer N.V. generic generic +woodside Woodside Petroleum Limited generic generic +work Top Level Domain Holdings Limited generic generic +works Binky Moon, LLC generic generic +world Binky Moon, LLC generic generic +wow Amazon Registry Services, Inc. generic generic +ws Samoa (Independent State of) country-code country-code +wtc World Trade Centers Association, Inc. generic generic +wtf Binky Moon, LLC generic generic +xbox Microsoft Corporation generic generic +xerox Xerox DNHC LLC generic generic +xfinity Comcast IP Holdings I, LLC generic generic +xihuan QIHOO 360 TECHNOLOGY CO. LTD. generic generic +xin Elegant Leader Limited generic generic +测试 Internet Assigned Numbers Authority test test +कॉम VeriSign Sarl generic generic +परीक्षा Internet Assigned Numbers Authority test test +セール Amazon Registry Services, Inc. generic generic +佛山 Guangzhou YU Wei Information Technology Co., Ltd. generic generic +ಭಾರತ National Internet eXchange of India country-code country-code +慈善 Excellent First Limited generic generic +集团 Eagle Horizon Limited generic generic +在线 TLD REGISTRY LIMITED generic generic +한국 KISA (Korea Internet & Security Agency) country-code country-code +ଭାରତ National Internet eXchange of India country-code country-code +大众汽车 Volkswagen (China) Investment Co., Ltd. generic generic +点看 VeriSign Sarl generic generic +คอม VeriSign Sarl generic generic +ভাৰত National Internet eXchange of India country-code country-code +ভারত National Internet Exchange of India country-code country-code +八卦 Zodiac Gemini Ltd generic generic +‏موقع‎ Suhub Electronic Establishment generic generic +বাংলা Posts and Telecommunications Division country-code country-code +公益 China Organizational Name Administration Center generic generic +公司 Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center) generic generic +香格里拉 Shangri‐La International Hotel Management Limited generic generic +网站 Global Website TLD Asia Limited generic generic +移动 Afilias plc generic generic +我爱你 Tycoon Treasure Limited generic generic +москва Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID) generic generic +испытание Internet Assigned Numbers Authority test test +қаз Association of IT Companies of Kazakhstan country-code country-code +католик Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) generic generic +онлайн CORE Association generic generic +сайт CORE Association generic generic +联通 China United Network Communications Corporation Limited generic generic +срб Serbian National Internet Domain Registry (RNIDS) country-code country-code +бг Imena.BG AD country-code country-code +бел Reliable Software, Ltd. country-code country-code +‏קום‎ VeriSign Sarl generic generic +时尚 RISE VICTORY LIMITED generic generic +微博 Sina Corporation generic generic +테스트 Internet Assigned Numbers Authority test test +淡马锡 Temasek Holdings (Private) Limited generic generic +ファッション Amazon Registry Services, Inc. generic generic +орг Public Interest Registry generic generic +नेट VeriSign Sarl generic generic +ストア Amazon Registry Services, Inc. generic generic +삼성 SAMSUNG SDS CO., LTD generic generic +சிங்கப்பூர் Singapore Network Information Centre (SGNIC) Pte Ltd country-code country-code +商标 HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED generic generic +商店 Binky Moon, LLC generic generic +商城 Zodiac Aquarius Limited generic generic +дети The Foundation for Network Initiatives “The Smart Internet” generic generic +мкд Macedonian Academic Research Network Skopje country-code country-code +‏טעסט‎ Internet Assigned Numbers Authority test test +ею EURid vzw/asbl country-code country-code +ポイント Amazon Registry Services, Inc. generic generic +新闻 Guangzhou YU Wei Information and Technology Co.,Ltd generic generic +工行 Industrial and Commercial Bank of China Limited generic generic +家電 Amazon Registry Services, Inc. generic generic +‏كوم‎ VeriSign Sarl generic generic +中文网 TLD REGISTRY LIMITED generic generic +中信 CITIC Group Corporation generic generic +中国 China Internet Network Information Center (CNNIC) country-code country-code +中國 China Internet Network Information Center (CNNIC) country-code country-code +娱乐 Binky Moon, LLC generic generic +谷歌 Charleston Road Registry Inc. generic generic +భారత్ National Internet Exchange of India country-code country-code +ලංකා LK Domain Registry country-code country-code +電訊盈科 PCCW Enterprises Limited generic generic +购物 Minds + Machines Group Limited generic generic +測試 Internet Assigned Numbers Authority test test +クラウド Amazon Registry Services, Inc. generic generic +ભારત National Internet Exchange of India country-code country-code +通販 Amazon Registry Services, Inc. generic generic +भारतम् National Internet eXchange of India country-code country-code +भारत National Internet Exchange of India country-code country-code +भारोत National Internet eXchange of India country-code country-code +‏آزمایشی‎ Internet Assigned Numbers Authority test test +பரிட்சை Internet Assigned Numbers Authority test test +网店 Zodiac Taurus Ltd. generic generic +संगठन Public Interest Registry generic generic +餐厅 HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED generic generic +网络 Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center) generic generic +ком VeriSign Sarl generic generic +укр Ukrainian Network Information Centre (UANIC), Inc. country-code country-code +香港 Hong Kong Internet Registration Corporation Ltd. country-code country-code +诺基亚 Nokia Corporation generic generic +食品 Amazon Registry Services, Inc. generic generic +δοκιμή Internet Assigned Numbers Authority test test +飞利浦 Koninklijke Philips N.V. generic generic +‏إختبار‎ Internet Assigned Numbers Authority test test +台湾 Taiwan Network Information Center (TWNIC) country-code country-code +台灣 Taiwan Network Information Center (TWNIC) country-code country-code +手表 Richemont DNS Inc. generic generic +手机 Beijing RITT-Net Technology Development Co., Ltd generic generic +мон Datacom Co.,Ltd country-code country-code +‏الجزائر‎ CERIST country-code country-code +‏عمان‎ Telecommunications Regulatory Authority (TRA) country-code country-code +‏ارامكو‎ Aramco Services Company generic generic +‏ایران‎ Institute for Research in Fundamental Sciences (IPM) country-code country-code +‏العليان‎ Crescent Holding GmbH generic generic +‏اتصالات‎ Emirates Telecommunications Corporation (trading as Etisalat) generic generic +‏امارات‎ Telecommunications Regulatory Authority (TRA) country-code country-code +‏بازار‎ CORE Association generic generic +‏موريتانيا‎ Not assigned country-code country-code +‏پاکستان‎ National Telecommunication Corporation country-code country-code +‏الاردن‎ National Information Technology Center (NITC) country-code country-code +‏موبايلي‎ GreenTech Consultancy Company W.L.L. generic generic +‏بارت‎ National Internet eXchange of India country-code country-code +‏بھارت‎ National Internet Exchange of India country-code country-code +‏المغرب‎ Agence Nationale de Réglementation des Télécommunications (ANRT) country-code country-code +‏ابوظبي‎ Abu Dhabi Systems and Information Centre generic generic +‏السعودية‎ Communications and Information Technology Commission country-code country-code +‏ڀارت‎ National Internet eXchange of India country-code country-code +‏كاثوليك‎ Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) generic generic +‏سودان‎ Sudan Internet Society country-code country-code +‏همراه‎ Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic generic +‏عراق‎ Communications and Media Commission (CMC) country-code country-code +‏مليسيا‎ MYNIC Berhad country-code country-code +澳門 Macao Post and Telecommunications Bureau (CTT) country-code country-code +닷컴 VeriSign Sarl generic generic +政府 Net-Chinese Co., Ltd. generic generic +‏شبكة‎ International Domain Registry Pty. Ltd. generic generic +‏بيتك‎ Kuwait Finance House generic generic +‏عرب‎ League of Arab States generic generic +გე Information Technologies Development Center (ITDC) country-code country-code +机构 Public Interest Registry generic generic +组织机构 Public Interest Registry generic generic +健康 Stable Tone Limited generic generic +ไทย Thai Network Information Center Foundation country-code country-code +‏سورية‎ National Agency for Network Services (NANS) country-code country-code +招聘 Dot Trademark TLD Holding Company Limited generic generic +рус Rusnames Limited generic generic +рф Coordination Center for TLD RU country-code country-code +珠宝 Richemont DNS Inc. generic generic +‏تونس‎ Agence Tunisienne d'Internet country-code country-code +大拿 VeriSign Sarl generic generic +みんな Charleston Road Registry Inc. generic generic +グーグル Charleston Road Registry Inc. generic generic +ελ ICS-FORTH GR country-code country-code +世界 Stable Tone Limited generic generic +書籍 Amazon Registry Services, Inc. generic generic +ഭാരതം National Internet eXchange of India country-code country-code +ਭਾਰਤ National Internet Exchange of India country-code country-code +网址 KNET Co., Ltd generic generic +닷넷 VeriSign Sarl generic generic +コム VeriSign Sarl generic generic +天主教 Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) generic generic +游戏 Binky Moon, LLC generic generic +vermögensberater Deutsche Vermögensberatung Aktiengesellschaft DVAG generic generic +vermögensberatung Deutsche Vermögensberatung Aktiengesellschaft DVAG generic generic +企业 Binky Moon, LLC generic generic +信息 Beijing Tele-info Network Technology Co., Ltd. generic generic +嘉里大酒店 Kerry Trading Co. Limited generic generic +嘉里 Kerry Trading Co. Limited generic generic +‏مصر‎ National Telecommunication Regulatory Authority - NTRA country-code country-code +‏قطر‎ Communications Regulatory Authority country-code country-code +广东 Guangzhou YU Wei Information Technology Co., Ltd. generic generic +இலங்கை LK Domain Registry country-code country-code +இந்தியா National Internet Exchange of India country-code country-code +հայ """Internet Society"" Non-governmental Organization" country-code country-code +新加坡 Singapore Network Information Centre (SGNIC) Pte Ltd country-code country-code +‏فلسطين‎ Ministry of Telecom & Information Technology (MTIT) country-code country-code +テスト Internet Assigned Numbers Authority test test +政务 China Organizational Name Administration Center generic generic +xperia Sony Mobile Communications AB generic generic +xxx Adult entertainment sponsored sponsored +xyz XYZ.COM LLC generic generic +yachts DERYachts, LLC generic generic +yahoo Yahoo! Domain Services Inc. generic generic +yamaxun Amazon Registry Services, Inc. generic generic +yandex YANDEX, LLC generic generic +ye Yemen (Republic of) country-code country-code +yodobashi YODOBASHI CAMERA CO.,LTD. generic generic +yoga Top Level Domain Holdings Limited generic generic +yokohama GMO Registry, Inc. generic generic +you Amazon Registry Services, Inc. generic generic +youtube Charleston Road Registry Inc. generic generic +yt Mayotte (Department of) country-code country-code +yun QIHOO 360 TECHNOLOGY CO. LTD. generic generic +za South Africa (Republic of) country-code country-code +zappos Amazon Registry Services, Inc. generic generic +zara Industria de Diseño Textil, S.A. (INDITEX, S.A.) generic generic +zero Amazon Registry Services, Inc. generic generic +zip Charleston Road Registry Inc. generic generic +zippo Zadco Company generic generic +zm Zambia (Republic of) country-code country-code +zone Binky Moon, LLC generic generic +zuerich Kanton Zürich (Canton of Zurich) generic generic +zw Zimbabwe (Republic of) country-code country-code From 58ecddaabc5c178024355470ea5cc1114c57b931 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Fri, 22 Jun 2018 00:30:17 -0700 Subject: [PATCH 106/113] version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9676a60..ee4a774 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "2.0.4", + "version": "2.0.5", "description": "Lists of every ICANN TLD in multiple formats", "main": "formats/js/tld-enum", "repository": { From 1aeaec7fbd0dfa11771bc3aacea46ded0746188d Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Fri, 22 Jun 2018 00:31:37 -0700 Subject: [PATCH 107/113] version bump --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index b9581ce..56c8dd3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "2.0.0", + "version": "2.0.5", "lockfileVersion": 1, "requires": true, "dependencies": { From 45b142f73007c236ad4196f6cfe8ced8689e1bc1 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Fri, 22 Jun 2018 00:41:26 -0700 Subject: [PATCH 108/113] fixed TSV format --- bin/devel/helpers/generate-tsv-tlds-tsv.js | 1 - formats/tsv/tlds.tsv | 3154 ++++++++++---------- 2 files changed, 1577 insertions(+), 1578 deletions(-) diff --git a/bin/devel/helpers/generate-tsv-tlds-tsv.js b/bin/devel/helpers/generate-tsv-tlds-tsv.js index 0c1c71f..c3d9d15 100755 --- a/bin/devel/helpers/generate-tsv-tlds-tsv.js +++ b/bin/devel/helpers/generate-tsv-tlds-tsv.js @@ -100,7 +100,6 @@ if (!program.quiet) { let csvRow = [tld.domain]; csvRow.push(tld.description); csvRow.push(tld.type); - csvRow.push(tld.type); stringifier.write(csvRow); } diff --git a/formats/tsv/tlds.tsv b/formats/tsv/tlds.tsv index a670ff8..f558751 100644 --- a/formats/tsv/tlds.tsv +++ b/formats/tsv/tlds.tsv @@ -1,1577 +1,1577 @@ -aaa American Automobile Association, Inc. generic generic -aarp AARP generic generic -abarth Fiat Chrysler Automobiles N.V. generic generic -abb ABB Ltd generic generic -abbott Abbott Laboratories, Inc. generic generic -abbvie AbbVie Inc. generic generic -abc Disney Enterprises, Inc. generic generic -able Able Inc. generic generic -abogado Top Level Domain Holdings Limited generic generic -abudhabi Abu Dhabi Systems and Information Centre generic generic -ac Ascension Island country-code country-code -academy Binky Moon, LLC generic generic -accenture Accenture plc generic generic -accountant dot Accountant Limited generic generic -accountants Binky Moon, LLC generic generic -aco ACO Severin Ahlmann GmbH & Co. KG generic generic -active Active Network, LLC generic generic -actor United TLD Holdco Ltd. generic generic -ad Andorra (Principality of) country-code country-code -adac Allgemeiner Deutscher Automobil-Club e.V. (ADAC) generic generic -ads Charleston Road Registry Inc. generic generic -adult ICM Registry AD LLC generic generic -ae United Arab Emirates country-code country-code -aeg Aktiebolaget Electrolux generic generic -aero Air-transport industry sponsored sponsored -aetna Aetna Life Insurance Company generic generic -af Afghanistan (Islamic Republic of) country-code country-code -afamilycompany Johnson Shareholdings, Inc. generic generic -afl Australian Football League generic generic -africa ZA Central Registry NPC trading as Registry.Africa generic generic -ag Antigua and Barbuda country-code country-code -agakhan Fondation Aga Khan (Aga Khan Foundation) generic generic -agency Binky Moon, LLC generic generic -ai Anguilla country-code country-code -aig American International Group, Inc. generic generic -aigo aigo Digital Technology Co,Ltd. generic generic -airbus Airbus S.A.S. generic generic -airforce United TLD Holdco Ltd. generic generic -airtel Bharti Airtel Limited generic generic -akdn Fondation Aga Khan (Aga Khan Foundation) generic generic -al Albania (Republic of) country-code country-code -alfaromeo Fiat Chrysler Automobiles N.V. generic generic -alibaba Alibaba Group Holding Limited generic generic -alipay Alibaba Group Holding Limited generic generic -allfinanz Allfinanz Deutsche Vermögensberatung Aktiengesellschaft generic generic -allstate Allstate Fire and Casualty Insurance Company generic generic -ally Ally Financial Inc. generic generic -alsace REGION GRAND EST generic generic -alstom ALSTOM generic generic -am Armenia (Republic of) country-code country-code -americanexpress American Express Travel Related Services Company, Inc. generic generic -americanfamily AmFam, Inc. generic generic -amex American Express Travel Related Services Company, Inc. generic generic -amfam AmFam, Inc. generic generic -amica Amica Mutual Insurance Company generic generic -amsterdam Gemeente Amsterdam generic generic -an Netherlands Antilles country-code country-code -analytics Campus IP LLC generic generic -android Charleston Road Registry Inc. generic generic -anquan QIHOO 360 TECHNOLOGY CO. LTD. generic generic -anz Australia and New Zealand Banking Group Limited generic generic -ao Angola (Republic of) country-code country-code -aol OATH Inc. generic generic -apartments Binky Moon, LLC generic generic -app Charleston Road Registry Inc. generic generic -apple Apple Inc. generic generic -aq Antarctica country-code country-code -aquarelle Aquarelle.com generic generic -ar Argentina (Argentine Republic) country-code country-code -arab League of Arab States generic generic -aramco Aramco Services Company generic generic -archi STARTING DOT LIMITED generic generic -army United TLD Holdco Ltd. generic generic -arpa Address and Routing Parameter Area infrastructure infrastructure -art UK Creative Ideas Limited generic generic -arte Association Relative à la Télévision Européenne G.E.I.E. generic generic -as American Samoa country-code country-code -asda Wal-Mart Stores, Inc. generic generic -asia Organisations and individuals in the Asia-Pacific region sponsored sponsored -associates Binky Moon, LLC generic generic -at Austria (Republic of) country-code country-code -athleta The Gap, Inc. generic generic -attorney United TLD Holdco, Ltd generic generic -au Australia (Commonwealth of) country-code country-code -auction United TLD HoldCo, Ltd. generic generic -audi AUDI Aktiengesellschaft generic generic -audible Amazon Registry Services, Inc. generic generic -audio Uniregistry, Corp. generic generic -auspost Australian Postal Corporation generic generic -author Amazon Registry Services, Inc. generic generic -auto Cars Registry Limited generic generic -autos DERAutos, LLC generic generic -avianca Aerovias del Continente Americano S.A. Avianca generic generic -aw Aruba country-code country-code -aws Amazon Registry Services, Inc. generic generic -ax Åland Islands country-code country-code -axa AXA SA generic generic -az Azerbaijan (Republic of) country-code country-code -azure Microsoft Corporation generic generic -ba Bosnia and Herzegovina country-code country-code -baby Johnson & Johnson Services, Inc. generic generic -baidu Baidu, Inc. generic generic -banamex Citigroup Inc. generic generic -bananarepublic The Gap, Inc. generic generic -band United TLD Holdco, Ltd generic generic -bank fTLD Registry Services, LLC generic generic -bar Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable generic generic -barcelona Municipi de Barcelona generic generic -barclaycard Barclays Bank PLC generic generic -barclays Barclays Bank PLC generic generic -barefoot Gallo Vineyards, Inc. generic generic -bargains Binky Moon, LLC generic generic -baseball MLB Advanced Media DH, LLC generic generic -basketball Fédération Internationale de Basketball (FIBA) generic generic -bauhaus Werkhaus GmbH generic generic -bayern Bayern Connect GmbH generic generic -bb Barbados country-code country-code -bbc British Broadcasting Corporation generic generic -bbt BB&T Corporation generic generic -bbva BANCO BILBAO VIZCAYA ARGENTARIA, S.A. generic generic -bcg The Boston Consulting Group, Inc. generic generic -bcn Municipi de Barcelona generic generic -bd Bangladesh (People's Republic of) country-code country-code -be Belgium (Kingdom of) country-code country-code -beats Beats Electronics, LLC generic generic -beauty L'Oréal generic generic -beer Top Level Domain Holdings Limited generic generic -bentley Bentley Motors Limited generic generic -berlin dotBERLIN GmbH & Co. KG generic generic -best BestTLD Pty Ltd generic generic -bestbuy BBY Solutions, Inc. generic generic -bet Afilias plc generic generic -bf Burkina Faso country-code country-code -bg Bulgaria (Republic of) country-code country-code -bh Bahrain (Kingdom of) country-code country-code -bharti Bharti Enterprises (Holding) Private Limited generic generic -bi Burundi (Republic of) country-code country-code -bible American Bible Society generic generic -bid dot Bid Limited generic generic -bike Binky Moon, LLC generic generic -bing Microsoft Corporation generic generic -bingo Binky Moon, LLC generic generic -bio STARTING DOT LIMITED generic generic -biz Business generic-restricted generic-restricted -bj Benin (Republic of) country-code country-code -bl Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr} country-code country-code -black Afilias plc generic generic -blackfriday Uniregistry, Corp. generic generic -blanco BLANCO GmbH + Co KG generic generic -blockbuster Dish DBS Corporation generic generic -blog Knock Knock WHOIS There, LLC generic generic -bloomberg Bloomberg IP Holdings LLC generic generic -blue Afilias plc generic generic -bm Bermuda country-code country-code -bms Bristol-Myers Squibb Company generic generic -bmw Bayerische Motoren Werke Aktiengesellschaft generic generic -bn Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam] country-code country-code -bnl Banca Nazionale del Lavoro generic generic -bnpparibas BNP Paribas generic generic -bo Bolivia (Plurinational State of) country-code country-code -boats DERBoats, LLC generic generic -boehringer Boehringer Ingelheim International GmbH generic generic -bofa Bank of America Corporation generic generic -bom Núcleo de Informação e Coordenação do Ponto BR - NIC.br generic generic -bond Bond University Limited generic generic -boo Charleston Road Registry Inc. generic generic -book Amazon Registry Services, Inc. generic generic -booking Booking.com B.V. generic generic -boots Not assigned generic generic -bosch Robert Bosch GMBH generic generic -bostik Bostik SA generic generic -boston Boston TLD Management, LLC generic generic -bot Amazon Registry Services, Inc. generic generic -boutique Binky Moon, LLC generic generic -box NS1 Limited generic generic -bq Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl} country-code country-code -br Brazil (Federative Republic of) country-code country-code -bradesco Banco Bradesco S.A. generic generic -bridgestone Bridgestone Corporation generic generic -broadway Celebrate Broadway, Inc. generic generic -broker DOTBROKER REGISTRY LTD generic generic -brother Brother Industries, Ltd. generic generic -brussels DNS.be vzw generic generic -bs Bahamas (Commonwealth of the) country-code country-code -bt Bhutan (Kingdom of) country-code country-code -budapest Top Level Domain Holdings Limited generic generic -bugatti Bugatti International SA generic generic -build Plan Bee LLC generic generic -builders Binky Moon, LLC generic generic -business Binky Moon, LLC generic generic -buy Amazon Registry Services, INC generic generic -buzz DOTSTRATEGY CO. generic generic -bv Bouvet Island country-code country-code -bw Botswana (Republic of) country-code country-code -by Belarus (Republic of) country-code country-code -bz Belize country-code country-code -bzh Association www.bzh generic generic -ca Canada country-code country-code -cab Binky Moon, LLC generic generic -cafe Binky Moon, LLC generic generic -cal Charleston Road Registry Inc. generic generic -call Amazon Registry Services, Inc. generic generic -calvinklein PVH gTLD Holdings LLC generic generic -cam AC Webconnecting Holding B.V. generic generic -camera Binky Moon, LLC generic generic -camp Binky Moon, LLC generic generic -cancerresearch Australian Cancer Research Foundation generic generic -canon Canon Inc. generic generic -capetown ZA Central Registry NPC trading as ZA Central Registry generic generic -capital Binky Moon, LLC generic generic -capitalone Capital One Financial Corporation generic generic -car Cars Registry Limited generic generic -caravan Caravan International, Inc. generic generic -cards Binky Moon, LLC generic generic -care Binky Moon, LLC generic generic -career dotCareer LLC generic generic -careers Binky Moon, LLC generic generic -cars Cars Registry Limited generic generic -cartier Richemont DNS Inc. generic generic -casa Top Level Domain Holdings Limited generic generic -case CNH Industrial N.V. generic generic -caseih CNH Industrial N.V. generic generic -cash Binky Moon, LLC generic generic -casino Binky Moon, LLC generic generic -cat Catalan sponsored sponsored -catering Binky Moon, LLC generic generic -catholic Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) generic generic -cba COMMONWEALTH BANK OF AUSTRALIA generic generic -cbn The Christian Broadcasting Network, Inc. generic generic -cbre CBRE, Inc. generic generic -cbs CBS Domains Inc. generic generic -cc Cocos (Keeling) Islands (Territory of the) country-code country-code -cd Congo (Democratic Republic of the) [Congo-Kinshasa] country-code country-code -ceb The Corporate Executive Board Company generic generic -center Binky Moon, LLC generic generic -ceo CEOTLD Pty Ltd generic generic -cern "European Organization for Nuclear Research (""CERN"")" generic generic -cf Central African Republic country-code country-code -cfa CFA Institute generic generic -cfd DOTCFD REGISTRY LTD generic generic -cg Congo (Republic of) [Congo-Brazzaville] country-code country-code -ch Switzerland (Swiss Confederation) country-code country-code -chanel Chanel International B.V. generic generic -channel Charleston Road Registry Inc. generic generic -charity Corn Lake, LLC generic generic -chase JPMorgan Chase Bank, National Association generic generic -chat Binky Moon, LLC generic generic -cheap Binky Moon, LLC generic generic -chintai CHINTAI Corporation generic generic -chloe Not assigned generic generic -christmas Uniregistry, Corp. generic generic -chrome Charleston Road Registry Inc. generic generic -chrysler FCA US LLC. generic generic -church Binky Moon, LLC generic generic -ci Ivory Coast (Republic of Côte d'Ivoire) country-code country-code -cipriani Hotel Cipriani Srl generic generic -circle Amazon Registry Services, Inc. generic generic -cisco Cisco Technology, Inc. generic generic -citadel Citadel Domain LLC generic generic -citi Citigroup Inc. generic generic -citic CITIC Group Corporation generic generic -city Binky Moon, LLC generic generic -cityeats Lifestyle Domain Holdings, Inc. generic generic -ck Cook Islands country-code country-code -cl Chile (Republic of) country-code country-code -claims Binky Moon, LLC generic generic -cleaning Binky Moon, LLC generic generic -click Uniregistry, Corp. generic generic -clinic Binky Moon, LLC generic generic -clinique The Estée Lauder Companies Inc. generic generic -clothing Binky Moon, LLC generic generic -cloud ARUBA PEC S.p.A. generic generic -club .CLUB DOMAINS, LLC generic generic -clubmed Club Méditerranée S.A. generic generic -cm Cameroon (Republic of) country-code country-code -cn China (People's Republic of) country-code country-code -co Colombia (Republic of) country-code country-code -coach Binky Moon, LLC generic generic -codes Binky Moon, LLC generic generic -coffee Binky Moon, LLC generic generic -college XYZ.COM LLC generic generic -cologne dotKoeln GmbH generic generic -com Commercial organizations generic generic -comcast Comcast IP Holdings I, LLC generic generic -commbank COMMONWEALTH BANK OF AUSTRALIA generic generic -community Binky Moon, LLC generic generic -company Binky Moon, LLC generic generic -compare iSelect Ltd generic generic -computer Binky Moon, LLC generic generic -comsec VeriSign, Inc. generic generic -condos Binky Moon, LLC generic generic -construction Binky Moon, LLC generic generic -consulting United TLD Holdco, LTD. generic generic -contact Top Level Spectrum, Inc. generic generic -contractors Binky Moon, LLC generic generic -cooking Top Level Domain Holdings Limited generic generic -cookingchannel Lifestyle Domain Holdings, Inc. generic generic -cool Binky Moon, LLC generic generic -coop Cooperatives sponsored sponsored -corsica Collectivité Territoriale de Corse generic generic -country Top Level Domain Holdings Limited generic generic -coupon Amazon Registry Services, Inc. generic generic -coupons Binky Moon, LLC generic generic -courses OPEN UNIVERSITIES AUSTRALIA PTY LTD generic generic -cr Costa Rica (Republic of) country-code country-code -credit Binky Moon, LLC generic generic -creditcard Binky Moon, LLC generic generic -creditunion CUNA Performance Resources, LLC generic generic -cricket dot Cricket Limited generic generic -crown Crown Equipment Corporation generic generic -crs Federated Co-operatives Limited generic generic -cruise Viking River Cruises (Bermuda) Ltd. generic generic -cruises Binky Moon, LLC generic generic -csc Alliance-One Services, Inc. generic generic -cu Cuba (Republic of) country-code country-code -cuisinella SALM S.A.S. generic generic -cv Cape Verde (Republic of) country-code country-code -cw Curaçao (Country of) country-code country-code -cx Christmas Island (Territory of) country-code country-code -cy Cyprus (Republic of) country-code country-code -cymru Nominet UK generic generic -cyou Beijing Gamease Age Digital Technology Co., Ltd. generic generic -cz Czech Republic country-code country-code -dabur Dabur India Limited generic generic -dad Charleston Road Registry Inc. generic generic -dance United TLD Holdco Ltd. generic generic -data Dish DBS Corporation generic generic -date dot Date Limited generic generic -dating Binky Moon, LLC generic generic -datsun NISSAN MOTOR CO., LTD. generic generic -day Charleston Road Registry Inc. generic generic -dclk Charleston Road Registry Inc. generic generic -dds Minds + Machines Group Limited generic generic -de Germany (Federal Republic of) country-code country-code -deal Amazon Registry Services, Inc. generic generic -dealer Dealer Dot Com, Inc. generic generic -deals Binky Moon, LLC generic generic -degree United TLD Holdco, Ltd generic generic -delivery Binky Moon, LLC generic generic -dell Dell Inc. generic generic -deloitte Deloitte Touche Tohmatsu generic generic -delta Delta Air Lines, Inc. generic generic -democrat United TLD Holdco Ltd. generic generic -dental Binky Moon, LLC generic generic -dentist United TLD Holdco, Ltd generic generic -desi Desi Networks LLC generic generic -design Top Level Design, LLC generic generic -dev Charleston Road Registry Inc. generic generic -dhl Deutsche Post AG generic generic -diamonds Binky Moon, LLC generic generic -diet Uniregistry, Corp. generic generic -digital Binky Moon, LLC generic generic -direct Binky Moon, LLC generic generic -directory Binky Moon, LLC generic generic -discount Binky Moon, LLC generic generic -discover Discover Financial Services generic generic -dish Dish DBS Corporation generic generic -diy Lifestyle Domain Holdings, Inc. generic generic -dj Djibouti (Republic of) country-code country-code -dk Denmark (Kingdom of) country-code country-code -dm Dominica (Commonwealth of) country-code country-code -dnp Dai Nippon Printing Co., Ltd. generic generic -do Dominican Republic country-code country-code -docs Charleston Road Registry Inc. generic generic -doctor Binky Moon, LLC generic generic -dodge FCA US LLC. generic generic -dog Binky Moon, LLC generic generic -doha Communications Regulatory Authority (CRA) generic generic -domains Binky Moon, LLC generic generic -doosan Retired generic generic -dot Dish DBS Corporation generic generic -download dot Support Limited generic generic -drive Charleston Road Registry Inc. generic generic -dtv Dish DBS Corporation generic generic -dubai Dubai Smart Government Department generic generic -duck Johnson Shareholdings, Inc. generic generic -dunlop The Goodyear Tire & Rubber Company generic generic -duns The Dun & Bradstreet Corporation generic generic -dupont E. I. du Pont de Nemours and Company generic generic -durban ZA Central Registry NPC trading as ZA Central Registry generic generic -dvag Deutsche Vermögensberatung Aktiengesellschaft DVAG generic generic -dvr Hughes Satellite Systems Corporation generic generic -dz Algeria (People's Democratic Republic of) country-code country-code -earth Interlink Co., Ltd. generic generic -eat Charleston Road Registry Inc. generic generic -ec Ecuador (Republic of) country-code country-code -eco Big Room Inc. generic generic -edeka EDEKA Verband kaufmännischer Genossenschaften e.V. generic generic -edu Educational establishments sponsored sponsored -education Binky Moon, LLC generic generic -ee Estonia (Republic of) country-code country-code -eg Egypt (Arab Republic of) country-code country-code -eh Western Sahara {reserved} country-code country-code -email Binky Moon, LLC generic generic -emerck Merck KGaA generic generic -energy Binky Moon, LLC generic generic -engineer United TLD Holdco Ltd. generic generic -engineering Binky Moon, LLC generic generic -enterprises Binky Moon, LLC generic generic -epost Deutsche Post AG generic generic -epson Seiko Epson Corporation generic generic -equipment Binky Moon, LLC generic generic -er Eritrea (State of) country-code country-code -ericsson Telefonaktiebolaget L M Ericsson generic generic -erni ERNI Group Holding AG generic generic -es Spain (Kingdom of) country-code country-code -esq Charleston Road Registry Inc. generic generic -estate Binky Moon, LLC generic generic -esurance Esurance Insurance Company generic generic -et Ethiopia (Federal Democratic Republic of) country-code country-code -etisalat Emirates Telecommunications Corporation (trading as Etisalat) generic generic -eu European Union country-code country-code -eurovision European Broadcasting Union (EBU) generic generic -eus Puntueus Fundazioa generic generic -events Binky Moon, LLC generic generic -everbank EverBank generic generic -exchange Binky Moon, LLC generic generic -expert Binky Moon, LLC generic generic -exposed Binky Moon, LLC generic generic -express Binky Moon, LLC generic generic -extraspace Extra Space Storage LLC generic generic -fage Fage International S.A. generic generic -fail Binky Moon, LLC generic generic -fairwinds FairWinds Partners, LLC generic generic -faith dot Faith Limited generic generic -family United TLD Holdco Ltd. generic generic -fan Asiamix Digital Ltd generic generic -fans Asiamix Digital Limited generic generic -farm Binky Moon, LLC generic generic -farmers Farmers Insurance Exchange generic generic -fashion Top Level Domain Holdings Limited generic generic -fast Amazon Registry Services, Inc. generic generic -fedex Federal Express Corporation generic generic -feedback Top Level Spectrum, Inc. generic generic -ferrari Fiat Chrysler Automobiles N.V. generic generic -ferrero Ferrero Trading Lux S.A. generic generic -fi Finland (Republic of) country-code country-code -fiat Fiat Chrysler Automobiles N.V. generic generic -fidelity Fidelity Brokerage Services LLC generic generic -fido Rogers Communications Canada Inc. generic generic -film Motion Picture Domain Registry Pty Ltd generic generic -final Núcleo de Informação e Coordenação do Ponto BR - NIC.br generic generic -finance Binky Moon, LLC generic generic -financial Binky Moon, LLC generic generic -fire Amazon Registry Services, Inc. generic generic -firestone Bridgestone Licensing Services, Inc. generic generic -firmdale Firmdale Holdings Limited generic generic -fish Binky Moon, LLC generic generic -fishing Top Level Domain Holdings Limited generic generic -fit Minds + Machines Group Limited generic generic -fitness Binky Moon, LLC generic generic -fj Fiji (Republic of) country-code country-code -fk Falkland Islands (Malvinas) country-code country-code -flickr Yahoo! Domain Services Inc. generic generic -flights Binky Moon, LLC generic generic -flir FLIR Systems, Inc. generic generic -florist Binky Moon, LLC generic generic -flowers Uniregistry, Corp. generic generic -flsmidth Retired generic generic -fly Charleston Road Registry Inc. generic generic -fm Micronesia (Federated States of) country-code country-code -fo Faroe Islands country-code country-code -foo Charleston Road Registry Inc. generic generic -food Lifestyle Domain Holdings, Inc. generic generic -foodnetwork Lifestyle Domain Holdings, Inc. generic generic -football Binky Moon, LLC generic generic -ford Ford Motor Company generic generic -forex DOTFOREX REGISTRY LTD generic generic -forsale United TLD Holdco, LLC generic generic -forum Fegistry, LLC generic generic -foundation Binky Moon, LLC generic generic -fox FOX Registry, LLC generic generic -fr France (French Republic) country-code country-code -free Amazon Registry Services, Inc. generic generic -fresenius Fresenius Immobilien-Verwaltungs-GmbH generic generic -frl FRLregistry B.V. generic generic -frogans OP3FT generic generic -frontdoor Lifestyle Domain Holdings, Inc. generic generic -frontier Frontier Communications Corporation generic generic -ftr Frontier Communications Corporation generic generic -fujitsu Fujitsu Limited generic generic -fujixerox Xerox DNHC LLC generic generic -fun DotSpace, Inc. generic generic -fund Binky Moon, LLC generic generic -furniture Binky Moon, LLC generic generic -futbol United TLD Holdco, Ltd. generic generic -fyi Binky Moon, LLC generic generic -ga Gabon (Gabonese Republic) country-code country-code -gal Asociación puntoGAL generic generic -gallery Binky Moon, LLC generic generic -gallo Gallo Vineyards, Inc. generic generic -gallup Gallup, Inc. generic generic -game Uniregistry, Corp. generic generic -games United TLD Holdco Ltd. generic generic -gap The Gap, Inc. generic generic -garden Top Level Domain Holdings Limited generic generic -gb United Kingdom (United Kingdom of Great Britain and Northern Ireland) country-code country-code -gbiz Charleston Road Registry Inc. generic generic -gd Grenada country-code country-code -gdn "Joint Stock Company ""Navigation-information systems""" generic generic -ge Georgia country-code country-code -gea GEA Group Aktiengesellschaft generic generic -gent Combell nv generic generic -genting Resorts World Inc. Pte. Ltd. generic generic -george Wal-Mart Stores, Inc. generic generic -gf French Guiana country-code country-code -gg Guernsey (Bailiwick of) country-code country-code -ggee GMO Internet, Inc. generic generic -gh Ghana (Republic of) country-code country-code -gi Gibraltar country-code country-code -gift Uniregistry, Corp. generic generic -gifts Binky Moon, LLC generic generic -gives United TLD Holdco Ltd. generic generic -giving Giving Limited generic generic -gl Greenland country-code country-code -glade Johnson Shareholdings, Inc. generic generic -glass Binky Moon, LLC generic generic -gle Charleston Road Registry Inc. generic generic -global Dot Global Domain Registry Limited generic generic -globo Globo Comunicação e Participações S.A generic generic -gm Gambia (Republic of The) country-code country-code -gmail Charleston Road Registry Inc. generic generic -gmbh Binky Moon, LLC generic generic -gmo GMO Internet, Inc. generic generic -gmx 1&1 Mail & Media GmbH generic generic -gn Guinea (Republic of) country-code country-code -godaddy Go Daddy East, LLC generic generic -gold Binky Moon, LLC generic generic -goldpoint YODOBASHI CAMERA CO.,LTD. generic generic -golf Binky Moon, LLC generic generic -goo NTT Resonant Inc. generic generic -goodhands Allstate Fire and Casualty Insurance Company generic generic -goodyear The Goodyear Tire & Rubber Company generic generic -goog Charleston Road Registry Inc. generic generic -google Charleston Road Registry Inc. generic generic -gop Republican State Leadership Committee, Inc. generic generic -got Amazon Registry Services, Inc. generic generic -gov US government sponsored sponsored -gp Guadeloupe country-code country-code -gq Equatorial Guinea (Republic of) country-code country-code -gr Greece (Hellenic Republic) country-code country-code -grainger Grainger Registry Services, LLC generic generic -graphics Binky Moon, LLC generic generic -gratis Binky Moon, LLC generic generic -green DotGreen Registry Limited generic generic -gripe Binky Moon, LLC generic generic -grocery Wal-Mart Stores, Inc. generic generic -group Binky Moon, LLC generic generic -gs South Georgia and the South Sandwich Islands country-code country-code -gt Guatemala (Republic of) country-code country-code -gu Guam country-code country-code -guardian The Guardian Life Insurance Company of America generic generic -gucci Guccio Gucci S.p.a. generic generic -guge Charleston Road Registry Inc. generic generic -guide Binky Moon, LLC generic generic -guitars Uniregistry, Corp. generic generic -guru Binky Moon, LLC generic generic -gw Guinea-Bissau (Republic of) country-code country-code -gy Guyana (Co-operative Republic of) country-code country-code -hair L'Oreal generic generic -hamburg Hamburg Top-Level-Domain GmbH generic generic -hangout Charleston Road Registry Inc. generic generic -haus United TLD Holdco, LTD. generic generic -hbo HBO Registry Services, Inc. generic generic -hdfc HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED generic generic -hdfcbank HDFC Bank Limited generic generic -health DotHealth, LLC generic generic -healthcare Binky Moon, LLC generic generic -help Uniregistry, Corp. generic generic -helsinki City of Helsinki generic generic -here Charleston Road Registry Inc. generic generic -hermes Hermes International generic generic -hgtv Lifestyle Domain Holdings, Inc. generic generic -hiphop Uniregistry, Corp. generic generic -hisamitsu Hisamitsu Pharmaceutical Co.,Inc. generic generic -hitachi Hitachi, Ltd. generic generic -hiv Uniregistry, Corp. generic generic -hk Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China) country-code country-code -hkt PCCW-HKT DataCom Services Limited generic generic -hm Heard Island and McDonald Islands country-code country-code -hn Honduras (Republic of) country-code country-code -hockey Binky Moon, LLC generic generic -holdings Binky Moon, LLC generic generic -holiday Binky Moon, LLC generic generic -homedepot Home Depot Product Authority, LLC generic generic -homegoods The TJX Companies, Inc. generic generic -homes DERHomes, LLC generic generic -homesense The TJX Companies, Inc. generic generic -honda Honda Motor Co., Ltd. generic generic -honeywell Honeywell GTLD LLC generic generic -horse Top Level Domain Holdings Limited generic generic -hospital Binky Moon, LLC generic generic -host DotHost Inc. generic generic -hosting Uniregistry, Corp. generic generic -hot Amazon Registry Services, Inc. generic generic -hoteles Travel Reservations SRL generic generic -hotels Booking.com B.V. generic generic -hotmail Microsoft Corporation generic generic -house Binky Moon, LLC generic generic -how Charleston Road Registry Inc. generic generic -hr Croatia (Republic of) country-code country-code -hsbc HSBC Global Services (UK) Limited generic generic -ht Haiti (Republic of) country-code country-code -htc Not assigned generic generic -hu Hungary country-code country-code -hughes Hughes Satellite Systems Corporation generic generic -hyatt Hyatt GTLD, L.L.C. generic generic -hyundai Hyundai Motor Company generic generic -ibm International Business Machines Corporation generic generic -icbc Industrial and Commercial Bank of China Limited generic generic -ice IntercontinentalExchange, Inc. generic generic -icu Shortdot SA generic generic -id Indonesia (Republic of) country-code country-code -ie Ireland (Republic of) country-code country-code -ieee IEEE Global LLC generic generic -ifm ifm electronic gmbh generic generic -iinet Retired generic generic -ikano Ikano S.A. generic generic -il Israel (State of) country-code country-code -im Isle of Man country-code country-code -imamat Fondation Aga Khan (Aga Khan Foundation) generic generic -imdb Amazon Registry Services, Inc. generic generic -immo Binky Moon, LLC generic generic -immobilien United TLD Holdco Ltd. generic generic -in India (Republic of) country-code country-code -industries Binky Moon, LLC generic generic -infiniti NISSAN MOTOR CO., LTD. generic generic -info Informational sites generic generic -ing Charleston Road Registry Inc. generic generic -ink Top Level Design, LLC generic generic -institute Binky Moon, LLC generic generic -insurance fTLD Registry Services LLC generic generic -insure Binky Moon, LLC generic generic -int International treaty-based organizations sponsored sponsored -intel Intel Corporation generic generic -international Binky Moon, LLC generic generic -intuit Intuit Administrative Services, Inc. generic generic -investments Binky Moon, LLC generic generic -io British Indian Ocean Territory country-code country-code -ipiranga Ipiranga Produtos de Petroleo S.A. generic generic -iq Iraq (Republic of) country-code country-code -ir Iran (Islamic Republic of) country-code country-code -irish Binky Moon, LLC generic generic -is Iceland country-code country-code -iselect iSelect Ltd generic generic -ismaili Fondation Aga Khan (Aga Khan Foundation) generic generic -ist Istanbul Metropolitan Municipality generic generic -istanbul Istanbul Metropolitan Municipality generic generic -it Italy (Italian Republic) country-code country-code -itau Itau Unibanco Holding S.A. generic generic -itv ITV Services Limited generic generic -iveco CNH Industrial N.V. generic generic -iwc Richemont DNS Inc. generic generic -jaguar Jaguar Land Rover Ltd generic generic -java Oracle Corporation generic generic -jcb JCB Co., Ltd. generic generic -jcp JCP Media, Inc. generic generic -je Jersey (Bailiwick of) country-code country-code -jeep FCA US LLC. generic generic -jetzt Binky Moon, LLC generic generic -jewelry Binky Moon, LLC generic generic -jio Affinity Names, Inc. generic generic -jlc Richemont DNS Inc. generic generic -jll Jones Lang LaSalle Incorporated generic generic -jm Jamaica (Commonwealth of) country-code country-code -jmp Matrix IP LLC generic generic -jnj Johnson & Johnson Services, Inc. generic generic -jo Jordan (Hashemite Kingdom of) country-code country-code -jobs Employment-related sites sponsored sponsored -joburg ZA Central Registry NPC trading as ZA Central Registry generic generic -jot Amazon Registry Services, Inc. generic generic -joy Amazon Registry Services, Inc. generic generic -jp Japan country-code country-code -jpmorgan JPMorgan Chase Bank, National Association generic generic -jprs Japan Registry Services Co., Ltd. generic generic -juegos Uniregistry, Corp. generic generic -juniper JUNIPER NETWORKS, INC. generic generic -kaufen United TLD Holdco Ltd. generic generic -kddi KDDI CORPORATION generic generic -ke Kenya (Republic of) country-code country-code -kerryhotels Kerry Trading Co. Limited generic generic -kerrylogistics Kerry Trading Co. Limited generic generic -kerryproperties Kerry Trading Co. Limited generic generic -kfh Kuwait Finance House generic generic -kg Kyrgyzstan (Kyrgyz Republic) country-code country-code -kh Cambodia (Kingdom of) country-code country-code -ki Kiribati (Republic of) country-code country-code -kia KIA MOTORS CORPORATION generic generic -kim Afilias plc generic generic -kinder Ferrero Trading Lux S.A. generic generic -kindle Amazon Registry Services, Inc. generic generic -kitchen Binky Moon, LLC generic generic -kiwi DOT KIWI LIMITED generic generic -km Comoros (Union of the) country-code country-code -kn Saint Kitts and Nevis (Federation of) country-code country-code -koeln dotKoeln GmbH generic generic -komatsu Komatsu Ltd. generic generic -kosher Kosher Marketing Assets LLC generic generic -kp Korea (Democratic People's Republic of) [North Korea] country-code country-code -kpmg KPMG International Cooperative (KPMG International Genossenschaft) generic generic -kpn Koninklijke KPN N.V. generic generic -kr Korea (Republic of) [South Korea] country-code country-code -krd KRG Department of Information Technology generic generic -kred KredTLD Pty Ltd generic generic -kuokgroup Kerry Trading Co. Limited generic generic -kw Kuwait (State of Kuwait) country-code country-code -ky Cayman Islands country-code country-code -kyoto Academic Institution: Kyoto Jyoho Gakuen generic generic -kz Kazakhstan (Republic of) country-code country-code -la Laos (Lao People's Democratic Republic) country-code country-code -lacaixa CAIXA D'ESTALVIS I PENSIONS DE BARCELONA generic generic -ladbrokes LADBROKES INTERNATIONAL PLC generic generic -lamborghini Automobili Lamborghini S.p.A. generic generic -lamer The Estée Lauder Companies Inc. generic generic -lancaster LANCASTER generic generic -lancia Fiat Chrysler Automobiles N.V. generic generic -lancome L'Oréal generic generic -land Binky Moon, LLC generic generic -landrover Jaguar Land Rover Ltd generic generic -lanxess LANXESS Corporation generic generic -lasalle Jones Lang LaSalle Incorporated generic generic -lat ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico generic generic -latino Dish DBS Corporation generic generic -latrobe La Trobe University generic generic -law Minds + Machines Group Limited generic generic -lawyer United TLD Holdco, Ltd generic generic -lb Lebanon (Lebanese Republic) country-code country-code -lc Saint Lucia country-code country-code -lds IRI Domain Management, LLC generic generic -lease Binky Moon, LLC generic generic -leclerc A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc generic generic -lefrak LeFrak Organization, Inc. generic generic -legal Binky Moon, LLC generic generic -lego LEGO Juris A/S generic generic -lexus TOYOTA MOTOR CORPORATION generic generic -lgbt Afilias plc generic generic -li Liechtenstein (Principality of) country-code country-code -liaison Liaison Technologies, Incorporated generic generic -lidl Schwarz Domains und Services GmbH & Co. KG generic generic -life Binky Moon, LLC generic generic -lifeinsurance American Council of Life Insurers generic generic -lifestyle Lifestyle Domain Holdings, Inc. generic generic -lighting Binky Moon, LLC generic generic -like Amazon Registry Services, Inc. generic generic -lilly Eli Lilly and Company generic generic -limited Binky Moon, LLC generic generic -limo Binky Moon, LLC generic generic -lincoln Ford Motor Company generic generic -linde Linde Aktiengesellschaft generic generic -link Uniregistry, Corp. generic generic -lipsy Lipsy Ltd generic generic -live United TLD Holdco Ltd. generic generic -living Lifestyle Domain Holdings, Inc. generic generic -lixil LIXIL Group Corporation generic generic -lk Sri Lanka (Democratic Socialist Republic of) country-code country-code -llc Afilias plc generic generic -loan dot Loan Limited generic generic -loans Binky Moon, LLC generic generic -locker Dish DBS Corporation generic generic -locus Locus Analytics LLC generic generic -loft Annco, Inc. generic generic -lol Uniregistry, Corp. generic generic -london Dot London Domains Limited generic generic -lotte Lotte Holdings Co., Ltd. generic generic -lotto Afilias plc generic generic -love Merchant Law Group LLP generic generic -lpl LPL Holdings, Inc. generic generic -lplfinancial LPL Holdings, Inc. generic generic -lr Liberia (Republic of) country-code country-code -ls Lesotho (Kingdom of) country-code country-code -lt Lithuania (Republic of) country-code country-code -ltd Binky Moon, LLC generic generic -ltda InterNetX Corp. generic generic -lu Luxembourg (Grand Duchy of) country-code country-code -lundbeck H. Lundbeck A/S generic generic -lupin LUPIN LIMITED generic generic -luxe Top Level Domain Holdings Limited generic generic -luxury Luxury Partners LLC generic generic -lv Latvia (Republic of) country-code country-code -ly Libya country-code country-code -ma Morocco country-code country-code -macys Macys, Inc. generic generic -madrid Comunidad de Madrid generic generic -maif Mutuelle Assurance Instituteur France (MAIF) generic generic -maison Binky Moon, LLC generic generic -makeup L'Oréal generic generic -man MAN SE generic generic -management Binky Moon, LLC generic generic -mango PUNTO FA S.L. generic generic -map Charleston Road Registry Inc. generic generic -market United TLD Holdco, Ltd generic generic -marketing Binky Moon, LLC generic generic -markets DOTMARKETS REGISTRY LTD generic generic -marriott Marriott Worldwide Corporation generic generic -marshalls The TJX Companies, Inc. generic generic -maserati Fiat Chrysler Automobiles N.V. generic generic -mattel Mattel Sites, Inc. generic generic -mba Binky Moon, LLC generic generic -mc Monaco (Principality of) country-code country-code -mcd Not assigned generic generic -mcdonalds Not assigned generic generic -mckinsey McKinsey Holdings, Inc. generic generic -md Moldova (Republic of) country-code country-code -me Montenegro country-code country-code -med Medistry LLC generic generic -media Binky Moon, LLC generic generic -meet Charleston Road Registry Inc. generic generic -melbourne The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation generic generic -meme Charleston Road Registry Inc. generic generic -memorial Dog Beach, LLC generic generic -men Exclusive Registry Limited generic generic -menu Wedding TLD2, LLC generic generic -meo Not assigned generic generic -merckmsd MSD Registry Holdings, Inc. generic generic -metlife MetLife Services and Solutions, LLC generic generic -mf Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr} country-code country-code -mg Madagascar (Republic of) country-code country-code -mh Marshall Islands (Republic of the) country-code country-code -miami Top Level Domain Holdings Limited generic generic -microsoft Microsoft Corporation generic generic -mil US military sponsored sponsored -mini Bayerische Motoren Werke Aktiengesellschaft generic generic -mint Intuit Administrative Services, Inc. generic generic -mit Massachusetts Institute of Technology generic generic -mitsubishi Mitsubishi Corporation generic generic -mk Macedonia (Republic of) country-code country-code -ml Mali (Republic of) country-code country-code -mlb MLB Advanced Media DH, LLC generic generic -mls The Canadian Real Estate Association generic generic -mm Myanmar (Republic of the Union of) [Burma] country-code country-code -mma MMA IARD generic generic -mn Mongolia country-code country-code -mo Macau (Macau Special Administrative Region of the People's Republic of China) [Macao] country-code country-code -mobi Mobile generic generic -mobile Dish DBS Corporation generic generic -mobily GreenTech Consultancy Company W.L.L. generic generic -moda United TLD Holdco Ltd. generic generic -moe Interlink Co., Ltd. generic generic -moi Amazon Registry Services, Inc. generic generic -mom Uniregistry, Corp. generic generic -monash Monash University generic generic -money Binky Moon, LLC generic generic -monster Monster Worldwide, Inc. generic generic -montblanc Not assigned generic generic -mopar FCA US LLC. generic generic -mormon "IRI Domain Management, LLC (""Applicant"")" generic generic -mortgage United TLD Holdco, Ltd generic generic -moscow Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID) generic generic -moto Motorola Trademark Holdings, LLC generic generic -motorcycles DERMotorcycles, LLC generic generic -mov Charleston Road Registry Inc. generic generic -movie Binky Moon, LLC generic generic -movistar Telefónica S.A. generic generic -mp Northern Mariana Islands (Commonwealth of the) country-code country-code -mq Martinique country-code country-code -mr Mauritania (Islamic Republic of) country-code country-code -ms Montserrat country-code country-code -msd MSD Registry Holdings, Inc. generic generic -mt Malta (Republic of) country-code country-code -mtn MTN Dubai Limited generic generic -mtpc Retired generic generic -mtr MTR Corporation Limited generic generic -mu Mauritius (Republic of) country-code country-code -museum Museums sponsored sponsored -mutual Northwestern Mutual MU TLD Registry, LLC generic generic -mutuelle Retired generic generic -mv Maldives (Republic of) country-code country-code -mw Malawi (Republic of) country-code country-code -mx Mexico (United Mexican States) country-code country-code -my Malaysia country-code country-code -mz Mozambique (Republic of) country-code country-code -na Namibia (Republic of) country-code country-code -nab National Australia Bank Limited generic generic -nadex Nadex Domains, Inc generic generic -nagoya GMO Registry, Inc. generic generic -name Individuals generic-restricted generic-restricted -nationwide Nationwide Mutual Insurance Company generic generic -natura NATURA COSMÉTICOS S.A. generic generic -navy United TLD Holdco Ltd. generic generic -nba NBA REGISTRY, LLC generic generic -nc New Caledonia country-code country-code -ne Niger (Republic of) country-code country-code -nec NEC Corporation generic generic -net Network generic generic -netbank COMMONWEALTH BANK OF AUSTRALIA generic generic -netflix Netflix, Inc. generic generic -network Binky Moon, LLC generic generic -neustar NeuStar, Inc. generic generic -new Charleston Road Registry Inc. generic generic -newholland CNH Industrial N.V. generic generic -news United TLD Holdco Ltd. generic generic -next Next plc generic generic -nextdirect Next plc generic generic -nexus Charleston Road Registry Inc. generic generic -nf Norfolk Island (Territory of) country-code country-code -nfl NFL Reg Ops LLC generic generic -ng Nigeria (Federal Republic of) country-code country-code -ngo Public Interest Registry generic generic -nhk Japan Broadcasting Corporation (NHK) generic generic -ni Nicaragua (Republic of) country-code country-code -nico DWANGO Co., Ltd. generic generic -nike NIKE, Inc. generic generic -nikon NIKON CORPORATION generic generic -ninja United TLD Holdco Ltd. generic generic -nissan NISSAN MOTOR CO., LTD. generic generic -nissay Nippon Life Insurance Company generic generic -nl Netherlands country-code country-code -no Norway (Kingdom of) country-code country-code -nokia Nokia Corporation generic generic -northwesternmutual Northwestern Mutual Registry, LLC generic generic -norton Symantec Corporation generic generic -now Amazon Registry Services, Inc. generic generic -nowruz Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic generic -nowtv Starbucks (HK) Limited generic generic -np Nepal (Federal Democratic Republic of) country-code country-code -nr Nauru (Republic of) country-code country-code -nra NRA Holdings Company, INC. generic generic -nrw Minds + Machines GmbH generic generic -ntt NIPPON TELEGRAPH AND TELEPHONE CORPORATION generic generic -nu Niue country-code country-code -nyc The City of New York by and through the New York City Department of Information Technology & Telecommunications generic generic -nz New Zealand country-code country-code -obi OBI Group Holding SE & Co. KGaA generic generic -observer Top Level Spectrum, Inc. generic generic -off Johnson Shareholdings, Inc. generic generic -office Microsoft Corporation generic generic -okinawa BRregistry, Inc. generic generic -olayan Crescent Holding GmbH generic generic -olayangroup Crescent Holding GmbH generic generic -oldnavy The Gap, Inc. generic generic -ollo Dish DBS Corporation generic generic -om Oman (Sultanate of) country-code country-code -omega The Swatch Group Ltd generic generic -one One.com A/S generic generic -ong Public Interest Registry generic generic -onl I-REGISTRY Ltd., Niederlassung Deutschland generic generic -online DotOnline Inc. generic generic -onyourside Nationwide Mutual Insurance Company generic generic -ooo INFIBEAM INCORPORATION LIMITED generic generic -open American Express Travel Related Services Company, Inc. generic generic -oracle Oracle Corporation generic generic -orange Orange Brand Services Limited generic generic -org Non-profit organizations generic generic -organic Afilias plc generic generic -orientexpress Retired generic generic -origins The Estée Lauder Companies Inc. generic generic -osaka Osaka Registry Co., Ltd. generic generic -otsuka Otsuka Holdings Co., Ltd. generic generic -ott Dish DBS Corporation generic generic -ovh OVH SAS generic generic -pa Panama (Republic of) country-code country-code -page Charleston Road Registry Inc. generic generic -pamperedchef Not assigned generic generic -panasonic Panasonic Corporation generic generic -panerai Richemont DNS Inc. generic generic -paris City of Paris generic generic -pars Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic generic -partners Binky Moon, LLC generic generic -parts Binky Moon, LLC generic generic -party Blue Sky Registry Limited generic generic -passagens Travel Reservations SRL generic generic -pay Amazon Registry Services, Inc. generic generic -pccw PCCW Enterprises Limited generic generic -pe Peru (Republic of) country-code country-code -pet Afilias plc generic generic -pf French Polynesia and Clipperton Island country-code country-code -pfizer Pfizer Inc. generic generic -pg Papua New Guinea (Independent State of) country-code country-code -ph Philippines (Republic of the) country-code country-code -pharmacy National Association of Boards of Pharmacy generic generic -phd Charleston Road Registry Inc. generic generic -philips Koninklijke Philips N.V. generic generic -phone Dish DBS Corporation generic generic -photo Uniregistry, Corp. generic generic -photography Binky Moon, LLC generic generic -photos Binky Moon, LLC generic generic -physio PhysBiz Pty Ltd generic generic -piaget Richemont DNS Inc. generic generic -pics Uniregistry, Corp. generic generic -pictet Pictet Europe S.A. generic generic -pictures Binky Moon, LLC generic generic -pid Top Level Spectrum, Inc. generic generic -pin Amazon Registry Services, Inc. generic generic -ping Ping Registry Provider, Inc. generic generic -pink Afilias plc generic generic -pioneer Pioneer Corporation generic generic -pizza Binky Moon, LLC generic generic -pk Pakistan (Islamic Republic of) country-code country-code -pl Poland (Republic of) country-code country-code -place Binky Moon, LLC generic generic -play Charleston Road Registry Inc. generic generic -playstation Sony Computer Entertainment Inc. generic generic -plumbing Binky Moon, LLC generic generic -plus Binky Moon, LLC generic generic -pm Saint Pierre and Miquelon country-code country-code -pn Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands) country-code country-code -pnc PNC Domain Co., LLC generic generic -pohl Deutsche Vermögensberatung Aktiengesellschaft DVAG generic generic -poker Afilias plc generic generic -politie Politie Nederland generic generic -porn ICM Registry PN LLC generic generic -post Universal Postal Union sponsored sponsored -pr Puerto Rico (Commonwealth of) country-code country-code -pramerica Prudential Financial, Inc. generic generic -praxi Praxi S.p.A. generic generic -press DotPress Inc. generic generic -prime Amazon Registry Services, Inc. generic generic -pro Profession generic-restricted generic-restricted -prod Charleston Road Registry Inc. generic generic -productions Binky Moon, LLC generic generic -prof Charleston Road Registry Inc. generic generic -progressive Progressive Casualty Insurance Company generic generic -promo Afilias plc generic generic -properties Binky Moon, LLC generic generic -property Uniregistry, Corp. generic generic -protection XYZ.COM LLC generic generic -pru Prudential Financial, Inc. generic generic -prudential Prudential Financial, Inc. generic generic -ps Palestine (State of) country-code country-code -pt Portugal (Portuguese Republic) country-code country-code -pub United TLD Holdco Ltd. generic generic -pw Palau (Republic of) country-code country-code -pwc PricewaterhouseCoopers LLP generic generic -py Paraguay (Republic of) country-code country-code -qa Qatar (State of) country-code country-code -qpon dotCOOL, Inc. generic generic -quebec PointQuébec Inc generic generic -quest Quest ION Limited generic generic -qvc QVC, Inc. generic generic -racing Premier Registry Limited generic generic -radio European Broadcasting Union (EBU) generic generic -raid Johnson Shareholdings, Inc. generic generic -re Réunion country-code country-code -read Amazon Registry Services, Inc. generic generic -realestate dotRealEstate LLC generic generic -realtor Real Estate Domains LLC generic generic -realty Fegistry, LLC generic generic -recipes Binky Moon, LLC generic generic -red Afilias plc generic generic -redstone Redstone Haute Couture Co., Ltd. generic generic -redumbrella Travelers TLD, LLC generic generic -rehab United TLD Holdco Ltd. generic generic -reise Binky Moon, LLC generic generic -reisen Binky Moon, LLC generic generic -reit National Association of Real Estate Investment Trusts, Inc. generic generic -reliance Reliance Industries Limited generic generic -ren Beijing Qianxiang Wangjing Technology Development Co., Ltd. generic generic -rent XYZ.COM LLC generic generic -rentals Binky Moon, LLC generic generic -repair Binky Moon, LLC generic generic -report Binky Moon, LLC generic generic -republican United TLD Holdco Ltd. generic generic -rest Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable generic generic -restaurant Binky Moon, LLC generic generic -review dot Review Limited generic generic -reviews United TLD Holdco, Ltd. generic generic -rexroth Robert Bosch GMBH generic generic -rich I-REGISTRY Ltd., Niederlassung Deutschland generic generic -richardli Pacific Century Asset Management (HK) Limited generic generic -ricoh Ricoh Company, Ltd. generic generic -rightathome Johnson Shareholdings, Inc. generic generic -ril Reliance Industries Limited generic generic -rio Empresa Municipal de Informática SA - IPLANRIO generic generic -rip United TLD Holdco Ltd. generic generic -rmit Royal Melbourne Institute of Technology generic generic -ro Romania country-code country-code -rocher Ferrero Trading Lux S.A. generic generic -rocks United TLD Holdco, LTD. generic generic -rodeo Top Level Domain Holdings Limited generic generic -rogers Rogers Communications Canada Inc. generic generic -room Amazon Registry Services, Inc. generic generic -rs Serbia (Republic of) country-code country-code -rsvp Charleston Road Registry Inc. generic generic -ru Russia (Russian Federation) country-code country-code -rugby World Rugby Strategic Developments Limited generic generic -ruhr regiodot GmbH & Co. KG generic generic -run Binky Moon, LLC generic generic -rw Rwanda (Republic of) country-code country-code -rwe RWE AG generic generic -ryukyu BRregistry, Inc. generic generic -sa Saudi Arabia (Kingdom of) country-code country-code -saarland dotSaarland GmbH generic generic -safe Amazon Registry Services, Inc. generic generic -safety Safety Registry Services, LLC. generic generic -sakura SAKURA Internet Inc. generic generic -sale United TLD Holdco, Ltd generic generic -salon Binky Moon, LLC generic generic -samsclub Wal-Mart Stores, Inc. generic generic -samsung SAMSUNG SDS CO., LTD generic generic -sandvik Sandvik AB generic generic -sandvikcoromant Sandvik AB generic generic -sanofi Sanofi generic generic -sap SAP AG generic generic -sapo Not assigned generic generic -sarl Binky Moon, LLC generic generic -sas Research IP LLC generic generic -save Amazon Registry Services, Inc. generic generic -saxo Saxo Bank A/S generic generic -sb Solomon Islands country-code country-code -sbi STATE BANK OF INDIA generic generic -sbs SPECIAL BROADCASTING SERVICE CORPORATION generic generic -sc Seychelles (Republic of) country-code country-code -sca SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ) generic generic -scb "The Siam Commercial Bank Public Company Limited (""SCB"")" generic generic -schaeffler Schaeffler Technologies AG & Co. KG generic generic -schmidt SALM S.A.S. generic generic -scholarships Scholarships.com, LLC generic generic -school Binky Moon, LLC generic generic -schule Binky Moon, LLC generic generic -schwarz Schwarz Domains und Services GmbH & Co. KG generic generic -science dot Science Limited generic generic -scjohnson Johnson Shareholdings, Inc. generic generic -scor SCOR SE generic generic -scot Dot Scot Registry Limited generic generic -sd Sudan (Republic of) country-code country-code -se Sweden (Kingdom of) country-code country-code -search Charleston Road Registry Inc. generic generic -seat SEAT, S.A. (Sociedad Unipersonal) generic generic -secure Amazon Registry Services, Inc. generic generic -security XYZ.COM LLC generic generic -seek Seek Limited generic generic -select iSelect Ltd generic generic -sener Sener Ingeniería y Sistemas, S.A. generic generic -services Binky Moon, LLC generic generic -ses SES generic generic -seven Seven West Media Ltd generic generic -sew SEW-EURODRIVE GmbH & Co KG generic generic -sex ICM Registry SX LLC generic generic -sexy Uniregistry, Corp. generic generic -sfr Societe Francaise du Radiotelephone - SFR generic generic -sg Singapore (Republic of) country-code country-code -sh Saint Helena country-code country-code -shangrila Shangri‐La International Hotel Management Limited generic generic -sharp Sharp Corporation generic generic -shaw Shaw Cablesystems G.P. generic generic -shell Shell Information Technology International Inc generic generic -shia Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic generic -shiksha Afilias plc generic generic -shoes Binky Moon, LLC generic generic -shop GMO Registry, Inc. generic generic -shopping Binky Moon, LLC generic generic -shouji QIHOO 360 TECHNOLOGY CO. LTD. generic generic -show Binky Moon, LLC generic generic -showtime CBS Domains Inc. generic generic -shriram Shriram Capital Ltd. generic generic -si Slovenia (Republic of) country-code country-code -silk Amazon Registry Services, Inc. generic generic -sina Sina Corporation generic generic -singles Binky Moon, LLC generic generic -site DotSite Inc. generic generic -sj Svalbard and Jan Mayen {not in use - see also: .no} country-code country-code -sk Slovakia (Slovak Republic) country-code country-code -ski STARTING DOT LIMITED generic generic -skin L'Oréal generic generic -sky Sky International AG generic generic -skype Microsoft Corporation generic generic -sl Sierra Leone (Republic of) country-code country-code -sling Hughes Satellite Systems Corporation generic generic -sm San Marino (Republic of) country-code country-code -smart Smart Communications, Inc. (SMART) generic generic -smile Amazon Registry Services, Inc. generic generic -sn Senegal (Republic of) country-code country-code -sncf SNCF (Société Nationale des Chemins de fer Francais) generic generic -so Somalia (Federal Republic of) country-code country-code -soccer Binky Moon, LLC generic generic -social United TLD Holdco Ltd. generic generic -softbank SoftBank Group Corp. generic generic -software United TLD Holdco, Ltd generic generic -sohu Sohu.com Limited generic generic -solar Binky Moon, LLC generic generic -solutions Binky Moon, LLC generic generic -song Amazon Registry Services, Inc. generic generic -sony Sony Corporation generic generic -soy Charleston Road Registry Inc. generic generic -space DotSpace Inc. generic generic -spiegel SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG generic generic -sport Global Association of International Sports Federations (GAISF) generic generic -spot Amazon Registry Services, Inc. generic generic -spreadbetting DOTSPREADBETTING REGISTRY LTD generic generic -sr Suriname (Republic of) country-code country-code -srl InterNetX Corp. generic generic -srt FCA US LLC. generic generic -ss South Sudan (Republic of) country-code country-code -st São Tomé and Príncipe (Democratic Republic of) country-code country-code -stada STADA Arzneimittel AG generic generic -staples Staples, Inc. generic generic -star Star India Private Limited generic generic -starhub StarHub Limited generic generic -statebank STATE BANK OF INDIA generic generic -statefarm State Farm Mutual Automobile Insurance Company generic generic -statoil Statoil ASA generic generic -stc Saudi Telecom Company generic generic -stcgroup Saudi Telecom Company generic generic -stockholm Stockholms kommun generic generic -storage XYZ.COM LLC generic generic -store DotStore Inc. generic generic -stream dot Stream Limited generic generic -studio United TLD Holdco Ltd. generic generic -study OPEN UNIVERSITIES AUSTRALIA PTY LTD generic generic -style Binky Moon, LLC generic generic -su Soviet Union (Union of Soviet Socialist Republics) country-code country-code -sucks Vox Populi Registry Ltd. generic generic -supplies Binky Moon, LLC generic generic -supply Binky Moon, LLC generic generic -support Binky Moon, LLC generic generic -surf Top Level Domain Holdings Limited generic generic -surgery Binky Moon, LLC generic generic -suzuki SUZUKI MOTOR CORPORATION generic generic -sv El Salvador (Republic of) country-code country-code -swatch The Swatch Group Ltd generic generic -swiftcover Swiftcover Insurance Services Limited generic generic -swiss Swiss Confederation generic generic -sx Sint Maarten country-code country-code -sy Syria (Syrian Arab Republic) country-code country-code -sydney State of New South Wales, Department of Premier and Cabinet generic generic -symantec Symantec Corporation generic generic -systems Binky Moon, LLC generic generic -sz Swaziland (Kingdom of) country-code country-code -tab Tabcorp Holdings Limited generic generic -taipei Taipei City Government generic generic -talk Amazon Registry Services, Inc. generic generic -taobao Alibaba Group Holding Limited generic generic -target Target Domain Holdings, LLC generic generic -tatamotors Tata Motors Ltd generic generic -tatar "Limited Liability Company ""Coordination Center of Regional Domain of Tatarstan Republic""" generic generic -tattoo Uniregistry, Corp. generic generic -tax Binky Moon, LLC generic generic -taxi Binky Moon, LLC generic generic -tc Turks and Caicos Islands country-code country-code -tci Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic generic -td Chad (Republic of) country-code country-code -tdk TDK Corporation generic generic -team Binky Moon, LLC generic generic -tech Dot Tech LLC generic generic -technology Binky Moon, LLC generic generic -tel Telephone sponsored sponsored -telecity TelecityGroup International Limited generic generic -telefonica Telefónica S.A. generic generic -temasek Temasek Holdings (Private) Limited generic generic -tennis Binky Moon, LLC generic generic -teva Teva Pharmaceutical Industries Limited generic generic -tf French Southern and Antarctic Lands (Territory of the) country-code country-code -tg Togo (Togolese Republic) country-code country-code -th Thailand (Kingdom of) country-code country-code -thd Home Depot Product Authority, LLC generic generic -theater Binky Moon, LLC generic generic -theatre XYZ.COM LLC generic generic -tiaa Teachers Insurance and Annuity Association of America generic generic -tickets Accent Media Limited generic generic -tienda Binky Moon, LLC generic generic -tiffany Tiffany and Company generic generic -tips Binky Moon, LLC generic generic -tires Binky Moon, LLC generic generic -tirol punkt Tirol GmbH generic generic -tj Tajikistan (Republic of) country-code country-code -tjmaxx The TJX Companies, Inc. generic generic -tjx The TJX Companies, Inc. generic generic -tk Tokelau country-code country-code -tkmaxx The TJX Companies, Inc. generic generic -tl Timor-Leste (Democratic Republic of) [East Timor] country-code country-code -tm Turkmenistan country-code country-code -tmall Alibaba Group Holding Limited generic generic -tn Tunisia (Republic of) country-code country-code -to Tonga (Kingdom of) country-code country-code -today Binky Moon, LLC generic generic -tokyo GMO Registry, Inc. generic generic -tools Binky Moon, LLC generic generic -top Jiangsu Bangning Science & Technology Co.,Ltd. generic generic -toray Toray Industries, Inc. generic generic -toshiba TOSHIBA Corporation generic generic -total Total SA generic generic -tours Binky Moon, LLC generic generic -town Binky Moon, LLC generic generic -toyota TOYOTA MOTOR CORPORATION generic generic -toys Binky Moon, LLC generic generic -tp Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl} country-code country-code -tr Turkey (Republic of) country-code country-code -trade Elite Registry Limited generic generic -trading DOTTRADING REGISTRY LTD generic generic -training Binky Moon, LLC generic generic -travel Travel sponsored sponsored -travelchannel Lifestyle Domain Holdings, Inc. generic generic -travelers Travelers TLD, LLC generic generic -travelersinsurance Travelers TLD, LLC generic generic -trust Artemis Internet Inc generic generic -trv Travelers TLD, LLC generic generic -tt Trinidad and Tobago (Republic of) country-code country-code -tube Latin American Telecom LLC generic generic -tui TUI AG generic generic -tunes Amazon Registry Services, Inc. generic generic -tushu Amazon Registry Services, Inc. generic generic -tv Tuvalu country-code country-code -tvs T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED generic generic -tw Taiwan (Republic of China) country-code country-code -tz Tanzania (United Republic of) country-code country-code -ua Ukraine country-code country-code -ubank National Australia Bank Limited generic generic -ubs UBS AG generic generic -uconnect FCA US LLC. generic generic -ug Uganda (Republic of) country-code country-code -uk United Kingdom (United Kingdom of Great Britain and Northern Ireland) country-code country-code -um United States Minor Outlying Islands {formerly - retired 2010 - see also: .us} country-code country-code -unicom China United Network Communications Corporation Limited generic generic -university Binky Moon, LLC generic generic -uno Dot Latin LLC generic generic -uol UBN INTERNET LTDA. generic generic -ups UPS Market Driver, Inc. generic generic -us United States of America and United States Minor Outlying Islands country-code country-code -uy Uruguay (Oriental Republic of) country-code country-code -uz Uzbekistan (Republic of) country-code country-code -va Vatican City (Vatican City State) country-code country-code -vacations Binky Moon, LLC generic generic -vana Lifestyle Domain Holdings, Inc. generic generic -vanguard The Vanguard Group, Inc. generic generic -vc Saint Vincent and the Grenadines country-code country-code -ve Venezuela (Bolivarian Republic of) country-code country-code -vegas Dot Vegas, Inc. generic generic -ventures Binky Moon, LLC generic generic -verisign VeriSign, Inc. generic generic -versicherung TLD-BOX Registrydienstleistungen GmbH generic generic -vet United TLD Holdco, Ltd generic generic -vg British Virgin Islands (Virgin Islands) country-code country-code -vi United States Virgin Islands (United States Virgin Islands) country-code country-code -viajes Binky Moon, LLC generic generic -video United TLD Holdco, Ltd generic generic -vig VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe generic generic -viking Viking River Cruises (Bermuda) Ltd. generic generic -villas Binky Moon, LLC generic generic -vin Binky Moon, LLC generic generic -vip Minds + Machines Group Limited generic generic -virgin Virgin Enterprises Limited generic generic -visa Visa Worldwide Pte. Limited generic generic -vision Binky Moon, LLC generic generic -vista Vistaprint Limited generic generic -vistaprint Vistaprint Limited generic generic -viva Saudi Telecom Company generic generic -vivo Telefonica Brasil S.A. generic generic -vlaanderen DNS.be vzw generic generic -vn Vietnam (Socialist Republic of) country-code country-code -vodka Top Level Domain Holdings Limited generic generic -volkswagen Volkswagen Group of America Inc. generic generic -volvo Volvo Holding Sverige Aktiebolag generic generic -vote Monolith Registry LLC generic generic -voting Valuetainment Corp. generic generic -voto Monolith Registry LLC generic generic -voyage Binky Moon, LLC generic generic -vu Vanuatu (Republic of) country-code country-code -vuelos Travel Reservations SRL generic generic -wales Nominet UK generic generic -walmart Wal-Mart Stores, Inc. generic generic -walter Sandvik AB generic generic -wang Zodiac Wang Limited generic generic -wanggou Amazon Registry Services, Inc. generic generic -warman Weir Group IP Limited generic generic -watch Binky Moon, LLC generic generic -watches Richemont DNS Inc. generic generic -weather International Business Machines Corporation generic generic -weatherchannel International Business Machines Corporation generic generic -webcam dot Webcam Limited generic generic -weber Saint-Gobain Weber SA generic generic -website DotWebsite Inc. generic generic -wed Emergency Back-End Registry Operator Program - ICANN generic generic -wedding Top Level Domain Holdings Limited generic generic -weibo Sina Corporation generic generic -weir Weir Group IP Limited generic generic -wf Wallis and Futuna (Territory of the Wallis and Futuna Islands) country-code country-code -whoswho Who's Who Registry generic generic -wien punkt.wien GmbH generic generic -wiki Top Level Design, LLC generic generic -williamhill William Hill Organization Limited generic generic -win First Registry Limited generic generic -windows Microsoft Corporation generic generic -wine Binky Moon, LLC generic generic -winners The TJX Companies, Inc. generic generic -wme William Morris Endeavor Entertainment, LLC generic generic -wolterskluwer Wolters Kluwer N.V. generic generic -woodside Woodside Petroleum Limited generic generic -work Top Level Domain Holdings Limited generic generic -works Binky Moon, LLC generic generic -world Binky Moon, LLC generic generic -wow Amazon Registry Services, Inc. generic generic -ws Samoa (Independent State of) country-code country-code -wtc World Trade Centers Association, Inc. generic generic -wtf Binky Moon, LLC generic generic -xbox Microsoft Corporation generic generic -xerox Xerox DNHC LLC generic generic -xfinity Comcast IP Holdings I, LLC generic generic -xihuan QIHOO 360 TECHNOLOGY CO. LTD. generic generic -xin Elegant Leader Limited generic generic -测试 Internet Assigned Numbers Authority test test -कॉम VeriSign Sarl generic generic -परीक्षा Internet Assigned Numbers Authority test test -セール Amazon Registry Services, Inc. generic generic -佛山 Guangzhou YU Wei Information Technology Co., Ltd. generic generic -ಭಾರತ National Internet eXchange of India country-code country-code -慈善 Excellent First Limited generic generic -集团 Eagle Horizon Limited generic generic -在线 TLD REGISTRY LIMITED generic generic -한국 KISA (Korea Internet & Security Agency) country-code country-code -ଭାରତ National Internet eXchange of India country-code country-code -大众汽车 Volkswagen (China) Investment Co., Ltd. generic generic -点看 VeriSign Sarl generic generic -คอม VeriSign Sarl generic generic -ভাৰত National Internet eXchange of India country-code country-code -ভারত National Internet Exchange of India country-code country-code -八卦 Zodiac Gemini Ltd generic generic -‏موقع‎ Suhub Electronic Establishment generic generic -বাংলা Posts and Telecommunications Division country-code country-code -公益 China Organizational Name Administration Center generic generic -公司 Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center) generic generic -香格里拉 Shangri‐La International Hotel Management Limited generic generic -网站 Global Website TLD Asia Limited generic generic -移动 Afilias plc generic generic -我爱你 Tycoon Treasure Limited generic generic -москва Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID) generic generic -испытание Internet Assigned Numbers Authority test test -қаз Association of IT Companies of Kazakhstan country-code country-code -католик Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) generic generic -онлайн CORE Association generic generic -сайт CORE Association generic generic -联通 China United Network Communications Corporation Limited generic generic -срб Serbian National Internet Domain Registry (RNIDS) country-code country-code -бг Imena.BG AD country-code country-code -бел Reliable Software, Ltd. country-code country-code -‏קום‎ VeriSign Sarl generic generic -时尚 RISE VICTORY LIMITED generic generic -微博 Sina Corporation generic generic -테스트 Internet Assigned Numbers Authority test test -淡马锡 Temasek Holdings (Private) Limited generic generic -ファッション Amazon Registry Services, Inc. generic generic -орг Public Interest Registry generic generic -नेट VeriSign Sarl generic generic -ストア Amazon Registry Services, Inc. generic generic -삼성 SAMSUNG SDS CO., LTD generic generic -சிங்கப்பூர் Singapore Network Information Centre (SGNIC) Pte Ltd country-code country-code -商标 HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED generic generic -商店 Binky Moon, LLC generic generic -商城 Zodiac Aquarius Limited generic generic -дети The Foundation for Network Initiatives “The Smart Internet” generic generic -мкд Macedonian Academic Research Network Skopje country-code country-code -‏טעסט‎ Internet Assigned Numbers Authority test test -ею EURid vzw/asbl country-code country-code -ポイント Amazon Registry Services, Inc. generic generic -新闻 Guangzhou YU Wei Information and Technology Co.,Ltd generic generic -工行 Industrial and Commercial Bank of China Limited generic generic -家電 Amazon Registry Services, Inc. generic generic -‏كوم‎ VeriSign Sarl generic generic -中文网 TLD REGISTRY LIMITED generic generic -中信 CITIC Group Corporation generic generic -中国 China Internet Network Information Center (CNNIC) country-code country-code -中國 China Internet Network Information Center (CNNIC) country-code country-code -娱乐 Binky Moon, LLC generic generic -谷歌 Charleston Road Registry Inc. generic generic -భారత్ National Internet Exchange of India country-code country-code -ලංකා LK Domain Registry country-code country-code -電訊盈科 PCCW Enterprises Limited generic generic -购物 Minds + Machines Group Limited generic generic -測試 Internet Assigned Numbers Authority test test -クラウド Amazon Registry Services, Inc. generic generic -ભારત National Internet Exchange of India country-code country-code -通販 Amazon Registry Services, Inc. generic generic -भारतम् National Internet eXchange of India country-code country-code -भारत National Internet Exchange of India country-code country-code -भारोत National Internet eXchange of India country-code country-code -‏آزمایشی‎ Internet Assigned Numbers Authority test test -பரிட்சை Internet Assigned Numbers Authority test test -网店 Zodiac Taurus Ltd. generic generic -संगठन Public Interest Registry generic generic -餐厅 HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED generic generic -网络 Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center) generic generic -ком VeriSign Sarl generic generic -укр Ukrainian Network Information Centre (UANIC), Inc. country-code country-code -香港 Hong Kong Internet Registration Corporation Ltd. country-code country-code -诺基亚 Nokia Corporation generic generic -食品 Amazon Registry Services, Inc. generic generic -δοκιμή Internet Assigned Numbers Authority test test -飞利浦 Koninklijke Philips N.V. generic generic -‏إختبار‎ Internet Assigned Numbers Authority test test -台湾 Taiwan Network Information Center (TWNIC) country-code country-code -台灣 Taiwan Network Information Center (TWNIC) country-code country-code -手表 Richemont DNS Inc. generic generic -手机 Beijing RITT-Net Technology Development Co., Ltd generic generic -мон Datacom Co.,Ltd country-code country-code -‏الجزائر‎ CERIST country-code country-code -‏عمان‎ Telecommunications Regulatory Authority (TRA) country-code country-code -‏ارامكو‎ Aramco Services Company generic generic -‏ایران‎ Institute for Research in Fundamental Sciences (IPM) country-code country-code -‏العليان‎ Crescent Holding GmbH generic generic -‏اتصالات‎ Emirates Telecommunications Corporation (trading as Etisalat) generic generic -‏امارات‎ Telecommunications Regulatory Authority (TRA) country-code country-code -‏بازار‎ CORE Association generic generic -‏موريتانيا‎ Not assigned country-code country-code -‏پاکستان‎ National Telecommunication Corporation country-code country-code -‏الاردن‎ National Information Technology Center (NITC) country-code country-code -‏موبايلي‎ GreenTech Consultancy Company W.L.L. generic generic -‏بارت‎ National Internet eXchange of India country-code country-code -‏بھارت‎ National Internet Exchange of India country-code country-code -‏المغرب‎ Agence Nationale de Réglementation des Télécommunications (ANRT) country-code country-code -‏ابوظبي‎ Abu Dhabi Systems and Information Centre generic generic -‏السعودية‎ Communications and Information Technology Commission country-code country-code -‏ڀارت‎ National Internet eXchange of India country-code country-code -‏كاثوليك‎ Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) generic generic -‏سودان‎ Sudan Internet Society country-code country-code -‏همراه‎ Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic generic -‏عراق‎ Communications and Media Commission (CMC) country-code country-code -‏مليسيا‎ MYNIC Berhad country-code country-code -澳門 Macao Post and Telecommunications Bureau (CTT) country-code country-code -닷컴 VeriSign Sarl generic generic -政府 Net-Chinese Co., Ltd. generic generic -‏شبكة‎ International Domain Registry Pty. Ltd. generic generic -‏بيتك‎ Kuwait Finance House generic generic -‏عرب‎ League of Arab States generic generic -გე Information Technologies Development Center (ITDC) country-code country-code -机构 Public Interest Registry generic generic -组织机构 Public Interest Registry generic generic -健康 Stable Tone Limited generic generic -ไทย Thai Network Information Center Foundation country-code country-code -‏سورية‎ National Agency for Network Services (NANS) country-code country-code -招聘 Dot Trademark TLD Holding Company Limited generic generic -рус Rusnames Limited generic generic -рф Coordination Center for TLD RU country-code country-code -珠宝 Richemont DNS Inc. generic generic -‏تونس‎ Agence Tunisienne d'Internet country-code country-code -大拿 VeriSign Sarl generic generic -みんな Charleston Road Registry Inc. generic generic -グーグル Charleston Road Registry Inc. generic generic -ελ ICS-FORTH GR country-code country-code -世界 Stable Tone Limited generic generic -書籍 Amazon Registry Services, Inc. generic generic -ഭാരതം National Internet eXchange of India country-code country-code -ਭਾਰਤ National Internet Exchange of India country-code country-code -网址 KNET Co., Ltd generic generic -닷넷 VeriSign Sarl generic generic -コム VeriSign Sarl generic generic -天主教 Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) generic generic -游戏 Binky Moon, LLC generic generic -vermögensberater Deutsche Vermögensberatung Aktiengesellschaft DVAG generic generic -vermögensberatung Deutsche Vermögensberatung Aktiengesellschaft DVAG generic generic -企业 Binky Moon, LLC generic generic -信息 Beijing Tele-info Network Technology Co., Ltd. generic generic -嘉里大酒店 Kerry Trading Co. Limited generic generic -嘉里 Kerry Trading Co. Limited generic generic -‏مصر‎ National Telecommunication Regulatory Authority - NTRA country-code country-code -‏قطر‎ Communications Regulatory Authority country-code country-code -广东 Guangzhou YU Wei Information Technology Co., Ltd. generic generic -இலங்கை LK Domain Registry country-code country-code -இந்தியா National Internet Exchange of India country-code country-code -հայ """Internet Society"" Non-governmental Organization" country-code country-code -新加坡 Singapore Network Information Centre (SGNIC) Pte Ltd country-code country-code -‏فلسطين‎ Ministry of Telecom & Information Technology (MTIT) country-code country-code -テスト Internet Assigned Numbers Authority test test -政务 China Organizational Name Administration Center generic generic -xperia Sony Mobile Communications AB generic generic -xxx Adult entertainment sponsored sponsored -xyz XYZ.COM LLC generic generic -yachts DERYachts, LLC generic generic -yahoo Yahoo! Domain Services Inc. generic generic -yamaxun Amazon Registry Services, Inc. generic generic -yandex YANDEX, LLC generic generic -ye Yemen (Republic of) country-code country-code -yodobashi YODOBASHI CAMERA CO.,LTD. generic generic -yoga Top Level Domain Holdings Limited generic generic -yokohama GMO Registry, Inc. generic generic -you Amazon Registry Services, Inc. generic generic -youtube Charleston Road Registry Inc. generic generic -yt Mayotte (Department of) country-code country-code -yun QIHOO 360 TECHNOLOGY CO. LTD. generic generic -za South Africa (Republic of) country-code country-code -zappos Amazon Registry Services, Inc. generic generic -zara Industria de Diseño Textil, S.A. (INDITEX, S.A.) generic generic -zero Amazon Registry Services, Inc. generic generic -zip Charleston Road Registry Inc. generic generic -zippo Zadco Company generic generic -zm Zambia (Republic of) country-code country-code -zone Binky Moon, LLC generic generic -zuerich Kanton Zürich (Canton of Zurich) generic generic -zw Zimbabwe (Republic of) country-code country-code +aaa American Automobile Association, Inc. generic +aarp AARP generic +abarth Fiat Chrysler Automobiles N.V. generic +abb ABB Ltd generic +abbott Abbott Laboratories, Inc. generic +abbvie AbbVie Inc. generic +abc Disney Enterprises, Inc. generic +able Able Inc. generic +abogado Top Level Domain Holdings Limited generic +abudhabi Abu Dhabi Systems and Information Centre generic +ac Ascension Island country-code +academy Binky Moon, LLC generic +accenture Accenture plc generic +accountant dot Accountant Limited generic +accountants Binky Moon, LLC generic +aco ACO Severin Ahlmann GmbH & Co. KG generic +active Active Network, LLC generic +actor United TLD Holdco Ltd. generic +ad Andorra (Principality of) country-code +adac Allgemeiner Deutscher Automobil-Club e.V. (ADAC) generic +ads Charleston Road Registry Inc. generic +adult ICM Registry AD LLC generic +ae United Arab Emirates country-code +aeg Aktiebolaget Electrolux generic +aero Air-transport industry sponsored +aetna Aetna Life Insurance Company generic +af Afghanistan (Islamic Republic of) country-code +afamilycompany Johnson Shareholdings, Inc. generic +afl Australian Football League generic +africa ZA Central Registry NPC trading as Registry.Africa generic +ag Antigua and Barbuda country-code +agakhan Fondation Aga Khan (Aga Khan Foundation) generic +agency Binky Moon, LLC generic +ai Anguilla country-code +aig American International Group, Inc. generic +aigo aigo Digital Technology Co,Ltd. generic +airbus Airbus S.A.S. generic +airforce United TLD Holdco Ltd. generic +airtel Bharti Airtel Limited generic +akdn Fondation Aga Khan (Aga Khan Foundation) generic +al Albania (Republic of) country-code +alfaromeo Fiat Chrysler Automobiles N.V. generic +alibaba Alibaba Group Holding Limited generic +alipay Alibaba Group Holding Limited generic +allfinanz Allfinanz Deutsche Vermögensberatung Aktiengesellschaft generic +allstate Allstate Fire and Casualty Insurance Company generic +ally Ally Financial Inc. generic +alsace REGION GRAND EST generic +alstom ALSTOM generic +am Armenia (Republic of) country-code +americanexpress American Express Travel Related Services Company, Inc. generic +americanfamily AmFam, Inc. generic +amex American Express Travel Related Services Company, Inc. generic +amfam AmFam, Inc. generic +amica Amica Mutual Insurance Company generic +amsterdam Gemeente Amsterdam generic +an Netherlands Antilles country-code +analytics Campus IP LLC generic +android Charleston Road Registry Inc. generic +anquan QIHOO 360 TECHNOLOGY CO. LTD. generic +anz Australia and New Zealand Banking Group Limited generic +ao Angola (Republic of) country-code +aol OATH Inc. generic +apartments Binky Moon, LLC generic +app Charleston Road Registry Inc. generic +apple Apple Inc. generic +aq Antarctica country-code +aquarelle Aquarelle.com generic +ar Argentina (Argentine Republic) country-code +arab League of Arab States generic +aramco Aramco Services Company generic +archi STARTING DOT LIMITED generic +army United TLD Holdco Ltd. generic +arpa Address and Routing Parameter Area infrastructure +art UK Creative Ideas Limited generic +arte Association Relative à la Télévision Européenne G.E.I.E. generic +as American Samoa country-code +asda Wal-Mart Stores, Inc. generic +asia Organisations and individuals in the Asia-Pacific region sponsored +associates Binky Moon, LLC generic +at Austria (Republic of) country-code +athleta The Gap, Inc. generic +attorney United TLD Holdco, Ltd generic +au Australia (Commonwealth of) country-code +auction United TLD HoldCo, Ltd. generic +audi AUDI Aktiengesellschaft generic +audible Amazon Registry Services, Inc. generic +audio Uniregistry, Corp. generic +auspost Australian Postal Corporation generic +author Amazon Registry Services, Inc. generic +auto Cars Registry Limited generic +autos DERAutos, LLC generic +avianca Aerovias del Continente Americano S.A. Avianca generic +aw Aruba country-code +aws Amazon Registry Services, Inc. generic +ax Åland Islands country-code +axa AXA SA generic +az Azerbaijan (Republic of) country-code +azure Microsoft Corporation generic +ba Bosnia and Herzegovina country-code +baby Johnson & Johnson Services, Inc. generic +baidu Baidu, Inc. generic +banamex Citigroup Inc. generic +bananarepublic The Gap, Inc. generic +band United TLD Holdco, Ltd generic +bank fTLD Registry Services, LLC generic +bar Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable generic +barcelona Municipi de Barcelona generic +barclaycard Barclays Bank PLC generic +barclays Barclays Bank PLC generic +barefoot Gallo Vineyards, Inc. generic +bargains Binky Moon, LLC generic +baseball MLB Advanced Media DH, LLC generic +basketball Fédération Internationale de Basketball (FIBA) generic +bauhaus Werkhaus GmbH generic +bayern Bayern Connect GmbH generic +bb Barbados country-code +bbc British Broadcasting Corporation generic +bbt BB&T Corporation generic +bbva BANCO BILBAO VIZCAYA ARGENTARIA, S.A. generic +bcg The Boston Consulting Group, Inc. generic +bcn Municipi de Barcelona generic +bd Bangladesh (People's Republic of) country-code +be Belgium (Kingdom of) country-code +beats Beats Electronics, LLC generic +beauty L'Oréal generic +beer Top Level Domain Holdings Limited generic +bentley Bentley Motors Limited generic +berlin dotBERLIN GmbH & Co. KG generic +best BestTLD Pty Ltd generic +bestbuy BBY Solutions, Inc. generic +bet Afilias plc generic +bf Burkina Faso country-code +bg Bulgaria (Republic of) country-code +bh Bahrain (Kingdom of) country-code +bharti Bharti Enterprises (Holding) Private Limited generic +bi Burundi (Republic of) country-code +bible American Bible Society generic +bid dot Bid Limited generic +bike Binky Moon, LLC generic +bing Microsoft Corporation generic +bingo Binky Moon, LLC generic +bio STARTING DOT LIMITED generic +biz Business generic-restricted +bj Benin (Republic of) country-code +bl Saint Barthélemy (Collectivity of) {unassigned - see also: .gp and .fr} country-code +black Afilias plc generic +blackfriday Uniregistry, Corp. generic +blanco BLANCO GmbH + Co KG generic +blockbuster Dish DBS Corporation generic +blog Knock Knock WHOIS There, LLC generic +bloomberg Bloomberg IP Holdings LLC generic +blue Afilias plc generic +bm Bermuda country-code +bms Bristol-Myers Squibb Company generic +bmw Bayerische Motoren Werke Aktiengesellschaft generic +bn Brunei (Nation of Brunei - the Abode of Peace) [Negara Brunei Darussalam] country-code +bnl Banca Nazionale del Lavoro generic +bnpparibas BNP Paribas generic +bo Bolivia (Plurinational State of) country-code +boats DERBoats, LLC generic +boehringer Boehringer Ingelheim International GmbH generic +bofa Bank of America Corporation generic +bom Núcleo de Informação e Coordenação do Ponto BR - NIC.br generic +bond Bond University Limited generic +boo Charleston Road Registry Inc. generic +book Amazon Registry Services, Inc. generic +booking Booking.com B.V. generic +boots Not assigned generic +bosch Robert Bosch GMBH generic +bostik Bostik SA generic +boston Boston TLD Management, LLC generic +bot Amazon Registry Services, Inc. generic +boutique Binky Moon, LLC generic +box NS1 Limited generic +bq Caribbean Netherlands [Bonaire - Sint Eustatius and Saba] {unassigned - see also: .an and .nl} country-code +br Brazil (Federative Republic of) country-code +bradesco Banco Bradesco S.A. generic +bridgestone Bridgestone Corporation generic +broadway Celebrate Broadway, Inc. generic +broker DOTBROKER REGISTRY LTD generic +brother Brother Industries, Ltd. generic +brussels DNS.be vzw generic +bs Bahamas (Commonwealth of the) country-code +bt Bhutan (Kingdom of) country-code +budapest Top Level Domain Holdings Limited generic +bugatti Bugatti International SA generic +build Plan Bee LLC generic +builders Binky Moon, LLC generic +business Binky Moon, LLC generic +buy Amazon Registry Services, INC generic +buzz DOTSTRATEGY CO. generic +bv Bouvet Island country-code +bw Botswana (Republic of) country-code +by Belarus (Republic of) country-code +bz Belize country-code +bzh Association www.bzh generic +ca Canada country-code +cab Binky Moon, LLC generic +cafe Binky Moon, LLC generic +cal Charleston Road Registry Inc. generic +call Amazon Registry Services, Inc. generic +calvinklein PVH gTLD Holdings LLC generic +cam AC Webconnecting Holding B.V. generic +camera Binky Moon, LLC generic +camp Binky Moon, LLC generic +cancerresearch Australian Cancer Research Foundation generic +canon Canon Inc. generic +capetown ZA Central Registry NPC trading as ZA Central Registry generic +capital Binky Moon, LLC generic +capitalone Capital One Financial Corporation generic +car Cars Registry Limited generic +caravan Caravan International, Inc. generic +cards Binky Moon, LLC generic +care Binky Moon, LLC generic +career dotCareer LLC generic +careers Binky Moon, LLC generic +cars Cars Registry Limited generic +cartier Richemont DNS Inc. generic +casa Top Level Domain Holdings Limited generic +case CNH Industrial N.V. generic +caseih CNH Industrial N.V. generic +cash Binky Moon, LLC generic +casino Binky Moon, LLC generic +cat Catalan sponsored +catering Binky Moon, LLC generic +catholic Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) generic +cba COMMONWEALTH BANK OF AUSTRALIA generic +cbn The Christian Broadcasting Network, Inc. generic +cbre CBRE, Inc. generic +cbs CBS Domains Inc. generic +cc Cocos (Keeling) Islands (Territory of the) country-code +cd Congo (Democratic Republic of the) [Congo-Kinshasa] country-code +ceb The Corporate Executive Board Company generic +center Binky Moon, LLC generic +ceo CEOTLD Pty Ltd generic +cern "European Organization for Nuclear Research (""CERN"")" generic +cf Central African Republic country-code +cfa CFA Institute generic +cfd DOTCFD REGISTRY LTD generic +cg Congo (Republic of) [Congo-Brazzaville] country-code +ch Switzerland (Swiss Confederation) country-code +chanel Chanel International B.V. generic +channel Charleston Road Registry Inc. generic +charity Corn Lake, LLC generic +chase JPMorgan Chase Bank, National Association generic +chat Binky Moon, LLC generic +cheap Binky Moon, LLC generic +chintai CHINTAI Corporation generic +chloe Not assigned generic +christmas Uniregistry, Corp. generic +chrome Charleston Road Registry Inc. generic +chrysler FCA US LLC. generic +church Binky Moon, LLC generic +ci Ivory Coast (Republic of Côte d'Ivoire) country-code +cipriani Hotel Cipriani Srl generic +circle Amazon Registry Services, Inc. generic +cisco Cisco Technology, Inc. generic +citadel Citadel Domain LLC generic +citi Citigroup Inc. generic +citic CITIC Group Corporation generic +city Binky Moon, LLC generic +cityeats Lifestyle Domain Holdings, Inc. generic +ck Cook Islands country-code +cl Chile (Republic of) country-code +claims Binky Moon, LLC generic +cleaning Binky Moon, LLC generic +click Uniregistry, Corp. generic +clinic Binky Moon, LLC generic +clinique The Estée Lauder Companies Inc. generic +clothing Binky Moon, LLC generic +cloud ARUBA PEC S.p.A. generic +club .CLUB DOMAINS, LLC generic +clubmed Club Méditerranée S.A. generic +cm Cameroon (Republic of) country-code +cn China (People's Republic of) country-code +co Colombia (Republic of) country-code +coach Binky Moon, LLC generic +codes Binky Moon, LLC generic +coffee Binky Moon, LLC generic +college XYZ.COM LLC generic +cologne dotKoeln GmbH generic +com Commercial organizations generic +comcast Comcast IP Holdings I, LLC generic +commbank COMMONWEALTH BANK OF AUSTRALIA generic +community Binky Moon, LLC generic +company Binky Moon, LLC generic +compare iSelect Ltd generic +computer Binky Moon, LLC generic +comsec VeriSign, Inc. generic +condos Binky Moon, LLC generic +construction Binky Moon, LLC generic +consulting United TLD Holdco, LTD. generic +contact Top Level Spectrum, Inc. generic +contractors Binky Moon, LLC generic +cooking Top Level Domain Holdings Limited generic +cookingchannel Lifestyle Domain Holdings, Inc. generic +cool Binky Moon, LLC generic +coop Cooperatives sponsored +corsica Collectivité Territoriale de Corse generic +country Top Level Domain Holdings Limited generic +coupon Amazon Registry Services, Inc. generic +coupons Binky Moon, LLC generic +courses OPEN UNIVERSITIES AUSTRALIA PTY LTD generic +cr Costa Rica (Republic of) country-code +credit Binky Moon, LLC generic +creditcard Binky Moon, LLC generic +creditunion CUNA Performance Resources, LLC generic +cricket dot Cricket Limited generic +crown Crown Equipment Corporation generic +crs Federated Co-operatives Limited generic +cruise Viking River Cruises (Bermuda) Ltd. generic +cruises Binky Moon, LLC generic +csc Alliance-One Services, Inc. generic +cu Cuba (Republic of) country-code +cuisinella SALM S.A.S. generic +cv Cape Verde (Republic of) country-code +cw Curaçao (Country of) country-code +cx Christmas Island (Territory of) country-code +cy Cyprus (Republic of) country-code +cymru Nominet UK generic +cyou Beijing Gamease Age Digital Technology Co., Ltd. generic +cz Czech Republic country-code +dabur Dabur India Limited generic +dad Charleston Road Registry Inc. generic +dance United TLD Holdco Ltd. generic +data Dish DBS Corporation generic +date dot Date Limited generic +dating Binky Moon, LLC generic +datsun NISSAN MOTOR CO., LTD. generic +day Charleston Road Registry Inc. generic +dclk Charleston Road Registry Inc. generic +dds Minds + Machines Group Limited generic +de Germany (Federal Republic of) country-code +deal Amazon Registry Services, Inc. generic +dealer Dealer Dot Com, Inc. generic +deals Binky Moon, LLC generic +degree United TLD Holdco, Ltd generic +delivery Binky Moon, LLC generic +dell Dell Inc. generic +deloitte Deloitte Touche Tohmatsu generic +delta Delta Air Lines, Inc. generic +democrat United TLD Holdco Ltd. generic +dental Binky Moon, LLC generic +dentist United TLD Holdco, Ltd generic +desi Desi Networks LLC generic +design Top Level Design, LLC generic +dev Charleston Road Registry Inc. generic +dhl Deutsche Post AG generic +diamonds Binky Moon, LLC generic +diet Uniregistry, Corp. generic +digital Binky Moon, LLC generic +direct Binky Moon, LLC generic +directory Binky Moon, LLC generic +discount Binky Moon, LLC generic +discover Discover Financial Services generic +dish Dish DBS Corporation generic +diy Lifestyle Domain Holdings, Inc. generic +dj Djibouti (Republic of) country-code +dk Denmark (Kingdom of) country-code +dm Dominica (Commonwealth of) country-code +dnp Dai Nippon Printing Co., Ltd. generic +do Dominican Republic country-code +docs Charleston Road Registry Inc. generic +doctor Binky Moon, LLC generic +dodge FCA US LLC. generic +dog Binky Moon, LLC generic +doha Communications Regulatory Authority (CRA) generic +domains Binky Moon, LLC generic +doosan Retired generic +dot Dish DBS Corporation generic +download dot Support Limited generic +drive Charleston Road Registry Inc. generic +dtv Dish DBS Corporation generic +dubai Dubai Smart Government Department generic +duck Johnson Shareholdings, Inc. generic +dunlop The Goodyear Tire & Rubber Company generic +duns The Dun & Bradstreet Corporation generic +dupont E. I. du Pont de Nemours and Company generic +durban ZA Central Registry NPC trading as ZA Central Registry generic +dvag Deutsche Vermögensberatung Aktiengesellschaft DVAG generic +dvr Hughes Satellite Systems Corporation generic +dz Algeria (People's Democratic Republic of) country-code +earth Interlink Co., Ltd. generic +eat Charleston Road Registry Inc. generic +ec Ecuador (Republic of) country-code +eco Big Room Inc. generic +edeka EDEKA Verband kaufmännischer Genossenschaften e.V. generic +edu Educational establishments sponsored +education Binky Moon, LLC generic +ee Estonia (Republic of) country-code +eg Egypt (Arab Republic of) country-code +eh Western Sahara {reserved} country-code +email Binky Moon, LLC generic +emerck Merck KGaA generic +energy Binky Moon, LLC generic +engineer United TLD Holdco Ltd. generic +engineering Binky Moon, LLC generic +enterprises Binky Moon, LLC generic +epost Deutsche Post AG generic +epson Seiko Epson Corporation generic +equipment Binky Moon, LLC generic +er Eritrea (State of) country-code +ericsson Telefonaktiebolaget L M Ericsson generic +erni ERNI Group Holding AG generic +es Spain (Kingdom of) country-code +esq Charleston Road Registry Inc. generic +estate Binky Moon, LLC generic +esurance Esurance Insurance Company generic +et Ethiopia (Federal Democratic Republic of) country-code +etisalat Emirates Telecommunications Corporation (trading as Etisalat) generic +eu European Union country-code +eurovision European Broadcasting Union (EBU) generic +eus Puntueus Fundazioa generic +events Binky Moon, LLC generic +everbank EverBank generic +exchange Binky Moon, LLC generic +expert Binky Moon, LLC generic +exposed Binky Moon, LLC generic +express Binky Moon, LLC generic +extraspace Extra Space Storage LLC generic +fage Fage International S.A. generic +fail Binky Moon, LLC generic +fairwinds FairWinds Partners, LLC generic +faith dot Faith Limited generic +family United TLD Holdco Ltd. generic +fan Asiamix Digital Ltd generic +fans Asiamix Digital Limited generic +farm Binky Moon, LLC generic +farmers Farmers Insurance Exchange generic +fashion Top Level Domain Holdings Limited generic +fast Amazon Registry Services, Inc. generic +fedex Federal Express Corporation generic +feedback Top Level Spectrum, Inc. generic +ferrari Fiat Chrysler Automobiles N.V. generic +ferrero Ferrero Trading Lux S.A. generic +fi Finland (Republic of) country-code +fiat Fiat Chrysler Automobiles N.V. generic +fidelity Fidelity Brokerage Services LLC generic +fido Rogers Communications Canada Inc. generic +film Motion Picture Domain Registry Pty Ltd generic +final Núcleo de Informação e Coordenação do Ponto BR - NIC.br generic +finance Binky Moon, LLC generic +financial Binky Moon, LLC generic +fire Amazon Registry Services, Inc. generic +firestone Bridgestone Licensing Services, Inc. generic +firmdale Firmdale Holdings Limited generic +fish Binky Moon, LLC generic +fishing Top Level Domain Holdings Limited generic +fit Minds + Machines Group Limited generic +fitness Binky Moon, LLC generic +fj Fiji (Republic of) country-code +fk Falkland Islands (Malvinas) country-code +flickr Yahoo! Domain Services Inc. generic +flights Binky Moon, LLC generic +flir FLIR Systems, Inc. generic +florist Binky Moon, LLC generic +flowers Uniregistry, Corp. generic +flsmidth Retired generic +fly Charleston Road Registry Inc. generic +fm Micronesia (Federated States of) country-code +fo Faroe Islands country-code +foo Charleston Road Registry Inc. generic +food Lifestyle Domain Holdings, Inc. generic +foodnetwork Lifestyle Domain Holdings, Inc. generic +football Binky Moon, LLC generic +ford Ford Motor Company generic +forex DOTFOREX REGISTRY LTD generic +forsale United TLD Holdco, LLC generic +forum Fegistry, LLC generic +foundation Binky Moon, LLC generic +fox FOX Registry, LLC generic +fr France (French Republic) country-code +free Amazon Registry Services, Inc. generic +fresenius Fresenius Immobilien-Verwaltungs-GmbH generic +frl FRLregistry B.V. generic +frogans OP3FT generic +frontdoor Lifestyle Domain Holdings, Inc. generic +frontier Frontier Communications Corporation generic +ftr Frontier Communications Corporation generic +fujitsu Fujitsu Limited generic +fujixerox Xerox DNHC LLC generic +fun DotSpace, Inc. generic +fund Binky Moon, LLC generic +furniture Binky Moon, LLC generic +futbol United TLD Holdco, Ltd. generic +fyi Binky Moon, LLC generic +ga Gabon (Gabonese Republic) country-code +gal Asociación puntoGAL generic +gallery Binky Moon, LLC generic +gallo Gallo Vineyards, Inc. generic +gallup Gallup, Inc. generic +game Uniregistry, Corp. generic +games United TLD Holdco Ltd. generic +gap The Gap, Inc. generic +garden Top Level Domain Holdings Limited generic +gb United Kingdom (United Kingdom of Great Britain and Northern Ireland) country-code +gbiz Charleston Road Registry Inc. generic +gd Grenada country-code +gdn "Joint Stock Company ""Navigation-information systems""" generic +ge Georgia country-code +gea GEA Group Aktiengesellschaft generic +gent Combell nv generic +genting Resorts World Inc. Pte. Ltd. generic +george Wal-Mart Stores, Inc. generic +gf French Guiana country-code +gg Guernsey (Bailiwick of) country-code +ggee GMO Internet, Inc. generic +gh Ghana (Republic of) country-code +gi Gibraltar country-code +gift Uniregistry, Corp. generic +gifts Binky Moon, LLC generic +gives United TLD Holdco Ltd. generic +giving Giving Limited generic +gl Greenland country-code +glade Johnson Shareholdings, Inc. generic +glass Binky Moon, LLC generic +gle Charleston Road Registry Inc. generic +global Dot Global Domain Registry Limited generic +globo Globo Comunicação e Participações S.A generic +gm Gambia (Republic of The) country-code +gmail Charleston Road Registry Inc. generic +gmbh Binky Moon, LLC generic +gmo GMO Internet, Inc. generic +gmx 1&1 Mail & Media GmbH generic +gn Guinea (Republic of) country-code +godaddy Go Daddy East, LLC generic +gold Binky Moon, LLC generic +goldpoint YODOBASHI CAMERA CO.,LTD. generic +golf Binky Moon, LLC generic +goo NTT Resonant Inc. generic +goodhands Allstate Fire and Casualty Insurance Company generic +goodyear The Goodyear Tire & Rubber Company generic +goog Charleston Road Registry Inc. generic +google Charleston Road Registry Inc. generic +gop Republican State Leadership Committee, Inc. generic +got Amazon Registry Services, Inc. generic +gov US government sponsored +gp Guadeloupe country-code +gq Equatorial Guinea (Republic of) country-code +gr Greece (Hellenic Republic) country-code +grainger Grainger Registry Services, LLC generic +graphics Binky Moon, LLC generic +gratis Binky Moon, LLC generic +green DotGreen Registry Limited generic +gripe Binky Moon, LLC generic +grocery Wal-Mart Stores, Inc. generic +group Binky Moon, LLC generic +gs South Georgia and the South Sandwich Islands country-code +gt Guatemala (Republic of) country-code +gu Guam country-code +guardian The Guardian Life Insurance Company of America generic +gucci Guccio Gucci S.p.a. generic +guge Charleston Road Registry Inc. generic +guide Binky Moon, LLC generic +guitars Uniregistry, Corp. generic +guru Binky Moon, LLC generic +gw Guinea-Bissau (Republic of) country-code +gy Guyana (Co-operative Republic of) country-code +hair L'Oreal generic +hamburg Hamburg Top-Level-Domain GmbH generic +hangout Charleston Road Registry Inc. generic +haus United TLD Holdco, LTD. generic +hbo HBO Registry Services, Inc. generic +hdfc HOUSING DEVELOPMENT FINANCE CORPORATION LIMITED generic +hdfcbank HDFC Bank Limited generic +health DotHealth, LLC generic +healthcare Binky Moon, LLC generic +help Uniregistry, Corp. generic +helsinki City of Helsinki generic +here Charleston Road Registry Inc. generic +hermes Hermes International generic +hgtv Lifestyle Domain Holdings, Inc. generic +hiphop Uniregistry, Corp. generic +hisamitsu Hisamitsu Pharmaceutical Co.,Inc. generic +hitachi Hitachi, Ltd. generic +hiv Uniregistry, Corp. generic +hk Hong Kong (Hong Kong Special Administrative Region of the People's Republic of China) country-code +hkt PCCW-HKT DataCom Services Limited generic +hm Heard Island and McDonald Islands country-code +hn Honduras (Republic of) country-code +hockey Binky Moon, LLC generic +holdings Binky Moon, LLC generic +holiday Binky Moon, LLC generic +homedepot Home Depot Product Authority, LLC generic +homegoods The TJX Companies, Inc. generic +homes DERHomes, LLC generic +homesense The TJX Companies, Inc. generic +honda Honda Motor Co., Ltd. generic +honeywell Honeywell GTLD LLC generic +horse Top Level Domain Holdings Limited generic +hospital Binky Moon, LLC generic +host DotHost Inc. generic +hosting Uniregistry, Corp. generic +hot Amazon Registry Services, Inc. generic +hoteles Travel Reservations SRL generic +hotels Booking.com B.V. generic +hotmail Microsoft Corporation generic +house Binky Moon, LLC generic +how Charleston Road Registry Inc. generic +hr Croatia (Republic of) country-code +hsbc HSBC Global Services (UK) Limited generic +ht Haiti (Republic of) country-code +htc Not assigned generic +hu Hungary country-code +hughes Hughes Satellite Systems Corporation generic +hyatt Hyatt GTLD, L.L.C. generic +hyundai Hyundai Motor Company generic +ibm International Business Machines Corporation generic +icbc Industrial and Commercial Bank of China Limited generic +ice IntercontinentalExchange, Inc. generic +icu Shortdot SA generic +id Indonesia (Republic of) country-code +ie Ireland (Republic of) country-code +ieee IEEE Global LLC generic +ifm ifm electronic gmbh generic +iinet Retired generic +ikano Ikano S.A. generic +il Israel (State of) country-code +im Isle of Man country-code +imamat Fondation Aga Khan (Aga Khan Foundation) generic +imdb Amazon Registry Services, Inc. generic +immo Binky Moon, LLC generic +immobilien United TLD Holdco Ltd. generic +in India (Republic of) country-code +industries Binky Moon, LLC generic +infiniti NISSAN MOTOR CO., LTD. generic +info Informational sites generic +ing Charleston Road Registry Inc. generic +ink Top Level Design, LLC generic +institute Binky Moon, LLC generic +insurance fTLD Registry Services LLC generic +insure Binky Moon, LLC generic +int International treaty-based organizations sponsored +intel Intel Corporation generic +international Binky Moon, LLC generic +intuit Intuit Administrative Services, Inc. generic +investments Binky Moon, LLC generic +io British Indian Ocean Territory country-code +ipiranga Ipiranga Produtos de Petroleo S.A. generic +iq Iraq (Republic of) country-code +ir Iran (Islamic Republic of) country-code +irish Binky Moon, LLC generic +is Iceland country-code +iselect iSelect Ltd generic +ismaili Fondation Aga Khan (Aga Khan Foundation) generic +ist Istanbul Metropolitan Municipality generic +istanbul Istanbul Metropolitan Municipality generic +it Italy (Italian Republic) country-code +itau Itau Unibanco Holding S.A. generic +itv ITV Services Limited generic +iveco CNH Industrial N.V. generic +iwc Richemont DNS Inc. generic +jaguar Jaguar Land Rover Ltd generic +java Oracle Corporation generic +jcb JCB Co., Ltd. generic +jcp JCP Media, Inc. generic +je Jersey (Bailiwick of) country-code +jeep FCA US LLC. generic +jetzt Binky Moon, LLC generic +jewelry Binky Moon, LLC generic +jio Affinity Names, Inc. generic +jlc Richemont DNS Inc. generic +jll Jones Lang LaSalle Incorporated generic +jm Jamaica (Commonwealth of) country-code +jmp Matrix IP LLC generic +jnj Johnson & Johnson Services, Inc. generic +jo Jordan (Hashemite Kingdom of) country-code +jobs Employment-related sites sponsored +joburg ZA Central Registry NPC trading as ZA Central Registry generic +jot Amazon Registry Services, Inc. generic +joy Amazon Registry Services, Inc. generic +jp Japan country-code +jpmorgan JPMorgan Chase Bank, National Association generic +jprs Japan Registry Services Co., Ltd. generic +juegos Uniregistry, Corp. generic +juniper JUNIPER NETWORKS, INC. generic +kaufen United TLD Holdco Ltd. generic +kddi KDDI CORPORATION generic +ke Kenya (Republic of) country-code +kerryhotels Kerry Trading Co. Limited generic +kerrylogistics Kerry Trading Co. Limited generic +kerryproperties Kerry Trading Co. Limited generic +kfh Kuwait Finance House generic +kg Kyrgyzstan (Kyrgyz Republic) country-code +kh Cambodia (Kingdom of) country-code +ki Kiribati (Republic of) country-code +kia KIA MOTORS CORPORATION generic +kim Afilias plc generic +kinder Ferrero Trading Lux S.A. generic +kindle Amazon Registry Services, Inc. generic +kitchen Binky Moon, LLC generic +kiwi DOT KIWI LIMITED generic +km Comoros (Union of the) country-code +kn Saint Kitts and Nevis (Federation of) country-code +koeln dotKoeln GmbH generic +komatsu Komatsu Ltd. generic +kosher Kosher Marketing Assets LLC generic +kp Korea (Democratic People's Republic of) [North Korea] country-code +kpmg KPMG International Cooperative (KPMG International Genossenschaft) generic +kpn Koninklijke KPN N.V. generic +kr Korea (Republic of) [South Korea] country-code +krd KRG Department of Information Technology generic +kred KredTLD Pty Ltd generic +kuokgroup Kerry Trading Co. Limited generic +kw Kuwait (State of Kuwait) country-code +ky Cayman Islands country-code +kyoto Academic Institution: Kyoto Jyoho Gakuen generic +kz Kazakhstan (Republic of) country-code +la Laos (Lao People's Democratic Republic) country-code +lacaixa CAIXA D'ESTALVIS I PENSIONS DE BARCELONA generic +ladbrokes LADBROKES INTERNATIONAL PLC generic +lamborghini Automobili Lamborghini S.p.A. generic +lamer The Estée Lauder Companies Inc. generic +lancaster LANCASTER generic +lancia Fiat Chrysler Automobiles N.V. generic +lancome L'Oréal generic +land Binky Moon, LLC generic +landrover Jaguar Land Rover Ltd generic +lanxess LANXESS Corporation generic +lasalle Jones Lang LaSalle Incorporated generic +lat ECOM-LAC Federación de Latinoamérica y el Caribe para Internet y el Comercio Electrónico generic +latino Dish DBS Corporation generic +latrobe La Trobe University generic +law Minds + Machines Group Limited generic +lawyer United TLD Holdco, Ltd generic +lb Lebanon (Lebanese Republic) country-code +lc Saint Lucia country-code +lds IRI Domain Management, LLC generic +lease Binky Moon, LLC generic +leclerc A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc generic +lefrak LeFrak Organization, Inc. generic +legal Binky Moon, LLC generic +lego LEGO Juris A/S generic +lexus TOYOTA MOTOR CORPORATION generic +lgbt Afilias plc generic +li Liechtenstein (Principality of) country-code +liaison Liaison Technologies, Incorporated generic +lidl Schwarz Domains und Services GmbH & Co. KG generic +life Binky Moon, LLC generic +lifeinsurance American Council of Life Insurers generic +lifestyle Lifestyle Domain Holdings, Inc. generic +lighting Binky Moon, LLC generic +like Amazon Registry Services, Inc. generic +lilly Eli Lilly and Company generic +limited Binky Moon, LLC generic +limo Binky Moon, LLC generic +lincoln Ford Motor Company generic +linde Linde Aktiengesellschaft generic +link Uniregistry, Corp. generic +lipsy Lipsy Ltd generic +live United TLD Holdco Ltd. generic +living Lifestyle Domain Holdings, Inc. generic +lixil LIXIL Group Corporation generic +lk Sri Lanka (Democratic Socialist Republic of) country-code +llc Afilias plc generic +loan dot Loan Limited generic +loans Binky Moon, LLC generic +locker Dish DBS Corporation generic +locus Locus Analytics LLC generic +loft Annco, Inc. generic +lol Uniregistry, Corp. generic +london Dot London Domains Limited generic +lotte Lotte Holdings Co., Ltd. generic +lotto Afilias plc generic +love Merchant Law Group LLP generic +lpl LPL Holdings, Inc. generic +lplfinancial LPL Holdings, Inc. generic +lr Liberia (Republic of) country-code +ls Lesotho (Kingdom of) country-code +lt Lithuania (Republic of) country-code +ltd Binky Moon, LLC generic +ltda InterNetX Corp. generic +lu Luxembourg (Grand Duchy of) country-code +lundbeck H. Lundbeck A/S generic +lupin LUPIN LIMITED generic +luxe Top Level Domain Holdings Limited generic +luxury Luxury Partners LLC generic +lv Latvia (Republic of) country-code +ly Libya country-code +ma Morocco country-code +macys Macys, Inc. generic +madrid Comunidad de Madrid generic +maif Mutuelle Assurance Instituteur France (MAIF) generic +maison Binky Moon, LLC generic +makeup L'Oréal generic +man MAN SE generic +management Binky Moon, LLC generic +mango PUNTO FA S.L. generic +map Charleston Road Registry Inc. generic +market United TLD Holdco, Ltd generic +marketing Binky Moon, LLC generic +markets DOTMARKETS REGISTRY LTD generic +marriott Marriott Worldwide Corporation generic +marshalls The TJX Companies, Inc. generic +maserati Fiat Chrysler Automobiles N.V. generic +mattel Mattel Sites, Inc. generic +mba Binky Moon, LLC generic +mc Monaco (Principality of) country-code +mcd Not assigned generic +mcdonalds Not assigned generic +mckinsey McKinsey Holdings, Inc. generic +md Moldova (Republic of) country-code +me Montenegro country-code +med Medistry LLC generic +media Binky Moon, LLC generic +meet Charleston Road Registry Inc. generic +melbourne The Crown in right of the State of Victoria, represented by its Department of State Development, Business and Innovation generic +meme Charleston Road Registry Inc. generic +memorial Dog Beach, LLC generic +men Exclusive Registry Limited generic +menu Wedding TLD2, LLC generic +meo Not assigned generic +merckmsd MSD Registry Holdings, Inc. generic +metlife MetLife Services and Solutions, LLC generic +mf Saint Martin (Collectivity of) {unassigned - see also: .gp and .fr} country-code +mg Madagascar (Republic of) country-code +mh Marshall Islands (Republic of the) country-code +miami Top Level Domain Holdings Limited generic +microsoft Microsoft Corporation generic +mil US military sponsored +mini Bayerische Motoren Werke Aktiengesellschaft generic +mint Intuit Administrative Services, Inc. generic +mit Massachusetts Institute of Technology generic +mitsubishi Mitsubishi Corporation generic +mk Macedonia (Republic of) country-code +ml Mali (Republic of) country-code +mlb MLB Advanced Media DH, LLC generic +mls The Canadian Real Estate Association generic +mm Myanmar (Republic of the Union of) [Burma] country-code +mma MMA IARD generic +mn Mongolia country-code +mo Macau (Macau Special Administrative Region of the People's Republic of China) [Macao] country-code +mobi Mobile generic +mobile Dish DBS Corporation generic +mobily GreenTech Consultancy Company W.L.L. generic +moda United TLD Holdco Ltd. generic +moe Interlink Co., Ltd. generic +moi Amazon Registry Services, Inc. generic +mom Uniregistry, Corp. generic +monash Monash University generic +money Binky Moon, LLC generic +monster Monster Worldwide, Inc. generic +montblanc Not assigned generic +mopar FCA US LLC. generic +mormon "IRI Domain Management, LLC (""Applicant"")" generic +mortgage United TLD Holdco, Ltd generic +moscow Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID) generic +moto Motorola Trademark Holdings, LLC generic +motorcycles DERMotorcycles, LLC generic +mov Charleston Road Registry Inc. generic +movie Binky Moon, LLC generic +movistar Telefónica S.A. generic +mp Northern Mariana Islands (Commonwealth of the) country-code +mq Martinique country-code +mr Mauritania (Islamic Republic of) country-code +ms Montserrat country-code +msd MSD Registry Holdings, Inc. generic +mt Malta (Republic of) country-code +mtn MTN Dubai Limited generic +mtpc Retired generic +mtr MTR Corporation Limited generic +mu Mauritius (Republic of) country-code +museum Museums sponsored +mutual Northwestern Mutual MU TLD Registry, LLC generic +mutuelle Retired generic +mv Maldives (Republic of) country-code +mw Malawi (Republic of) country-code +mx Mexico (United Mexican States) country-code +my Malaysia country-code +mz Mozambique (Republic of) country-code +na Namibia (Republic of) country-code +nab National Australia Bank Limited generic +nadex Nadex Domains, Inc generic +nagoya GMO Registry, Inc. generic +name Individuals generic-restricted +nationwide Nationwide Mutual Insurance Company generic +natura NATURA COSMÉTICOS S.A. generic +navy United TLD Holdco Ltd. generic +nba NBA REGISTRY, LLC generic +nc New Caledonia country-code +ne Niger (Republic of) country-code +nec NEC Corporation generic +net Network generic +netbank COMMONWEALTH BANK OF AUSTRALIA generic +netflix Netflix, Inc. generic +network Binky Moon, LLC generic +neustar NeuStar, Inc. generic +new Charleston Road Registry Inc. generic +newholland CNH Industrial N.V. generic +news United TLD Holdco Ltd. generic +next Next plc generic +nextdirect Next plc generic +nexus Charleston Road Registry Inc. generic +nf Norfolk Island (Territory of) country-code +nfl NFL Reg Ops LLC generic +ng Nigeria (Federal Republic of) country-code +ngo Public Interest Registry generic +nhk Japan Broadcasting Corporation (NHK) generic +ni Nicaragua (Republic of) country-code +nico DWANGO Co., Ltd. generic +nike NIKE, Inc. generic +nikon NIKON CORPORATION generic +ninja United TLD Holdco Ltd. generic +nissan NISSAN MOTOR CO., LTD. generic +nissay Nippon Life Insurance Company generic +nl Netherlands country-code +no Norway (Kingdom of) country-code +nokia Nokia Corporation generic +northwesternmutual Northwestern Mutual Registry, LLC generic +norton Symantec Corporation generic +now Amazon Registry Services, Inc. generic +nowruz Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic +nowtv Starbucks (HK) Limited generic +np Nepal (Federal Democratic Republic of) country-code +nr Nauru (Republic of) country-code +nra NRA Holdings Company, INC. generic +nrw Minds + Machines GmbH generic +ntt NIPPON TELEGRAPH AND TELEPHONE CORPORATION generic +nu Niue country-code +nyc The City of New York by and through the New York City Department of Information Technology & Telecommunications generic +nz New Zealand country-code +obi OBI Group Holding SE & Co. KGaA generic +observer Top Level Spectrum, Inc. generic +off Johnson Shareholdings, Inc. generic +office Microsoft Corporation generic +okinawa BRregistry, Inc. generic +olayan Crescent Holding GmbH generic +olayangroup Crescent Holding GmbH generic +oldnavy The Gap, Inc. generic +ollo Dish DBS Corporation generic +om Oman (Sultanate of) country-code +omega The Swatch Group Ltd generic +one One.com A/S generic +ong Public Interest Registry generic +onl I-REGISTRY Ltd., Niederlassung Deutschland generic +online DotOnline Inc. generic +onyourside Nationwide Mutual Insurance Company generic +ooo INFIBEAM INCORPORATION LIMITED generic +open American Express Travel Related Services Company, Inc. generic +oracle Oracle Corporation generic +orange Orange Brand Services Limited generic +org Non-profit organizations generic +organic Afilias plc generic +orientexpress Retired generic +origins The Estée Lauder Companies Inc. generic +osaka Osaka Registry Co., Ltd. generic +otsuka Otsuka Holdings Co., Ltd. generic +ott Dish DBS Corporation generic +ovh OVH SAS generic +pa Panama (Republic of) country-code +page Charleston Road Registry Inc. generic +pamperedchef Not assigned generic +panasonic Panasonic Corporation generic +panerai Richemont DNS Inc. generic +paris City of Paris generic +pars Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic +partners Binky Moon, LLC generic +parts Binky Moon, LLC generic +party Blue Sky Registry Limited generic +passagens Travel Reservations SRL generic +pay Amazon Registry Services, Inc. generic +pccw PCCW Enterprises Limited generic +pe Peru (Republic of) country-code +pet Afilias plc generic +pf French Polynesia and Clipperton Island country-code +pfizer Pfizer Inc. generic +pg Papua New Guinea (Independent State of) country-code +ph Philippines (Republic of the) country-code +pharmacy National Association of Boards of Pharmacy generic +phd Charleston Road Registry Inc. generic +philips Koninklijke Philips N.V. generic +phone Dish DBS Corporation generic +photo Uniregistry, Corp. generic +photography Binky Moon, LLC generic +photos Binky Moon, LLC generic +physio PhysBiz Pty Ltd generic +piaget Richemont DNS Inc. generic +pics Uniregistry, Corp. generic +pictet Pictet Europe S.A. generic +pictures Binky Moon, LLC generic +pid Top Level Spectrum, Inc. generic +pin Amazon Registry Services, Inc. generic +ping Ping Registry Provider, Inc. generic +pink Afilias plc generic +pioneer Pioneer Corporation generic +pizza Binky Moon, LLC generic +pk Pakistan (Islamic Republic of) country-code +pl Poland (Republic of) country-code +place Binky Moon, LLC generic +play Charleston Road Registry Inc. generic +playstation Sony Computer Entertainment Inc. generic +plumbing Binky Moon, LLC generic +plus Binky Moon, LLC generic +pm Saint Pierre and Miquelon country-code +pn Pitcairn Islands (Pitcairn - Henderson - Ducie and Oeno Islands) country-code +pnc PNC Domain Co., LLC generic +pohl Deutsche Vermögensberatung Aktiengesellschaft DVAG generic +poker Afilias plc generic +politie Politie Nederland generic +porn ICM Registry PN LLC generic +post Universal Postal Union sponsored +pr Puerto Rico (Commonwealth of) country-code +pramerica Prudential Financial, Inc. generic +praxi Praxi S.p.A. generic +press DotPress Inc. generic +prime Amazon Registry Services, Inc. generic +pro Profession generic-restricted +prod Charleston Road Registry Inc. generic +productions Binky Moon, LLC generic +prof Charleston Road Registry Inc. generic +progressive Progressive Casualty Insurance Company generic +promo Afilias plc generic +properties Binky Moon, LLC generic +property Uniregistry, Corp. generic +protection XYZ.COM LLC generic +pru Prudential Financial, Inc. generic +prudential Prudential Financial, Inc. generic +ps Palestine (State of) country-code +pt Portugal (Portuguese Republic) country-code +pub United TLD Holdco Ltd. generic +pw Palau (Republic of) country-code +pwc PricewaterhouseCoopers LLP generic +py Paraguay (Republic of) country-code +qa Qatar (State of) country-code +qpon dotCOOL, Inc. generic +quebec PointQuébec Inc generic +quest Quest ION Limited generic +qvc QVC, Inc. generic +racing Premier Registry Limited generic +radio European Broadcasting Union (EBU) generic +raid Johnson Shareholdings, Inc. generic +re Réunion country-code +read Amazon Registry Services, Inc. generic +realestate dotRealEstate LLC generic +realtor Real Estate Domains LLC generic +realty Fegistry, LLC generic +recipes Binky Moon, LLC generic +red Afilias plc generic +redstone Redstone Haute Couture Co., Ltd. generic +redumbrella Travelers TLD, LLC generic +rehab United TLD Holdco Ltd. generic +reise Binky Moon, LLC generic +reisen Binky Moon, LLC generic +reit National Association of Real Estate Investment Trusts, Inc. generic +reliance Reliance Industries Limited generic +ren Beijing Qianxiang Wangjing Technology Development Co., Ltd. generic +rent XYZ.COM LLC generic +rentals Binky Moon, LLC generic +repair Binky Moon, LLC generic +report Binky Moon, LLC generic +republican United TLD Holdco Ltd. generic +rest Punto 2012 Sociedad Anonima Promotora de Inversion de Capital Variable generic +restaurant Binky Moon, LLC generic +review dot Review Limited generic +reviews United TLD Holdco, Ltd. generic +rexroth Robert Bosch GMBH generic +rich I-REGISTRY Ltd., Niederlassung Deutschland generic +richardli Pacific Century Asset Management (HK) Limited generic +ricoh Ricoh Company, Ltd. generic +rightathome Johnson Shareholdings, Inc. generic +ril Reliance Industries Limited generic +rio Empresa Municipal de Informática SA - IPLANRIO generic +rip United TLD Holdco Ltd. generic +rmit Royal Melbourne Institute of Technology generic +ro Romania country-code +rocher Ferrero Trading Lux S.A. generic +rocks United TLD Holdco, LTD. generic +rodeo Top Level Domain Holdings Limited generic +rogers Rogers Communications Canada Inc. generic +room Amazon Registry Services, Inc. generic +rs Serbia (Republic of) country-code +rsvp Charleston Road Registry Inc. generic +ru Russia (Russian Federation) country-code +rugby World Rugby Strategic Developments Limited generic +ruhr regiodot GmbH & Co. KG generic +run Binky Moon, LLC generic +rw Rwanda (Republic of) country-code +rwe RWE AG generic +ryukyu BRregistry, Inc. generic +sa Saudi Arabia (Kingdom of) country-code +saarland dotSaarland GmbH generic +safe Amazon Registry Services, Inc. generic +safety Safety Registry Services, LLC. generic +sakura SAKURA Internet Inc. generic +sale United TLD Holdco, Ltd generic +salon Binky Moon, LLC generic +samsclub Wal-Mart Stores, Inc. generic +samsung SAMSUNG SDS CO., LTD generic +sandvik Sandvik AB generic +sandvikcoromant Sandvik AB generic +sanofi Sanofi generic +sap SAP AG generic +sapo Not assigned generic +sarl Binky Moon, LLC generic +sas Research IP LLC generic +save Amazon Registry Services, Inc. generic +saxo Saxo Bank A/S generic +sb Solomon Islands country-code +sbi STATE BANK OF INDIA generic +sbs SPECIAL BROADCASTING SERVICE CORPORATION generic +sc Seychelles (Republic of) country-code +sca SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ) generic +scb "The Siam Commercial Bank Public Company Limited (""SCB"")" generic +schaeffler Schaeffler Technologies AG & Co. KG generic +schmidt SALM S.A.S. generic +scholarships Scholarships.com, LLC generic +school Binky Moon, LLC generic +schule Binky Moon, LLC generic +schwarz Schwarz Domains und Services GmbH & Co. KG generic +science dot Science Limited generic +scjohnson Johnson Shareholdings, Inc. generic +scor SCOR SE generic +scot Dot Scot Registry Limited generic +sd Sudan (Republic of) country-code +se Sweden (Kingdom of) country-code +search Charleston Road Registry Inc. generic +seat SEAT, S.A. (Sociedad Unipersonal) generic +secure Amazon Registry Services, Inc. generic +security XYZ.COM LLC generic +seek Seek Limited generic +select iSelect Ltd generic +sener Sener Ingeniería y Sistemas, S.A. generic +services Binky Moon, LLC generic +ses SES generic +seven Seven West Media Ltd generic +sew SEW-EURODRIVE GmbH & Co KG generic +sex ICM Registry SX LLC generic +sexy Uniregistry, Corp. generic +sfr Societe Francaise du Radiotelephone - SFR generic +sg Singapore (Republic of) country-code +sh Saint Helena country-code +shangrila Shangri‐La International Hotel Management Limited generic +sharp Sharp Corporation generic +shaw Shaw Cablesystems G.P. generic +shell Shell Information Technology International Inc generic +shia Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic +shiksha Afilias plc generic +shoes Binky Moon, LLC generic +shop GMO Registry, Inc. generic +shopping Binky Moon, LLC generic +shouji QIHOO 360 TECHNOLOGY CO. LTD. generic +show Binky Moon, LLC generic +showtime CBS Domains Inc. generic +shriram Shriram Capital Ltd. generic +si Slovenia (Republic of) country-code +silk Amazon Registry Services, Inc. generic +sina Sina Corporation generic +singles Binky Moon, LLC generic +site DotSite Inc. generic +sj Svalbard and Jan Mayen {not in use - see also: .no} country-code +sk Slovakia (Slovak Republic) country-code +ski STARTING DOT LIMITED generic +skin L'Oréal generic +sky Sky International AG generic +skype Microsoft Corporation generic +sl Sierra Leone (Republic of) country-code +sling Hughes Satellite Systems Corporation generic +sm San Marino (Republic of) country-code +smart Smart Communications, Inc. (SMART) generic +smile Amazon Registry Services, Inc. generic +sn Senegal (Republic of) country-code +sncf SNCF (Société Nationale des Chemins de fer Francais) generic +so Somalia (Federal Republic of) country-code +soccer Binky Moon, LLC generic +social United TLD Holdco Ltd. generic +softbank SoftBank Group Corp. generic +software United TLD Holdco, Ltd generic +sohu Sohu.com Limited generic +solar Binky Moon, LLC generic +solutions Binky Moon, LLC generic +song Amazon Registry Services, Inc. generic +sony Sony Corporation generic +soy Charleston Road Registry Inc. generic +space DotSpace Inc. generic +spiegel SPIEGEL-Verlag Rudolf Augstein GmbH & Co. KG generic +sport Global Association of International Sports Federations (GAISF) generic +spot Amazon Registry Services, Inc. generic +spreadbetting DOTSPREADBETTING REGISTRY LTD generic +sr Suriname (Republic of) country-code +srl InterNetX Corp. generic +srt FCA US LLC. generic +ss South Sudan (Republic of) country-code +st São Tomé and Príncipe (Democratic Republic of) country-code +stada STADA Arzneimittel AG generic +staples Staples, Inc. generic +star Star India Private Limited generic +starhub StarHub Limited generic +statebank STATE BANK OF INDIA generic +statefarm State Farm Mutual Automobile Insurance Company generic +statoil Statoil ASA generic +stc Saudi Telecom Company generic +stcgroup Saudi Telecom Company generic +stockholm Stockholms kommun generic +storage XYZ.COM LLC generic +store DotStore Inc. generic +stream dot Stream Limited generic +studio United TLD Holdco Ltd. generic +study OPEN UNIVERSITIES AUSTRALIA PTY LTD generic +style Binky Moon, LLC generic +su Soviet Union (Union of Soviet Socialist Republics) country-code +sucks Vox Populi Registry Ltd. generic +supplies Binky Moon, LLC generic +supply Binky Moon, LLC generic +support Binky Moon, LLC generic +surf Top Level Domain Holdings Limited generic +surgery Binky Moon, LLC generic +suzuki SUZUKI MOTOR CORPORATION generic +sv El Salvador (Republic of) country-code +swatch The Swatch Group Ltd generic +swiftcover Swiftcover Insurance Services Limited generic +swiss Swiss Confederation generic +sx Sint Maarten country-code +sy Syria (Syrian Arab Republic) country-code +sydney State of New South Wales, Department of Premier and Cabinet generic +symantec Symantec Corporation generic +systems Binky Moon, LLC generic +sz Swaziland (Kingdom of) country-code +tab Tabcorp Holdings Limited generic +taipei Taipei City Government generic +talk Amazon Registry Services, Inc. generic +taobao Alibaba Group Holding Limited generic +target Target Domain Holdings, LLC generic +tatamotors Tata Motors Ltd generic +tatar "Limited Liability Company ""Coordination Center of Regional Domain of Tatarstan Republic""" generic +tattoo Uniregistry, Corp. generic +tax Binky Moon, LLC generic +taxi Binky Moon, LLC generic +tc Turks and Caicos Islands country-code +tci Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic +td Chad (Republic of) country-code +tdk TDK Corporation generic +team Binky Moon, LLC generic +tech Dot Tech LLC generic +technology Binky Moon, LLC generic +tel Telephone sponsored +telecity TelecityGroup International Limited generic +telefonica Telefónica S.A. generic +temasek Temasek Holdings (Private) Limited generic +tennis Binky Moon, LLC generic +teva Teva Pharmaceutical Industries Limited generic +tf French Southern and Antarctic Lands (Territory of the) country-code +tg Togo (Togolese Republic) country-code +th Thailand (Kingdom of) country-code +thd Home Depot Product Authority, LLC generic +theater Binky Moon, LLC generic +theatre XYZ.COM LLC generic +tiaa Teachers Insurance and Annuity Association of America generic +tickets Accent Media Limited generic +tienda Binky Moon, LLC generic +tiffany Tiffany and Company generic +tips Binky Moon, LLC generic +tires Binky Moon, LLC generic +tirol punkt Tirol GmbH generic +tj Tajikistan (Republic of) country-code +tjmaxx The TJX Companies, Inc. generic +tjx The TJX Companies, Inc. generic +tk Tokelau country-code +tkmaxx The TJX Companies, Inc. generic +tl Timor-Leste (Democratic Republic of) [East Timor] country-code +tm Turkmenistan country-code +tmall Alibaba Group Holding Limited generic +tn Tunisia (Republic of) country-code +to Tonga (Kingdom of) country-code +today Binky Moon, LLC generic +tokyo GMO Registry, Inc. generic +tools Binky Moon, LLC generic +top Jiangsu Bangning Science & Technology Co.,Ltd. generic +toray Toray Industries, Inc. generic +toshiba TOSHIBA Corporation generic +total Total SA generic +tours Binky Moon, LLC generic +town Binky Moon, LLC generic +toyota TOYOTA MOTOR CORPORATION generic +toys Binky Moon, LLC generic +tp Timor-Leste (Democratic Republic of) [East Timor] {being phased out - also see: .tl} country-code +tr Turkey (Republic of) country-code +trade Elite Registry Limited generic +trading DOTTRADING REGISTRY LTD generic +training Binky Moon, LLC generic +travel Travel sponsored +travelchannel Lifestyle Domain Holdings, Inc. generic +travelers Travelers TLD, LLC generic +travelersinsurance Travelers TLD, LLC generic +trust Artemis Internet Inc generic +trv Travelers TLD, LLC generic +tt Trinidad and Tobago (Republic of) country-code +tube Latin American Telecom LLC generic +tui TUI AG generic +tunes Amazon Registry Services, Inc. generic +tushu Amazon Registry Services, Inc. generic +tv Tuvalu country-code +tvs T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED generic +tw Taiwan (Republic of China) country-code +tz Tanzania (United Republic of) country-code +ua Ukraine country-code +ubank National Australia Bank Limited generic +ubs UBS AG generic +uconnect FCA US LLC. generic +ug Uganda (Republic of) country-code +uk United Kingdom (United Kingdom of Great Britain and Northern Ireland) country-code +um United States Minor Outlying Islands {formerly - retired 2010 - see also: .us} country-code +unicom China United Network Communications Corporation Limited generic +university Binky Moon, LLC generic +uno Dot Latin LLC generic +uol UBN INTERNET LTDA. generic +ups UPS Market Driver, Inc. generic +us United States of America and United States Minor Outlying Islands country-code +uy Uruguay (Oriental Republic of) country-code +uz Uzbekistan (Republic of) country-code +va Vatican City (Vatican City State) country-code +vacations Binky Moon, LLC generic +vana Lifestyle Domain Holdings, Inc. generic +vanguard The Vanguard Group, Inc. generic +vc Saint Vincent and the Grenadines country-code +ve Venezuela (Bolivarian Republic of) country-code +vegas Dot Vegas, Inc. generic +ventures Binky Moon, LLC generic +verisign VeriSign, Inc. generic +versicherung TLD-BOX Registrydienstleistungen GmbH generic +vet United TLD Holdco, Ltd generic +vg British Virgin Islands (Virgin Islands) country-code +vi United States Virgin Islands (United States Virgin Islands) country-code +viajes Binky Moon, LLC generic +video United TLD Holdco, Ltd generic +vig VIENNA INSURANCE GROUP AG Wiener Versicherung Gruppe generic +viking Viking River Cruises (Bermuda) Ltd. generic +villas Binky Moon, LLC generic +vin Binky Moon, LLC generic +vip Minds + Machines Group Limited generic +virgin Virgin Enterprises Limited generic +visa Visa Worldwide Pte. Limited generic +vision Binky Moon, LLC generic +vista Vistaprint Limited generic +vistaprint Vistaprint Limited generic +viva Saudi Telecom Company generic +vivo Telefonica Brasil S.A. generic +vlaanderen DNS.be vzw generic +vn Vietnam (Socialist Republic of) country-code +vodka Top Level Domain Holdings Limited generic +volkswagen Volkswagen Group of America Inc. generic +volvo Volvo Holding Sverige Aktiebolag generic +vote Monolith Registry LLC generic +voting Valuetainment Corp. generic +voto Monolith Registry LLC generic +voyage Binky Moon, LLC generic +vu Vanuatu (Republic of) country-code +vuelos Travel Reservations SRL generic +wales Nominet UK generic +walmart Wal-Mart Stores, Inc. generic +walter Sandvik AB generic +wang Zodiac Wang Limited generic +wanggou Amazon Registry Services, Inc. generic +warman Weir Group IP Limited generic +watch Binky Moon, LLC generic +watches Richemont DNS Inc. generic +weather International Business Machines Corporation generic +weatherchannel International Business Machines Corporation generic +webcam dot Webcam Limited generic +weber Saint-Gobain Weber SA generic +website DotWebsite Inc. generic +wed Emergency Back-End Registry Operator Program - ICANN generic +wedding Top Level Domain Holdings Limited generic +weibo Sina Corporation generic +weir Weir Group IP Limited generic +wf Wallis and Futuna (Territory of the Wallis and Futuna Islands) country-code +whoswho Who's Who Registry generic +wien punkt.wien GmbH generic +wiki Top Level Design, LLC generic +williamhill William Hill Organization Limited generic +win First Registry Limited generic +windows Microsoft Corporation generic +wine Binky Moon, LLC generic +winners The TJX Companies, Inc. generic +wme William Morris Endeavor Entertainment, LLC generic +wolterskluwer Wolters Kluwer N.V. generic +woodside Woodside Petroleum Limited generic +work Top Level Domain Holdings Limited generic +works Binky Moon, LLC generic +world Binky Moon, LLC generic +wow Amazon Registry Services, Inc. generic +ws Samoa (Independent State of) country-code +wtc World Trade Centers Association, Inc. generic +wtf Binky Moon, LLC generic +xbox Microsoft Corporation generic +xerox Xerox DNHC LLC generic +xfinity Comcast IP Holdings I, LLC generic +xihuan QIHOO 360 TECHNOLOGY CO. LTD. generic +xin Elegant Leader Limited generic +测试 Internet Assigned Numbers Authority test +कॉम VeriSign Sarl generic +परीक्षा Internet Assigned Numbers Authority test +セール Amazon Registry Services, Inc. generic +佛山 Guangzhou YU Wei Information Technology Co., Ltd. generic +ಭಾರತ National Internet eXchange of India country-code +慈善 Excellent First Limited generic +集团 Eagle Horizon Limited generic +在线 TLD REGISTRY LIMITED generic +한국 KISA (Korea Internet & Security Agency) country-code +ଭାରତ National Internet eXchange of India country-code +大众汽车 Volkswagen (China) Investment Co., Ltd. generic +点看 VeriSign Sarl generic +คอม VeriSign Sarl generic +ভাৰত National Internet eXchange of India country-code +ভারত National Internet Exchange of India country-code +八卦 Zodiac Gemini Ltd generic +‏موقع‎ Suhub Electronic Establishment generic +বাংলা Posts and Telecommunications Division country-code +公益 China Organizational Name Administration Center generic +公司 Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center) generic +香格里拉 Shangri‐La International Hotel Management Limited generic +网站 Global Website TLD Asia Limited generic +移动 Afilias plc generic +我爱你 Tycoon Treasure Limited generic +москва Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID) generic +испытание Internet Assigned Numbers Authority test +қаз Association of IT Companies of Kazakhstan country-code +католик Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) generic +онлайн CORE Association generic +сайт CORE Association generic +联通 China United Network Communications Corporation Limited generic +срб Serbian National Internet Domain Registry (RNIDS) country-code +бг Imena.BG AD country-code +бел Reliable Software, Ltd. country-code +‏קום‎ VeriSign Sarl generic +时尚 RISE VICTORY LIMITED generic +微博 Sina Corporation generic +테스트 Internet Assigned Numbers Authority test +淡马锡 Temasek Holdings (Private) Limited generic +ファッション Amazon Registry Services, Inc. generic +орг Public Interest Registry generic +नेट VeriSign Sarl generic +ストア Amazon Registry Services, Inc. generic +삼성 SAMSUNG SDS CO., LTD generic +சிங்கப்பூர் Singapore Network Information Centre (SGNIC) Pte Ltd country-code +商标 HU YI GLOBAL INFORMATION RESOURCES(HOLDING) COMPANY.HONGKONG LIMITED generic +商店 Binky Moon, LLC generic +商城 Zodiac Aquarius Limited generic +дети The Foundation for Network Initiatives “The Smart Internet” generic +мкд Macedonian Academic Research Network Skopje country-code +‏טעסט‎ Internet Assigned Numbers Authority test +ею EURid vzw/asbl country-code +ポイント Amazon Registry Services, Inc. generic +新闻 Guangzhou YU Wei Information and Technology Co.,Ltd generic +工行 Industrial and Commercial Bank of China Limited generic +家電 Amazon Registry Services, Inc. generic +‏كوم‎ VeriSign Sarl generic +中文网 TLD REGISTRY LIMITED generic +中信 CITIC Group Corporation generic +中国 China Internet Network Information Center (CNNIC) country-code +中國 China Internet Network Information Center (CNNIC) country-code +娱乐 Binky Moon, LLC generic +谷歌 Charleston Road Registry Inc. generic +భారత్ National Internet Exchange of India country-code +ලංකා LK Domain Registry country-code +電訊盈科 PCCW Enterprises Limited generic +购物 Minds + Machines Group Limited generic +測試 Internet Assigned Numbers Authority test +クラウド Amazon Registry Services, Inc. generic +ભારત National Internet Exchange of India country-code +通販 Amazon Registry Services, Inc. generic +भारतम् National Internet eXchange of India country-code +भारत National Internet Exchange of India country-code +भारोत National Internet eXchange of India country-code +‏آزمایشی‎ Internet Assigned Numbers Authority test +பரிட்சை Internet Assigned Numbers Authority test +网店 Zodiac Taurus Ltd. generic +संगठन Public Interest Registry generic +餐厅 HU YI GLOBAL INFORMATION RESOURCES (HOLDING) COMPANY. HONGKONG LIMITED generic +网络 Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center) generic +ком VeriSign Sarl generic +укр Ukrainian Network Information Centre (UANIC), Inc. country-code +香港 Hong Kong Internet Registration Corporation Ltd. country-code +诺基亚 Nokia Corporation generic +食品 Amazon Registry Services, Inc. generic +δοκιμή Internet Assigned Numbers Authority test +飞利浦 Koninklijke Philips N.V. generic +‏إختبار‎ Internet Assigned Numbers Authority test +台湾 Taiwan Network Information Center (TWNIC) country-code +台灣 Taiwan Network Information Center (TWNIC) country-code +手表 Richemont DNS Inc. generic +手机 Beijing RITT-Net Technology Development Co., Ltd generic +мон Datacom Co.,Ltd country-code +‏الجزائر‎ CERIST country-code +‏عمان‎ Telecommunications Regulatory Authority (TRA) country-code +‏ارامكو‎ Aramco Services Company generic +‏ایران‎ Institute for Research in Fundamental Sciences (IPM) country-code +‏العليان‎ Crescent Holding GmbH generic +‏اتصالات‎ Emirates Telecommunications Corporation (trading as Etisalat) generic +‏امارات‎ Telecommunications Regulatory Authority (TRA) country-code +‏بازار‎ CORE Association generic +‏موريتانيا‎ Not assigned country-code +‏پاکستان‎ National Telecommunication Corporation country-code +‏الاردن‎ National Information Technology Center (NITC) country-code +‏موبايلي‎ GreenTech Consultancy Company W.L.L. generic +‏بارت‎ National Internet eXchange of India country-code +‏بھارت‎ National Internet Exchange of India country-code +‏المغرب‎ Agence Nationale de Réglementation des Télécommunications (ANRT) country-code +‏ابوظبي‎ Abu Dhabi Systems and Information Centre generic +‏السعودية‎ Communications and Information Technology Commission country-code +‏ڀارت‎ National Internet eXchange of India country-code +‏كاثوليك‎ Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) generic +‏سودان‎ Sudan Internet Society country-code +‏همراه‎ Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti. generic +‏عراق‎ Communications and Media Commission (CMC) country-code +‏مليسيا‎ MYNIC Berhad country-code +澳門 Macao Post and Telecommunications Bureau (CTT) country-code +닷컴 VeriSign Sarl generic +政府 Net-Chinese Co., Ltd. generic +‏شبكة‎ International Domain Registry Pty. Ltd. generic +‏بيتك‎ Kuwait Finance House generic +‏عرب‎ League of Arab States generic +გე Information Technologies Development Center (ITDC) country-code +机构 Public Interest Registry generic +组织机构 Public Interest Registry generic +健康 Stable Tone Limited generic +ไทย Thai Network Information Center Foundation country-code +‏سورية‎ National Agency for Network Services (NANS) country-code +招聘 Dot Trademark TLD Holding Company Limited generic +рус Rusnames Limited generic +рф Coordination Center for TLD RU country-code +珠宝 Richemont DNS Inc. generic +‏تونس‎ Agence Tunisienne d'Internet country-code +大拿 VeriSign Sarl generic +みんな Charleston Road Registry Inc. generic +グーグル Charleston Road Registry Inc. generic +ελ ICS-FORTH GR country-code +世界 Stable Tone Limited generic +書籍 Amazon Registry Services, Inc. generic +ഭാരതം National Internet eXchange of India country-code +ਭਾਰਤ National Internet Exchange of India country-code +网址 KNET Co., Ltd generic +닷넷 VeriSign Sarl generic +コム VeriSign Sarl generic +天主教 Pontificium Consilium de Comunicationibus Socialibus (PCCS) (Pontifical Council for Social Communication) generic +游戏 Binky Moon, LLC generic +vermögensberater Deutsche Vermögensberatung Aktiengesellschaft DVAG generic +vermögensberatung Deutsche Vermögensberatung Aktiengesellschaft DVAG generic +企业 Binky Moon, LLC generic +信息 Beijing Tele-info Network Technology Co., Ltd. generic +嘉里大酒店 Kerry Trading Co. Limited generic +嘉里 Kerry Trading Co. Limited generic +‏مصر‎ National Telecommunication Regulatory Authority - NTRA country-code +‏قطر‎ Communications Regulatory Authority country-code +广东 Guangzhou YU Wei Information Technology Co., Ltd. generic +இலங்கை LK Domain Registry country-code +இந்தியா National Internet Exchange of India country-code +հայ """Internet Society"" Non-governmental Organization" country-code +新加坡 Singapore Network Information Centre (SGNIC) Pte Ltd country-code +‏فلسطين‎ Ministry of Telecom & Information Technology (MTIT) country-code +テスト Internet Assigned Numbers Authority test +政务 China Organizational Name Administration Center generic +xperia Sony Mobile Communications AB generic +xxx Adult entertainment sponsored +xyz XYZ.COM LLC generic +yachts DERYachts, LLC generic +yahoo Yahoo! Domain Services Inc. generic +yamaxun Amazon Registry Services, Inc. generic +yandex YANDEX, LLC generic +ye Yemen (Republic of) country-code +yodobashi YODOBASHI CAMERA CO.,LTD. generic +yoga Top Level Domain Holdings Limited generic +yokohama GMO Registry, Inc. generic +you Amazon Registry Services, Inc. generic +youtube Charleston Road Registry Inc. generic +yt Mayotte (Department of) country-code +yun QIHOO 360 TECHNOLOGY CO. LTD. generic +za South Africa (Republic of) country-code +zappos Amazon Registry Services, Inc. generic +zara Industria de Diseño Textil, S.A. (INDITEX, S.A.) generic +zero Amazon Registry Services, Inc. generic +zip Charleston Road Registry Inc. generic +zippo Zadco Company generic +zm Zambia (Republic of) country-code +zone Binky Moon, LLC generic +zuerich Kanton Zürich (Canton of Zurich) generic +zw Zimbabwe (Republic of) country-code From 176a02f944770058b7623d0821ecb9c0cab96886 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Fri, 22 Jun 2018 00:41:43 -0700 Subject: [PATCH 109/113] add TSV format --- bin/devel/update-formats.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/devel/update-formats.sh b/bin/devel/update-formats.sh index 8b3b117..30fe700 100755 --- a/bin/devel/update-formats.sh +++ b/bin/devel/update-formats.sh @@ -129,6 +129,11 @@ else [ "$QUIET_MODE" = "0" ] && printf "$ME_NAME: (NOTICE) skipped downloading IANA data and skipped generating new CSV\n" fi +# +# execute TSV helper +# +helper generate-tsv-tlds-tsv.js "Tab-Separated-Values 'tlds.tsv'" + # # execute JavaScript helpers # From cf6016294f9ca8b35676522f74157c15c8517c84 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Fri, 22 Jun 2018 00:42:32 -0700 Subject: [PATCH 110/113] version bump TSV fixes --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56c8dd3..f373fff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "2.0.5", + "version": "2.0.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ee4a774..dea8e90 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "2.0.5", + "version": "2.0.6", "description": "Lists of every ICANN TLD in multiple formats", "main": "formats/js/tld-enum", "repository": { From 6f0d3cb494e18deaee47ba4b0985edbf73e28905 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Fri, 22 Jun 2018 18:43:16 -0700 Subject: [PATCH 111/113] tldinfo shell script --- tldinfo.sh | 547 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 547 insertions(+) create mode 100755 tldinfo.sh diff --git a/tldinfo.sh b/tldinfo.sh new file mode 100755 index 0000000..d99ff07 --- /dev/null +++ b/tldinfo.sh @@ -0,0 +1,547 @@ +#!/bin/sh +# +# Provides information on IANA top-level domains +# +# For usage, execute with the "--help" option +# +# @author D. Bird +# + +# +# script localization +# +ME_NAME=$(basename $0) +ME_DIR="/$0"; ME_DIR=${ME_DIR%/*}; ME_DIR=${ME_DIR:-.}; ME_DIR=${ME_DIR#/}/; ME_DIR=$(cd "$ME_DIR"; pwd) +ME_SHORTNAME='tldinfo' + +# +# number of seconds before warning about needing an update +# 2592000 seconds = 30 days +# +CHECKED_TIME_TTL=2592000 + +# +# data root dir +# +SYS_DATA_ROOT=/usr/share/$ME_SHORTNAME +USER_DATA_ROOT=~/.$ME_SHORTNAME +SYS_INSTALL_PATH=/usr/bin/$ME_SHORTNAME + +# +# parse options +# +OPTION_STATUS=0 +HELP_MODE=0 +FORCE_PHP=0 +SKIP_PHP=0 +SKIP_CSV=0 +UPDATE_MODE=0 +SHOW_DESC=0 +SHOW_TYPE=0 +STARTS_WITH=0 +INSTALL_MODE=0 +while getopts :?qhuaV-: arg; do { case $arg in + h|u|a|V) HELP_MODE=1;; + -) LONG_OPTARG="${OPTARG#*=}"; case $OPTARG in + help|usage|about|version) HELP_MODE=1;; + update) UPDATE_MODE=1;; + show-description) SHOW_DESC=1;; + show-type) SHOW_TYPE=1;; + starts-with) STARTS_WITH=1;; + install) INSTALL_MODE=1;; + *) >&2 echo "$ME_NAME: unrecognized long option --$OPTARG"; OPTION_STATUS=2;; + esac ;; + *) >&2 echo "$ME_NAME: unrecognized option -$OPTARG"; OPTION_STATUS=2;; +esac } done +shift $((OPTIND-1)) # remove parsed options and args from $@ list +[ "$OPTION_STATUS" != "0" ] && { >&2 echo "$ME_NAME: (FATAL) one or more invalid options"; exit $OPTION_STATUS; } +[ "$UPDATE_MODE" != 1 ] && [ -n "$1" ] && { SEARCH=$1; shift; } +[ -z "$@" ] || { >&2 echo "$ME_NAME: (FATAL) one or more unrecognized positional arguments ($@)"; exit 2; } +[ "$STARTS_WITH" = 1 ] && [ -z "$SEARCH" ] && { >&2 echo "$ME_NAME: (FATAL) must specify argument when using --starts-with option"; exit 2; } + +# +# apply help mode +# +if [ "$HELP_MODE" = "1" ]; then + echo "tldinfo" + echo "(c) 2017-2018 Doug Bird, All Rights Reserved." + echo "https://github.com/katmore/tld-enum#readme" + echo "" + echo "Prints IANA top-level domains." + echo "" + echo "usage:" + echo " $ME_NAME [-h][--update]|[display options...][[--starts-with] ]" + echo "" + echo "-h,--help: Print a help message and exit." + echo "--update: Update TLD database as needed and exit." + echo "--install: Install a global 'tldinfo' binary and exit." + echo "" + echo "display options:" + echo "--show-description: Always print domain description." + echo "--show-type: Always print domain type." + echo "" + echo ":" + echo " Optionally, only print matching domain(s)." + echo " --starts-with: Match domain(s) starting with ." + echo "" + echo "Exit Codes:" + echo " 0 : Success" + echo " 1 : General Error" + echo " 3 : Internal Error" + echo " 20 : No match found for " + exit 0 +fi + +# +# dependency checks +# +USE_CURL=0; USE_WGET=0; FOUND_HTTP_CLIENT=0 +curl -V > /dev/null 2>&1 && { + USE_CURL=1; FOUND_HTTP_CLIENT=1 +} || { +wget -V > /dev/null 2>&1 && { + USE_WGET=1; FOUND_HTTP_CLIENT=1 +} } + + +# +# Prints the url an http request ultimately redirects to. +# Usage: +# print_http_redirect +# Arguments: +# +# The request url +# (Required) +# +print_http_redirect() { url=$1 + if [ "$FOUND_HTTP_CLIENT" != 1 ]; then + >&2 echo "$ME_NAME: (failed dependency check) http client binary is not available ('curl' or 'wget')" + exit 1 + fi + [ -n "$url" ] || { + >&2 echo "$ME_NAME: (internal error) missing 'url' argument to 'print_http_redirect'" + exit 3 + } + if [ "$USE_CURL" = 1 ]; then + hout=$(curl -Ls -o /dev/null -w %{url_effective} $url) || { + >&2 echo "$ME_NAME: (fatal error) 'curl (...print_http_redirect)' failed with exit status $?" + exit 1 + } + [ -n "$hout" ] || { + >&2 echo "$ME_NAME: (fatal error) empty URL result from 'curl (...print_http_redirect)'" + exit 1 + } + fi + if [ "$USE_WGET" = 1 ]; then + hout=$(wget $url --server-response -O /dev/null 2>&1 | awk '(NR==1){SRC=$3;} /^ Location: /{DEST=$2} END{ print SRC, DEST}' | awk '{print $2}') || { + >&2 echo "$ME_NAME: (fatal error) 'wget (...print_http_redirect)' failed with exit status $?" + exit 1 + } + [ -n "$hout" ] || { + >&2 echo "$ME_NAME: (fatal error) empty URL result from 'wget (...print_http_redirect)'" + exit 1 + } + fi + echo $hout +} + +# +# Saves the response body of an http request to a file. +# Usage: +# http_download +# Arguments: +# +# The request url +# (Required) +# +# Path to save the response body to +# (Required) +# +http_download() { url=$1; path=$2 + if [ "$FOUND_HTTP_CLIENT" != 1 ]; then + >&2 echo "$ME_NAME: (failed dependency check) http client binary is not available ('curl' or 'wget')" + exit 1 + fi + [ -n "$url" ] || { + >&2 echo "$ME_NAME: (internal error) missing 'url' argument to 'http_download'" + exit 3 + } + [ -n "$path" ] || { + >&2 echo "$ME_NAME: (internal error) missing 'path' argument to 'http_download'" + exit 3 + } + if [ "$USE_CURL" = 1 ]; then + curl -sS $url > $path || { + >&2 echo "$ME_NAME: (fatal error) 'curl (...http_download)' failed with exit status $?" + exit 1 + } + fi + if [ "$USE_WGET" = 1 ]; then + wget -O $path $url || { + >&2 echo "$ME_NAME: (fatal error) 'wget (...http_download)' failed with exit status $?" + exit 1 + } + fi + return 0 +} + +# +# cleanup temp files +# +LATEST_TLDS_TEMP= +cleanup_temp_files() { + if ( [ -n "$LATEST_TLDS_TEMP" ] && [ -f "$LATEST_TLDS_TEMP" ] ); then + rm $LATEST_TLDS_TEMP + fi +} +trap cleanup_temp_files EXIT + +# +# Prepares data file +# Usage: +# init_data_file +# Arguments: +# +# Basename of data file; for example. "release" +# (Required) +# +init_data_file() { file_basename=$1; + + [ -n "$file_basename" ] || { + >&2 echo "$ME_NAME: (internal error) missing 'file_basename' argument to 'init_data_file'" + exit 3 + } + if ( [ -d "$USER_DATA_ROOT" ] && [ "$INSTALL_MODE" != 1 ] ); then + path=$USER_DATA_ROOT/$file_basename + perm=660 + else + path=$SYS_DATA_ROOT/$file_basename + perm=444 + fi + + if [ -f "$path" ]; then + touch $path 2>/dev/null || { + chmod $perm $path || { + >&2 echo "$ME_NAME: (fatal error) failed to initialize data file permission on '$path', do you need sudo?" + exit 1 + } + touch $path || { + >&2 echo "$ME_NAME: (fatal error) failed to initialize data file '$path', do you need sudo?" + exit 1 + } + return 0 + } + chmod $perm $path || { + >&2 echo "$ME_NAME: (fatal error) failed to initialize data file permission on '$path', do you need sudo?" + exit 1 + } + else + touch $path || { + >&2 echo "$ME_NAME: (fatal error) failed to initialize data file '$path', do you need sudo?" + exit 1 + } + chmod $perm $path || { + >&2 echo "$ME_NAME: (fatal error) failed to initialize data file permission on '$path', do you need sudo?" + exit 1 + } + fi + +} + +# +# Prepares the data root directory +# Usage: +# init_data_root +# Arguments: +# (none) +# +init_data_root() { + if ( [ -d "$USER_DATA_ROOT" ] && [ "$INSTALL_MODE" != 1 ] ); then + root_path=$USER_DATA_ROOT + perm=770 + else + root_path=$SYS_DATA_ROOT + perm=775 + fi + if [ -d "$root_path" ]; then + if [ ! -w "$root_path" ]; then + >&2 echo "$ME_NAME: (fatal error) missing write permission on data root '$root_path', do you need sudo?" + exit 1 + fi + else + data_root_parent=$(dirname $root_path) + if [ ! -w "$(dirname $data_root_parent)" ]; then + >&2 echo "$ME_NAME: (fatal error) missing write permission on data root parent directory '$data_root_parent', do you need sudo?" + exit 1 + fi + fi + mkdir -p $root_path || { + >&2 echo "$ME_NAME: (fatal error) failed to create data root '$root_path', do you need sudo?" + exit 1 + } + chmod $perm $root_path || { + >&2 echo "$ME_NAME: (fatal error) failed set permissions on data root '$root_path', do you need sudo?" + exit 1 + } + #init_data_file "tlds.tsv" + init_data_file "checked-time" + init_data_file "release" +} + +# +# Prints the contents of a data file. +# Usage: +# print_data_file_contents +# Arguments: +# +# Basename of data file; for example. "release" +# (Required) +# +print_data_file_contents() { file_basename=$1 + [ -n "$file_basename" ] || { + >&2 echo "$ME_NAME: (internal error) missing 'file_basename' argument to 'print_data_file_contents'" + exit 3 + } + if ( [ -d "$USER_DATA_ROOT" ] && [ "$INSTALL_MODE" != 1 ] ); then + path=$USER_DATA_ROOT/$file_basename + else + path=$SYS_DATA_ROOT/$file_basename + fi + if [ -f "$path" ]; then + cat $path || { + >&2 echo "$ME_NAME: (fatal error) failed to read contents of data file '$path'; do you need sudo?" + exit 1 + } + fi +} + +# +# Print the path to a data file. +# Usage: +# print_data_file_path +# Arguments: +# +# Basename of data file; for example. "release" +# (Required) +# +print_data_file_path() { file_basename=$1 + [ -n "$file_basename" ] || { + >&2 echo "$ME_NAME: (internal error) missing 'file_basename' argument to 'write_data_file'" + exit 3 + } + if ( [ -d "$USER_DATA_ROOT" ] && [ "$INSTALL_MODE" != 1 ] ); then + path=$USER_DATA_ROOT/$file_basename + else + path=$SYS_DATA_ROOT/$file_basename + fi + echo $path +} + +INITIAL_TLDS_DOWNLOAD=0 + +# +# install mode +# +if [ "$INSTALL_MODE" = 1 ]; then + ME_PATH=$ME_DIR/$ME_NAME + if [ ! -f "$ME_PATH" ]; then + >&2 echo "$ME_NAME: (fatal error) unable to determine installation source file" + exit 1 + fi + if [ ! -w $(dirname $SYS_INSTALL_PATH) ]; then + >&2 echo "$ME_NAME: (fatal error) missing write permission to install path parent dir, do you need sudo?" + exit 1 + fi + cp -f $ME_PATH $SYS_INSTALL_PATH || { + >&2 echo "$ME_NAME: (fatal error) failed to copy script to install path" + exit 1 + } + init_data_root + INITIAL_TLDS_DOWNLOAD=1 + #UPDATE_MODE=1 +fi + +# +# +# +TLDS_PATH=$(print_data_file_path tlds.tsv) +PROJECT_TLDS_PATH=$ME_DIR/formats/tsv/tlds.tsv +if ( [ "$INSTALL_MODE" = 0 ] && [ ! -f "$TLDS_PATH" ] ); then + if ( [ ! -d "$SYS_DATA_ROOT" ] && [ ! -d "$USER_DATA_ROOT" ] ); then + mkdir -p $USER_DATA_ROOT || { + >&2 echo "$ME_NAME: (fatal error) failed to prepare user data dir" + exit 1 + } + fi + init_data_root + TLDS_PATH=$(print_data_file_path tlds.tsv) + if [ -f "$PROJECT_TLDS_PATH" ]; then + cp "$PROJECT_TLDS_PATH" "$TLDS_PATH" || { + >&2 echo "$ME_NAME: (fatal error) failed to copy 'tlds.tsv' to user data dir '$TLDS_PATH'" + exit 1 + } + date +%s > $(print_data_file_path checked-time) + else + INITIAL_TLDS_DOWNLOAD=1 + fi +fi + +# +# wheather to check for update +# +CHECK_UPDATE=0 +LAST_CHECKED_TIME=$(print_data_file_contents checked-time) +if [ -n "$LAST_CHECKED_TIME" ]; then + echo $LAST_CHECKED_TIME | grep -q "^[0-9]*$" && { + TIME_SINCE_LAST_CHECK=$(($(date +%s)-$LAST_CHECKED_TIME)) + if [ "$TIME_SINCE_LAST_CHECK" -gt "$CHECKED_TIME_TTL" ]; then + CHECK_UPDATE=1 + fi + } +fi + +# +# check for updates and optionally apply update mode +# +if ( [ "$INITIAL_TLDS_DOWNLOAD" = 1 ] || [ "$UPDATE_MODE" = 1 ] || [ "$CHECK_UPDATE" = 1 ] ); then + + CURRENT_RELEASE=$(print_data_file_contents release) + + # + # tld-enum repo + # + GITHUB_REPO=katmore/tld-enum + + # + # Github and Rawgit base URIs + # + RAWGIT_URI=https://cdn.rawgit.com + GITHUB_URI=https://github.com + + # + # latest tld-enum release + # + LATEST_URL="$GITHUB_URI/$GITHUB_REPO/releases/latest" + + # + # permanent Rawgit CDN URL to latest 'tlds.tsv' + # + LATEST_RELEASE=$(basename $(print_http_redirect $LATEST_URL)) + #https://cdn.rawgit.com/katmore/tld-enum/cf601629/formats/tsv/tlds.tsv + LATEST_TLDS_TSV_URL="$RAWGIT_URI/$GITHUB_REPO/$LATEST_RELEASE/formats/tsv/tlds.tsv" + + if ( [ "$INITIAL_TLDS_DOWNLOAD" = 1 ] || [ "$UPDATE_MODE" = 1 ] ); then + + # + # if new release, download and update + # + if ( [ "$INITIAL_TLDS_DOWNLOAD" = 1 ] || [ "$CURRENT_RELEASE" != "$LATEST_RELEASE" ] ); then + if ( [ -d "$USER_DATA_ROOT" ] && [ "$INSTALL_MODE" != 1 ] ); then + perm=660 + else + perm=444 + fi + # + # prepare data root dir + # + init_data_root + + # + # download 'tlds.tsv' from Rawgit to temp file + # + LATEST_TLDS_TEMP=$(mktemp) + http_download "$LATEST_TLDS_TSV_URL" "$LATEST_TLDS_TEMP" + + # + # copy to path + # + mv $LATEST_TLDS_TEMP $TLDS_PATH + echo "$LATEST_RELEASE" > $(print_data_file_path release) + date +%s > $(print_data_file_path checked-time) + chmod $perm $(print_data_file_path release) + chmod $perm $(print_data_file_path checked-time) + chmod $perm $TLDS_PATH + echo "updated tlds.tsv to $LATEST_RELEASE" + else + echo "tlds.tsv is already up-to-date ($CURRENT_RELEASE)" + fi + if [ "$UPDATE_MODE" = 1 ]; then + exit 0 + fi + else + if [ "$CURRENT_RELEASE" != "$LATEST_RELEASE" ]; then + >&2 echo "$ME_NAME: (current version '$CURRENT_RELEASE') a new release of 'tlds.tsv' is available (see '$ME_NAME --update'): $LATEST_RELEASE" + fi + fi + +fi + +if [ "$INSTALL_MODE" = 1 ]; then + echo "install '$(basename $SYS_INSTALL_PATH)' success" + exit 0 +fi + +#printf "%-25s %-12s\n" "CONTAINER" "IP-ADDR" + +if ( [ -n "$SEARCH" ] && [ "$STARTS_WITH" = 0 ] ); then + SHOW_DESC=1; SHOW_TYPE=1 +fi +if [ "$STARTS_WITH" = 1 ]; then + MATCH_COUNT=0 +fi + +IFS_OLD=$IFS +IFS=$(printf "\t") + +while read domain desc type; do + if [ -n "$SEARCH" ]; then + if [ "$STARTS_WITH" = 0 ]; then + if [ "$domain" != "$SEARCH" ]; then + continue + fi + else + case $domain in + $SEARCH*) MATCH_COUNT=$((MATCH_COUNT+1));; + *) continue;; + esac + fi + fi + line= + if ( [ -z "$SEARCH" ] || [ "$STARTS_WITH" = 1 ] ); then + line=$domain + fi + [ "$SHOW_DESC" = 1 ] && { + [ -n "$line" ] && line="$line " + line="$line$desc" + } + [ "$SHOW_TYPE" = 1 ] && { + [ -n "$line" ] && line="$line " + line="$line$type" + } + printf "$line\n" + if ( [ -n "$SEARCH" ] && [ "$STARTS_WITH" = 0 ] ); then + exit 0 + fi +done < $TLDS_PATH +IFS=$IFS_OLD + +if ( [ -n "$SEARCH" ] && ( [ "$STARTS_WITH" = 0 ] || [ "$MATCH_COUNT" = 0 ] ) ); then + [ "$STARTS_WITH" = 0 ] && >&2 echo "domain '$SEARCH' not found" + [ "$MATCH_COUNT" = 0 ] && >&2 echo "no domains starting with '$SEARCH' found" + exit 20 +fi + +if [ "$STARTS_WITH" = 1 ]; then + >&2 echo "" + if [ "$MATCH_COUNT" = "1" ]; then + >&2 echo "found 1 matching domain" + else + >&2 echo "found $MATCH_COUNT matching domains" + fi +fi + + +exit 0 + + + From 9bb80370b8207c3fd78211088677c4bead8896c3 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Fri, 22 Jun 2018 20:33:52 -0700 Subject: [PATCH 112/113] updates -better comments --- tldinfo.sh | 48 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 40 insertions(+), 8 deletions(-) diff --git a/tldinfo.sh b/tldinfo.sh index d99ff07..f5691b3 100755 --- a/tldinfo.sh +++ b/tldinfo.sh @@ -15,7 +15,7 @@ ME_DIR="/$0"; ME_DIR=${ME_DIR%/*}; ME_DIR=${ME_DIR:-.}; ME_DIR=${ME_DIR#/}/; ME_ ME_SHORTNAME='tldinfo' # -# number of seconds before warning about needing an update +# number of seconds before warning about TLD database needing an update # 2592000 seconds = 30 days # CHECKED_TIME_TTL=2592000 @@ -283,7 +283,6 @@ init_data_root() { >&2 echo "$ME_NAME: (fatal error) failed set permissions on data root '$root_path', do you need sudo?" exit 1 } - #init_data_file "tlds.tsv" init_data_file "checked-time" init_data_file "release" } @@ -337,6 +336,9 @@ print_data_file_path() { file_basename=$1 echo $path } +# +# wheather to download TLDS database from CDN +# INITIAL_TLDS_DOWNLOAD=0 # @@ -358,11 +360,10 @@ if [ "$INSTALL_MODE" = 1 ]; then } init_data_root INITIAL_TLDS_DOWNLOAD=1 - #UPDATE_MODE=1 fi # -# +# prepare tld database # TLDS_PATH=$(print_data_file_path tlds.tsv) PROJECT_TLDS_PATH=$ME_DIR/formats/tsv/tlds.tsv @@ -387,7 +388,7 @@ if ( [ "$INSTALL_MODE" = 0 ] && [ ! -f "$TLDS_PATH" ] ); then fi # -# wheather to check for update +# determine wheather to check for update # CHECK_UPDATE=0 LAST_CHECKED_TIME=$(print_data_file_contents checked-time) @@ -476,13 +477,17 @@ if ( [ "$INITIAL_TLDS_DOWNLOAD" = 1 ] || [ "$UPDATE_MODE" = 1 ] || [ "$CHECK_UPD fi +# +# exit if install mode +# if [ "$INSTALL_MODE" = 1 ]; then echo "install '$(basename $SYS_INSTALL_PATH)' success" exit 0 fi -#printf "%-25s %-12s\n" "CONTAINER" "IP-ADDR" - +# +# show description and type if domain singleton +# if ( [ -n "$SEARCH" ] && [ "$STARTS_WITH" = 0 ] ); then SHOW_DESC=1; SHOW_TYPE=1 fi @@ -490,22 +495,40 @@ if [ "$STARTS_WITH" = 1 ]; then MATCH_COUNT=0 fi +# +# configre IFS with {tab} delimiter +# IFS_OLD=$IFS IFS=$(printf "\t") +# +# read tlds.tsv database +# while read domain desc type; do + # + # apply arg + # if [ -n "$SEARCH" ]; then if [ "$STARTS_WITH" = 0 ]; then + # + # match singleton + # if [ "$domain" != "$SEARCH" ]; then continue fi else + # + # match --starts-with + # case $domain in $SEARCH*) MATCH_COUNT=$((MATCH_COUNT+1));; *) continue;; esac fi fi + # + # concatenate TLD info for display + # line= if ( [ -z "$SEARCH" ] || [ "$STARTS_WITH" = 1 ] ); then line=$domain @@ -519,18 +542,27 @@ while read domain desc type; do line="$line$type" } printf "$line\n" + # + # exit on matched singleton + # if ( [ -n "$SEARCH" ] && [ "$STARTS_WITH" = 0 ] ); then exit 0 fi done < $TLDS_PATH + +# +# set IFS to default delimiter +# IFS=$IFS_OLD +# +# display summary for results of --starts-with +# if ( [ -n "$SEARCH" ] && ( [ "$STARTS_WITH" = 0 ] || [ "$MATCH_COUNT" = 0 ] ) ); then [ "$STARTS_WITH" = 0 ] && >&2 echo "domain '$SEARCH' not found" [ "$MATCH_COUNT" = 0 ] && >&2 echo "no domains starting with '$SEARCH' found" exit 20 fi - if [ "$STARTS_WITH" = 1 ]; then >&2 echo "" if [ "$MATCH_COUNT" = "1" ]; then From 2d04babd0e365be67e3d9b021b3f3ce195dd6521 Mon Sep 17 00:00:00 2001 From: Doug Bird Date: Fri, 22 Jun 2018 20:34:26 -0700 Subject: [PATCH 113/113] version bump --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index f373fff..cecdcc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "2.0.6", + "version": "2.0.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index dea8e90..7e48e63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "tld-enum", - "version": "2.0.6", + "version": "2.0.7", "description": "Lists of every ICANN TLD in multiple formats", "main": "formats/js/tld-enum", "repository": {