github.com/sagernet/sing-box@v1.9.0-rc.20/docs/configuration/experimental/index.md (about) 1 # Experimental 2 3 !!! quote "Changes in sing-box 1.8.0" 4 5 :material-plus: [cache_file](#cache_file) 6 :material-alert-decagram: [clash_api](#clash_api) 7 8 ### Structure 9 10 ```json 11 { 12 "experimental": { 13 "cache_file": {}, 14 "clash_api": {}, 15 "v2ray_api": {} 16 } 17 } 18 ``` 19 20 ### Fields 21 22 | Key | Format | 23 |--------------|----------------------------| 24 | `cache_file` | [Cache File](./cache-file/) | 25 | `clash_api` | [Clash API](./clash-api/) | 26 | `v2ray_api` | [V2Ray API](./v2ray-api/) |