summaryrefslogtreecommitdiff
path: root/types/server
diff options
context:
space:
mode:
Diffstat (limited to 'types/server')
-rw-r--r--types/server/server.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/types/server/server.go b/types/server/server.go
index 82730ab..354c27d 100644
--- a/types/server/server.go
+++ b/types/server/server.go
@@ -89,6 +89,8 @@ type SecureInternet struct {
Server
// CountryCode is the country code of the currently configured location, e.g. "nl"
CountryCode string `json:"country_code"`
+ // Locations is the list of available secure internet locations
+ Locations []string `json:"locations"`
// Delisted is a boolean that indicates whether or not this server is delisted from discovery
// If it is, the UI should show a warning symbol or move the server to a new category, which is up to the client
Delisted bool `json:"delisted"`