Update docker.sh

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

@ -63,8 +63,7 @@ wgcf_install(){
MTU=$((MTU+28-80))
[ -e wgcf.conf ] && sed -i "s/MTU.*/MTU = $MTU/g" $WGCF_DIR/wgcf.conf
sed -i "s/^.*\:\:\/0/#&/g;s/engage.cloudflareclient.com/162.159.193.10/g" $WGCF_DIR/wgcf.conf
[ -e $WGCF_DIR/wgcf.conf ] && sed -i "s/MTU.*/MTU = $MTU/g;s/^.*\:\:\/0/#&/g;s/engage.cloudflareclient.com/162.159.193.10/g" $WGCF_DIR/wgcf.conf
}
container_build(){

Loading…
Cancel
Save