diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-02-19 01:04:26 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-05-04 14:58:39 +0200 |
commit | 68f2f074d4ff580cfe956638afe36b983461f839 (patch) | |
tree | 12dbb0614d1998b26820fa2cba377c7b49cd36fb /pkg/vpn/bonafide/gateways.go | |
parent | 006bfb04789f94b458119fee7c0544bf9b04bfce (diff) |
[tests] fix gateways tests
Diffstat (limited to 'pkg/vpn/bonafide/gateways.go')
-rw-r--r-- | pkg/vpn/bonafide/gateways.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/vpn/bonafide/gateways.go b/pkg/vpn/bonafide/gateways.go index f454d3c..8bfcee0 100644 --- a/pkg/vpn/bonafide/gateways.go +++ b/pkg/vpn/bonafide/gateways.go @@ -40,7 +40,7 @@ type gatewayPool struct { available []Gateway userChoice []byte /* ranked is, for now, just an array of hostnames (fetched from the - geoip service). it should be a map in the future, to keep track of + menshen service). it should be a map in the future, to keep track of quantitative metrics */ ranked []string |