mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 03:32:43 +08:00
fix mtu parameter prompt (#429)
Co-authored-by: BH1XAQ <tanxiao@16iot.cn>
This commit is contained in:
parent
70708b34cc
commit
4df8d7e976
|
@ -76,8 +76,8 @@ core_clap:
|
|||
en: "optional tun interface name"
|
||||
zh-CN: "可选的TUN接口名称"
|
||||
mtu:
|
||||
en: "mtu of the TUN device, default is 1420 for non-encryption, 1400 for encryption"
|
||||
zh-CN: "TUN设备的MTU,默认为非加密时为1420,加密时为1400"
|
||||
en: "mtu of the TUN device, default is 1380 for non-encryption, 1360 for encryption"
|
||||
zh-CN: "TUN设备的MTU,默认为非加密时为1380,加密时为1360"
|
||||
latency_first:
|
||||
en: "latency first mode, will try to relay traffic with lowest latency path, default is using shortest path"
|
||||
zh-CN: "延迟优先模式,将尝试使用最低延迟路径转发流量,默认使用最短路径"
|
||||
|
|
Loading…
Reference in New Issue
Block a user