|
@@ -8,6 +8,7 @@ sing-box 使用 JSON 作为配置文件格式。
|
|
|
{
|
|
|
"log": {},
|
|
|
"dns": {},
|
|
|
+ "ntp": {},
|
|
|
"endpoints": [],
|
|
|
"inbounds": [],
|
|
|
"outbounds": [],
|
|
@@ -22,6 +23,7 @@ sing-box 使用 JSON 作为配置文件格式。
|
|
|
|----------------|------------------------|
|
|
|
| `log` | [日志](./log/) |
|
|
|
| `dns` | [DNS](./dns/) |
|
|
|
+| `ntp` | [NTP](./ntp/) |
|
|
|
| `endpoints` | [端点](./endpoint/) |
|
|
|
| `inbounds` | [入站](./inbound/) |
|
|
|
| `outbounds` | [出站](./outbound/) |
|