From 03c961beb7ed4dbaae09f7d901d08d3464337d07 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 30 May 2018 14:48:24 +0200 Subject: Document zmqctrlendpoint accepted formats --- doc/example.ini | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/example.ini') 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://:, e.g. tcp://lo:9400 +; and tcp://: [log] ; Write to a logfile or to syslog. -- cgit v1.2.3