Files
sing-box-extended-mirror/docs/configuration/endpoint/index.md
T

34 lines
468 B
Markdown
Raw Normal View History

2024-11-21 18:10:41 +08:00
---
icon: material/new-box
---
!!! question "Since sing-box 1.11.0"
# Endpoint
2025-03-29 17:24:34 +08:00
An endpoint is a protocol with inbound and outbound behavior.
2024-11-21 18:10:41 +08:00
### Structure
```json
{
"endpoints": [
{
"type": "",
"tag": ""
}
]
}
```
### Fields
| Type | Format |
|-------------|---------------------------|
| `wireguard` | [WireGuard](./wireguard/) |
2025-02-20 17:39:39 +08:00
| `tailscale` | [Tailscale](./tailscale/) |
2024-11-21 18:10:41 +08:00
#### tag
The tag of the endpoint.