Forked from rruu/gist:7535c5b330432aa77f61f3187977a39c
Created
December 17, 2018 08:48
-
-
Save smowtion/642317fe603899af7f8ff6f9f238cd96 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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