mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 09:48:07 +02: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(),
|
Path: req.URL.String(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
fmt.Printf("proxy <= %v %v <= %v\n", req.Method, req.URL.String(), req.Header["X-Real-Ip"])
|
|
||||||
director(req)
|
director(req)
|
||||||
req.Header.Set("X-Proxy", "zrok")
|
req.Header.Set("X-Proxy", "zrok")
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user