option to disable vencrypt

This commit is contained in:
Maxim Devaev
2022-07-20 16:32:38 +03:00
parent c58cc99582
commit 7cbe4ec2e3
4 changed files with 16 additions and 6 deletions

View File

@@ -79,4 +79,5 @@ def main(argv: Optional[List[str]]=None) -> None:
vnc_auth_manager=VncAuthManager(**config.auth.vncauth._unpack()),
**config.server.keepalive._unpack(),
**config.auth.vencrypt._unpack(),
).run()