samsesh / lazy-vpn

Easy installer for x-ui, hiddify, xray-reality, hi hysteria, naiveproxy, wireguard, marzban, openconnect, openvpn, softether, proxy servers for Ubuntu server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lazy-vpn

  • lazy-vpn is a script that tries to make your work easier and gathers the most used vpn in one place so that you can easily set up a vpn server on your ubuntu server. Apart from that, it has the ability to improve the server and show the capabilities of the server
  • run
bash <(curl -sSL https://github.com/samsesh/lazy-vpn/raw/Localhost/lazy.sh)
  • run with tmux
tmux new -s lazy "bash <(curl -sSL https://github.com/samsesh/lazy-vpn/raw/Localhost/lazy.sh)"

It is better to use tmux so that if the ssh connection with the server is interrupted, the command will not be broken, If the connection is interrupted, you can return to the installation page with the following command after connecting to the server

tmux a -d -t lazy

ToDo

  • add uninstaller
  • Checking the existence of a VPN server that does not interfere with the installation of other services

link



About

Easy installer for x-ui, hiddify, xray-reality, hi hysteria, naiveproxy, wireguard, marzban, openconnect, openvpn, softether, proxy servers for Ubuntu server

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%