diff options
author | metamuffin <metamuffin@disroot.org> | 2023-11-28 16:47:25 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-11-28 16:47:25 +0100 |
commit | ab0d780062bff88d4fbcdd2c91ad5352c0d6279f (patch) | |
tree | 0d17fa880a87fe014838df6633ca3ebfc7d51f25 | |
parent | 63caab6593ef2e49d18a390262f5dbdec6b0b4bc (diff) | |
download | gnix-ab0d780062bff88d4fbcdd2c91ad5352c0d6279f.tar gnix-ab0d780062bff88d4fbcdd2c91ad5352c0d6279f.tar.bz2 gnix-ab0d780062bff88d4fbcdd2c91ad5352c0d6279f.tar.zst |
document watch configv1.0.0
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -52,6 +52,10 @@ hosts: connections. excess connections are rejected. Default: 256 - **section `hosts`** - A map from hostname (a string) to a _filter_ or a list of _filters_ +- `watch_config`: boolean if to watch the configuration file for changes and + apply them accordingly. Default: true (Note: This will watch the entire parent + directory of the config since most editors first move the file. Currently any + change will trigger a reload. TODO) ### Filters |