Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Bandwhich | 8,174 | 6 days ago | 16 | October 15, 2020 | 35 | mit | Rust | |||
Terminal bandwidth utilization tool | ||||||||||
Istoreos | 2,700 | 2 days ago | 154 | other | C | |||||
提供一个人人会用的的路由、NAS系统 | ||||||||||
Luci App Vssr | 2,160 | 7 months ago | 155 | mit | Lua | |||||
HelloWorld是一个以用户最佳主观体验为导向的插件,它支持多种主流协议和多种自定义视频分流服务,拥有精美的操作界面,并配上直观的节点信息。 | ||||||||||
Openwrtinvasion | 1,063 | 7 months ago | 1 | Lua | ||||||
Root shell exploit for several Xiaomi routers: 4A Gigabit, 4A 100M, 4, 4C, 3Gv2, 4Q, miWifi 3C... | ||||||||||
Openwrt Netkeeper | 1,022 | 4 months ago | 112 | C | ||||||
[C/C++] Run Netkeeper on OpenWrt Device | ||||||||||
Xunlei Fastdick | 794 | 3 years ago | 20 | Python | ||||||
迅雷快鸟 Xunlei Network Accelerator For Router | ||||||||||
Portal | 767 | 5 years ago | 4 | |||||||
Personal Onion Router To Assure Liberty | ||||||||||
Openwrtscripts | 461 | 8 months ago | gpl-2.0 | Shell | ||||||
A set of scripts for maintaining and testing OpenWrt | ||||||||||
Gargoyle | 441 | 2 months ago | 31 | C | ||||||
Gargoyle Router Management Utility | ||||||||||
Asuswrt Merlin Transparent Proxy | 374 | 2 years ago | mit | Shell | ||||||
transparent proxy base on ss, v2ray, ipset, iptables, chinadns on asuswrt merlin. |
Personal Onion Router To Assure Liberty
PORTAL is a project that aims to keep people out of jail. It is a dedicated hardware device (a router) which forces all internet traffic to be sent over the Tor network. This significantly increases the odds of using Tor effectively, and reduces the potential to make fatal mistakes.
There are two ways to construct a PORTAL: using a chipped router (recommended), or using "the /overlay trick". Using a modified router (with sufficient onboard flash) provides the most flexibility for internet connectivity (either WiFi or 3G) as well as ensuring that the Tor process has sufficient RAM to run. A chipped router provides the best overall experience. The /overlay trick enables a stock router to union mount a microSD card for additional storage space. This allows for multiple microSD cards to provide different configurations (also possible with a chipped router), but has the downside of requiring a 3G modem with onboard microSD slot.
It is highly recommended to use a modified router. The modified MR11U and WR703N provide a better experience than the stock routers due to the additional RAM. The severe space constraints of the stock router make them very challenging to work with. Due to the lack of usable space, it is necessary to use an external disk to store the Tor packages. The stock router has only a single USB port, and the best option is to use a microSD in a 3G modem.
Attitude Adjustment
development line. See the OpenWRT wiki for details.trunk
development line as it has a reduced footprint compared to the Attitude Adjustment
line (no LuCi, etc.)ext4
filesystem. Make sure you pass the -O "^has_journal"
option to mkfs.ext4
.
$ sudo mkfs.ext4 -O "^has_journal" /dev/$DEVICE
Insert the microSD into the 3G modem and the modem into the router./etc/config/fstab
to contain a section for /dev/sda1
with a mountpoint of /overlay
, set to automatically mount. Reboot the router. See the OpenWRT wiki for details, specifically the New external overlay variant (pivot overlay) section.files/etc/
in this project.