summaryrefslogtreecommitdiff
path: root/docs/proxy.txt
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2016-02-18 01:17:24 +0100
committerLukas Mai <l.mai@web.de>2016-02-18 01:20:33 +0100
commiteffb00b858db17b3abf27661682255bd8139a95a (patch)
tree9d0580bf5ec085ad473e4451aa3e042b59b7e3ef /docs/proxy.txt
parent4732e33ca9c9f9a48b57062ab254bf3aa90078bf (diff)
downloadirssi-effb00b858db17b3abf27661682255bd8139a95a.zip
add some documentation
Diffstat (limited to 'docs/proxy.txt')
-rw-r--r--docs/proxy.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/proxy.txt b/docs/proxy.txt
index e6360a82..224d24e3 100644
--- a/docs/proxy.txt
+++ b/docs/proxy.txt
@@ -30,6 +30,18 @@ There we have 3 different irc networks answering in 3 ports. Note that
you'll have to make the correct /IRCNET ADD and /SERVER ADD commands to
make it work properly.
+The special network name "?" allows the client to select the network
+dynamically on connect:
+
+ /SET irssiproxy_ports ?=2777
+
+Now the client can send <network>:<password> as the server password, e.g.
+
+ /CONNECT ... 2777 efnet:secret
+
+to connect to efnet. If there is no irssiproxy_password set, you can
+omit the ":" and just send the network name as the password.
+
By default, the proxy binds to all available interfaces. To make it
only listen on (for example) the loopback address: