4508e9e76e91434580108b6e5c40a158965633ed
lglass.md
... | ... | @@ -0,0 +1,9 @@ |
1 | +lglass is a Python software package designed for Internet Registries like the DN42. You can generate zone files for DNS and rDNS IPv4/v6, and handle the registry. It is available on GitHub as free software: |
|
2 | + |
|
3 | + $ git clone git://github.com/fritz0705/lglass.git |
|
4 | + |
|
5 | +## Running your own Whois daemon |
|
6 | + |
|
7 | +lglass provides an event-based whois daemon with internal caching, which was written in Python. It is very simple to run an instance: |
|
8 | + |
|
9 | + $ python -m lglass.whoisd -D $PATH_TO_DATA_DIR -H $HOST -P $PORT |