documentation: Fix typo

This commit is contained in:
Restia-Ashbell
2025-03-10 14:17:06 +08:00
committed by 世界
parent 5a5c906fb2
commit 25f844ec6d
2 changed files with 12 additions and 4 deletions

View File

@@ -565,13 +565,21 @@ DNS 服务器已经重构。
"type": "socks",
"server": "example.org",
"server_port": 2080,
"domain_resolver": "local",
"domain_resolver": {
"server": "local",
"rewrite_ttl": 60,
"client_subnet": "1.1.1.1"
},
// 或 "domain_resolver": "local",
}
],
// 或
"route": {
"default_domain_resolver": {
"server": "local",
"rewrite_tll": 60,
"rewrite_ttl": 60,
"client_subnet": "1.1.1.1"
}
}