File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,9 @@ You can use the following template for this:
5656acl local_nodes src YOUR_CLIENT_IPS
5757
5858# Destination domains that are allowed
59- acl stratum_ones dstdomain .YOURDOMAIN.ORG
59+ # cern.ch + opensciencegrid.org domains because of cvmfs-config.cern.ch repository,
60+ # which are provided via Stratum-1 mirror servers hosted by CERN and OSG
61+ acl stratum_ones dstdomain .cern.ch .opensciencegrid.org .YOURDOMAIN.ORG
6062
6163# Squid port
6264http_port 3128
@@ -92,7 +94,8 @@ In this template, you *must* change two things in the Access Control List (ACL)
9294For example, to allow connecting to the EESSI Stratum 1 replica servers, use:
9395
9496``` { .apache .copy }
95- acl stratum_ones dstdomain .eessi.science
97+ # public Stratum-1 mirror servers for EESSI are hosted under eessi.science domain
98+ acl stratum_ones dstdomain .cern.ch .opensciencegrid.org .eessi.science
9699```
97100
98101Note that this configuration assumes that port 3128 is accessible on the proxy server.
You can’t perform that action at this time.
0 commit comments