diff options
author | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-08-24 02:41:34 +0000 |
---|---|---|
committer | special <special@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-08-24 02:41:34 +0000 |
commit | c64333e02a4449616683e672739526f4cc762101 (patch) | |
tree | 13610a69bbb87ecff1688a3d8dfb7e8422b80dbb /conf/opers.conf.example | |
parent | 8324ef7db0bf1b2240f05aaf599598fd711714fd (diff) |
Small example config changes; patch by jdhore
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11538 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/opers.conf.example')
-rw-r--r-- | conf/opers.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/conf/opers.conf.example b/conf/opers.conf.example index bf91d94e3..d0953d320 100644 --- a/conf/opers.conf.example +++ b/conf/opers.conf.example @@ -90,6 +90,8 @@ # host: What hostnames/IP's are allowed to oper up with this oline. # Multiple options can be separated by spaces and CIDR's are allowed. + # You CAN use just * or *@* for this section, but it is not recommended
+ # for security reasons.
host="ident@dialup15.isp.com *@localhost *@server.com *@3ffe::0/16" # ** ADVANCED ** This option is disabled by default. @@ -141,6 +143,8 @@ # host: What hostnames/IP's are allowed to oper up with this oline. # Multiple options can be separated by spaces and CIDR's are allowed. + # You CAN use just * or *@* for this section, but it is not recommended
+ # for security reasons.
host="ident@dialup15.isp.com *@localhost *@server.com *@3ffe::0/16" # type: What oper type this oline is. See the block above for list |