Add support for DLP_Region

This commit is contained in:
Lauri Kasanen
2021-03-15 13:48:56 +02:00
parent fed991d697
commit c3e30dcea1
5 changed files with 172 additions and 0 deletions

View File

@@ -163,6 +163,10 @@ rfb::StringParameter rfb::Server::DLP_ClipLog
("DLP_Log",
"Log clipboard/kbd actions. Accepts off, info or verbose",
"off");
rfb::StringParameter rfb::Server::DLP_Region
("DLP_Region",
"Black out anything outside this region",
"");
rfb::StringParameter rfb::Server::maxVideoResolution
("MaxVideoResolution",