Skip to content

Commit

Permalink
Reject unauthorized connections
Browse files Browse the repository at this point in the history
  • Loading branch information
codedmonkey committed Jun 3, 2024
1 parent 706237d commit 8da9ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ module.exports = {
port: 6697,
password: "",
tls: true,
rejectUnauthorized: false,
rejectUnauthorized: true,
nick: "Troll%%%",
username: "Anonymous Troll",
realname: "",
Expand Down

0 comments on commit 8da9ecc

Please sign in to comment.