fix_time_select

This commit was merged in pull request #3.
This commit is contained in:
zhaoyukun
2026-04-27 11:12:13 +08:00
parent 9f8f641402
commit 93f8a37f21
2 changed files with 264 additions and 29 deletions

View File

@@ -37,6 +37,29 @@ NODE_NAME="rk3588"
NODE_IP="10.250.0.5"
NODE_EXT_IP="10.250.0.5"
# -----------------------
# 时间同步配置
# -----------------------
# 是否启用 chronytrue / false
ENABLE_CHRONY=true
# 是否启用 gPTPtrue / false
ENABLE_GPTP=true
# gPTP 使用的物理网卡
GPTP_IFACE="eth11"
# chrony 时间服务器
CHRONY_SERVERS=(
"10.250.0.1 iburst prefer"
"10.250.0.2 iburst"
"10.250.0.3 iburst"
)
# -------------------
# 域名解析列表 (每行一个条目)
# 格式: "IP hostname1 hostname2 ..."