Add documentation for clash_api

This commit is contained in:
世界
2022-07-20 07:36:06 +08:00
parent 6ac1b395cf
commit 45643fbed1
6 changed files with 72 additions and 10 deletions

View File

@@ -10,19 +10,21 @@ sing-box uses JSON for configuration files.
"dns": {},
"inbounds": {},
"outbounds": {},
"route": {}
"route": {},
"experimental": {}
}
```
### Fields
| Key | Format |
|-------------|------------------------|
| `log` | [Log](./log) |
| `dns` | [DNS](./dns) |
| `inbounds` | [Inbound](./inbound) |
| `outbounds` | [Outbound](./outbound) |
| `route` | [Route](./route) |
| Key | Format |
|----------------|--------------------------------|
| `log` | [Log](./log) |
| `dns` | [DNS](./dns) |
| `inbounds` | [Inbound](./inbound) |
| `outbounds` | [Outbound](./outbound) |
| `route` | [Route](./route) |
| `experimental` | [Experimental](./experimental) |
### Check