mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-08-17 12:00:56 +02:00
Add support for DLP_Region
This commit is contained in:
@ -280,6 +280,12 @@ Kasm exposes a few settings to the client the standard VNC does not.
|
||||
This param lets the server ignore those.
|
||||
.
|
||||
.TP
|
||||
.B \-DLP_Region \fIx1,y1,x2,y2\fP
|
||||
Black out anything outside this region. x1,y1 is the upper-left corner,
|
||||
and x2,y2 the lower-left. In addition to absolute pixel values, percentages
|
||||
are allowed, zero means "default", and a negative number means "border".
|
||||
.
|
||||
.TP
|
||||
.B \-DLP_ClipSendMax \fIbytes\fP
|
||||
Limit clipboard bytes to send to clients in one transaction. Default 10,000.
|
||||
0 disables the limit, use \fBSendCutText\fP to disable clipboard sending entirely.
|
||||
|
Reference in New Issue
Block a user