Added support for setting network addresses from where clients can query time.
This commit is contained in:
parent
1a8c48db00
commit
42b916a783
2 changed files with 11 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
# $ntp_server:
|
||||
# Array of NTP servers.
|
||||
#
|
||||
# $ntp_client_networks:
|
||||
# Array of networks that are allowed to query this server in format
|
||||
# [ "192.168.1.0/255.255.255.0", "192.168.2.0/255.255.255.0", ].
|
||||
#
|
||||
class ntpd {
|
||||
|
||||
if !$ntp_server {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue