1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-03-09 15:40:20 +00:00
No description
Find a file
2020-09-18 21:35:59 +08:00
.github Execute stale action on push 2020-09-08 21:11:19 +02:00
contributors add all 2020-09-18 21:33:16 +08:00
patches add all 2020-09-18 21:33:16 +08:00
root add all 2020-09-18 21:33:16 +08:00
.DS_Store add all 2020-09-18 21:33:16 +08:00
.gitignore Initial commit 2017-12-22 11:08:56 +01:00
build.sh add all 2020-09-18 21:33:16 +08:00
CLA-entity.md add all 2020-09-18 21:33:16 +08:00
CLA-individual.md add all 2020-09-18 21:33:16 +08:00
CODE_OF_CONDUCT.md add all 2020-09-18 21:33:16 +08:00
config add all 2020-09-18 21:33:16 +08:00
config-bpi-r2 add all 2020-09-18 21:33:16 +08:00
config-espressobin add all 2020-09-18 21:33:16 +08:00
config-p2w_r619ac add all 2020-09-18 21:33:16 +08:00
config-r2s add all 2020-09-18 21:33:16 +08:00
config-rpi2 add all 2020-09-18 21:33:16 +08:00
config-rpi3 add all 2020-09-18 21:33:16 +08:00
config-rpi4 add all 2020-09-18 21:33:16 +08:00
config-wrt32x add all 2020-09-18 21:33:16 +08:00
config-wrt3200acm add all 2020-09-18 21:33:16 +08:00
config-x86 add all 2020-09-18 21:33:16 +08:00
config-x86_64 add all 2020-09-18 21:33:16 +08:00
CONTRIBUTING.md add all 2020-09-18 21:33:16 +08:00
deploy_rsa.enc add all 2020-09-18 21:33:16 +08:00
LICENSE add all 2020-09-18 21:33:16 +08:00
README.md add all 2020-09-18 21:33:16 +08:00
sign.sh add all 2020-09-18 21:33:16 +08:00

CircleCI Latest tag Paypal Flattr Liberapay LinkedIn Twitter Atom

OpenMPTCProuter

OpenMPTCProuter is an open source solution to aggregate and encrypt multiple internet connections and terminates it over any VPS which make clients benefit security, reliability, net neutrality, as well as dedicated public IP.

The aggregation is based on Multipath TCP (MPTCP), which is ISP, WAN type, and latency independent "whether it was Fiber, VDSL, SHDSL, ADSL or even 4G", different scenarios can be configured to have either aggregation or failover based on MPTCP.

Aggregation via Multi-link VPN (MLVPN) and Glorytun UDP with multipath support are also supported.

The solution takes advantage of the OpenWRT/LEDE system, which is user friendly and also adds the possibility of installing other packages like VPN, QoS, routing protocols, monitoring, etc. through web-interface or terminal.

Main website: https://www.openmptcprouter.com/

Packages made for OpenMPTCProuter are available here: https://github.com/Ysurac/openmptcprouter-feeds

OpenMPTCProuter VPS script part: https://github.com/Ysurac/openmptcprouter-vps

Install from pre-compiled images

You can download precompiled images from https://www.openmptcprouter.com/

Then copy it to a sdcard:

gunzip omr-*.img.gz
dd bs=4M if=omr-*.img of=/dev/sdX conv=fsync

Install from source

Create image

Credits

Our solution is mainly based on: