1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 11:21:55 +00:00
No description
Find a file
Ycarus (Yannick Chabanois) 4e9d9ff823 Fix config
2020-09-11 10:01:54 +02:00
.github Execute stale action on push 2020-09-08 21:11:19 +02:00
contributors Add CLA 2018-05-22 13:49:56 +02:00
patches Update openwrt and remove mvebu patch 2020-04-17 15:04:15 +02:00
root Fix ipq wifi 2020-09-11 07:45:05 +02:00
.gitignore Initial commit 2017-12-22 11:08:56 +01:00
build.sh Update OpenWrt 2020-09-10 21:08:15 +02:00
CLA-entity.md Add CLA 2018-05-22 13:49:56 +02:00
CLA-individual.md Add CLA 2018-05-22 13:49:56 +02:00
CODE_OF_CONDUCT.md Add CLA 2018-05-22 13:49:56 +02:00
config Fix config 2020-09-11 10:01:54 +02:00
config-bpi-r2 Use squashfs for BPI-R2 2020-08-06 11:08:56 +02:00
config-espressobin Update OpenWrt and add espressobin v7 support 2020-07-20 15:14:13 +02:00
config-p2w_r619ac Fix ipq wifi 2020-09-11 07:45:05 +02:00
config-r2s Add NanoPI R2S support 2020-09-10 21:08:35 +02:00
config-rpi2 Add bcm27xx userland package 2020-05-20 17:45:41 +02:00
config-rpi3 Update openwrt and change brcm2708 to bcm27xx 2020-02-20 13:42:44 +01:00
config-rpi4 Add bcm27xx userland package 2020-05-20 17:45:41 +02:00
config-wrt32x Fix config 2020-04-23 18:58:27 +02:00
config-wrt3200acm Fix wrt32x and wrt3200acm images creation 2019-06-03 20:03:19 +02:00
config-x86 Add ext4 for all arch 2019-06-22 19:37:48 +02:00
config-x86_64 Fix #705 2019-10-21 19:27:34 +02:00
CONTRIBUTING.md Add CLA 2018-05-22 13:49:56 +02:00
deploy_rsa.enc Try to add travis ci support 2018-01-29 18:13:17 +01:00
LICENSE Initial commit 2017-12-22 11:08:56 +01:00
README.md Link to wiki for compilation doc 2020-09-10 21:09:28 +02:00
sign.sh Update sign.sh 2018-08-28 18:55:12 +02: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: