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

26 lines
521 B
Markdown
Raw Normal View History

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