Giter Site home page Giter Site logo

vmess-deploy's Introduction

vmess-deploy

vmess-deploy are for quickly set up your desired v2ray VPN server

How to Use :

Quick Method

curl https://raw.githubusercontent.com/SonyaCore/vmess-deploy/main/deploy.sh | sudo bash

Using Runner Script

Git clone :

https://github.com/SonyaCore/vmess-deploy.git

Give executable permission to run.sh file

chmod +x run.sh

Then you can give your server details to the script to install:

./run.sh —user root —ip External-IP —port 22 —install

Note:

I used a ready-made template for its configuration here You can change the protocol or... according to your needs and then do the installation

After installation, it will give you a link that you can use it to import on your client

And if you want to use the internal IP to bypass the filter:

./run.sh —user root —ip Exernal-IP -fi HOST-IP -fu HOST-USER --forward

Manual :

ssh to internal ip
sudo screen ssh -o GatewayPorts=true -N -L 80:0.0.0.0:80 USER@External-IP

And then change the IP in your client to your internal IP so that you can connect to your external server through it.

And in this way, a bridge is created between the internal and external server, so that when you do not have access to the Internet, or rather (the free world), you connect through the IP that has access, and that IP also routes your traffic to your external server.

Note:

You can also write a service for this so that when the server is restarted, forwarding is done again

vmess-deploy's People

Contributors

isahekmat avatar sonyacore avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.