This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "IPFire 2.x development tree".
The branch, master has been updated via e3341bc21612b4036801b32d6679fa3d17ca0d99 (commit) from 5330a07cb2b3b9626861f0b37f4d084f52621d62 (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit e3341bc21612b4036801b32d6679fa3d17ca0d99 Author: Christian Schmidt maniacikarus@ipfire.org Date: Sat Apr 2 14:32:31 2011 +0200
Fixded localhost webservers are directed to the proxy if auto configuration is used.
Fixes bug #770
-----------------------------------------------------------------------
Summary of changes: config/rootfiles/core/49/filelists/files | 1 + html/cgi-bin/proxy.cgi | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
Difference in files: diff --git a/config/rootfiles/core/49/filelists/files b/config/rootfiles/core/49/filelists/files index 0037af1..d4ff5e2 100644 --- a/config/rootfiles/core/49/filelists/files +++ b/config/rootfiles/core/49/filelists/files @@ -1 +1,2 @@ etc/system-release +srv/web/ipfire/cgi-bin/proxy.cgi diff --git a/html/cgi-bin/proxy.cgi b/html/cgi-bin/proxy.cgi index 8b3200d..fc65e7a 100644 --- a/html/cgi-bin/proxy.cgi +++ b/html/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")) ||
hooks/post-receive -- IPFire 2.x development tree