summaryrefslogtreecommitdiff
path: root/pkg/bitmask/bitmask.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/bitmask/bitmask.go')
-rw-r--r--pkg/bitmask/bitmask.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/bitmask/bitmask.go b/pkg/bitmask/bitmask.go
index 364312e..1d7217c 100644
--- a/pkg/bitmask/bitmask.go
+++ b/pkg/bitmask/bitmask.go
@@ -28,6 +28,8 @@ type Bitmask interface {
InstallHelpers() error
VPNCheck() (helpers bool, priviledge bool, err error)
ListLocationFullness(protocol string) map[string]float64
+ ListLocationLabels(protocol string) map[string][]string
+ GetBestLocation(protocol string) string
UseGateway(name string)
UseAutomaticGateway()
GetTransport() string