aboutsummaryrefslogtreecommitdiffstats
path: root/doc/example.ini
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-05-30 14:48:24 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-05-30 14:48:24 +0200
commit03c961beb7ed4dbaae09f7d901d08d3464337d07 (patch)
tree7751eae4d3bc6af097ec2dd5664601c5749ee201 /doc/example.ini
parent4e870a98a8a2e589f7e1487770665afa32d2cb9b (diff)
downloaddabmod-03c961beb7ed4dbaae09f7d901d08d3464337d07.tar.gz
dabmod-03c961beb7ed4dbaae09f7d901d08d3464337d07.tar.bz2
dabmod-03c961beb7ed4dbaae09f7d901d08d3464337d07.zip
Document zmqctrlendpoint accepted formats
Diffstat (limited to 'doc/example.ini')
-rw-r--r--doc/example.ini3
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.