[OpenWrt Wiki] Squid
https://openwrt.org/docs/guide-user/services/proxy/proxy.squid12.07.2019 · Edit Squid configuration: vi /etc/squid/squid.conf. or use luci-app-squid and go to Services→Squid→Advanced Settings.. acl localnet src 10.0.0.0/8 acl localnet src 172.16.0.0/12 acl localnet src 192.168.0.0/16 acl localnet src fc00::/7 acl localnet src fe80::/10 acl ssl_ports port 443 acl safe_ports port 80 acl safe_ports port 21 acl safe_ports port 443 acl safe_ports port 70 …
[OpenWrt Wiki] LuCI essentials
https://openwrt.org/docs/guide-user/luci/luci.essentialsLuCI essentials This article relies on the following: * Accessing OpenWrt CLI * Managing configurations * Managing packages * Managing services Introduction While OpenWrt can be managed completely using SSH and the terminal, the LuCI WebUI makes many administration tasks easier. The OpenWrt full releases, such as the current 18.06.x series, ship with the LuCI …