Giter Club home page Giter Club logo

Comments (4)

esrrhs avatar esrrhs commented on May 26, 2024

这种情况,你直接做一个VPS到A主机的tcp映射就好了,client->tcp proxy 1->tcp proxy 2->...->tcp proxy N->socks5 server

from spp.

XTeam-Wing avatar XTeam-Wing commented on May 26, 2024

求个命令测试,通过公网访问第二层内网。

from spp.

esrrhs avatar esrrhs commented on May 26, 2024

VPS ./spp -type server -proto tcp -listen :8887

A主机 ./spp -name "test" -type reverse_proxy_client -server VPS:8887 -fromaddr :8083 -toaddr :8084 -proxyproto tcp
A主机 ./spp -type server -proto tcp -listen :8886

B主机 ./spp -name "test" -type reverse_socks5_client -server A主机ip:8886 -fromaddr :8084 -proxyproto tcp

这样访问vps的8083就会转发到A的8084,A的8084再通过反向socks5到B主机的内网

from spp.

XTeam-Wing avatar XTeam-Wing commented on May 26, 2024

感谢答复

from spp.

Related Issues (20)

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.