diff --git a/docker/volumes/ssrf_proxy/squid.conf b/docker/volumes/ssrf_proxy/squid.conf index 3028bf35c6..be13d0e898 100644 --- a/docker/volumes/ssrf_proxy/squid.conf +++ b/docker/volumes/ssrf_proxy/squid.conf @@ -46,5 +46,5 @@ logfile_rotate 0 ################################## Reverse Proxy To Sandbox ################################ http_port 8194 accel vhost cache_peer sandbox parent 8194 0 no-query originserver -acl all src all -http_access allow all \ No newline at end of file +acl src_all src all +http_access allow src_all \ No newline at end of file