Network config

- Added information on required cloaking module that must be loaded
This commit is contained in:
Tristan B. Velloza Kildaire 2023-12-30 16:34:46 +02:00
parent efbab3629c
commit 8272ead8ad
1 changed files with 12 additions and 1 deletions

View File

@ -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/)
You should next check out how one can setup monitoring of the node itself with [OpenBNET monitoring](../monitoring/)