Skip to content

Commit c0b5297

Browse files
docs: update DigitalOcean example with PROXY protocol
1 parent 57c7e2a commit c0b5297

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

EXAMPLES.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,11 @@ PROXY protocol is a protocol for sending client connection information, such as
453453
```yaml
454454
.DOTrustedIPs: &DOTrustedIPs
455455
- 127.0.0.1/32
456-
- 10.120.0.0/16
456+
# IP range Load Balancer is on
457+
- 10.0.0.0/8
458+
# IP range of private (VPC) interface - CHANGE THIS TO YOUR NETWORK SETTINGS
459+
# This is needed when "externalTrafficPolicy: Cluster" is specified, as inbound traffic from the load balancer to a Traefik instance could be redirected from another cluster node on the way through.
460+
- 172.16.0.0/12
457461
458462
service:
459463
enabled: true

0 commit comments

Comments
 (0)