Skip to content

samsesh/lazy-vpn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation

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