diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-02 15:02:42 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2010-02-02 15:02:42 +0000 |
commit | f288993a85681c09e3d92d8c3ab9742826923e99 (patch) | |
tree | dd1884fdf2581bef34e105a05f9913be78ee146e /conf | |
parent | 8e34d66ef3bef802e5758ad73ff29e1b75aaba7f (diff) |
Add requireident/requiressl to connect blocks
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12353 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf')
-rw-r--r-- | conf/inspircd.conf.example | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/inspircd.conf.example b/conf/inspircd.conf.example index baadf24d6..b9eec0e43 100644 --- a/conf/inspircd.conf.example +++ b/conf/inspircd.conf.example @@ -275,9 +275,13 @@ # module be loaded as well. modes="+x" + # requireident/requiressl: require that users of this block use SSL or + # have a valid ident response. Requires m_ident or m_sslinfo + requiressl="on" + # port: What port this user is allowed to connect on. (optional) # The port MUST be set to listen in the bind blocks above. - port="6667"> + port="6697"> <connect # name: Name to use for this connect block. Mainly used for |