Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

does this work transparently? #2

Open
w18g opened this issue Nov 18, 2016 · 1 comment
Open

does this work transparently? #2

w18g opened this issue Nov 18, 2016 · 1 comment

Comments

@w18g
Copy link

w18g commented Nov 18, 2016

by using iptables nat to forward to traffic to 8080?

@tribela
Copy link
Owner

tribela commented Dec 30, 2016

No. Nagato uses http proxy protocol like this:

GET http://some-site.tld/path HTTP/1.1
Host: some-site.tld
Some-Header: values

content here

Proxy protocol uses absolute URI, So it doesn't work for transparent.
But you can modify a little code to use transparently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants