Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool considerations #1

Open
BillDietrich opened this issue Jun 24, 2019 · 4 comments
Open

Tool considerations #1

BillDietrich opened this issue Jun 24, 2019 · 4 comments
Labels
enhancement New feature or request

Comments

@BillDietrich
Copy link

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 ?

@Edu4rdSHL Edu4rdSHL changed the title Please add items to the README Tool considerations Jun 30, 2019
@Edu4rdSHL
Copy link
Owner

  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 Edu4rdSHL added the enhancement New feature or request label Jun 30, 2019
@TriMoon
Copy link

TriMoon commented Jul 24, 2019

@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) 😉

@Edu4rdSHL
Copy link
Owner

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.

@BillDietrich
Copy link
Author

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

Edu4rdSHL added a commit that referenced this issue Jul 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants