add 3proxy

This commit is contained in:
kev 2023-04-18 14:52:22 +08:00
parent f2ef0697a6
commit 0f6cd4ec73
5 changed files with 29 additions and 0 deletions

6
3proxy/README.md Normal file
View File

@ -0,0 +1,6 @@
3proxy
======
[3Proxy][1] tiny free proxy server is really tiny cross-platform (Win32/Win64&Unix) freeware proxy servers set.
[1]: https://3proxy.org/

View File

@ -0,0 +1,11 @@
#
# https://github.com/3proxy/3proxy/blob/master/cfg/3proxy.cfg.sample
#
nserver 8.8.8.8
nscache 65535
log /var/log/3proxy/3proxy.log D
auth none
flush
deny * * 127.0.0.1,192.168.1.1
proxy -p3128

0
3proxy/data/log/.gitkeep Normal file
View File

11
3proxy/docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
verson: "3.8"
services:
3proxy:
image: 3proxy/3proxy
ports:
- "1080:1080"
- "3128:3128"
volumes:
- ./data/etc:/etc/3proxy
- ./data/log:/var/log/3proxy
restart: unless-stopped

View File

@ -303,6 +303,7 @@ A collection of delicious docker recipes.
## 3rd-party (sorted by basename)
- [x] 3proxy/3proxy
- [x] adguard/adguardhome
- [x] ghcr.io/linuxserver/airsonic :musical_note:
- [x] apify/actor-node