mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-23 17:11: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.
|