[Qa-jenkins-scm] [jenkins.debian.net] 02/03: allow cucumber VMs access via squid (assuming they're on 10.x.x.x

Holger Levsen holger at layer-acht.org
Thu May 12 14:06:47 UTC 2016


This is an automated email from the git hooks/post-receive script.

holger pushed a commit to branch master
in repository jenkins.debian.net.

commit 0079ac5cf5c6f1826961f23c49085175916b6cff
Author: Philip Hands <phil at hands.com>
Date:   Thu May 12 14:51:09 2016 +0200

    allow cucumber VMs access via squid (assuming they're on 10.x.x.x
---
 hosts/jenkins/etc/squid3/squid.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hosts/jenkins/etc/squid3/squid.conf b/hosts/jenkins/etc/squid3/squid.conf
index d7b6fab..d3a0a7f 100644
--- a/hosts/jenkins/etc/squid3/squid.conf
+++ b/hosts/jenkins/etc/squid3/squid.conf
@@ -697,7 +697,7 @@
 # Example rule allowing access from your local networks.
 # Adapt to list your (internal) IP networks from where browsing
 # should be allowed
-#acl localnet src 10.0.0.0/8	# RFC1918 possible internal network
+acl localnet src 10.0.0.0/8	# RFC1918 possible internal network
 #acl localnet src 172.16.0.0/12	# RFC1918 possible internal network
 #acl localnet src 192.168.0.0/16	# RFC1918 possible internal network
 #acl localnet src fc00::/7       # RFC 4193 local private network range
@@ -837,7 +837,7 @@ http_access deny CONNECT !SSL_ports
 # Example rule allowing access from your local networks.
 # Adapt localnet in the ACL section to list your (internal) IP networks
 # from where browsing should be allowed
-#http_access allow localnet
+http_access allow localnet
 http_access allow localhost
 
 # And finally deny all other access to this proxy

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/qa/jenkins.debian.net.git



More information about the Qa-jenkins-scm mailing list