scaffolding to support 'vpn' backend mode

This commit is contained in:
Michael Quigley
2024-04-08 13:07:58 -04:00
parent 5a8ffdfd7e
commit eb721bb916
9 changed files with 92 additions and 6 deletions

View File

@@ -11,6 +11,8 @@ const (
UdpTunnelBackendMode BackendMode = "udpTunnel"
CaddyBackendMode BackendMode = "caddy"
DriveBackendMode BackendMode = "drive"
SocksBackendMode BackendMode = "socks"
VpnBackendMode BackendMode = "vpn"
)
type ShareMode string