Add BindAddress option. Closes #4

This commit is contained in:
Wim
2015-12-12 21:26:53 +01:00
parent c1f80383f7
commit bdac03f725
5 changed files with 10 additions and 3 deletions

View File

@@ -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