From b030b4adcaf3cc63c02fde1433f2a14294608a02 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Tue, 6 Feb 2024 16:51:20 +0100 Subject: Configuration: Expose dns_search_domains --- types/server/server.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'types/server') diff --git a/types/server/server.go b/types/server/server.go index a9c6934..bfed638 100644 --- a/types/server/server.go +++ b/types/server/server.go @@ -165,6 +165,8 @@ type Configuration struct { Protocol protocol.Protocol `json:"protocol"` // DefaultGateway is a boolean that indicates whether or not this configuration should be configured as a default gateway DefaultGateway bool `json:"default_gateway"` + // DNSSearchDomains are the list of dns search domains + DNSSearchDomains []string `json:"dns_search_domains,omitempty"` } // Current is the struct that defines the current server -- cgit v1.2.3