Feature: filter PIA servers by hostname and name
This commit is contained in:
@@ -21,6 +21,7 @@ type apiData struct {
|
||||
|
||||
type regionData struct {
|
||||
Name string `json:"name"`
|
||||
DNS string `json:"dns"`
|
||||
PortForward bool `json:"port_forward"`
|
||||
Offline bool `json:"offline"`
|
||||
Servers struct {
|
||||
|
||||
Reference in New Issue
Block a user