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

add reverse proxy mode #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

add reverse proxy mode #17

wants to merge 1 commit into from

Conversation

kuun
Copy link

@kuun kuun commented Jan 16, 2018

support to run hyperfox as a http/https reverse proxy, thus users don't need to configure arp table and nat to use hyperfox capture packet

@xiam
Copy link
Member

xiam commented Feb 11, 2018

Hello @kuun,

Thanks! Did you try using 127.0.0.1:1080 as HTTP proxy?:

curl -x http://127.0.0.1:1080 -v -L google.com

hyperfox processes the thing without the need of using arpfox or setting up forwarding mode:

127.0.0.1:34544 - - [11/Feb/2018:16:10:21 -0600] "GET http://google.com/ HTTP/1.1" 302 270                
127.0.0.1:34544 - - [11/Feb/2018:16:10:21 -0600] "GET http://www.google.com.mx/?gfe_rd=cr&dcr=0&ei=XXXHTTP/1.1" 200 -1   

Is that similar to what you wanted? How is your proposal different from the above example?

@kuun
Copy link
Author

kuun commented Apr 12, 2018

But web browsers can't do it.

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

Successfully merging this pull request may close these issues.

None yet

2 participants