1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-02-12 10:31:51 +00:00
openmptcprouter-feeds/README.md

89 lines
3.2 KiB
Markdown
Raw Normal View History

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-01-22 13:34:33 +00:00
## Shadowsocks
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)
*Description:* Luci interface to bypass domains with shadowsocks
2018-05-04 15:25:53 +00:00
Domains added are bypassed when shadowsocks is used. This can be used when VPS IP is blacklisted from some sites.
## 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.
## 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-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