ssl
This commit is contained in:
parent
a2d5af3437
commit
db22519060
4
index.js
4
index.js
@ -15,7 +15,9 @@ const client = new irc.Client(settings.server, settings.username, {
|
|||||||
autoRejoin: true,
|
autoRejoin: true,
|
||||||
retryCount: 100000000,
|
retryCount: 100000000,
|
||||||
retryDelay: 2*60*1000,
|
retryDelay: 2*60*1000,
|
||||||
// secure: true,
|
port: 6697,
|
||||||
|
secure: true,
|
||||||
|
|
||||||
// certExpired: true,
|
// certExpired: true,
|
||||||
// selfSigned: true
|
// selfSigned: true
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user