Skip to content
Snippets Groups Projects
Unverified Commit 5c04a916 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[bug] gateway now lives in bonafide

parent 0db948e8
Branches
Tags
No related merge requests found
......@@ -23,6 +23,8 @@ import (
"io"
"io/ioutil"
"net/http"
"0xacab.org/leap/bitmask-vpn/pkg/standalone/bonafide"
)
const (
......@@ -56,7 +58,7 @@ func (l *launcher) openvpnStop() error {
return l.send("/openvpn/stop", nil)
}
func (l *launcher) firewallStart(gateways []gateway) error {
func (l *launcher) firewallStart(gateways []bonafide.Gateway) error {
ipList := make([]string, len(gateways))
for i, gw := range gateways {
ipList[i] = gw.IPAddress
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment