X Tutup
__title__ = "pproxy" __version__ = "2.0.7" __license__ = "MIT" __description__ = "Proxy server that can tunnel among remote servers by regex rules." __keywords__ = "proxy socks http shadowsocks shadowsocksr ssr redirect pf tunnel cipher ssl udp" __author__ = "Qian Wenjie" __email__ = "qianwenjie@gmail.com" __url__ = "https://github.com/qwj/python-proxy" __all__ = ['__version__', '__description__', '__url__']
X Tutup