Coder Social home page Coder Social logo

icodein / udp-forwarder-ex Goto Github PK

View Code? Open in Web Editor NEW

This project forked from recolic/udp-forwarder-ex

0.0 1.0 0.0 732 KB

This is a read-only mirror for https://git.recolic.net/root/udp-forwarder-ex

License: GNU General Public License v3.0

C++ 67.38% Python 0.43% C 30.78% Makefile 0.29% CMake 1.12%

udp-forwarder-ex's Introduction

UDP forwarder EX

Create a UDP tunnel to forward a udp port. The tunnel applies some magic to trick the noob Great Firewall deep learning VPN detection.

Inspired by a naive udp-forward. I want to test what would happen, if I change the UDP server port number once a minute. (The GFW take 15 minutes to ban my OpenVPN UDP connection)

Design

explain.png

Build

mkdir build && cd build
cmake .. && make
./udp-forwarder [args ...]

Example

# Assume OpenVPN listens base.tw7.recolic.net:1194/UDP
# We run UDPFwd on server:
./udp-forwarder -i [email protected]@443 -o plain@::1@1194 --filter reverse@aes@MyPassword

# Then we run UDPFwd on our home router, to provide OpenVPN service:
./udp-forwarder -i [email protected]@1194 -o [email protected]@1194 --filter aes@MyPassword
# Good! You can use RouterIP:1194 as your OpenVPN server address now! It will work.

TODOs

dynport module (-i / -o dynport@fe80:1111::1@10000-11000)

obfs method (quic and wechat video) (--filter obfs@[email protected]) (--filter obfs@wechat-video)

udp-forwarder-ex's People

Contributors

recolic avatar chaoscute avatar

Watchers

 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.