This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Install Squid on LEDE/Openwrt device: | |
opkg install squid | |
* Add cache device (/dev/sda1 in this example), mount to /tmp/squid: | |
vi /etc/config/fstab | |
config mount | |
option enabled '1' | |
option device '/dev/sda1' | |
option fstype 'ext4' |