Update documentation

This commit is contained in:
世界 2023-12-01 13:24:18 +08:00
parent a21c5324fd
commit e09a94bb9e
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
21 changed files with 1230 additions and 361 deletions

View file

@ -0,0 +1,34 @@
---
icon: material/new-box
---
!!! question "Since sing-box 1.8.0"
### Structure
```json
{
"enabled": true,
"path": "",
"cache_id": "",
"store_fakeip": false
}
```
### Fields
#### enabled
Enable cache file.
#### path
Path to the cache file.
`cache.db` will be used if empty.
#### cache_id
Identifier in cache file.
If not empty, configuration specified data will use a separate store keyed by it.