summaryrefslogtreecommitdiff
path: root/internal/server
diff options
context:
space:
mode:
Diffstat (limited to 'internal/server')
-rw-r--r--internal/server/profile.go8
1 files changed, 4 insertions, 4 deletions
diff --git a/internal/server/profile.go b/internal/server/profile.go
index 7de944f..3a7fb08 100644
--- a/internal/server/profile.go
+++ b/internal/server/profile.go
@@ -1,10 +1,10 @@
package server
type Profile struct {
- ID string `json:"profile_id"`
- DisplayName string `json:"display_name"`
- VPNProtoList []string `json:"vpn_proto_list"`
- DefaultGateway bool `json:"default_gateway"`
+ ID string `json:"profile_id"`
+ DisplayName string `json:"display_name"`
+ VPNProtoList []string `json:"vpn_proto_list"`
+ DefaultGateway bool `json:"default_gateway"`
DNSSearchDomains []string `json:"dns_search_domain_list"`
}