diff options
| author | Adam <Adam@drink-coca-cola.info> | 2010-05-07 14:11:21 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-06-18 20:58:55 -0400 |
| commit | 9439cac6b126254bc488c2375b9e7ff5fd4fce74 (patch) | |
| tree | d0f6bba4de5b0a4131a6b91eb711b6bf1960def8 /data | |
| parent | a93be9ff1c417d73015fd53a9ee778ea2a642328 (diff) | |
Added m_ssl.cpp which allows Anope to use SSL when connecting to its uplink
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index a87478017..8f51dd431 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1508,6 +1508,13 @@ module { name = "os_info" } module { name = "hs_request" } /* + * m_ssl + * + * This module uses SSL to connect to the uplink server(s) + */ +module { name = "m_ssl" } + +/* * [OPTIONAL] Module-Specific Options * * The following blocks are used for options pertaining to modules and are not part of the core. |
