deadash / droidwall

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

Block a single ip #126

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, i'd like to know how could I block a single ip from beeing connected.
Thanks!

Original issue reported on code.google.com by adrm...@gmail.com on 1 Apr 2011 at 1:10

GoogleCodeExporter commented 8 years ago
Hello, DroidWall doesn't have this functionality.
If you want to do it using plain iptables, you can use a command like:
iptables -A OUTPUT -d 192.168.0.1 -j DROP

To block any outgoing connection to 192.168.0.1 for example

Original comment by rodrigo...@gmail.com on 1 Apr 2011 at 1:24