From 9130c31f74d583894b292d09784c8e899fface4d Mon Sep 17 00:00:00 2001 From: brain Date: Sun, 19 Aug 2007 19:09:29 +0000 Subject: Document connect:parent and connect:name git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7759 e03df62e-2008-0410-955e-edbf42e46eb7 --- docs/inspircd.conf.example | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 941927401..d23e47b69 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -199,19 +199,27 @@ # # # Syntax is as follows: # # # -# # # # -# # +# # +# # +# # # # # IP masks may be specified in CIDR format or wildcard format, # # for IPV4 and IPV6. You *cannot* use hostnames in the allow or # # deny field, as the state is applied before the user's DNS has # # been resolved. # # # +# You can optionally name your connect allow/deny tags. If you do # +# this, you may reference this connect tag as the parent of another # +# connect tag with the option as shown above. If # +# you do this, any options not explicitly specified in the tag will # +# be copied from the parent. # +# # # You may optionally include timeout="x" on any allow 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 # -- cgit v1.2.3