summaryrefslogtreecommitdiff
path: root/internal/server
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-11 16:22:49 +0200
committerjwijenbergh <jeroenwijenbergh@protonmail.com>2023-10-11 16:22:49 +0200
commit9fa291f1a8c5d5f833d9ed754254eb947864dc87 (patch)
tree4f7a43642ea72010e0d9bbd40fa450e6af5a4359 /internal/server
parent373b1fc58ecfdac53d0cd4a3011ac522bdfd3e85 (diff)
Exports + Server + Python: Expose dns_search_domains
See: https://git.sr.ht/~fkooman/vpn-user-portal/commit/f22c736c28fafec19f44f0b70d2b372be93b0f8b Needed for Linux client
Diffstat (limited to 'internal/server')
-rw-r--r--internal/server/profile.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/server/profile.go b/internal/server/profile.go
index d981421..7de944f 100644
--- a/internal/server/profile.go
+++ b/internal/server/profile.go
@@ -5,6 +5,7 @@ type Profile struct {
DisplayName string `json:"display_name"`
VPNProtoList []string `json:"vpn_proto_list"`
DefaultGateway bool `json:"default_gateway"`
+ DNSSearchDomains []string `json:"dns_search_domain_list"`
}
type ProfileListInfo struct {