mirror of
https://github.com/openziti/zrok.git
synced 2024-11-07 08:44:14 +01:00
stray logging (#56)
This commit is contained in:
parent
2c5ea40b73
commit
a63b66ad97
@ -91,7 +91,6 @@ func newReverseProxy(target string, requests chan *endpoints.BackendRequest) (*h
|
||||
Path: req.URL.String(),
|
||||
}
|
||||
}
|
||||
fmt.Printf("proxy <= %v %v <= %v\n", req.Method, req.URL.String(), req.Header["X-Real-Ip"])
|
||||
director(req)
|
||||
req.Header.Set("X-Proxy", "zrok")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user