xindervella / droidwall

Automatically exported from code.google.com/p/droidwall
0 stars 0 forks source link

port based filtering (fallback mode) #112

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What about implementing something like a fallback mode for these devices 
without CONFIG_NETFILTER_XT_MATCH_OWNER enabled kernel?

I mean... I can't filter apps traffic as I wish but I could eventually only 
allow NTP (UDP/123) traffic on my 3G for example. Better than nothing :)

Original issue reported on code.google.com by laurento...@gmail.com on 8 Mar 2011 at 12:07

GoogleCodeExporter commented 8 years ago
Hi, my operator provide tariff which includes www sites only. So I would be 
also happy to have some option to allow only port 80 and DNS for 3G traffic.

Thanks,
Marek

Original comment by MKnoth on 8 Mar 2011 at 12:40

GoogleCodeExporter commented 8 years ago
I'll probably add support for custom iptables rules in the near future (I just 
need some more time to work on it).
;)

Original comment by rodrigo...@gmail.com on 8 Mar 2011 at 2:43

GoogleCodeExporter commented 8 years ago
Great news! :)
I've already imported trunk in my IDE, let me know if I can help in some 
specific manner... in the meanwhile I start taking a look at source code. I 
really need that feature man :D

My operator allows free 3g traffic on specific (their) websites too, but in 
this case I think IP based filtering is requested (better if cached 
hostname<->ip association is used).

Original comment by laurento...@gmail.com on 8 Mar 2011 at 2:58

GoogleCodeExporter commented 8 years ago
Hi,

I have been looking at the code and implemeting very basic custom rules should 
not be very complicated.

For the time being I thought to "include" a file that could be manually editted 
using a shell session. Once this is working, an interface could be added to 
manage it. I guess that Rodrigo was thinking on something like this.

May I help ?

Cheers

Original comment by in...@mascaraque.org on 8 Sep 2011 at 1:12

GoogleCodeExporter commented 8 years ago
Hello all, I have just added a functionality called "Custom Script" on r210.
This will be officially released on the next version (DroidWall 1.5.3).

I know that this is more like a work-around rather than a real fix, but you can 
do that using custom scripts now. This way we can keep a very simple user 
interface for non-technical users, but give full power to advanced users.

I will add more information about CustomScripts in the wiki.

Original comment by rodrigo...@gmail.com on 23 Sep 2011 at 7:11