Browse Source

If we want to use SSL, I wasn’t able to connect to port 6667 so I had to change this to 6697 which is the SSL only port

Justin Plock 10 years ago
parent
commit
f16d7f33d7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      roles/ircbouncer/templates/var_lib_znc_configs_znc.conf.j2

+ 1
- 1
roles/ircbouncer/templates/var_lib_znc_configs_znc.conf.j2 View File

@@ -62,7 +62,7 @@ Version = 1.0
62 62
 		LoadModule = kickrejoin
63 63
 		LoadModule = nickserv
64 64
 		LoadModule = savebuff
65
-		Server = chat.freenode.net +6667
65
+		Server = chat.freenode.net +6697
66 66
 	</Network>
67 67
 
68 68
 	Pass = {{ irc_password_hash }}

Loading…
Cancel
Save