Unleash Your Server Potential with Expert Insights
Hosting provided by: CloudwaysSponsored by: shopp.bio
Sponsored by: shopp.bio
Category: VPS Setup
dnf install squid -y
/etc/squid/squid conf
:http_port 3128\ncache_dir ufs /var/spool/squid 100 16 256
systemctl start squid
firewall-cmd --add-port=3128/tcp
curl --proxy http://ip:3128 http://example.com