From 32f2e43a03dd1f9f0bdb9d90528ecc973edb4087 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?V=C3=A1clav=20Barto=C5=A1?= <bartos@cesnet.cz>
Date: Sun, 4 Dec 2022 21:24:02 +0100
Subject: [PATCH] access.ips: allow access to HAProxy stats from everywhere by
 default

it's useful for any troubleshooting s it should be accessible as easy as the other services
---
 access.ips | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/access.ips b/access.ips
index 03ba5b6..6c164ba 100644
--- a/access.ips
+++ b/access.ips
@@ -3,7 +3,8 @@
 # For example 0.0.0.0/0 enables access from whole IPv4 internet and ::/0 enables access from whole IPv6
 
 ### HAProxy Stats - Start ###
-127.0.0.1
+0.0.0.0/0
+::/0
 ### HAProxy Stats - End   ###
 
 
-- 
GitLab