From 948d986fda345ff41da699adf2dbf26144269145 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Thu, 14 Mar 2024 17:19:25 +0100 Subject: Client + Server: Cache secure internet profile choice per location --- internal/config/v2/v2.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'internal/config/v2') 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 -- cgit v1.2.3