diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-05 09:57:15 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-04-05 09:57:15 +0000 |
commit | 7ceac8fd6fe755e3374e9f809a11179733ca038a (patch) | |
tree | 09ef303ffda3d0735f49b1dfb852c3f489e0fcff /docs | |
parent | 07c6999de2beb1a7bab172ecd1f3a27ca6ec8ca4 (diff) |
Fix for bug ID #6 (excessively long commands)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@385 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 00de3d415..ce24e89d0 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -103,12 +103,17 @@ # # # Syntax is as follows: # # <connect allow="ip number"> # -# <connect allow="ip number" password="blahblah"> # +# <connect allow="ip number" password="blahblah"> # +# <connect allow="ip number" password="blah" timeout="10"> # # <connect deny="ip number"> # +# # +# You may optionally include timeout="x" on any alllow line, which # +# specifies the amount of time given before an unknown connection # +# is closed if USER/NICK/PASS are not given. This value is in secs # # # <connect allow="196.12.*" password="tiffany"> -<connect allow="*"> +<connect allow="*" timeout="60"> <connect deny="69.254.*"> |