chore(portforward): remove PIA dependency on storage package
This commit is contained in:
@@ -60,13 +60,14 @@ func GetConnection(provider string,
|
||||
}
|
||||
|
||||
connection := models.Connection{
|
||||
Type: selection.VPN,
|
||||
IP: ip,
|
||||
Port: port,
|
||||
Protocol: protocol,
|
||||
Hostname: hostname,
|
||||
ServerName: server.ServerName,
|
||||
PubKey: server.WgPubKey, // Wireguard
|
||||
Type: selection.VPN,
|
||||
IP: ip,
|
||||
Port: port,
|
||||
Protocol: protocol,
|
||||
Hostname: hostname,
|
||||
ServerName: server.ServerName,
|
||||
PortForward: server.PortForward,
|
||||
PubKey: server.WgPubKey, // Wireguard
|
||||
}
|
||||
connections = append(connections, connection)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user