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

@@ -1589,7 +1589,8 @@ func init() {
"udpTunnel",
"caddy",
"drive",
"socks"
"socks",
"vpn"
]
},
"backendProxyEndpoint": {
@@ -3344,7 +3345,8 @@ func init() {
"udpTunnel",
"caddy",
"drive",
"socks"
"socks",
"vpn"
]
},
"backendProxyEndpoint": {