diff options
author | Wim <wim@42.be> | 2015-12-12 21:26:53 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2015-12-12 23:20:13 +0100 |
commit | bdac03f725858fad0f55cd56fc5d72ac07073d79 (patch) | |
tree | a3935f4a26fa4b470f25c9bbdba0cf78932c9c10 /README.md | |
parent | c1f80383f7cb08c108afc8e093023d09864cc5a2 (diff) | |
download | matterbridge-msglm-bdac03f725858fad0f55cd56fc5d72ac07073d79.tar.gz matterbridge-msglm-bdac03f725858fad0f55cd56fc5d72ac07073d79.tar.bz2 matterbridge-msglm-bdac03f725858fad0f55cd56fc5d72ac07073d79.zip |
Add BindAddress option. Closes #4
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,8 @@ channel="#matterbridge" url="http://mattermost.yourdomain.com/hooks/incomingwebhookkey" #port the bridge webserver will listen on port=9999 +#address the webserver will bind to +BindAddress="0.0.0.0" showjoinpart=true #show irc users joining and parting #the token you get from the outgoing webhook in mattermost. If empty no token check will be done. token=yourtokenfrommattermost |