6783fa2be3ad3cbb5d8cae0b2feceb8238031011
Services-Whois.md
| ... | ... | @@ -38,6 +38,10 @@ There is nice 3djs visualisation showing current address space usage: http://dat |
| 38 | 38 | |
| 39 | 39 | Another visualisation shows the prefixes seen by BGP: http://dataviz.polynome.dn42/dn42-netblock-visu/index.html ([public](http://109.24.208.244:8888/dn42-netblock-visu/index.html) or 172.23.184.98). |
| 40 | 40 | |
| 41 | +## Software |
|
| 42 | + |
|
| 43 | + * [[lglass]] is a python implementation for working with the registry. It features a whois server, tools to manipulate the data (DNS zone generation, etc). |
|
| 44 | + |
|
| 41 | 45 | ## Whois daemons |
| 42 | 46 | * welterde: thinkbase.srv.welterde.de (46.4.248.201) |
| 43 | 47 | * fritz: whois.fritz.dn42 (172.22.119.139) |
| ... | ... | @@ -66,6 +70,7 @@ fd**:****:****:****:****:****:****:**** 172.22.177.77 |
| 66 | 70 | You can then use whois without specifying the server. Works at least with Marco d'Itri's whois client. |
| 67 | 71 | |
| 68 | 72 | ### Running your own whoisd |
| 73 | + |
|
| 69 | 74 | ```sh |
| 70 | 75 | cd /home/some/path/to/store/branch |
| 71 | 76 | sudo aptitude install ruby rubygems |