diff options
author | Ruben Pollan <meskio@sindominio.net> | 2020-08-04 12:55:47 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2020-08-13 17:16:07 +0200 |
commit | abb65c7fcf570e69480ca70c92d4e271a78ffee2 (patch) | |
tree | fddab05a9c5fc4e10a2f3c31500283174a43720b /pkg/backend/api.go | |
parent | 5ba62c56b2a94b9f5ae06b150713f84d5a3144fa (diff) |
Unblock is not needed switch off does unblock bitmask
Diffstat (limited to 'pkg/backend/api.go')
-rw-r--r-- | pkg/backend/api.go | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/pkg/backend/api.go b/pkg/backend/api.go index 0cab17f..99e156f 100644 --- a/pkg/backend/api.go +++ b/pkg/backend/api.go @@ -24,11 +24,6 @@ func SwitchOff() { go stopVPN() } -func Unblock() { - //TODO - - fmt.Println("unblock... [not implemented]") -} - func Quit() { if ctx.Status != off { go setStatus(stopping) |