Updated Data Loss Prevention (markdown)

mmcclaskey
2021-08-20 07:40:30 -04:00
parent 807fb946c5
commit 313ed35468

@@ -45,6 +45,19 @@ Limit clipboard bytes to receive from clients in one transaction. Default 10,000
-DLP_ClipAcceptMax
### Clipboard Operation Delay
This many milliseconds must pass between clipboard actions. Default 1000.
-DLP_ClipDelay
## Keyboard Protections
### Keyboard Rate Limit
Reject keyboard presses over this many per second. Default 0 (disabled).
-DLP_KeyRateLimit
## DLP Logging
Log clipboard and keyboard actions. Info logs just clipboard direction and size, verbose logs keystrokes and clipboard content.
-DLP_Log (off|info|verbose)