Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 459 Bytes

File metadata and controls

22 lines (15 loc) · 459 Bytes

3APA3A 3proxy tiny proxy server

Introduction

3proxy tiny free proxy server

https://3proxy.org/

Deployment

Http Proxy on port 8080 and socks proxy on port 1080.

Deploy 3proxy

docker run --name 3proxy -p 8080:8080 -p 1080:1080 -d wwtg99/3proxy

Deploy 3proxy and apply your own configuration

docker run --name 3proxy -p 8080:8080 -p 1080:1080 -v /opt/3proxy.cfg:/etc/3proxy.cfg -d wwtg99/3proxy