diff options
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 |