doc: updated 'block' syntax

Massimo Melina committed Oct 31, 2023 at 11:48 UTC 892dba03a2b92c21a3897262458eba072cf0d970
1 file changed +1 -1
config.md
+1 -1
@@ -65,7 +65,7 @@ Configuration can be done in several ways
65 block:
66 - ip: 192.168.0.90
67 ```
68 - Syntax supports, other than simple address, `*` as wildcard and CIDR format.
68 + [Syntax supports wildcards and more.](https://github.com/rejetto/hfs/wiki/Wildcards#network-masks)
69 - `plugins_config` this is a generic place where you can find/put configuration for each plugin, at least those that need configuration.
70 - `enable_plugins` if a plugin is not present in this list, it won't run. Defaults is `[ antibrute ]`.
71 - `localhost_admin` should Admin be accessed without credentials when on localhost. Default is true.