mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-10 02:59:01 -04:00
Document the cloak_sha256 <cloak:case> option.
This commit is contained in:
parent
e9a82a716d
commit
e7084112fa
@ -586,6 +586,10 @@
|
|||||||
# #
|
# #
|
||||||
# suffix - A freeform value to suffix IPv4/IPv6 cloaks with. This #
|
# suffix - A freeform value to suffix IPv4/IPv6 cloaks with. This #
|
||||||
# must not contain spaces. #
|
# must not contain spaces. #
|
||||||
|
# #
|
||||||
|
# case - The case of the cloak table. Can be set to "upper" or #
|
||||||
|
# "lower". Defaults to "lower". #
|
||||||
|
# #
|
||||||
# hostparts - The maximum number of hostname labels that should be #
|
# hostparts - The maximum number of hostname labels that should be #
|
||||||
# visible on the end of a host. Defaults to 3. #
|
# visible on the end of a host. Defaults to 3. #
|
||||||
# #
|
# #
|
||||||
@ -597,8 +601,9 @@
|
|||||||
#
|
#
|
||||||
#<cloak mode="hmac-sha256"
|
#<cloak mode="hmac-sha256"
|
||||||
# key="changeme"
|
# key="changeme"
|
||||||
# prefix=""
|
# prefix="MyNet"
|
||||||
# suffix=""
|
# suffix="ip"
|
||||||
|
# case="lower"
|
||||||
# hostparts="3">
|
# hostparts="3">
|
||||||
|
|
||||||
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user