https://github.com/unbug/logproxy
set up a proxy to log http archives
https://github.com/unbug/logproxy
Last synced: 9 months ago
JSON representation
set up a proxy to log http archives
- Host: GitHub
- URL: https://github.com/unbug/logproxy
- Owner: unbug
- License: mit
- Created: 2014-01-18T19:39:19.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-04-01T13:29:01.000Z (about 9 years ago)
- Last Synced: 2025-09-01T18:51:56.934Z (10 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 80
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
logproxy
========
Set up a proxy server to log http archives of your mobile devices.

Install
========
```shell
npm install -g logproxy
````
Commands
=========
```shell
logproxy [listen port] [only log host,..]
```
eg.
=====
1.start logproxy with default setting
```shell
logproxy
```
2.listen on port 8088 and only log hosts -- 'c.163.com' and every host matchs '126.com'
```shell
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.