Press "Enter" to skip to content

mac系统创建上网代理服务器

Using Docker

Stable Version from Docker Hub

❯ docker run -it -p 8899:8899 --rm abhinavsingh/proxy.py:latest

Build Development Version Locally

❯ git clone https://github.com/abhinavsingh/proxy.py.git
❯ cd proxy.py
❯ make container
❯ docker run -d -p 8899:8899 --rm abhinavsingh/proxy.py:latest

参考资料:

https://github.com/abhinavsingh/proxy.py

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注