This repository has been archived by the owner on Feb 3, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #259 from maarten-boot/development
add central compiled regex pool; add tm tld; fix detection of 2 level tld's; fix tld com is sometimes different: example lg.com
- Loading branch information
Showing
27 changed files
with
184 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
example.com name server a.iana-servers.net. | ||
example.com name server b.iana-servers.net. | ||
example.com name server a.iana-servers.net. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
example.org name server b.iana-servers.net. | ||
example.org name server a.iana-servers.net. | ||
example.org name server b.iana-servers.net. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
[Querying whois.nic.xyz] | ||
[whois.nic.xyz] | ||
Domain Name: HELLO.XYZ | ||
Registry Domain ID: D2208533-CNIC | ||
Registrar WHOIS Server: whois.namecheap.com | ||
Registrar URL: https://namecheap.com | ||
Updated Date: 2022-03-14T11:17:22.0Z | ||
Creation Date: 2014-03-20T15:01:22.0Z | ||
Registry Expiry Date: 2023-03-20T23:59:59.0Z | ||
Registrar: Namecheap | ||
Registrar IANA ID: 1068 | ||
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited | ||
Registrant Organization: Privacy service provided by Withheld for Privacy ehf | ||
Registrant State/Province: Capital Region | ||
Registrant Country: IS | ||
Registrant Email: Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name. | ||
Admin Email: Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name. | ||
Tech Email: Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name. | ||
Name Server: DNS1.REGISTRAR-SERVERS.COM | ||
Name Server: DNS2.REGISTRAR-SERVERS.COM | ||
DNSSEC: unsigned | ||
Billing Email: Please query the RDDS service of the Registrar of Record identified in this output for information on how to contact the Registrant, Admin, or Tech contact of the queried domain name. | ||
Registrar Abuse Contact Email: abuse@namecheap.com | ||
Registrar Abuse Contact Phone: +1.9854014545 | ||
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/ | ||
>>> Last update of WHOIS database: 2023-01-27T13:06:56.0Z <<< | ||
|
||
For more information on Whois status codes, please visit https://icann.org/epp | ||
|
||
>>> IMPORTANT INFORMATION ABOUT THE DEPLOYMENT OF RDAP: please visit | ||
https://www.centralnic.com/support/rdap <<< | ||
|
||
The Whois and RDAP services are provided by CentralNic, and contain | ||
information pertaining to Internet domain names registered by our | ||
our customers. By using this service you are agreeing (1) not to use any | ||
information presented here for any purpose other than determining | ||
ownership of domain names, (2) not to store or reproduce this data in | ||
any way, (3) not to use any high-volume, automated, electronic processes | ||
to obtain data from this service. Abuse of this service is monitored and | ||
actions in contravention of these terms will result in being permanently | ||
blacklisted. All data is (c) CentralNic Ltd (https://www.centralnic.com) | ||
|
||
Access to the Whois and RDAP services is rate limited. For more | ||
information, visit https://registrar-console.centralnic.com/pub/whois_guidance. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
hello.xyz name server dns1.registrar-servers.com. | ||
hello.xyz name server dns2.registrar-servers.com. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
|
||
test domain: <<<<<<<<<< hello.xyz >>>>>>>>>>>>>>>>>>>> | ||
name str 'hello.xyz' | ||
tld str 'xyz' | ||
registrar str 'Namecheap' | ||
registrant_country str 'IS' | ||
creation_date datetime.datetime 2014-03-20 15:01:22 | ||
expiration_date datetime.datetime 2023-03-20 23:59:59 | ||
last_updated datetime.datetime 2022-03-14 11:17:22 | ||
status str 'clientTransferProhibited https://icann.org/epp#clientTransferProhibited' | ||
statuses list ['clientTransferProhibited https://icann.org/epp#clientTransferProhibited'] | ||
dnssec bool False | ||
name_servers list ['dns1.registrar-servers.com', 'dns2.registrar-servers.com'] | ||
registrant str 'Privacy service provided by Withheld for Privacy ehf' | ||
emails list ['abuse@namecheap.com'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
meta.co.jp name server ns2.meta.co.jp. | ||
meta.co.jp name server ns2.sphere.ad.jp. | ||
meta.co.jp name server ns.meta.co.jp. | ||
meta.co.jp name server ns2.sphere.ad.jp. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
meta.co.uk name server c.ns.facebook.com. | ||
meta.co.uk name server d.ns.facebook.com. | ||
meta.co.uk name server a.ns.facebook.com. | ||
meta.co.uk name server c.ns.facebook.com. | ||
meta.co.uk name server b.ns.facebook.com. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
meta.com name server a.ns.facebook.com. | ||
meta.com name server b.ns.facebook.com. | ||
meta.com name server d.ns.facebook.com. | ||
meta.com name server c.ns.facebook.com. | ||
meta.com name server b.ns.facebook.com. | ||
meta.com name server a.ns.facebook.com. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
meta.kr name server ns4.lovellsnames.org. | ||
meta.kr name server ns3.lovellsnames.org. | ||
meta.kr name server ns2.lovellsnames.org. | ||
meta.kr name server ns1.lovellsnames.org. | ||
meta.kr name server ns2.lovellsnames.org. | ||
meta.kr name server ns3.lovellsnames.org. | ||
meta.kr name server ns4.lovellsnames.org. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.