Add DNS Server Backend

This commit is contained in:
Samuel Lorch 2023-04-24 21:57:47 +02:00
parent ccc7745099
commit 6635d9ed74
6 changed files with 204 additions and 0 deletions

View file

@ -0,0 +1,15 @@
server:
# Listen Interfaces
{{- range $i, $server := .Service.NTPServers }}
interface: {{ getInterfaceName $ $server.Interface }}
{{- end }}
# Allowed Networks
{{- range $i, $server := .Service.NTPServers }}
access-control: {{ getInterfaceNetworkAddressCIDR $ $server.Interface }} allow
{{- end }}
remote-control:
control-enable: yes