mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-23 17:11:29 +00:00
33 lines
412 B
Markdown
33 lines
412 B
Markdown
---
|
|
icon: material/new-box
|
|
---
|
|
|
|
!!! question "自 sing-box 1.11.0 起"
|
|
|
|
# 端点
|
|
|
|
端点是具有入站和出站行为的协议。
|
|
|
|
### 结构
|
|
|
|
```json
|
|
{
|
|
"endpoints": [
|
|
{
|
|
"type": "",
|
|
"tag": ""
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
### 字段
|
|
|
|
| 类型 | 格式 |
|
|
|-------------|---------------------------|
|
|
| `wireguard` | [WireGuard](./wiregaurd/) |
|
|
|
|
#### tag
|
|
|
|
端点的标签。
|