basil00 / TorWall

Tallow - Transparent Tor for Windows
http://reqrypt.org/tallow.html
GNU General Public License v3.0
507 stars 121 forks source link

Why addr->Outbound value always set to 1 in the send_packet() function ? #39

Closed dustreading closed 3 years ago

dustreading commented 3 years ago

I know that some traffic such tcp traffic from 127.0.0.1 is Loopback, which should be set to 1. but the DNS query traffic is not and it is still set to 1, so how does the DNS traffic go back? I'm a little confused.

basil00 commented 3 years ago

I am not why sure it is like that. However, it is harmless since injecting an inbound packet in the outbound path will still work.