蘭雅sRGB 6 anni fa
parent
commit
bf42396ebe
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      Wireguard/wgmtu.sh

+ 1 - 1
Wireguard/wgmtu.sh

@@ -6,7 +6,7 @@ Green="\033[32m"  && Red="\033[31m" && GreenBG="\033[42;37m" && RedBG="\033[41;3
 
 echo -e "${GreenBG}WireGuard 修改服务器端MTU值,最大效率加大网速,默认值 MTU = 1420 "
 echo -e "WireGuard 客户端可以MTU参数自动,请修改电脑客户端TunSafe配置把MTU行注释掉。${Font}"
-read -p "请输入数字{RedBG}(1200--1500):${Font} " num
+read -p "请输入数字(1200--1500): " num
 
 if [[ ${num} -ge 1200 ]] && [[ ${num} -le 1500 ]]; then
    mtu=$num