npm - Disable Torsocks DNS feature -
how can stop torsocks making dns queries?
instead want make normal dns queries. know mean dns leak, need it.
because reason when torsocks npm login
returns socket hang error, remember fixed it, in day, blocking dns queries.
any ideas welcome.
edit: using approach:
tordns_enable = false
in conf file
returns me this, when running command shown above:
error: npm setuid. torsocks not work on setuid executable.
if edit torsocks.conf
file , add line:
tordns_enable = false
that should disable dns resolution on tor , instead use computer's regular dns resolvers.
Comments
Post a Comment