diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-16 03:05:40 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2005-04-16 03:05:40 +0000 |
commit | 1def843ff4982953ee378659c315cbba4c3b733b (patch) | |
tree | 409e302c8eef9f7a566b7baf5169b44fd429254b /docs | |
parent | d664aec8c1ac54f63c4a5c1d273db3dcbf3d3ffb (diff) |
Updated documentation of <connect> tags at request of Strike
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@1109 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 986fc638f..143787382 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -103,11 +103,11 @@ # To allow/deny all connections use a * # # # # Syntax is as follows: # -# <connect allow="ip number"> # -# <connect allow="ip number" password="blahblah"> # -# <connect allow="ip number" password="blah" timeout="10"> # -# <connect allow="ip number" timeout="blah" flood="5"> # -# <connect deny="ip number"> # +# <connect allow="ip or host"> # +# <connect allow="ip or host" password="blahblah"> # +# <connect allow="ip or host" password="blah" timeout="10"> # +# <connect allow="ip or host" timeout="blah" flood="5"> # +# <connect deny="ip or host"> # # # # You may optionally include timeout="x" on any allow line, which # # specifies the amount of time given before an unknown connection # |