mirror of
https://github.com/SagerNet/sing-box.git
synced 2025-06-08 03:34:13 +08:00
33 lines
427 B
Markdown
33 lines
427 B
Markdown
---
|
|
icon: material/new-box
|
|
---
|
|
|
|
!!! question "Since sing-box 1.12.0"
|
|
|
|
# Service
|
|
|
|
### Structure
|
|
|
|
```json
|
|
{
|
|
"services": [
|
|
{
|
|
"type": "",
|
|
"tag": ""
|
|
}
|
|
]
|
|
}
|
|
```
|
|
|
|
### Fields
|
|
|
|
| Type | Format |
|
|
|------------|------------------------|
|
|
| `derp` | [DERP](./derp) |
|
|
| `resolved` | [Resolved](./resolved) |
|
|
| `ssm-api` | [SSM API](./ssm-api) |
|
|
|
|
#### tag
|
|
|
|
The tag of the endpoint.
|