whitelisting

This commit is contained in:
Andreas Knuth 2026-01-29 21:23:59 -06:00
parent 1cb469b49d
commit 81c62446f5
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
# 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"
];