1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-12 19:31:52 +00:00
No description
Find a file
2022-12-21 12:56:40 +01:00
.github Update issues templates 2022-02-23 20:59:13 +01:00
contributors Update uboot-rockchip with support for nanopi R4S 1Gb (#2611) 2022-10-17 19:07:18 +02:00
patches Update BBR patch 2022-09-11 19:25:49 +02:00
root Add 6.1 kernel support from coolsnowwolf and Ansuel 2022-12-21 12:56:40 +01:00
.gitignore Initial commit 2017-12-22 11:08:56 +01:00
build.sh Add 6.1 kernel support from coolsnowwolf and Ansuel 2022-12-21 12:56:40 +01: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 Add 6.1 kernel support from coolsnowwolf and Ansuel 2022-12-21 12:56:40 +01:00
config-bpi-r1 Disable r8125 driver on bpi-r1 2021-03-31 14:48:33 +02:00
config-bpi-r2 Fix typo for bpi-r2 2022-06-02 19:13:02 +02:00
config-bpi-r64 Fix bpi-r64 and r7800 compilation 2022-10-14 18:21:23 +02:00
config-espressobin BBR2 patch only work on 64bits images for now 2020-12-08 09:24:17 +01:00
config-p2w_r619ac Small changes 2020-12-08 21:10:16 +01:00
config-r2s Fix r2s config 2022-11-18 18:12:48 +01:00
config-r4s Add R5S config 2022-11-18 18:12:31 +01:00
config-r5s Add R5S config 2022-11-18 18:12:31 +01:00
config-r7800 Fix support of some platforms 2021-12-26 13:53:50 +01:00
config-rpi2 Fix R2S config and add ARM_MODULE_PLTS where needed 2020-10-12 10:14:36 +02:00
config-rpi3 BBR2 patch only work on 64bits images for now 2020-12-08 09:24:17 +01:00
config-rpi4 BBR2 patch only work on 64bits images for now 2020-12-08 09:24:17 +01:00
config-rutx Replace mnfinfo binary by a bash script 2022-03-09 10:42:04 +01:00
config-ubnt-erx Add Ubiquiti EdgeRouter X 2021-02-10 17:48:36 +01:00
config-wrt32x Add KERNEL_ARM_MODULE_PLTS 2020-10-01 16:47:17 +02:00
config-wrt3200acm Add KERNEL_ARM_MODULE_PLTS 2020-10-01 16:47:17 +02:00
config-x86 Add ext4 for all arch 2019-06-22 19:37:48 +02:00
config-x86_64 Add HW crypto support for HW that may need this option 2021-05-20 08:28:17 +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 Update Readme 2020-12-23 07:32:16 +01:00
sign.sh Update sign.sh 2018-08-28 18:55:12 +02:00

openmptcprouter 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, 4G or even 5G", 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: