mirror of
https://github.com/luscis/openlan.git
synced 2025-12-24 11:10:54 +08:00
fea: support add client for openvpn.
This commit is contained in:
@@ -297,7 +297,7 @@ func (w *IPSecWorker) DelTunnel(data schema.IPSecTunnel) {
|
||||
}
|
||||
}
|
||||
|
||||
func (w *IPSecWorker) RestartTunnel(data schema.IPSecTunnel) {
|
||||
func (w *IPSecWorker) StartTunnel(data schema.IPSecTunnel) {
|
||||
cfg := &co.IPSecTunnel{
|
||||
Left: data.Left,
|
||||
Right: data.Right,
|
||||
|
||||
Reference in New Issue
Block a user