Skip to content

Commit 72df58e

Browse files
authored
Merge pull request #21 from EESSI/squid_ipv4
Make Squid contact dual-stack websites over IPv4 first
2 parents 1e087ca + 3d915cf commit 72df58e

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

templates/eessi_localproxy_squid.conf.j2

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
##
2+
## This file is managed by Ansible. ALL CHANGES WILL BE OVERWRITTEN.
3+
##
4+
5+
# Contact dual-stack websites over IPv4 first
6+
dns_v4_first on
7+
18
# List of local IP addresses (separate IPs and/or CIDR notation) allowed to access your local proxy
29
acl local_nodes src {{ cvmfs_localproxy_allowed_clients|join(' ') }}
310

templates/eessi_stratum1_squid.conf.j2

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
## This file is managed by Ansible. ALL CHANGES WILL BE OVERWRITTEN.
33
##
44

5+
# Contact dual-stack websites over IPv4 first
6+
dns_v4_first on
7+
58
http_port 80 accel
69
http_port 8000 accel
710
http_access allow all

0 commit comments

Comments
 (0)