servlist: Use SSL with OFTC by default
They now use Lets Encrypt which should be trusted.
This commit is contained in:
parent
525a3bcc02
commit
b1e963f563
|
@ -256,8 +256,7 @@ static const struct defaultserver def[] =
|
||||||
/* Self signed */
|
/* Self signed */
|
||||||
{0, "irc.oceanius.com"},
|
{0, "irc.oceanius.com"},
|
||||||
|
|
||||||
{"OFTC", 0},
|
{"OFTC", 0, 0, 0, 0, 0, TRUE},
|
||||||
/* Uncommon CA? */
|
|
||||||
{0, "irc.oftc.net"},
|
{0, "irc.oftc.net"},
|
||||||
|
|
||||||
{"OtherNet", 0},
|
{"OtherNet", 0},
|
||||||
|
|
Loading…
Reference in New Issue