deadash / droidwall

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

Custom rule #167

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

Is there a way to add a custom line to iptables using droidwall?

I keep having to trpe the following in terminal after each reboot:

iptables -A -d x.x.x.x -p tcp --dport 80 -j DROP

I am very new to linux and android so I might be missing something very simple. 
Searching on google did not yeild any results.

Please and thank you.

Original issue reported on code.google.com by igor.gut...@gmail.com on 8 Jul 2011 at 8:35

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
iptables -A OUTPUT -d x.x.x.x -p tcp --dport 80 -j DROP

Original comment by igor.gut...@gmail.com on 8 Jul 2011 at 8:42

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 will add more information about CustomScripts in the wiki.

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