From 8272ead8ad34cdec126a5268377d180428d467be Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sat, 30 Dec 2023 16:34:46 +0200 Subject: [PATCH] Network config - Added information on required cloaking module that must be loaded --- docs/network/config/daemon.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/docs/network/config/daemon.md b/docs/network/config/daemon.md index 18313e7..63c0d1c 100644 --- a/docs/network/config/daemon.md +++ b/docs/network/config/daemon.md @@ -23,6 +23,17 @@ include "snomasks.default.conf"; include "operclass.default.conf"; ``` +## Cloaking module + +A cloaking module needs to be loaded, I have decided to use the +`cloak_md5` module, which can be loaded by placing this directive +in your config file: + +``` +/* Need to use _some_ cloaking module */ +loadmodule "cloak_md5"; +``` + ## Remote inclusion This section _used to_ be applicable but we no longer do remote inclusion anumore @@ -472,4 +483,4 @@ ban nick --- -You should next check out how one can setup monitoring of the node itself with [OpenBNET monitoring](../monitoring/) \ No newline at end of file +You should next check out how one can setup monitoring of the node itself with [OpenBNET monitoring](../monitoring/)