During testing and entering this command
curl -x socks5://:@: ifconfig.co
It returns an error message of
Can't complete SOCKS5 connection to
When we disable the ipv6, thats the time the curl testing works but thats not the right way. Tried to apply this tutorial but still got no luck
http://www.inet.no/dante/doc/latest/config/ipv6.html
=============================================================
dante.conf
logoutput: /var/log/socks.log
internal: enp0s3 port = 1080
external: enp0s3
clientmethod: none
socksmethod: none
user.privileged: root
user.notprivileged: nobody
client pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error connect disconnect
}
client block {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect error
}
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: error connect disconnect
}
socks block {
from: 0.0.0.0/0 to: 0.0.0.0/0
log: connect error
}
Asked by John
(1 rep)
Oct 9, 2020, 12:11 AM
Last activity: Jun 1, 2024, 01:00 AM
Last activity: Jun 1, 2024, 01:00 AM