mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
15 lines
No EOL
349 B
Cheetah
15 lines
No EOL
349 B
Cheetah
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 |