sudo systemctl restart squid sudo systemctl enable squid sudo systemctl status squid # Verify it's running
: Ensure your OS allows traffic on port 12345. You may need to run ufw allow 12345 (Linux) or check Windows Firewall : Ensure no other app is using the port by running lsof -i :12345 (Mac/Linux) or netstat -ano | findstr :12345 (Windows). proxy 12345 install
If you prefer SOCKS5 instead of HTTP proxy, use or Shadowsocks . Example with Dante ( /etc/danted.conf ): sudo systemctl restart squid sudo systemctl enable squid