Quellcode durchsuchen

🔧 fix docker-compose ssrf_proxy service WARNING: You should probably remove '::/0' from the ACL named 'all' (#5005)

tags/0.6.11
Takuya Ono vor 1 Jahr
Ursprung
Commit
308ce66af5
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2
    2
      docker/volumes/ssrf_proxy/squid.conf

+ 2
- 2
docker/volumes/ssrf_proxy/squid.conf Datei anzeigen

@@ -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
acl src_all src all
http_access allow src_all

Laden…
Abbrechen
Speichern