Add DERP service
This commit is contained in:
30
docs/configuration/service/index.md
Normal file
30
docs/configuration/service/index.md
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
icon: material/new-box
|
||||
---
|
||||
|
||||
!!! question "Since sing-box 1.12.0"
|
||||
|
||||
# Service
|
||||
|
||||
### Structure
|
||||
|
||||
```json
|
||||
{
|
||||
"endpoints": [
|
||||
{
|
||||
"type": "",
|
||||
"tag": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
### Fields
|
||||
|
||||
| Type | Format |
|
||||
|-------------|--------------------------|
|
||||
| `derp` | [DERP](./derp) |
|
||||
|
||||
#### tag
|
||||
|
||||
The tag of the endpoint.
|
||||
Reference in New Issue
Block a user