summaryrefslogtreecommitdiffstats
path: root/package/network/utils/iptables/files/l7/fasttrack.pat
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-04-18 17:59:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-04-18 17:59:31 +0000
commit563c26a34f839781de877899034545f614850e38 (patch)
tree38241b194e0a1b1aa94035da18e47eaba449d968 /package/network/utils/iptables/files/l7/fasttrack.pat
parentaf4d04ed36bd313fe817f38c2baf143059fb93d9 (diff)
downloadmaster-31e0f0ae-563c26a34f839781de877899034545f614850e38.tar.gz
master-31e0f0ae-563c26a34f839781de877899034545f614850e38.tar.bz2
master-31e0f0ae-563c26a34f839781de877899034545f614850e38.zip
iptables: remove obsolete files
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45494
Diffstat (limited to 'package/network/utils/iptables/files/l7/fasttrack.pat')
-rw-r--r--package/network/utils/iptables/files/l7/fasttrack.pat23
1 files changed, 0 insertions, 23 deletions
diff --git a/package/network/utils/iptables/files/l7/fasttrack.pat b/package/network/utils/iptables/files/l7/fasttrack.pat
deleted file mode 100644
index 6ed8ff1d13..0000000000
--- a/package/network/utils/iptables/files/l7/fasttrack.pat
+++ /dev/null
@@ -1,23 +0,0 @@
-# FastTrack - P2P filesharing (Kazaa, Morpheus, iMesh, Grokster, etc)
-# Pattern attributes: good slow notsofast
-# Protocol groups: p2p
-# Wiki: http://www.protocolinfo.org/wiki/Fasttrack
-# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
-#
-# Tested with Kazaa Lite Resurrection 0.0.7.6F
-#
-# This appears to match the download connections well, but not the search
-# connections (I think they are encrypted :-( ).
-
-fasttrack
-# while this is a valid http request, this will be caught because
-# the http pattern matches the response (and therefore the next packet)
-# Even so, it's best to put this match earlier in the chain.
-# http://cvs.berlios.de/cgi-bin/viewcvs.cgi/gift-fasttrack/giFT-FastTrack/PROTOCOL?rev=HEAD&content-type=text/vnd.viewcvs-markup
-
-# This pattern is kinda slow, but not too bad.
-^get (/.download/[ -~]*|/.supernode[ -~]|/.status[ -~]|/.network[ -~]*|/.files|/.hash=[0-9a-f]*/[ -~]*) http/1.1|user-agent: kazaa|x-kazaa(-username|-network|-ip|-supernodeip|-xferid|-xferuid|tag)|^give [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]?[0-9]?[0-9]?
-
-# This isn't much faster:
-#^get (/.download/.*|/.supernode.|/.status.|/.network.*|/.files|/.hash=[0-9a-f]*/.*) http/1.1|user-agent: kazaa|x-kazaa(-username|-network|-ip|-supernodeip|-xferid|-xferuid|tag)|^give [0-9][0-9][0-9][0-9][0-9][0-9][0-9][0-9]?[0-9]?[0-9]?
-