Giter Club home page Giter Club logo

Comments (5)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024

Original comment by [email protected] on 2 Feb 2010 at 11:56

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

from droidwall.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
Great idea, nice app!
Being able to create (and edit :) custom rules would make the droidwall 
complete!
I would like to block on destination IP/Port for all apps for example.

Original comment by RBorlet on 7 Dec 2010 at 12:57

from droidwall.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
yes, nice app!
add custom rules feature request +1

Original comment by [email protected] on 21 Feb 2011 at 9:23

from droidwall.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
I try to patch the Api.java to add custom rule

-------------------------------------------------------------
--- Api.java.orig       2011-02-21 19:34:16.204896005 +0800
+++ Api.java    2011-02-21 19:44:48.204896000 +0800
@@ -165,6 +165,10 @@
                        "if " + myiptables + " --version >/dev/null 2>/dev/null ; then\n" +
                        "       IPTABLES="+myiptables+"\n" +
                        "fi\n" +
+                       "\n" + "# add the custom script\n" +
+                       "if [ -x " + dir + "/custom_iptables.sh ]; then\n" +
+                       "       " + dir + "/custom_iptables.sh >/dev/null 
2>/dev/null;\n" +
+                       "fi\n" +
                        "";
        }
        /**
--------------------------------------------------------------------------------
-

Original comment by [email protected] on 21 Feb 2011 at 11:47

Attachments:

from droidwall.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 13, 2024
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 [email protected] on 23 Sep 2011 at 7:01

  • Changed state: Fixed

from droidwall.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.