Giter Club home page Giter Club logo

Comments (13)

heiher avatar heiher commented on July 29, 2024

Yes, the standard socks5 proxy protocol is easy to detected by GFW. This is just a transparent proxy client that communicate with socks5 compatible server. We can use any obfuscation protocol for cross-border communication.

from hev-socks5-tproxy.

cattyhouse avatar cattyhouse commented on July 29, 2024

Would you consider adding a Websocket and TLS1.3 layer on top of the socks5 protocol?

from hev-socks5-tproxy.

heiher avatar heiher commented on July 29, 2024

How to work? What can this solve?

from hev-socks5-tproxy.

cattyhouse avatar cattyhouse commented on July 29, 2024

something like vmess+websocket+tls+nginx. replace vmess with socks5, you'll have user authentication via socks5 between server and client, as well as strong encryption and a standard https fingerprint, pretty safe.

from hev-socks5-tproxy.

heiher avatar heiher commented on July 29, 2024

Sounds good, I have a private project that implements a confusing protocol and seems works fine. I think it's better to implement a socks5 compatible server based on WebSocket and TLS, and use it in combination with this project?

from hev-socks5-tproxy.

cattyhouse avatar cattyhouse commented on July 29, 2024

Yeah, good idea, you can put the sock5 server behind Nginx. Other confusing protocol won't live long.

from hev-socks5-tproxy.

cattyhouse avatar cattyhouse commented on July 29, 2024

Any plan to add PURE tproxy support, so only mangle table is needed, and both udp and tcp are supported.

Reference:
https://www.kernel.org/doc/Documentation/networking/tproxy.txt

from hev-socks5-tproxy.

cattyhouse avatar cattyhouse commented on July 29, 2024

I found that this program is very useful when work with Trojan

from hev-socks5-tproxy.

heiher avatar heiher commented on July 29, 2024

Any plan to add PURE tproxy support, so only mangle table is needed, and both udp and tcp are supported.

Reference:
https://www.kernel.org/doc/Documentation/networking/tproxy.txt

IIRC, the TPROXY target needs privilege capabilities.

from hev-socks5-tproxy.

cattyhouse avatar cattyhouse commented on July 29, 2024

Any plan to add PURE tproxy support, so only mangle table is needed, and both udp and tcp are supported.
Reference:
https://www.kernel.org/doc/Documentation/networking/tproxy.txt

IIRC, the TPROXY target needs privilege capabilities.

Yes, that's correct, setcap can get things done so that No root privilege is needed to listen as tproxy.

from hev-socks5-tproxy.

heiher avatar heiher commented on July 29, 2024

Any plan to add PURE tproxy support, so only mangle table is needed, and both udp and tcp are supported.
Reference:
https://www.kernel.org/doc/Documentation/networking/tproxy.txt

IIRC, the TPROXY target needs privilege capabilities.

Yes, that's correct, setcap can get things done so that No root privilege is needed to listen as tproxy.

This project is run as a module in JVM on Android, not a standalone process, may be can not set caps for it.

from hev-socks5-tproxy.

cattyhouse avatar cattyhouse commented on July 29, 2024

OK, maybe add an option to listen as TPROXY?

from hev-socks5-tproxy.

heiher avatar heiher commented on July 29, 2024

OK, maybe add an option to listen as TPROXY?

Yes.

from hev-socks5-tproxy.

Related Issues (18)

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.