aboutsummaryrefslogtreecommitdiff
path: root/cmd/anubis
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/anubis')
-rw-r--r--cmd/anubis/main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/anubis/main.go b/cmd/anubis/main.go
index fafd1b1..b7375ea 100644
--- a/cmd/anubis/main.go
+++ b/cmd/anubis/main.go
@@ -280,6 +280,7 @@ func main() {
h = s
h = internal.RemoteXRealIP(*useRemoteAddress, *bindNetwork, h)
h = internal.XForwardedForToXRealIP(h)
+ h = internal.XForwardedForUpdate(h)
srv := http.Server{Handler: h}
listener, listenerUrl := setupListener(*bindNetwork, *bind)