From 60a1f56c3dac1d0b528de2a12f94454643a39201 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Wed, 12 Sep 2018 17:12:22 +0200 Subject: [PATCH] fbb-web - add Publicis HTTP proxy to whitelist --- customer/fbb-web/test.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/customer/fbb-web/test.yaml b/customer/fbb-web/test.yaml index 48036417..3c7fe1ab 100644 --- a/customer/fbb-web/test.yaml +++ b/customer/fbb-web/test.yaml @@ -218,6 +218,8 @@ infra::profile::nginx_php_fpm_server::vhosts: # pixelpark VPN - '10.90.13.0/24' - '10.90.14.0/24' + # Publicis HTTP Proxy + - '213.61.241.82' #FBB VPN - '172.18.49.0/24' # FBB '194.174.72.0 - 194.174.79.255' @@ -267,6 +269,8 @@ infra::profile::nginx_php_fpm_server::vhosts: # pixelpark VPN - '10.90.13.0/24' - '10.90.14.0/24' + # Publicis HTTP Proxy + - '213.61.241.82' #FBB VPN - '172.18.49.0/24' # FBB '194.174.72.0 - 194.174.79.255' -- 2.39.5