2025-06-06 23:17:27 +08:00

34 lines
468 B
Markdown

---
icon: material/new-box
---
!!! question "Since sing-box 1.11.0"
# Endpoint
An endpoint is a protocol with inbound and outbound behavior.
### Structure
```json
{
"endpoints": [
{
"type": "",
"tag": ""
}
]
}
```
### Fields
| Type | Format |
|-------------|---------------------------|
| `wireguard` | [WireGuard](./wireguard/) |
| `tailscale` | [Tailscale](./tailscale/) |
#### tag
The tag of the endpoint.