Skip to content

Commit

Permalink
ntp service
Browse files Browse the repository at this point in the history
  • Loading branch information
stitchrs authored Sep 2, 2023
1 parent 0d64baf commit 3c193e8
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions docs/config/ntp/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
---
description: Clash 的 NTP 模块配置
---
# NTP 配置
## 示例

以下的拆分说明皆是 `NTP` 下的配置项

```yaml
ntp:
enable: true
server: time.apple.com
port: 123
interval: 30
```
## enable
可选值 `true/false`

是否启用 NTP 服务

```yaml
ntp:
enable: true
```

## server

NTP 服务地址,默认 time.apple.com

## port

NTP 服务端口,默认 123

## interval

同步时间间隔,单位(分),默认同步间隔为 30 分

0 comments on commit 3c193e8

Please sign in to comment.