|
|
|
|
@ -224,6 +224,8 @@ services:
|
|
|
|
|
ssrf_proxy:
|
|
|
|
|
image: ubuntu/squid:latest
|
|
|
|
|
restart: always
|
|
|
|
|
extra_hosts:
|
|
|
|
|
- "host.docker.internal:host-gateway"
|
|
|
|
|
volumes:
|
|
|
|
|
- ./ssrf_proxy/squid.conf.template:/etc/squid/squid.conf.template
|
|
|
|
|
- ./ssrf_proxy/docker-entrypoint.sh:/docker-entrypoint-mount.sh
|
|
|
|
|
@ -235,6 +237,9 @@ services:
|
|
|
|
|
REVERSE_PROXY_PORT: ${SSRF_REVERSE_PROXY_PORT:-8194}
|
|
|
|
|
SANDBOX_HOST: ${SSRF_SANDBOX_HOST:-sandbox}
|
|
|
|
|
SANDBOX_PORT: ${SANDBOX_PORT:-8194}
|
|
|
|
|
HTTP_PROXY: ${HTTP_PROXY:-}
|
|
|
|
|
HTTPS_PROXY: ${HTTPS_PROXY:-}
|
|
|
|
|
NO_PROXY: ${NO_PROXY:-}
|
|
|
|
|
networks:
|
|
|
|
|
- ssrf_proxy_network
|
|
|
|
|
- default
|
|
|
|
|
|