Skip to content

Commit

Permalink
Fix search domains
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Nov 11, 2024
1 parent b27388b commit f1d96e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ Gateway={{ .Gateway }}
DNS={{ . }}
{{- end }}
{{- range .SearchDomains }}
DNS={{ . }}
Domains={{ . }}
{{- end }}
{{- end }}
`
Expand Down

0 comments on commit f1d96e4

Please sign in to comment.