feature: add toa patch

This commit is contained in:
qizhendong
2022-08-02 10:18:10 +08:00
parent 0d3f8f0a0b
commit 47beda37c7
3 changed files with 352 additions and 0 deletions

View File

@ -519,6 +519,10 @@ echo "$info_txt applying the reuseport_close_unused_fds patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-reuseport_close_unused_fds.patch || exit 1
echo
echo "$info_txt applying the nat64-toa patch for nginx"
patch -p1 < $root/patches/nginx-$main_ver-nat64-toa.patch || exit 1
echo
cp $root/html/index.html docs/html/ || exit 1
cp $root/html/50x.html docs/html/ || exit 1