internal/lglass.md
... ...
@@ -10,8 +10,11 @@ lglass is a Python software package designed for Internet Registries like the DN
10 10
11 11
lglass provides an event-based whois daemon with internal caching, which was written in Python. It is very simple to run an instance:
12 12
13
- $ ./bin/lglass-whoisd -H $HOST -P $PORT
13
+ $ ./bin/lglass-whoisd
14 14
15
+without the configfile:
16
+
17
+ $ ./bin/lglass-regtool whoisd -H $HOST -p $PORT
15 18
.
16 19
17 20
usage: lglass-whoisd [-h] [-4] [-6] [--host HOST] [--port PORT]