diff options
| -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). | |||
| 248 | .It Ic badlogin_expire | 248 | .It Ic badlogin_expire |
| 249 | The number of seconds a blocked IP address is ignored in login attempts | 249 | The 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 | ||
| 252 | This boolean toggle allows disabling sandboxing (for Linux or OpenBSD). Sandboxing limits | ||
| 253 | what directories a program can use, so it's recommended for security. Disable it only | ||
| 254 | if you are experimenting errors while stablishing connections or DNS resolving. | ||
| 251 | .El | 255 | .El |
| 252 | .Pp | 256 | .Pp |
| 253 | You must restart the server to make effective these changes. | 257 | You must restart the server to make effective these changes. |