Total Pageviews

Sunday, 9 December 2018

http proxy程序-ghttproxy

a gevent based HTTP/HTTPS proxy.
dependencies:
gevent

from https://github.com/yinghuocho/ghttproxy
-----

用法:
登陆linux vps.
linux vps通常已经自带了python2.7版。
pip install gevent
git clone https://github.com/yinghuocho/ghttproxy ghttproxy-by-yinghuocho
cd ghttproxy-by-yinghuocho

root@wh:~/ghttproxy-by-yinghuocho# ls
LICENSE  README  __init__.py  server.py  smart_relay.py  socks_relay.py
root@wh:~/ghttproxy-by-yinghuocho# python server.py &
你可以修改server.py的最后一行,把8000改为其他端口,比如7000.
项目地址:https://github.com/yinghuocho/ghttproxy
https://github.com/yinghuocho/ghttproxy/blob/master/server.py

No comments:

Post a Comment