@cryptotaxi247 / kubo / commits / 78e2fab7c

docs: add detail to NOpfs instructions in content-blocking.md

Bumblefudge committed Dec 13, 2023 at 23:56 UTC 78e2fab7c4b7d34bec365eec13088618c0ad06ef
1 file changed +5 -2
docs/content-blocking.md
+5 -2
@@ -22,9 +22,12 @@ Place a `*.deny` file in one of directories:
22 - `$XDG_CONFIG_HOME/ipfs/denylists/` (`$HOME/.config/ipfs/denylists/` if `XDG_CONFIG_HOME` is not set)
23 - `/etc/ipfs/denylists/` (global)
24
25 -Files need to be present before starting the `ipfs daemon` in order to be watched for updates.
25 +Files need to be present before starting the `ipfs daemon` in order to be watched for any new updates
26 +appended once started. Any other changes (such as removal of entries, prepending of entries, or
27 +insertion of new entries before the EOF at time of daemon starting) will not be detected or processed
28 +after boot; a restart of the daemon will be required for them to be factored in.
29
27 -If a new denylist file is added, `ipfs daemon` needs to be restarted.
30 +If an entire new denylist file is added, `ipfs daemon` also needs to be restarted to track it.
31
32 CLI and Gateway users will receive errors in response to request impacted by a blocklist:
33