Add socks5 proxy for druid

This commit is contained in:
Joey Hafner 2024-08-20 21:52:51 -07:00
parent 56c7590000
commit ae51002efc
No known key found for this signature in database
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
version: '3'
services:
socks5:
container_name: socks5-proxy_socks5-proxy
restart: always
image: serjs/go-socks5-proxy
environment:
PROXY_USER: 'fighter'
PROXY_PASSWORD: ${socks5_PROXY_PASSWORD}
PROXY_PORT: 1080
ports:
- "1080:1080"

Binary file not shown.