fix mtu parameter prompt (#429)

Co-authored-by: BH1XAQ <tanxiao@16iot.cn>
This commit is contained in:
Xiao Tan
2024-10-16 23:16:09 +08:00
committed by GitHub
parent 70708b34cc
commit 4df8d7e976
+2 -2
View File
@@ -76,8 +76,8 @@ core_clap:
en: "optional tun interface name" en: "optional tun interface name"
zh-CN: "可选的TUN接口名称" zh-CN: "可选的TUN接口名称"
mtu: mtu:
en: "mtu of the TUN device, default is 1420 for non-encryption, 1400 for encryption" en: "mtu of the TUN device, default is 1380 for non-encryption, 1360 for encryption"
zh-CN: "TUN设备的MTU,默认为非加密时为1420,加密时为1400" zh-CN: "TUN设备的MTU,默认为非加密时为1380,加密时为1360"
latency_first: latency_first:
en: "latency first mode, will try to relay traffic with lowest latency path, default is using shortest path" en: "latency first mode, will try to relay traffic with lowest latency path, default is using shortest path"
zh-CN: "延迟优先模式,将尝试使用最低延迟路径转发流量,默认使用最短路径" zh-CN: "延迟优先模式,将尝试使用最低延迟路径转发流量,默认使用最短路径"