From e9f47a6df3c0fb84ae0c8240b3a7f38740dfa75b Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Wed, 12 Apr 2023 22:49:21 +0200 Subject: Types Server: Pass locations to secure internet --- types/server/server.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'types/server/server.go') 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"` -- cgit v1.2.3