taomei / v2ray-onekey

A security enhanced version based on wulabing's script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a security enhanced version compare to wulabing's script

Wulabing's original script is here and thanks wulabing's contribution

  • Changelog
    • Random camouflage website
    • Fixed the v2ray viersion at 4.18
    • Allow TLS1.2 only
    • Allow AES-GCM only
    • ECC384
    • HSTS

Useage(Websocket+TLS+Nginx):

bash <(curl -L -s dos2unix https://raw.githubusercontent.com/breakwa2333/v2ray-onekey/master/install.sh) | tee v2ray_ins.log

Goal:

  • Random camouflage website
  • Remove installed file before installing
  • Install BBR Plus automatically

wget -N --no-check-certificate "http://shell.p1e.cn/BBR/4for1tcp.sh" && chmod +x 4for1tcp.sh && ./4for1tcp.sh

wget --no-check-certificate https://raw.githubusercontent.com/cx9208/Linux-NetSpeed/master/tcp.sh && chmod +x tcp.sh && ./tcp.sh

About

A security enhanced version based on wulabing's script

License:MIT License


Languages

Language:Shell 100.0%