We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cdbf61 commit 4fdbc78Copy full SHA for 4fdbc78
Caddyfile
@@ -17,6 +17,7 @@
17
18
# Anonymize ip addresses when forwarding:
19
header_up X-Forwarded-For "\.\d{0,3}(,\s*|$)" ".0$1"
20
+ header_up -X-Envoy-External-Address
21
}
22
23
@@ -42,6 +43,7 @@
42
43
44
45
46
47
48
49
deploy/deployment.yaml
@@ -26,4 +26,4 @@ spec:
26
- name: EVENTS_DOMAIN
27
value: "http://events.httptoolkit.tech"
28
- name: TRUSTED_PROXIES
29
- value: "172.16.4.0/22"
+ value: "100.64.0.0/10 172.16.4.0/22 private_ranges"
0 commit comments