summaryrefslogtreecommitdiff
path: root/kvmd/apps/vnc/__init__.py
diff options
context:
space:
mode:
authorMaxim Devaev <[email protected]>2022-07-20 16:32:38 +0300
committerMaxim Devaev <[email protected]>2022-07-20 16:35:37 +0300
commit7cbe4ec2e3406e684500c010894e834ddedb3dce (patch)
treef908c58f57c29a915101ff3019b20e34dfdc4467 /kvmd/apps/vnc/__init__.py
parentc58cc99582c820b14bea7281b4b5b210ee720e8b (diff)
option to disable vencrypt
Diffstat (limited to 'kvmd/apps/vnc/__init__.py')
-rw-r--r--kvmd/apps/vnc/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/kvmd/apps/vnc/__init__.py b/kvmd/apps/vnc/__init__.py
index a4d616ee..d7e2c68a 100644
--- a/kvmd/apps/vnc/__init__.py
+++ b/kvmd/apps/vnc/__init__.py
@@ -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()