mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 20:03:14 +02:00
Linking: for outgoing connects, only support SSL/TLS by default (either 'directly' on an ssl port or via STARTTLS 'upgrading'). Set link::outgoing::options::insecure to disable.
This commit is contained in:
+1
-1
@@ -829,7 +829,7 @@ extern void unload_all_unused_moddata(void);
|
||||
#define CONNECT_QUARANTINE 0x000008
|
||||
#define CONNECT_NODNSCACHE 0x000010
|
||||
#define CONNECT_NOHOSTCHECK 0x000020
|
||||
#define CONNECT_NO_STARTTLS 0x000040
|
||||
#define CONNECT_INSECURE 0x000040
|
||||
|
||||
#define SSLFLAG_FAILIFNOCERT 0x1
|
||||
#define SSLFLAG_VERIFYCERT 0x2
|
||||
|
||||
Reference in New Issue
Block a user