diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-28 21:21:04 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-28 21:21:04 +0000 |
commit | 084bf5b982a6375896f861571f9d2be9894bd42b (patch) | |
tree | 7c282c44bb97aa46fb35f2fc30c76d6bd34748c7 | |
parent | ddf20891da9fb872ef1387f7ea9c69eda0e12c0c (diff) |
Documented cloak keys and prefix
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3390 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 18 | ||||
-rwxr-xr-x | src/svn-rev.sh | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index e37448657..214c05ccd 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -715,6 +715,24 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Cloaking module: Adds usermode +x and cloaking support #<module name="m_cloaking.so"> +# +#-#-#-#-#-#-#-#-#-#-#- CLOAKING CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# +# # +# Optional - If ypu specify the m_cloaking.so module as above, you # +# must define cloak keys, and optionally a cloak prefix as shown # +# below. When using cloaking, the cloak keys are MANDITORY and must # +# be included. However, if prefix is not included, it will default # +# to your networks name from the <server> tag. # +# # +# <cloak key1="-543241423" # +# key2="5378410432" # +# key3="1143242382" # +# key4="9504324581" # +# prefix="mynet"> # +# # +# Please note that the key values will accept any number, positive # +# or negative, and should be large numbers. Using small numbers such # +# as "7" or "1924" will seriously weaken the security of your cloak. # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Conn-Lusers: Shows the LUSERS output on connect diff --git a/src/svn-rev.sh b/src/svn-rev.sh index dbe7e0d7f..80128dd71 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -echo 3387 +echo 3389 |