Last active
May 23, 2022 12:46
-
-
Save antonorlov/a70aeed276d35dc9d77060b0a6c167ed to your computer and use it in GitHub Desktop.
3proxy sample config file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
daemon | |
nscache 65536 | |
users mylogin:CL:mypassword | |
log /var/log/3proxy.log D | |
logformat "- +_L%t.%. %N.%p %E %U %C:%c %R:%r %O %I %h %T" | |
rotate 30 | |
flush | |
auth strong | |
maxconn 128 | |
allow mylogin | |
proxy -p8080 -a | |
socks -p9000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
3 proxy complete setup file for linux
centos