daycat / stupid-simple-vmess

the hands-down most simple Vmess script

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stupid-simple-vmess

the hands-down most simple Vmess script. No domain / knownledge / fiddling needed.

Usage

IPv4 VPS:

wget 'https://cdn.n101.workers.dev/https://raw.githubusercontent.com/daycat/stupid-simple-vmess/main/install.sh' -O install.sh && bash install.sh

IPv6-only VPS:

wget 'https://cdn.n101.workers.dev/https://raw.githubusercontent.com/daycat/stupid-simple-vmess/main/ipv6-only.sh' -O ipv6.sh && bash ipv6.sh

To-do:

  1. Auto detect if Apache is present, and if so, uninstall and kill apache (because it sucks)
  2. Auto detect and kill any processes using port 80
  3. Warn users on OVZ to open TUN/TAP if couldn't automatically open.
  4. Combine scripts into one for easy management

Credits

  1. Thanks to MisakaNO for allowing me to modify his original script and publish this script
  2. Thanks to P3terX for his wonderfully written Cloudflare Warp script that provides the possibility of IPv6-only VPSes being supported in this script

About

the hands-down most simple Vmess script

License:GNU Affero General Public License v3.0


Languages

Language:Shell 100.0%