feat: trusted ips #128
Reference in New Issue
Block a user
Delete Branch "forwarded-headers"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
when traefik is behind a reverse proxy, we need to tell it which
networks to trust with x-real-ip headers
abra.sh@@ -227,1 +227,4 @@#ONION_ENABLED=1# YAML array of trusted subnetsTRUSTED_IPS=Nornally unused envs are commented out. Could we also do this here?
@@ -1,3 +1,3 @@export TRAEFIK_YML_VERSION=v32export TRAEFIK_YML_VERSION=v32aNeeds bump to 33, but nice to see others adopting my dirty hacks 😄
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.