documentation: Fixes

This commit is contained in:
ReleTor
2025-02-10 14:33:41 +08:00
committed by 世界
parent 3053c9a852
commit 9c5af6dfe4
7 changed files with 88 additions and 74 deletions

View File

@@ -11,13 +11,15 @@ icon: material/new-box
```json
{
"dns": {
"servers": {
"type": "fakeip",
"tag": "",
"servers": [
{
"type": "fakeip",
"tag": "",
"inet4_range": "198.18.0.0/15",
"inet6_range": "fc00::/18"
}
"inet4_range": "198.18.0.0/15",
"inet6_range": "fc00::/18"
}
]
}
}
```