diff options
Diffstat (limited to 'pkg/vpn')
-rw-r--r-- | pkg/vpn/openvpn.go | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/vpn/openvpn.go b/pkg/vpn/openvpn.go index 1447458..e4d2781 100644 --- a/pkg/vpn/openvpn.go +++ b/pkg/vpn/openvpn.go @@ -235,9 +235,8 @@ func (b *Bitmask) ListLocationFullness(transport string) map[string]float64 { } // UseGateway selects a gateway, by label, as the default gateway -func (b *Bitmask) UseGateway(label string) error { +func (b *Bitmask) UseGateway(label string) { b.bonafide.SetManualGateway(label) - return nil } // UseTransport selects an obfuscation transport to use |