commit 80ba62eefb002f9d7df76bb6caca775e8f8a66a5 parent 99be968f0112fb5fefe0944f7f0939ba11aa7e72 Author: default <nobody@localhost> Date: Sun, 5 Jan 2025 14:54:41 +0100 Updated documentation. Diffstat:
M | doc/snac.8 | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/doc/snac.8 b/doc/snac.8 @@ -248,6 +248,10 @@ from it are rejected until the lock expires (default: 5 retries). .It Ic badlogin_expire The number of seconds a blocked IP address is ignored in login attempts (default: 300 seconds). +.It Ic disable_sandbox +This boolean toggle allows disabling sandboxing (for Linux or OpenBSD). Sandboxing limits +what directories a program can use, so it's recommended for security. Disable it only +if you are experimenting errors while stablishing connections or DNS resolving. .El .Pp You must restart the server to make effective these changes.