drneamati / droidwall

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

Add simple blocking for fqdn/ip address #226

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please add a menu point to block complete traffic from and two a specific ip 
address or domain name. This could be done by a custom script but a simple 
button with one line to enter an ip or fqdn would be nice.

I don't want that applications connect to 'data.flurry.com'.

Original issue reported on code.google.com by cryptom...@gmail.com on 25 Dec 2011 at 7:19

GoogleCodeExporter commented 8 years ago
Droidwall probably is not the right app for this. Use AdAway which redirects 
all traffic to any host you choose back to itself.

Original comment by buu...@gmail.com on 25 Dec 2011 at 11:06

GoogleCodeExporter commented 8 years ago
data.flurry.com is not for ads, it collects usage data about you.

Original comment by cryptom...@gmail.com on 26 Dec 2011 at 10:43

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/ad-away

Original comment by axel.how...@yopmail.com on 26 Jan 2012 at 9:43

GoogleCodeExporter commented 8 years ago
Crytom..., indeed an ad blocker is simpler to use in your case, yet the 
DriodWall custom script needed in your case is also pretty straightforward:

$IPTABLES -A droidwall --destination data.flurry.com -j DROP

where one could replace "DROP" by "droidwall-reject" for logging each access 
attempt.

Original comment by DvO...@gmail.com on 30 Jan 2012 at 9:00