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

This commit is contained in:
Stitch505
2025-10-10 22:49:30 +04:00
parent e46f4b2d44
commit 2121f924d2
3 changed files with 17 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
>[]
```
cat > /opt/3proxy/config/docker-compose.yml <<'YML'
services:
@@ -12,3 +14,17 @@ services:
- /opt/3proxy/config/3proxy.cfg:/etc/3proxy/3proxy.cfg:ro
YML
```
>[!Warning] Создание конфига!
```
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 LOGIN:CL:PASSWORD
allow * * * *
proxy -p3128
socks -p1080
CFG
```