Git Product home page Git Product logo

Comments (2)

DaniLuMa avatar DaniLuMa commented on September 17, 2024

Hi people. I found this tutorial, it doesn't work but at the end of the tutorial, there is a comment from Jef that fix the problem. If you follow it and change /etc/tor/torrc with the Jef lines It will work fine.

Regards
Dani

https://pimylifeup.com/raspberry-pi-tor-access-point/

Jef on January 22, 2021 at 9:13 am
FYI, the TransListenAddress and DNSListenAddress directives (deprecated in 0.2.9.2) no longer work and generate the following:

[warn] Skipping obsolete configuration option ‘TransListenAddress’
[warn] Skipping obsolete configuration option ‘DNSListenAddress’

This leaves the transparent proxies bound to 127.0.0.1, which doesn’t work. The address bindings are now made using x.x.x.x:xxxx format for the Port directives. The config should be:

Log notice file /var/log/tor/notices.log
VirtualAddrNetwork 10.192.0.0/10
AutomapHostsSuffixes .onion,.exit
AutomapHostsOnResolve 1
TransPort 192.168.220.1:9040
DNSPort 192.168.220.1:53

With that change, everything works great with current (2021-01-11) build of buster-lite.

Thanks for the tutorial.

from tor-router.

Edu4rdSHL avatar Edu4rdSHL commented on September 17, 2024

@DaniLuMa that isn't the purpose of this script, it's just to redirect the local traffic.

from tor-router.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.