Auto base sync: 2025-10-10 22:46:30

This commit is contained in:
Stitch505
2025-10-10 22:46:30 +04:00
parent 1b0eff2912
commit 96f8c76100
3 changed files with 30 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
```
cat > /opt/3proxy/config/docker-compose.yml <<'YML'
services:
proxy:
image: 3proxy/3proxy:latest
container_name: 3proxy
restart: unless-stopped
ports:
- "3128:3128" # HTTP наружу
- "1081:1080" # SOCKS наружу, внутри 1080
volumes:
- /opt/3proxy/config/3proxy.cfg:/etc/3proxy/3proxy.cfg:ro
YML
```

View File

@@ -0,0 +1,12 @@
> [!NOTE]
> cat > /opt/3proxy/config/3proxy.cfg <<'CFG'
> nscache 65536
> timeouts 1 5 30 60 180 1800 15 60
> log /dev/stdout
> rotate 0
> auth strong
> users Stitch505:CL:Stitches5050!3213
> allow * * * *
> proxy -p3128
> socks -p1080
> CFG