Skip to content

Commit dc64ae6

Browse files
committed
add readme
1 parent f4e939d commit dc64ae6

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

README.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
python-proxy
22
============
33

4-
|made-with-python| |PyPI-version| |Hit-Count|
4+
|made-with-python| |PyPI-version| |Hit-Count| |Downloads|
55

66
.. |made-with-python| image:: https://img.shields.io/badge/Made%20with-Python-1f425f.svg
77
:target: https://www.python.org/
88
.. |PyPI-version| image:: https://badge.fury.io/py/pproxy.svg
99
:target: https://pypi.python.org/pypi/pproxy/
1010
.. |Hit-Count| image:: http://hits.dwyl.io/qwj/python-proxy.svg
1111
:target: https://pypi.python.org/pypi/pproxy/
12+
.. |Downloads| image:: https://pepy.tech/badge/pproxy
13+
:target: https://pepy.tech/project/pproxy
1214

1315
HTTP/Socks4/Socks5/Shadowsocks/ShadowsocksR/Redirect/Pf TCP/UDP asynchronous tunnel proxy implemented in Python3 asyncio.
1416

@@ -644,3 +646,9 @@ Examples
644646
645647
Server connects to client_ip:8081 and waits for client proxy requests. The protocol http specified is just an example. It can be any protocol and cipher **pproxy** supports. The scheme **in** should exist in URI to inform **pproxy** that it is a backward proxy.
646648

649+
Projects
650+
--------
651+
652+
+ `https://github.com/guyingbo/shadowproxy`_ Shadowproxy by guyingbo
653+
+ `https://github.com/qwj/python-esp`_ Pure python VPN (IPSec,IKE,IKEv2,L2TP) implementation
654+

0 commit comments

Comments
 (0)