mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
feat: proxy mode add portmap option (#176)
Co-authored-by: wencaiwulue <895703375@qq.com>
This commit is contained in:
@@ -35,6 +35,7 @@ func (svr *Server) Proxy(req *rpc.ConnectRequest, resp rpc.Daemon_ProxyServer) e
|
||||
connect := &handler.ConnectOptions{
|
||||
Namespace: req.Namespace,
|
||||
Headers: req.Headers,
|
||||
PortMap: req.PortMap,
|
||||
Workloads: req.Workloads,
|
||||
ExtraCIDR: req.ExtraCIDR,
|
||||
ExtraDomain: req.ExtraDomain,
|
||||
|
||||
Reference in New Issue
Block a user