sing-box/docs/configuration/experimental/index.md

30 lines
560 B
Markdown
Raw Normal View History

2023-12-01 05:24:18 +00:00
---
icon: material/alert-decagram
---
2022-08-25 13:08:29 +00:00
# Experimental
2023-12-01 05:24:18 +00:00
!!! quote "Changes in sing-box 1.8.0"
:material-plus: [cache_file](#cache_file)
:material-alert-decagram: [clash_api](#clash_api)
2022-07-19 23:36:06 +00:00
### Structure
```json
{
"experimental": {
2023-12-01 05:24:18 +00:00
"cache_file": {},
"clash_api": {},
"v2ray_api": {}
2022-07-19 23:36:06 +00:00
}
}
```
2023-12-01 05:24:18 +00:00
### Fields
2023-02-08 08:50:15 +00:00
2023-12-01 05:24:18 +00:00
| Key | Format |
|--------------|----------------------------|
| `cache_file` | [Cache File](./cache-file/) |
| `clash_api` | [Clash API](./clash-api/) |
| `v2ray_api` | [V2Ray API](./v2ray-api/) |