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