summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-analyzer/ipac-ng/files/rules.conf.1.30')
-rw-r--r--net-analyzer/ipac-ng/files/rules.conf.1.3032
1 files changed, 0 insertions, 32 deletions
diff --git a/net-analyzer/ipac-ng/files/rules.conf.1.30 b/net-analyzer/ipac-ng/files/rules.conf.1.30
deleted file mode 100644
index 6c45c55..0000000
--- a/net-analyzer/ipac-ng/files/rules.conf.1.30
+++ /dev/null
@@ -1,32 +0,0 @@
-# Example config file with accounting rules
-# Install as /etc/ipac-ng/rules.conf.iptables
-#
-# Format:
-# Name of rule|direction|interface|protocol|source|destination|extension|
-# WARNING!!!! spaces are not allowed before and after '|'.
-#
-# where
-# Name of rule Any string to identify this rule
-# direction ipac~fi - forward in
-# ipac~fo - forward out
-# ipac~i - outgoing from machine with ipac-ng to other host(/net)
-# (or incoming to otherhost)
-# ipac~o - incoming to machine with ipac-ng
-# (or outgoing from otherhost)
-#
-# interface interface name, '+' means all interfaces (dont try to use ip numbers here!)
-# protocol tcp | udp | icmp | all
-# source \
-# destination both as described in ipfwadm(8), or empty
-#
-
-#
-# W A R N I N G ! ! !
-#
-# Don't use symbols other than '0-9A-z[space]' in rules names. You may encounter
-# some strange troubles.
-
-Incoming Total System|ipac~o|eth0|all||||
-Incoming Total System|ipac~fi|eth0|all||||
-Outgoing Total System|ipac~i|eth0|all||||
-Outgoing Total System|ipac~fo|eth0|all||||