mirror of
				https://github.com/h44z/wg-portal.git
				synced 2025-11-03 23:56:18 +00:00 
			
		
		
		
	fix issue 211: DNS Search Domain not applying (#217)
Added the DnsSearchStr to the template to include the dns search domain in the generated config file
This commit is contained in:
		@@ -25,7 +25,7 @@ Address = {{ CidrsToString .Peer.Interface.Addresses }}
 | 
			
		||||
 | 
			
		||||
# Misc. settings (optional)
 | 
			
		||||
{{- if .Peer.Interface.DnsStr.GetValue}}
 | 
			
		||||
DNS = {{ .Peer.Interface.DnsStr.GetValue }}
 | 
			
		||||
DNS = {{ .Peer.Interface.DnsStr.GetValue }} {{- if .Peer.Interface.DnsSearchStr.GetValue}}, {{ .Peer.Interface.DnsSearchStr.GetValue }} {{- end}}
 | 
			
		||||
{{- end}}
 | 
			
		||||
{{- if ne .Peer.Interface.Mtu.GetValue 0}}
 | 
			
		||||
MTU = {{ .Peer.Interface.Mtu.GetValue }}
 | 
			
		||||
@@ -62,4 +62,4 @@ PresharedKey = {{ .Peer.PresharedKey }}
 | 
			
		||||
{{- end}}
 | 
			
		||||
{{- if and (ne .Peer.PersistentKeepalive.GetValue 0) (eq .Peer.Interface.Type "client")}}
 | 
			
		||||
PersistentKeepalive = {{ .Peer.PersistentKeepalive.GetValue }}
 | 
			
		||||
{{- end}}
 | 
			
		||||
{{- end}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user