Update docker.sh

dependabot/github_actions/actions/checkout-3.1.0
fscarmen 4 years ago committed by GitHub
parent 3771fe5ee7
commit f5ce510da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docker.sh

@ -39,7 +39,7 @@ wgcf_install(){
done
# 生成 Wire-Guard 配置文件 (wgcf.conf)
mkdir -p $WGCF_DIR >/dev/null 2>&1
[ ! -d $WGCF_DIR ] && mkdir $WGCF_DIR
[ -e wgcf-account.toml ] && wgcf generate -p $WGCF_DIR/wgcf.conf >/dev/null 2>&1
# 反复测试最佳 MTU。 Wireguard Header:IPv4=60 bytes,IPv6=80 bytes,1280 ≤1 MTU ≤ 1420。 ping = 8(ICMP回显示请求和回显应答报文格式长度) + 20(IP首部) 。

Loading…
Cancel
Save