Skip to content
This repository has been archived by the owner on Aug 12, 2020. It is now read-only.

Commit

Permalink
Merge pull request #13 from stefanprodan/x-forwarded-for
Browse files Browse the repository at this point in the history
Use remote address
  • Loading branch information
stefanprodan authored Nov 13, 2019
2 parents 38351cd + 76c0495 commit 867eff8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/envoy/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@ func newConnectionManager(routeName string, vhosts []*route.VirtualHost, drainTi
HttpFilters: []*hcm.HttpFilter{{
Name: wellknown.Router,
}},
UseRemoteAddress: &wrappers.BoolValue{Value: true},
}
}

0 comments on commit 867eff8

Please sign in to comment.