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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: "延迟优先模式,将尝试使用最低延迟路径转发流量,默认使用最短路径"