mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-02-01 18:41:54 +08:00
vncauth
This commit is contained in:
@@ -27,6 +27,7 @@ from .. import init
|
||||
|
||||
from .kvmd import KvmdClient
|
||||
from .streamer import StreamerClient
|
||||
from .vncauth import VncAuthManager
|
||||
from .server import VncServer
|
||||
from .keysym import build_symmap
|
||||
|
||||
@@ -43,6 +44,7 @@ def main(argv: Optional[List[str]]=None) -> None:
|
||||
VncServer(
|
||||
kvmd=KvmdClient(**config.kvmd._unpack()),
|
||||
streamer=StreamerClient(**config.streamer._unpack()),
|
||||
vnc_auth_manager=VncAuthManager(**config.auth.vncauth._unpack()),
|
||||
desired_fps=config.desired_fps,
|
||||
symmap=build_symmap(config.keymap),
|
||||
**config.server._unpack(),
|
||||
|
||||
Reference in New Issue
Block a user