adds ne lines
This commit is contained in:
@ -35,7 +35,8 @@ $TTL {{ or .TTL "1h" }}
|
||||
;
|
||||
{{- range .BlockedDomains }}
|
||||
{{ . }} IN CNAME blocked.{{ $domain }}.
|
||||
{{- end }}`
|
||||
{{- end }}
|
||||
`
|
||||
|
||||
t, err := template.New("response-policy-zone").Parse(outputTemplate)
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user