oblique / create_ap

[NOT MAINTAINED] This script creates a NATed or Bridged WiFi Access Point.
BSD 2-Clause "Simplified" License
4.43k stars 996 forks source link

Route all traffic through tor ? #256

Open ghost opened 7 years ago

ghost commented 7 years ago

Any way to Route all traffic through tor ?

solsticedhiver commented 6 years ago

I am not an expert but I am thinking of something like this.

  1. Run tor as a service on your machine/host that runs _createap
  2. Use a socks proxy that use tor like, for example, privoxy.
  3. Configure the client that connect to the AP to use the proxy
    • either manually on the client.
    • or by making it a transparent proxy by using iptables rules that redirect 80 and 443 ports to your socks proxy port.
garywill commented 5 years ago

This will work https://github.com/garywill/linux-router