From f4e63ce1b01130bb0a508c33911bc3c8e0bc47ad Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Thu, 13 Sep 2018 11:21:05 +0200 Subject: [PATCH] fbb-web - add Publicis HTTP proxy + PP VPN to whitelist --- customer/fbb-web/production.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/customer/fbb-web/production.yaml b/customer/fbb-web/production.yaml index e0d6ab37..42165730 100644 --- a/customer/fbb-web/production.yaml +++ b/customer/fbb-web/production.yaml @@ -191,9 +191,11 @@ infra::profile::nginx_php_fpm_server::vhosts: - '217.66.50.0/24' - '217.66.51.0/24' - '217.66.56.0/24' - #pixelpark vpn + # pixelpark VPN - '10.90.13.0/24' - '10.90.14.0/24' + # Publicis HTTP Proxy + - '213.61.241.82' #monitoring - '78.46.85.155/24' #FBB VPN @@ -256,6 +258,11 @@ infra::profile::nginx_php_fpm_server::vhosts: - '217.66.51.0/24' - '217.66.56.0/24' - '192.168.182.0/24' + # pixelpark VPN + - '10.90.13.0/24' + - '10.90.14.0/24' + # Publicis HTTP Proxy + - '213.61.241.82' #monitoring - '78.46.85.155/24' #FBB VPN -- 2.39.5