diff options
| author | Ruben Pollan <meskio@sindominio.net> | 2021-03-31 18:14:20 +0200 |
|---|---|---|
| committer | kali kaneko (leap communications) <kali@leap.se> | 2021-05-04 14:58:39 +0200 |
| commit | 2e7702904813dbdbfb2f1fa24979e80222bb2e27 (patch) | |
| tree | 51abb39edc6641f36779f936ba876dba57123f2f /pkg/bitmask | |
| parent | aae83bfac7005e303193acaef7b69497a0f323c0 (diff) | |
Add a proper reconnection mechanism
Diffstat (limited to 'pkg/bitmask')
| -rw-r--r-- | pkg/bitmask/bitmask.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkg/bitmask/bitmask.go b/pkg/bitmask/bitmask.go index d4c1c3f..3f484e8 100644 --- a/pkg/bitmask/bitmask.go +++ b/pkg/bitmask/bitmask.go @@ -22,6 +22,7 @@ type Bitmask interface { StartVPN(provider string) error CanStartVPN() bool StopVPN() error + Reconnect() error ReloadFirewall() error GetStatus() (string, error) InstallHelpers() error |
