mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
Fixded localhost webservers are directed to the proxy if auto
configuration is used. Fixes bug #770
This commit is contained in:
@@ -1 +1,2 @@
|
||||
etc/system-release
|
||||
srv/web/ipfire/cgi-bin/proxy.cgi
|
||||
|
||||
@@ -2924,6 +2924,7 @@ sub writepacfile
|
||||
if (
|
||||
(isPlainHostName(host)) ||
|
||||
(dnsDomainIs(host, ".$mainsettings{'DOMAINNAME'}")) ||
|
||||
(isInNet(host, "127.0.0.1", "255.0.0")) ||
|
||||
(isInNet(host, "10.0.0.0", "255.0.0.0")) ||
|
||||
(isInNet(host, "172.16.0.0", "255.240.0.0")) ||
|
||||
(isInNet(host, "192.168.0.0", "255.255.0.0")) ||
|
||||
|
||||
Reference in New Issue
Block a user