summaryrefslogtreecommitdiff
path: root/internal/config
diff options
context:
space:
mode:
Diffstat (limited to 'internal/config')
-rw-r--r--internal/config/v2/v2.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/internal/config/v2/v2.go b/internal/config/v2/v2.go
index 050eadd..143d5f2 100644
--- a/internal/config/v2/v2.go
+++ b/internal/config/v2/v2.go
@@ -25,6 +25,9 @@ type Server struct {
// CountryCode is the country code for the server in case of secure internet
// Otherwise it is an empty string
CountryCode string `json:"country_code,omitempty"`
+
+ // LocationProfiles are current profiles for each secure internet location
+ LocationProfiles map[string]string `json:"location_profiles,omitempty"`
}
// ServerKey is the key type of the server map