This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
daemon
|
||||
log /dev/stdout
|
||||
auth strong
|
||||
users ${PROXY_USER}:CL:${PROXY_PASS}
|
||||
allow ${PROXY_USER}
|
||||
parent 1000 socks5 127.0.0.1 7890
|
||||
socks -p1080
|
||||
@@ -6,10 +6,3 @@ services:
|
||||
- ./squid.conf:/etc/squid/squid.conf:ro
|
||||
- ./passwd:/etc/squid/passwd:ro
|
||||
restart: unless-stopped
|
||||
3proxy:
|
||||
image: 3proxy/3proxy
|
||||
network_mode: host
|
||||
volumes:
|
||||
- ./3proxy.cfg:/config/3proxy.cfg:ro
|
||||
command: ["/config/3proxy.cfg"] # или просто "/config/3proxy.cfg"
|
||||
restart: unless-stopped
|
||||
|
||||
@@ -3,7 +3,7 @@ acl authenticated proxy_auth REQUIRED
|
||||
http_access allow authenticated
|
||||
http_access deny all
|
||||
|
||||
cache_peer 127.0.0.1 parent 7890 0 no-query default
|
||||
cache_peer 127.0.0.1 parent 7891 0 no-query default
|
||||
never_direct allow all
|
||||
|
||||
http_port 3128
|
||||
|
||||
@@ -1,7 +0,0 @@
|
||||
services:
|
||||
strelaysrv:
|
||||
image: syncthing/relaysrv:latest
|
||||
ports:
|
||||
- "22067:22067" # relay protocol
|
||||
- "22070:22070" # status/metrics
|
||||
command: -listen=":22067" -status-srv=":22070" -pools=""
|
||||
@@ -1,10 +0,0 @@
|
||||
services:
|
||||
v2raya:
|
||||
image: mzz2017/v2raya:latest
|
||||
container_name: v2raya
|
||||
restart: unless-stopped
|
||||
network_mode: host
|
||||
privileged: true
|
||||
volumes:
|
||||
- /opt/data/v2raya:/etc/v2raya
|
||||
# Убрал лишние переменные - v2raya сам скачает и установит V2Ray/Xray
|
||||
Reference in New Issue
Block a user