Add in virtual ipv6 hosts for proxy03 and proxy14

This commit is contained in:
Stephen Smoogen 2020-01-08 13:41:35 +00:00 committed by Pierre-Yves Chibon
parent 43be9500bd
commit 14ccfa20e3
3 changed files with 8 additions and 0 deletions

View file

@ -15,6 +15,8 @@ NameVirtualHost [2001:4178:2:1269::fed2]:443
# proxy03
NameVirtualHost 8.43.85.73:80
NameVirtualHost 8.43.85.73:443
NameVirtualHost [2620:52:3:1:dead:beef:cafe:fed6]:80
NameVirtualHost [2620:52:3:1:dead:beef:cafe:fed6]:443
# proxy04
NameVirtualHost 152.19.134.142:80
@ -71,6 +73,8 @@ NameVirtualHost 209.132.190.2:443
# proxy14
NameVirtualHost 8.43.85.67:80
NameVirtualHost 8.43.85.67:443
NameVirtualHost [2620:52:3:1:dead:beef:cafe:fed7]:80
NameVirtualHost [2620:52:3:1:dead:beef:cafe:fed7]:443
#proxy01.stg

View file

@ -341,6 +341,7 @@ $wgSquidServersNoPurge = array(
# proxy03
"8.43.85.73",
"2620:52:3:1:dead:beef:cafe:fed6",
"192.168.1.7",
# proxy04
@ -380,6 +381,7 @@ $wgSquidServersNoPurge = array(
# proxy14
"8.43.85.67",
"2620:52:3:1:dead:beef:cafe:fed7",
"192.168.1.159",
{% endif %}

View file

@ -341,6 +341,7 @@ $wgSquidServersNoPurge = array(
# proxy03
"8.43.85.73",
"2620:52:3:1:dead:beef:cafe:fed6",
"192.168.1.7",
# proxy04
@ -380,6 +381,7 @@ $wgSquidServersNoPurge = array(
# proxy14
"8.43.85.67",
"2620:52:3:1:dead:beef:cafe:fed7",
"192.168.1.159",
{% endif %}