Validate list of ntp servers (ip4, hostname, or fqdn)

This commit is contained in:
William Wernert
2021-03-25 14:45:33 -04:00
parent 150e724a4a
commit eb674b3b93
5 changed files with 27 additions and 8 deletions

View File

@@ -73,5 +73,5 @@ export install_opt_file
net_init_file=/root/net_init
export net_init_file
ntp_servers="0.pool.ntp.org,1.pool.ntp.org"
export ntp_servers
ntp_string="0.pool.ntp.org,1.pool.ntp.org"
export ntp_string