From 4df8d7e976dc9c1e220bafa5014f6d60f88f45fa Mon Sep 17 00:00:00 2001 From: Xiao Tan <16686956+bh1xaq@users.noreply.github.com> Date: Wed, 16 Oct 2024 23:16:09 +0800 Subject: [PATCH] fix mtu parameter prompt (#429) Co-authored-by: BH1XAQ --- easytier/locales/app.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/easytier/locales/app.yml b/easytier/locales/app.yml index 73cde18..7e0475c 100644 --- a/easytier/locales/app.yml +++ b/easytier/locales/app.yml @@ -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: "延迟优先模式,将尝试使用最低延迟路径转发流量,默认使用最短路径" @@ -99,7 +99,7 @@ core_clap: relay_network_whitelist: en: |+ only forward traffic from the whitelist networks, supporting wildcard strings, multiple network names can be separated by spaces. - if this parameter is empty, forwarding is disabled. by default, all networks are allowed. + if this parameter is empty, forwarding is disabled. by default, all networks are allowed. e.g.: '*' (all networks), 'def*' (networks with the prefix 'def'), 'net1 net2' (only allow net1 and net2)" zh-CN: |+ 仅转发白名单网络的流量,支持通配符字符串。多个网络名称间可以使用英文空格间隔。 @@ -119,4 +119,4 @@ core_clap: zh-CN: "启用 socks5 服务器,允许 socks5 客户端访问虚拟网络. 格式: <端口>,例如:1080" ipv6_listener: en: "the url of the ipv6 listener, e.g.: tcp://[::]:11010, if not set, will listen on random udp port" - zh-CN: "IPv6 监听器的URL,例如:tcp://[::]:11010,如果未设置,将在随机UDP端口上监听" \ No newline at end of file + zh-CN: "IPv6 监听器的URL,例如:tcp://[::]:11010,如果未设置,将在随机UDP端口上监听"