diff options
Diffstat (limited to 'doc/example.ini')
-rw-r--r-- | doc/example.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/example.ini b/doc/example.ini index 84c59c9..ebd4ec1 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -10,6 +10,9 @@ telnetport=2121 ; Enable zmq remote control. zmqctrl=1 zmqctrlendpoint=tcp://127.0.0.1:9400 +; accepted formats according to man zmq_bind, i.e. +; tcp://<interface>:<port>, e.g. tcp://lo:9400 +; and tcp://<ipaddress>:<port> [log] ; Write to a logfile or to syslog. |