diff options
author | Peter Powell <petpow@saberuk.com> | 2017-12-12 20:20:33 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-12-12 20:20:33 +0000 |
commit | ebcf1ac8f73785775eaac946a537e50bcb82f5b7 (patch) | |
tree | 7aa7928f15cc90104446bf5d15bbf0b7a285ffc2 /docs/conf/inspircd.conf.example | |
parent | 25c1319e0d16f4cea707a3b7968b70530a5a333f (diff) |
Clarify the documentation of <connect:allow>.
Diffstat (limited to 'docs/conf/inspircd.conf.example')
-rw-r--r-- | docs/conf/inspircd.conf.example | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/conf/inspircd.conf.example b/docs/conf/inspircd.conf.example index 8ec6616bd..164f8130d 100644 --- a/docs/conf/inspircd.conf.example +++ b/docs/conf/inspircd.conf.example @@ -240,7 +240,9 @@ # you only want to adjust sendq and a password parent="main" - # allow: What IP addresses/hosts to allow for this block. + # allow: The IP address or hostname of clients that can use this + # class. You can specify either an exact match, a glob match, or + # a CIDR range here. allow="203.0.113.*" # hash: what hash this password is hashed with. requires the module @@ -320,7 +322,9 @@ # connect class inheriting. name="main" - # allow: What IP addresses/hosts to allow for this block. + # allow: The IP address or hostname of clients that can use this + # class. You can specify either an exact match, a glob match, or + # a CIDR range here. allow="*" # maxchans: Maximum number of channels a user in this class |