2018-01-18 14:16:12 +00:00
# OpenWrt OpenMPTCProuter feed
This is the OpenWrt OpenMPTCProuter feed containing all modified and necessary packages to build the OpenMPTCProuter image.
2018-03-19 18:24:04 +00:00
For More information, see [https://github.com/ysurac/openmptcprouter ](https://github.com/ysurac/openmptcprouter ) and [https://www.openmptcprouter.com ](https://www.openmptcprouter.com/ ).
2018-01-22 13:34:33 +00:00
2018-01-22 13:36:26 +00:00
2018-01-22 13:34:33 +00:00
## Glorytun
2018-01-22 13:36:26 +00:00
*Source:* [https://github.com/angt/glorytun ](https://github.com/angt/glorytun )
*Description:* A small, simple and secure VPN
2018-01-22 13:34:33 +00:00
2018-03-24 07:47:23 +00:00
A LuCI interface was made to make it easier to use. It's used in OpenMPTCProuter to redirect ports from the VPS to the router and for UDP/ICMP traffic from the router.
2018-01-22 13:34:33 +00:00
2018-01-22 13:36:26 +00:00
2018-08-08 14:34:16 +00:00
## Shadowsocks-libev
2018-01-22 13:36:26 +00:00
*Source:* [https://github.com/shadowsocks/shadowsocks-libev ](https://github.com/shadowsocks/shadowsocks-libev )
*Description:* A secure socks5 proxy
2018-01-22 13:34:33 +00:00
2018-03-16 12:47:17 +00:00
MPTCP support is added in LuCI interface and init scripts. IPv6 support added.
2018-01-22 13:34:33 +00:00
2018-04-09 19:19:50 +00:00
2018-03-02 19:12:40 +00:00
## Simple-obfs
*Source:* [https://github.com/shadowsocks/simple-obfs ](https://github.com/shadowsocks/simple-obfs )
2018-03-06 14:13:37 +00:00
*Description:* A simple obfuscating tool, designed as plugin server of shadowsocks.
2018-03-19 18:24:04 +00:00
2018-03-16 12:47:17 +00:00
Support is added in ShadowSocks LuCI interface and init scripts.
2018-04-09 19:19:50 +00:00
2018-03-06 14:13:37 +00:00
## SpeedTestC
*Source:* [https://github.com/mobrembski/SpeedTestC ](https://github.com/mobrembski/SpeedTestC )
*Description:* Client for SpeedTest.net infrastructure written in pure C99 standard using only POSIX libraries.
2018-03-09 10:09:16 +00:00
2018-03-24 06:03:55 +00:00
Used to test speed. No LuCI interface.
2018-04-09 19:19:50 +00:00
2018-03-09 10:09:16 +00:00
## Nginx
*Source:* [https://www.nginx.org ](https://www.nginx.org )
2018-03-15 13:01:12 +00:00
*Description:* nginx is an HTTP and reverse proxy server, a mail proxy server, and a generic TCP/UDP proxy server.
2018-03-19 18:24:04 +00:00
2018-03-16 12:47:17 +00:00
A LuCI interface for TCP/UDP stream is added. Used for TCP/UDP failover.
2018-03-15 13:01:12 +00:00
2018-05-04 06:18:19 +00:00
## luci-proto-ipv6
*Source:* [https://github.com/openwrt/luci ](https://github.com/openwrt/luci )
*Description:* Luci support for DHCPv6/6in4/6to4/6rd/DS-Lite/aiccu
2018-05-04 14:24:57 +00:00
Added support to gateway set by user for 6in4. Used for IPv6 over the glorytun IPv4 VPN.
2018-05-04 15:25:53 +00:00
## luci-omr-bypass
2018-05-04 14:24:57 +00:00
*Source:* [https://github.com/Ysurac/openmptcprouter-feeds/tree/master/luci-app-omr-bypass ](https://github.com/Ysurac/openmptcprouter-feeds/tree/master/luci-app-omr-bypass )
2018-05-18 16:40:52 +00:00
*Description:* Luci interface to bypass domains, IPs and networks with shadowsocks
2018-05-04 14:24:57 +00:00
2018-06-30 14:19:29 +00:00
Domains, IPs, networks and protocol (using DPI) added are bypassed when shadowsocks is used. This can be used when VPS IP is blacklisted from some sites.
2018-05-04 15:25:53 +00:00
## omr-tracker
*Source:* [https://github.com/Ysurac/openmptcprouter-feeds/tree/master/omr-tracker ](https://github.com/Ysurac/openmptcprouter-feeds/tree/master/omr-tracker )
2018-05-09 15:46:19 +00:00
*Description:* Track connection status. This check if gateway is up then check if the connection work. If it's not working this execute scripts. This also detect if ShadowSocks is up or not.
2018-05-04 15:25:53 +00:00
This is used for OpenMPTCProuter failover.
2018-09-15 06:22:06 +00:00
## luci-omr-tracker
*Source:* [https://github.com/Ysurac/openmptcprouter-feeds/tree/master/luci-app-omr-tracker ](https://github.com/Ysurac/openmptcprouter-feeds/tree/master/luci-app-omr-tracker )
*Description:* Luci interface to omr-tracker
Interface to omr-tracker.
2018-08-03 15:11:54 +00:00
## omr-6in4
*Source:* [https://github.com/Ysurac/openmptcprouter-feeds/tree/master/omr-6in4 ](https://github.com/Ysurac/openmptcprouter-feeds/tree/master/omr-6in4 )
*Description:* Set tunnel configuration by tracking tunnel configuration.
2018-08-03 20:47:53 +00:00
## omr-update
*Source:* [https://github.com/Ysurac/openmptcprouter-feeds/tree/master/omr-update ](https://github.com/Ysurac/openmptcprouter-feeds/tree/master/omr-update )
*Description:* Update old config with new settings.
2018-05-04 15:54:12 +00:00
## luci-app-mptcp
*Source:* [https://github.com/Ysurac/openmptcprouter-feeds/tree/master/luci-app-mptcp ](https://github.com/Ysurac/openmptcprouter-feeds/tree/master/luci-app-mptcp )
*Description:* Luci interface for all MPTCP settings
2018-05-11 12:21:31 +00:00
## luci-app-openmptcprouter
*Source:* [https://github.com/Ysurac/openmptcprouter-feeds/tree/master/luci-app-openmptcprouter ](https://github.com/Ysurac/openmptcprouter-feeds/tree/master/luci-app-openmptcprouter )
*Description:* Wizard for OpenMPTCProuter settings and status page
2018-05-11 15:07:29 +00:00
## mptcp
*Source:* [https://github.com/Ysurac/openmptcprouter-feeds/tree/master/mptcp ](https://github.com/Ysurac/openmptcprouter-feeds/tree/master/mptcp )
*Description:* This package set all MPTCP settings
2018-05-25 13:07:00 +00:00
## ndisc6
*Source:* [http://www.remlab.net/files/ndisc6 ](http://www.remlab.net/files/ndisc6 )
*Description:* An ICMPv6 neighbour discovery tool
2018-06-12 20:55:32 +00:00
This is used to check if there is no other IPv6 route announced on the network
2018-06-22 10:45:21 +00:00
2018-06-12 20:55:32 +00:00
## mlvpn
2018-07-05 13:29:16 +00:00
*Source:* [https://github.com/markfoodyburton/MLVPN/tree/new-reorder ](https://github.com/markfoodyburton/MLVPN/tree/new-reorder )
2018-06-12 20:55:32 +00:00
*Description:* Multi-link VPN
This is an other way to aggregate same latency connections
2018-06-22 10:45:21 +00:00
## ndpi-filter
*Source:* [https://github.com/vel21ripn/nDPI ](https://github.com/vel21ripn/nDPI )
*Description:* Open Source Deep Packet Inspection Software Toolkit
2018-07-18 17:30:46 +00:00
This is used to bypass a protocol
2018-08-07 05:42:30 +00:00
## tracebox
*Source:* [https://github.com/tracebox/tracebox ](https://github.com/tracebox/tracebox )
*Description:* A middlebox detection tool