https://github.com/centralnicgroup-opensource/whois.geek.nz
An open source WHOIS server for new and old TLDs
https://github.com/centralnicgroup-opensource/whois.geek.nz
Last synced: 4 months ago
JSON representation
An open source WHOIS server for new and old TLDs
- Host: GitHub
- URL: https://github.com/centralnicgroup-opensource/whois.geek.nz
- Owner: centralnicgroup-opensource
- License: bsd-3-clause
- Created: 2014-02-11T02:11:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-13T05:30:17.000Z (over 11 years ago)
- Last Synced: 2025-01-15T19:25:11.681Z (5 months ago)
- Homepage:
- Size: 168 KB
- Stars: 11
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
whois.geek.nz
=============A whois service that is current.
whois.geek.nz aliases the official whois server for each tld.
While you can use them directly via:
whois -h ${TLD}.whois.geek.nz
you can make this easier by adding this to your .bashrc or other compatible
shell initialization script:```
cat >> ~/.bashrc <