Skip to content

add reverse proxy mode#17

Open
kuun wants to merge 1 commit into
malfunkt:masterfrom
kuun:dev
Open

add reverse proxy mode#17
kuun wants to merge 1 commit into
malfunkt:masterfrom
kuun:dev

Conversation

@kuun

@kuun kuun commented Jan 16, 2018

Copy link
Copy Markdown

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

xiam commented Feb 11, 2018

Copy link
Copy Markdown
Member

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

kuun commented Apr 12, 2018

Copy link
Copy Markdown
Author

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.

2 participants