add translated docs
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
--- a/docs/configuration/outbound/urltest.zh.md
|
||||
+++ b/docs/configuration/outbound/urltest.zh.md
|
||||
@@ -10,6 +10,9 @@
|
||||
"proxy-b",
|
||||
"proxy-c"
|
||||
],
|
||||
+ "costs": {
|
||||
+ "proxy-c": 100
|
||||
+ },
|
||||
"url": "",
|
||||
"interval": "",
|
||||
"tolerance": 50,
|
||||
@@ -26,6 +29,14 @@
|
||||
|
||||
用于测试的出站标签列表。
|
||||
|
||||
+#### costs
|
||||
+
|
||||
+出站标签到额外延迟惩罚(毫秒)的映射。
|
||||
+
|
||||
+惩罚值会叠加到测量延迟上,用于在不移除出站的情况下降低其优先级。
|
||||
+
|
||||
+例如,`{"proxy-c": 100}` 会给 `proxy-c` 的测量延迟增加 100ms,使其仅在明显快于其他出站时才会被选中。
|
||||
+
|
||||
#### url
|
||||
|
||||
用于测试的链接。默认使用 `https://www.gstatic.com/generate_204`。
|
||||
Reference in New Issue
Block a user