From 18cd9ca63ca76c7cb677669779bc6bdc38e67388 Mon Sep 17 00:00:00 2001 From: Thomas Dalichow Date: Wed, 12 Sep 2018 17:04:14 +0200 Subject: [PATCH] fbb-web - add Pixelpark VPN to whitelist --- customer/fbb-web/test.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customer/fbb-web/test.yaml b/customer/fbb-web/test.yaml index f0cba2e6..48036417 100644 --- a/customer/fbb-web/test.yaml +++ b/customer/fbb-web/test.yaml @@ -264,6 +264,9 @@ infra::profile::nginx_php_fpm_server::vhosts: - '217.66.50.0/24' - '217.66.51.0/24' - '217.66.56.0/24' + # pixelpark VPN + - '10.90.13.0/24' + - '10.90.14.0/24' #FBB VPN - '172.18.49.0/24' # FBB '194.174.72.0 - 194.174.79.255' -- 2.39.5