Drop unused VNC DES auth path

This commit is contained in:
Viktor Liu
2026-05-17 08:51:03 +02:00
parent 6d937af7a0
commit b4f696272a
6 changed files with 19 additions and 100 deletions

View File

@@ -44,7 +44,7 @@ var vncAgentCmd = &cobra.Command{
capturer := vncserver.NewDesktopCapturer()
injector := vncserver.NewWindowsInputInjector()
srv := vncserver.New(capturer, injector, "")
srv := vncserver.New(capturer, injector)
srv.SetDisableAuth(true)
srv.SetAgentToken(token)