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/)