aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Sadie Powell2025-10-26 00:23:41 +0100
committerGravatar Sadie Powell2025-10-26 00:23:41 +0100
commit6fa10def1406588fba1bfea9ac5102d345e711c1 (patch)
tree28f3c4390fa3b523e58475601b289e39b298960e
parentSet the security level on the client context as well as the server one. (diff)
Fix a dead link in the example configs.
Closes #2812.
-rw-r--r--docs/conf/inspircd.example.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf/inspircd.example.conf b/docs/conf/inspircd.example.conf
index 93b426a21..83b56e459 100644
--- a/docs/conf/inspircd.example.conf
+++ b/docs/conf/inspircd.example.conf
@@ -180,7 +180,7 @@
# permissions: The octal permissions to set on the UNIX socket after it has
# been created. If you are not familiar with octal permissions you should
- # not define this or refer to http://permissions-calculator.org for help.
+ # not define this or refer to https://chmod-calculator.com/ for help.
# Note: This does not take effect on rehash.
# To change it on a running bind, you'll have to comment it out,
# rehash, comment it in and rehash again.