mirror of
https://github.com/netbirdio/netbird.git
synced 2026-05-19 15:19:55 +00:00
Drop unused VNC DES auth path
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user