summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/snac.84
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/snac.8 b/doc/snac.8
index f94d53f..4e83617 100644
--- a/doc/snac.8
+++ b/doc/snac.8
@@ -248,6 +248,10 @@ from it are rejected until the lock expires (default: 5 retries).
248.It Ic badlogin_expire 248.It Ic badlogin_expire
249The number of seconds a blocked IP address is ignored in login attempts 249The number of seconds a blocked IP address is ignored in login attempts
250(default: 300 seconds). 250(default: 300 seconds).
251.It Ic disable_sandbox
252This boolean toggle allows disabling sandboxing (for Linux or OpenBSD). Sandboxing limits
253what directories a program can use, so it's recommended for security. Disable it only
254if you are experimenting errors while stablishing connections or DNS resolving.
251.El 255.El
252.Pp 256.Pp
253You must restart the server to make effective these changes. 257You must restart the server to make effective these changes.