diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-02 00:40:51 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-01-02 00:40:51 +0000 |
commit | 986c79d2bfa46cdd47b52ee2b6c94bc895a2d677 (patch) | |
tree | 6e886f28fbe2de7d51c261cfcf3e33fbbbce872f /docs | |
parent | 3311f35e780e465663ccda08902e759aec571dbc (diff) |
Update cloak keys example to use hex definition of the right length
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6210 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs')
-rw-r--r-- | docs/inspircd.conf.example | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index b098eb744..25cd59a01 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1051,15 +1051,17 @@ # 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" # +# <cloak key1="0x2AF39F40" # +# key2="0x78E10B32" # +# key3="0x4F2D2E82" # +# key4="0x043A4C81" # # prefix="mynet"> # # # # Please note that the key values will accept any number, and should # # be large numbers. Using small numbers such as "7" or "1924" will # -# seriously weaken the security of your cloak. # +# seriously weaken the security of your cloak. It is recommended you # +# use hexdecimal numbers prefixed by "0x", as shown in this example, # +# with each key eight hex digits long. # #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Conn-Lusers: Shows the LUSERS output on connect |