1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2024-11-21 18:06:36 +02:00

update 3proxy

This commit is contained in:
kev 2024-05-07 18:05:02 +08:00
parent 916f30b393
commit 4c7ce0677a
2 changed files with 5 additions and 2 deletions

View File

@ -5,7 +5,9 @@
nserver 8.8.8.8
nscache 65535
log /var/log/3proxy/3proxy.log D
auth none
auth iponly
flush
deny * * 127.0.0.1,192.168.1.1
deny * * 10.0.0.0/8,172.16.0.0/12,192.168.0.0/16,127.0.0.1
socks -p1080
proxy -p3128
admin -p8080

View File

@ -5,6 +5,7 @@ services:
ports:
- "1080:1080"
- "3128:3128"
- "127.0.0.1:8080:8080"
volumes:
- ./data/etc:/etc/3proxy
- ./data/log:/var/log/3proxy