Skip to content

Instantly share code, notes, and snippets.

@luginbash
Created March 10, 2015 06:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luginbash/1831c1217bc6e678c8f3 to your computer and use it in GitHub Desktop.
Save luginbash/1831c1217bc6e678c8f3 to your computer and use it in GitHub Desktop.
daemon
pidfile /var/run/3proxy.pid
nscache 65536
nserver 208.67.222.222
nserver 208.67.220.220
config /etc/3proxy/3proxy.conf
monitor /etc/3proxy/3proxy.conf
monitor /etc/3proxy/counters
monitor /etc/3proxy/passwd
monitor /etc/3proxy/bandlimiters
monitor passwd
log 3proxy.log
logformat "- +_L%t.%. %N.%p %E %U %C:%c %R:%r %O %I %h %T"
archiver gz /bin/gzip %F
rotate 30
users $passwd
#include /etc/3proxy/counters
#include /etc/3proxy/bandlimiters
auth strong
allow *
parent 1000 socks5 127.0.0.1 1080
proxy -a -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment