diff options
Diffstat (limited to 'data/example.conf')
-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 |