EthACKdotOrg/orWall

tcp6 connections go to clearnet

Closed this issue · 2 comments

I've noticed that while normal ip v4 connections are routed trough Orbot as it should be, I see that apps can still make ip v6 connections to the clearnet. Here's an example of such connection (excerpt of network connections dump from OS Monitor - like netstat, but shows the app that's making the connection):

TCP6,192.168.0.75:59272,52.11.123.60:443,ESTABLISHED,Fennec F-Droid

hmm, yep, ipv6 isn't managed for now. Have to add the requested things so that it will call ip6tables in parallel.

Thanks for the heads-up — should be packed in the next release hopefully.

this commit ba03ea1 fix this issue