소스 검색

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 년 전
부모
커밋
f16d7f33d7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 파일 보기

@@ -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…
취소
저장