tor-router icon indicating copy to clipboard operation
tor-router copied to clipboard

Tool considerations

Open BillDietrich opened this issue 6 years ago • 4 comments
trafficstars

Please add items to the README:

1- Does this route UDP traffic also, or just TCP ? https://2019.www.torproject.org/docs/faq.html.en#TransportIPnotTCP seems to say Tor doesn't do UDP.

2- Does this route IPv6 traffic also, or just IPv4 traffic ?

BillDietrich avatar Jun 24 '19 16:06 BillDietrich

  1. It actual route UDP traffic also, see https://github.com/Edu4rdSHL/tor-router/blob/master/files/tor-router#L28
  2. It only route ipv4 traffic, I've added the note to the README and I'll add support for IPv6 also.

Thank you.

Edu4rdSHL avatar Jun 30 '19 04:06 Edu4rdSHL

@Edu4rdSHL

  1. It actual route UDP traffic also, see tor-router#L28.

Thats only DNS, he is asking about other udp packets some programs use...

  1. It only route ipv4 traffic, I've added the note to the README and I'll add support for IPv6 also.

You should also consider using the tor control port to read current config and/or change it, instead of altering the torrc file... I for one have a very different config file setup that includes file-pieces i can enable/disable by renaming...

But i got to admit this is a nice idea that i stumbled upon while searching for quick info how to use tor as a IPv6 gateway for IPv4 only hosts (We don't have IPv6 here) :wink:

TriMoon avatar Jul 24 '19 15:07 TriMoon

Thats only DNS, he is asking about other udp packets some programs use...

I misread, sorry. TOR actually doesn't support UDP packets as @BillDietrich said: https://2019.www.torproject.org/docs/faq.html.en#TransportIPnotTCP and that can't be implemented, I just route UDP DNS requests.

You should also consider using the tor control port to read current config and/or change it, instead of altering the torrc file... I for one have a very different config file setup that includes file-pieces i can enable/disable by renaming...

I will consider that of course. All opinions are welcome.

Edu4rdSHL avatar Jul 27 '19 13:07 Edu4rdSHL

TOR actually doesn't support UDP packets

I think it's important to note that in the README, especially since Google is pushing UDP access to web sites with the HTTP/3 protocol: https://en.wikipedia.org/wiki/HTTP/3

BillDietrich avatar Jul 27 '19 14:07 BillDietrich