From eb01ddf5bf0c9dfaf304c693efd7254eb812e52c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Tue, 17 Jan 2017 22:50:18 +0000 Subject: [PATCH] Also need to add hosts here. --- roles/kojipkgs/files/squid.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/kojipkgs/files/squid.conf b/roles/kojipkgs/files/squid.conf index d908dc1896..49ca56cd98 100644 --- a/roles/kojipkgs/files/squid.conf +++ b/roles/kojipkgs/files/squid.conf @@ -35,7 +35,7 @@ acl SSL_ports port 443 acl Safe_ports port 80 # http acl Safe_ports port 443 # https acl CONNECT method CONNECT -acl our_sites dstdomain kojipkgs.fedoraproject.org kojipkgs01.phx2.fedoraproject.org kojipkgs02.phx2.fedoraproject.org +acl our_sites dstdomain kojipkgs.fedoraproject.org kojipkgs01.fedoraproject.org kojipkgs02.fedoraproject.org kojipkgs01.phx2.fedoraproject.org kojipkgs02.phx2.fedoraproject.org acl phx2 src 10.5.125.0/24 10.5.127.0/24 10.5.129.0/24 # The stg builders in the createrepo channel need access to repos acl phx2-stg src 10.5.126.14/32 10.5.126.223/32 10.5.126.224/32 10.5.126.225/32 10.5.126.226/32