Skip to content
Mark Nottingham edited this page Dec 4, 2018 · 4 revisions

Squid is tested as packaged on Arch linux.

Diff from squid.conf.default:

55c55
< http_access allow localnet
---
> http_access allow all
61,62c61,66
< # Squid normally listens to port 3128
< http_port 3128
---
> http_port 81 accel defaultsite=cloud.mnot.net no-vhost
> cache_peer 127.0.0.1 parent 8080 0 no-query originserver name=myAccel
> acl our_sites dstdomain cloud.mnot.net
> cache_peer_access myAccel allow all
68a73,74
> 
> shutdown_lifetime 1 second
Clone this wiki locally