
Originally Posted by
vinyols
.....
In my example, my NAS IP is 172.16.0.97 and my IP range on my LAN is 172.16.0.0 - adjust this accordingly below:
2. Adjust Squid's config-file located in /opt/etc/squid/squid.conf:
code:
## SQUID CONFIG
## Those are the ports the proxy is going to listen to
http_port 172.16.0.97:3128
http_port 172.16.0.97:8080
.....