diff options
Diffstat (limited to 'pkg/backend/actions.go')
-rw-r--r-- | pkg/backend/actions.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pkg/backend/actions.go b/pkg/backend/actions.go index 725a550..ca45347 100644 --- a/pkg/backend/actions.go +++ b/pkg/backend/actions.go @@ -19,3 +19,7 @@ func stopVPN() { log.Println(err) } } + +func closeVPN() { + ctx.bm.Close() +} |