mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-24 17:41:29 +00:00
33 lines
429 B
Markdown
33 lines
429 B
Markdown
---
|
|
icon: material/new-box
|
|
---
|
|
|
|
!!! question "Since sing-box 1.11.0"
|
|
|
|
# Endpoint
|
|
|
|
Endpoint is protocols that has both inbound and outbound behavior.
|
|
|
|
### Structure
|
|
|
|
```json
|
|
{
|
|
"endpoints": [
|
|
{
|
|
"type": "",
|
|
"tag": ""
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
### Fields
|
|
|
|
| Type | Format |
|
|
|-------------|---------------------------|
|
|
| `wireguard` | [WireGuard](./wireguard/) |
|
|
|
|
#### tag
|
|
|
|
The tag of the endpoint.
|