All Projects → unbug → Logproxy

unbug / Logproxy

Licence: mit
set up a proxy to log http archives

Programming Languages

javascript
184084 projects - #8 most used programming language

logproxy

Set up a proxy server to log http archives of your mobile devices.

Install

npm install -g logproxy

Commands

logproxy [listen port] [only log host,..]

eg.

1.start logproxy with default setting

logproxy

2.listen on port 8088 and only log hosts -- 'c.163.com' and every host matchs '126.com'

logproxy 8088 c.163.com,*126.com

Guide

After run logproxy,you will see a log PROXY IS READY ON 192.168.1.102 PORT 1630,set your device's http proxy to the IP address and port.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].