commit 309ad518a45d92262a5260a9b315cd8b07a50bad
parent e6a5ee047646424ba465eecdefb667b280d54a7b
Author: MTRNord <mtrnord1@gmail.com>
Date: Sat, 13 Jul 2024 19:20:17 +0200
Meow
Diffstat:
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/apps/base/minecraft_homeassistant/release.yaml b/apps/base/minecraft_homeassistant/release.yaml
@@ -30,6 +30,12 @@ spec:
configuration:
enabled: true
forceInit: true
+ trusted_proxies:
+ - 10.0.0.0/8
+ - 172.16.0.0/12
+ - 192.168.0.0/16
+ - 127.0.0.0/8
+ - 100.64.0.0/10
# Template for the configuration.yaml file
# Used the `tpl` function to render the template, so you can use Go template functions
templateConfig: |-