12 lines
222 B
YAML
12 lines
222 B
YAML
# Exclude from `X-Forwarded-For`
|
|
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: Middleware
|
|
metadata:
|
|
name: xfwd-exclude
|
|
spec:
|
|
ipWhiteList:
|
|
ipStrategy:
|
|
excludedIPs:
|
|
- 127.0.0.1/32
|
|
- 10.0.0.0/8
|