]> git.pld-linux.org Git - packages/filtergen.git/commitdiff
- simple config for filter pkg
authorbonkey <bonkey@bonkey.pl.eu.org>
Sun, 7 Oct 2001 12:09:22 +0000 (12:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    filter.conf -> 1.1

filter.conf [new file with mode: 0644]

diff --git a/filter.conf b/filter.conf
new file mode 100644 (file)
index 0000000..ca79d15
--- /dev/null
@@ -0,0 +1,22 @@
+# Simple filter configuration file
+# allows to use HTTP, HTTPS, NNTP, POP3, DNS, ssh, CVS and ident services
+# useful for typical developer machine on a dial-up connection.
+
+{input lo; output lo} accept;
+
+output ppp0 {
+       proto tcp {
+               dport { ssh http https nntp pop3 domain cvspserver } accept;
+               drop;
+       };
+       proto udp dport domain accept;
+       drop;
+};
+
+input ppp0 {
+       proto tcp { 
+      dport { auth } accept;
+               drop;
+       };
+       drop;
+};
This page took 0.136684 seconds and 4 git commands to generate.