Skip to content

Instantly share code, notes, and snippets.

@AntonOrlov
Last active May 23, 2022 12:46
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AntonOrlov/a70aeed276d35dc9d77060b0a6c167ed to your computer and use it in GitHub Desktop.
Save AntonOrlov/a70aeed276d35dc9d77060b0a6c167ed to your computer and use it in GitHub Desktop.
3proxy sample config file
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
@sapsaroj
Copy link

3 proxy complete setup file for linux
centos

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment