Skip to content

Instantly share code, notes, and snippets.

@Jalakas
Jalakas / LEDE.squid.transparent
Last active March 22, 2018 16:43 — forked from alexalouit/openwrt.squid.transparent
OpenWRT Squid transparent configuration
* 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'