diff options
| author | default <nobody@localhost> | 2025-01-05 14:54:41 +0100 |
|---|---|---|
| committer | default <nobody@localhost> | 2025-01-05 14:54:41 +0100 |
| commit | 80ba62eefb002f9d7df76bb6caca775e8f8a66a5 (patch) | |
| tree | bdc75af3864ca9cb5da2b2d719addeb03ca56948 | |
| parent | 99be968f0112fb5fefe0944f7f0939ba11aa7e72 (diff) | |
Updated documentation.
| -rw-r--r-- | doc/snac.8 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |