Giter Site home page Giter Site logo

port-forwarding's People

Contributors

hulisang avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

port-forwarding's Issues

两种配置文件的区别?大佬的脚本是第二种配置

第一种:gost监听国内鸡666端口,转发到国外鸡的443端口,再经由国外鸡将443端口收到的数据本地转发给55R所在的2333端口
国内鸡:
{
"Debug": true,
"Retries": 0,
"ServeNodes": [
"tcp://:666",
"udp://:666"
],
"ChainNodes": [
"relay+mtls://xxx:[email protected]:443"
]
}
国外鸡:
{
"Debug": true,
"Retries": 0,
"ServeNodes": [
"relay+mtls://xxx:xxx@:443/127.0.0.1:2333"
]
}
第二种:第二种配置我不是很能理解……是否是在国内鸡建立666端口到国外鸡55R的2333端口的转发,然后将这个请求转发给国外鸡443端口?
国内鸡:
{
"Debug": true,
"Retries": 0,
"ServeNodes": [
"udp://0.0.0.0:666/1.1.1.1.1:2333",
"tcp://0.0.0.0:666/1.1.1.1.1:2333"
],
"ChainNodes": [
"relay+tls://xxx:[email protected]:443"
]
}
国外鸡
{
"Debug": true,
"Retries": 0,
"ServeNodes": [
"relay+tls://xxx:[email protected]:443"
]
}
两种配置貌似达到的作用是一致的,但感觉好像哪里不太一样,还望大佬教我。

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.