Unable to setup 3proxy to use IPv6 external

GreenPanda

Newbie
Joined
Mar 27, 2019
Messages
9
Reaction score
1
I'm trying to configure 3proxy as socks proxy to use IPv6 as external but its not working. the config is

Code:
#Starting 3proxy as a service/daemon
#daemon
    
nserver 2001:470:20::2

#nscache 65536
nscache6 65536

maxconn 10

socks -p10000 -6 -e2001:470:7:170::2
 
Back
Top