Mercurial > repos > other > Puppet
diff manifests/nodes.pp @ 284:9431aec4d998
Switch to using IPv6 prefix and IP per site
This is because the proxy seems to break SNI, so we need an IP
per SSL cert. We're not short of IPv6 addresses, though!
Also corrected to "4to6" naming, because we're letting IPv4 access
an IPv6 site
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 16 Feb 2020 12:07:35 +0000 |
parents | d29f477c51d4 |
children | c0e989d32b5c |
line wrap: on
line diff
--- a/manifests/nodes.pp Sat Feb 15 20:11:23 2020 +0000 +++ b/manifests/nodes.pp Sun Feb 16 12:07:35 2020 +0000 @@ -18,7 +18,7 @@ node 'ibbvps.vs.mythic-beasts.com' { class { 'ibboardvpsnode': primary_ip => '2a00:1098:82:52::1', - proxy_6to4_ip => '2a00:1098:82:52::01d4', # ::old4 for IPv4! + proxy_4to6_ip_prefix => '2a00:1098:82:52::01d4', # ::old4 for IPv4! proxy_upstream => ['proxy.mythic-beasts.com'], mailserver => 'mail.ibboard.co.uk', imapserver => 'imap.ibboard.co.uk',