* documentation: fix missing comment
* documentation: fix untranslated comment
This commit is contained in:
ngno1 2024-11-26 19:25:01 +08:00 committed by GitHub
parent ad07d21b53
commit 38f137798a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,8 @@ icon: material/new-box
{ {
"action": "route", // default "action": "route", // default
"server": "", "server": "",
// compatibility
"disable_cache": false, "disable_cache": false,
"rewrite_ttl": 0, "rewrite_ttl": 0,
"client_subnet": null "client_subnet": null

View File

@ -60,7 +60,7 @@ icon: material/new-box
```json ```json
{ {
"action": "reject", "action": "reject",
"method": "default", // default "method": "default", // 默认
"no_drop": false "no_drop": false
} }
``` ```