IP Whitelisting

This commit is contained in:
2026-01-30 09:56:02 -06:00
parent 81c62446f5
commit 4d22969238
3 changed files with 16 additions and 9 deletions

View File

@@ -1,9 +0,0 @@
# Wir vertrauen dem internen Docker-Netzwerk
local_addrs = [
"127.0.0.0/8",
"::1",
"172.16.0.0/12",
"192.168.0.0/16",
"10.0.0.0/8",
"fd00::/8"
];