Skip to content

Instantly share code, notes, and snippets.

@rruu
Created May 22, 2016 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save rruu/7535c5b330432aa77f61f3187977a39c to your computer and use it in GitHub Desktop.
Save rruu/7535c5b330432aa77f61f3187977a39c to your computer and use it in GitHub Desktop.
nserver 208.67.222.222
nserver 208.67.220.220
nscache 65536
timeouts 1 5 30 60 180 1800 15 60
daemon
# http(s)
#auth none
auth strong
users user1:CL:user1
allow * * * *
proxy -6 -n -a -p1000 -i{ipv4} -e{ipv6}
proxy -6 -n -a -p1001 -i{ipv4} -e{ipv6}
# socks
#auth none
auth strong
users user1:CL:user1
allow * * * *
socks -6 -p1002 -i{ipv4} -e{ipv6}
socks -6 -p1003 -i{ipv4} -e{ipv6}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment