Skip to content
Snippets Groups Projects
Commit e8c079ee authored by Christian Elberfeld's avatar Christian Elberfeld
Browse files

bridge dienste auf ssl umgestelt

parent 8a3f56e5
No related branches found
No related tags found
1 merge request!10Update Branch from Master
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
[irc.hackint] [irc.hackint]
#irc server to connect to. #irc server to connect to.
#REQUIRED #REQUIRED
Server="irc.hackint.org:6667" Server="irc.hackint.org:6697"
#Password for irc server (if necessary) #Password for irc server (if necessary)
#OPTIONAL (default "") #OPTIONAL (default "")
...@@ -18,7 +18,7 @@ Server="irc.hackint.org:6667" ...@@ -18,7 +18,7 @@ Server="irc.hackint.org:6667"
#Enable to use TLS connection to your irc server. #Enable to use TLS connection to your irc server.
#OPTIONAL (default false) #OPTIONAL (default false)
UseTLS=false UseTLS=true
#Enable SASL (PLAIN) authentication. (freenode requires this from eg AWS hosts) #Enable SASL (PLAIN) authentication. (freenode requires this from eg AWS hosts)
#It uses NickServNick and NickServPassword as login and password #It uses NickServNick and NickServPassword as login and password
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
[irc.freenode] [irc.freenode]
#irc server to connect to. #irc server to connect to.
#REQUIRED #REQUIRED
Server="irc.freenode.net:6667" Server="irc.freenode.net:6697"
#Password for irc server (if necessary) #Password for irc server (if necessary)
#OPTIONAL (default "") #OPTIONAL (default "")
...@@ -18,7 +18,7 @@ Server="irc.freenode.net:6667" ...@@ -18,7 +18,7 @@ Server="irc.freenode.net:6667"
#Enable to use TLS connection to your irc server. #Enable to use TLS connection to your irc server.
#OPTIONAL (default false) #OPTIONAL (default false)
UseTLS=false UseTLS=true
#Enable SASL (PLAIN) authentication. (freenode requires this from eg AWS hosts) #Enable SASL (PLAIN) authentication. (freenode requires this from eg AWS hosts)
#It uses NickServNick and NickServPassword as login and password #It uses NickServNick and NickServPassword as login and password
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment