You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
bol-van b058f9f128 init.d: openwrt min disk space startup 7 months ago
..
tpws/etc init.d: openwrt min disk space startup 7 months ago
readme.txt init.d: openwrt min disk space startup 7 months ago

readme.txt

Minimal tpws startup script for low storage openwrt with nftables.
No opkg dependencies required !

* install :

Make sure you are running openwrt with nftables, not iptables.
Copy everything from tpws directory to the root of the router.
Copy tpws binary for your architecture to /usr/bin/tpws
Set proper access rights : chmod 755 /etc/init.d/tpws /usr/bin/tpws
EDIT /etc/config/tpws
/etc/init.d/tpws enable
/etc/init.d/tpws start
fw4 reload

* full uninstall :

/etc/init.d/tpws disable
/etc/init.d/tpws stop
rm -f /etc/nftables.d/90-tpws.nft /etc/init.d/tpws
fw4 restart