mirror of
https://github.com/Telecominfraproject/wlan-ucentral-schema.git
synced 2026-03-20 03:41:53 +00:00
15 lines
359 B
YAML
15 lines
359 B
YAML
type: object
|
|
description:
|
|
This section can be used to setup the upstream NTP servers.
|
|
properties:
|
|
servers:
|
|
description:
|
|
This is an array of URL/IP of the upstream NTP servers that the unit shall use to
|
|
acquire its current time.
|
|
type: array
|
|
items:
|
|
type: string
|
|
format: uc-host
|
|
examples:
|
|
- 0.openwrt.pool.ntp.org
|