documentation: Update chinese translations

This commit is contained in:
世界
2025-09-17 16:22:28 +08:00
parent ed1ee4c3a4
commit 6b90b61358
20 changed files with 1268 additions and 4 deletions

View File

@@ -0,0 +1,38 @@
---
icon: material/new-box
---
!!! question "自 sing-box 1.12.0 起"
# DHCP
### 结构
```json
{
"dns": {
"servers": [
{
"type": "dhcp",
"tag": "",
"interface": "",
// 拨号字段
}
]
}
}
```
### 字段
#### interface
要监听的网络接口名称。
默认使用默认接口。
### 拨号字段
参阅 [拨号字段](/zh/configuration/shared/dial/) 了解详情。