diff options
author | Adam <Adam@drink-coca-cola.info> | 2010-05-07 21:04:18 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2010-06-18 20:58:55 -0400 |
commit | af805e5b45f75dec7f4ce16ffc322c8880f9859c (patch) | |
tree | ccc5fb87394b0a80dd780d98d2af2f679c0eff68 /data | |
parent | b775c84402c309ccf4bced359ee714fbedb4dd6e (diff) |
Allow enabling ssl on a per-uplink basis
Diffstat (limited to 'data')
-rw-r--r-- | data/example.conf | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/data/example.conf b/data/example.conf index 17672bd6e..aa7d9ab8b 100644 --- a/data/example.conf +++ b/data/example.conf @@ -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 |