From cea5b78c7bb69879d2d0713082f263c3c432dec5 Mon Sep 17 00:00:00 2001 From: The_Spider Date: Mon, 7 Feb 2022 15:08:09 -0600 Subject: [PATCH] template file is o longer used --- templates/bind-response-policy.template | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 templates/bind-response-policy.template diff --git a/templates/bind-response-policy.template b/templates/bind-response-policy.template deleted file mode 100644 index 53dec24..0000000 --- a/templates/bind-response-policy.template +++ /dev/null @@ -1,23 +0,0 @@ -{{- $domain := .Domain -}} -$TTL {{ or .TTL "1h" }} -@ IN SOA {{ $domain }}. {{ or .Email "domain-admin" }}. ( - {{ or .Timestamp "0000000000" }} ; Serial - {{ or .Refresh "1h" }} ; Refresh - {{ or .Retry "30m" }} ; Retry - {{ or .Expire "1w" }} ; Expire - {{ or .Minimum "1h" }} ; Minimum -) - -; -; Name Servers -; -{{- range .NameServers }} - IN NS {{ . }}. -{{- end }} - -; -; Addresses -; -{{- range .BadDomains }} -{{ . }} IN CNAME blocked.{{ $domain }}. -{{- end }} \ No newline at end of file