- Notifications
You must be signed in to change notification settings - Fork1
feat: implementation of non-transparent proxy#128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
4e3effd to7bf815bCompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
| func (p*Server)processTunnelRequest(conn net.Conn,req*http.Request,targetHoststring) { | ||
| // Check if request should be allowed | ||
| // Use the original request URL but evaluate against rules | ||
| urlStr:=req.Host+req.URL.String() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
usereq.URL.Path instead?
| } | ||
| // forwardTunnelRequest forwards a request from the tunnel to the target | ||
| func (p*Server)forwardTunnelRequest(conn net.Conn,req*http.Request,targetHoststring) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
reuseforwardRequest?
db38e4b intomainUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Relates to#100