Skip to content

YYang-Mark/tunnel

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

A tunnel deployment script

  1. Run in server side (VPS or some host has public ip)
curl -s 'https://ghproxy.com/https://raw.githubusercontent.com/marsbasex/tunnel/master/deploy.sh' | sudo bash -s -- --server
  1. Run in client side like NUC box, which $server_ip is public ip of your server above
curl -s 'https://ghproxy.com/https://raw.githubusercontent.com/marsbasex/tunnel/master/deploy.sh' | sudo bash -s -- --client $server_ip

Also you can check if the server is accessible. To run script from client:

curl -s 'https://ghproxy.com/https://raw.githubusercontent.com/marsbasex/tunnel/master/deploy.sh' | sudo bash -s -- --check $server_ip

You can access manager board from http://$server_ip:18080 after deployment.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%