mirror of
https://github.com/Telecominfraproject/ols-ucentral-schema.git
synced 2025-10-29 01:02:20 +00:00
21 lines
501 B
YAML
21 lines
501 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
|
|
local-server:
|
|
description:
|
|
Start a NTP server that provides the time to local clients.
|
|
type: boolean
|
|
examples:
|
|
- true
|