aboutsummaryrefslogtreecommitdiffstats
path: root/docs/conf
diff options
context:
space:
mode:
authorGravatar Sadie Powell2023-05-02 13:33:31 +0100
committerGravatar Sadie Powell2023-05-02 13:33:31 +0100
commitaae97bda3ea3452e8a6a3da82d3cfdf0adb8e038 (patch)
treedc886c69e55910975f07766d49a6c550778328f6 /docs/conf
parentIPv6 addresses should be partially expanded with '0' not 0x0. (diff)
Add <cloak:class> to limit cloaks to a specific connect class.
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/modules.conf.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example
index 74643a53c..5aecd58de 100644
--- a/docs/conf/modules.conf.example
+++ b/docs/conf/modules.conf.example
@@ -561,12 +561,14 @@
#
#<cloak method="half"
# key="changeme"
+# class=""
# domainparts="3"
# prefix="net-"
# ignorecase="no">
#
#<cloak method="full"
# key="changeme"
+# class=""
# prefix="net-"
# ignorecase="no">
@@ -586,6 +588,10 @@
# key - The secret key to use when hashing hostnames. This #
# MUST be at least 30 characters long. #
# #
+# class - If non-empty then a comma-delimited list of connect #
+# class names that a user has to be in to get the cloak #
+# from this tag. #
+# #
# prefix - A freeform value to prefix cloaks with. This must not #
# contain spaces. #
# #
@@ -615,6 +621,7 @@
#
#<cloak method="hmac-sha256"
# key="changeme"
+# class=""
# prefix="MyNet"
# suffix="ip"
# case="lower"
@@ -624,6 +631,7 @@
#
#<cloak method="hmac-sha256-ip"
# key="changeme"
+# class=""
# prefix="MyNet"
# suffix="ip"
# case="lower"