mirror of
https://github.com/anope/anope.git
synced 2026-07-10 14:23:14 +02:00
Allow enabling ssl on a per-uplink basis
This commit is contained in:
+7
-1
@@ -91,10 +91,16 @@ uplink
|
||||
host = "localhost"
|
||||
|
||||
/*
|
||||
* Enable if Services should connect using IPv6
|
||||
* Enable if Services should connect using IPv6.
|
||||
*/
|
||||
ipv6 = no
|
||||
|
||||
/*
|
||||
* Enable if Services should connect using SSL.
|
||||
* You must have m_ssl loaded for this to work.
|
||||
*/
|
||||
ssl = no
|
||||
|
||||
/*
|
||||
* The port to connect to.
|
||||
* The IRCd *MUST* be configured to listen on this port, and to accept
|
||||
|
||||
Reference in New Issue
Block a user