[GELÖST] Web-Konfiguration für Squid ist fehlerhaft bei mehr als einem Interface

Started by balou1974, July 19, 2015, 09:22:08 PM

Previous topic - Next topic
Hallo!

Setzt man in der Proxy Server unter Forward Proxy mehr als ein aktives Interface so startet Squid nicht mehr, da die Zeile in squid.conf nicht umgebrochen wird:

Jul 19 21:05:33    squid: Bungled /usr/local/etc/squid/squid.conf line 6: http_port 192.168.1.1:3128 http_port 192.168.3.1:3128

Die Anleitung zu Squid sagt aber eindeutig "You may specify multiple socket addresses on multiple lines.
"

Also wäre folgendes okay:

http_port 192.168.1.1:3128
http_port 192.168.3.1:3128


nicht aber:

http_port 192.168.1.1:3128 http_port 192.168.3.1:3128

MfG. Balou

Danke, hab's gleich al offiziellen Bug festgehalten: https://github.com/opnsense/core/issues/264
"AI has absolutely reduced the cost of creating technical debt." -- ChatGPT

Wird gefixt in 15.7.4. Hier ist der Fix, fall es lokal schneller benötigt wird:

https://github.com/opnsense/core/commit/a6f879fcdff23b40ea1546b8e0242bb7e1e225fe
"AI has absolutely reduced the cost of creating technical debt." -- ChatGPT