Giter VIP home page Giter VIP logo

deltaproxygateway's People

Contributors

minilight avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

kyalipay

deltaproxygateway's Issues

openwrt网关端编译有没有办法做到不依赖libnetfilter_queue

最近gfw升级了,打算用您这个tcp in udp 来做破墙。
vps服务端编译成功了,但这个网关端一直编译不成功,依赖太多。
openwrt网关端编译有没有办法做到不依赖 libnetfilter_queue(路由器的空间太小,不能装太多缺省编译没有选择的依赖 ),修改代码有没有办法做到不用 queue, 而是让这个程序直接监听本地某个端口 $localport ,再用iptable 转发给它tcp数据,它再去封装成udp,转发给vps服务器一端$remoteip:$remoeport

用这样的方式:

iptables -I zone_lan_forward -p tcp -m multiport --dport 80,443 -m geoip ! --dst-cc CN -j REDIRECT --to-ports $localport

或类似shadowsocks ss-redir (tcp in tcp)这样,放在nat表:
iptables -t nat -p tcp -j REDIRECT --to-ports $localport

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.