From 2cae3a6ae3ebb473460dfceac4c3d30f335ad221 Mon Sep 17 00:00:00 2001 From: hpl Date: Fri, 16 Aug 2024 20:53:17 +0200 Subject: [PATCH] corrige indentation --- dockers/traefik/conf/allow_ip.yml.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dockers/traefik/conf/allow_ip.yml.sample b/dockers/traefik/conf/allow_ip.yml.sample index 979126f..7d7f5bc 100644 --- a/dockers/traefik/conf/allow_ip.yml.sample +++ b/dockers/traefik/conf/allow_ip.yml.sample @@ -7,7 +7,7 @@ http: - "172.16.0.0/12" - "127.0.0.0/8" - "10.0.0.0/8" - - "0.0.0.0/0" + - "0.0.0.0/0" adminipwhitelist: ipWhiteList: sourceRange: @@ -15,4 +15,4 @@ http: - "172.16.0.0/12" - "127.0.0.0/8" - "10.0.0.0/8" - - "0.0.0.0/0" \ No newline at end of file + - "0.0.0.0/0" \ No newline at end of file