mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 09:32:06 +08:00
32 lines
388 B
Markdown
32 lines
388 B
Markdown
---
|
|
icon: material/new-box
|
|
---
|
|
|
|
!!! question "Since sing-box 1.12.0"
|
|
|
|
# Service
|
|
|
|
### Structure
|
|
|
|
```json
|
|
{
|
|
"endpoints": [
|
|
{
|
|
"type": "",
|
|
"tag": ""
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
### Fields
|
|
|
|
| Type | Format |
|
|
|------------|------------------------|
|
|
| `derp` | [DERP](./derp) |
|
|
| `resolved` | [Resolved](./resolved) |
|
|
|
|
#### tag
|
|
|
|
The tag of the endpoint.
|