From: <li...@us...> - 2004-02-06 19:46:57
|
Update of /cvsroot/iptables-p2p/iptables-p2p In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25395 Modified Files: FAQ NEWS Log Message: updated docs Index: FAQ =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/FAQ,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- FAQ 15 Dec 2003 09:25:37 -0000 1.3 +++ FAQ 6 Feb 2004 19:44:11 -0000 1.4 @@ -41,7 +41,7 @@ 6. Is it possible to subvert the filter using a p2p client with custom changes? Possibly, altough it may not be that easy because matching is done in both - directions (except for eDonkey). + directions. 7. What protocols are supported? @@ -49,16 +49,17 @@ Currently the supported protocols are: * FastTrack (KaZaa, Grokster, ...) - * eDonkey (and eMule of course) + * eDonkey (eDonkey, eMule, ...) * Direct Connect - * Gnutella + * Gnutella (regular clients and Shareaza's gnutella 2) * BitTorrent + * OpenFT Future plans: * Optionally match control streams in addition to transfer streams. * Napster/WinMX protocol support - * OpenFT protocol support + * Soulseek 8. Where can I find future updates to ipt_p2p? Index: NEWS =================================================================== RCS file: /cvsroot/iptables-p2p/iptables-p2p/NEWS,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- NEWS 1 Jan 2004 21:23:53 -0000 1.5 +++ NEWS 6 Feb 2004 19:44:11 -0000 1.6 @@ -8,6 +8,8 @@ - Added the ability to specify specific protocols to match - KaZaa match updated for new version of KaZaa - eDonkey match updated + - Added support for OpenFT + - Added support for Shareazza/Gnutella2 in the gnutella match - Fixes in kernel 2.6 support * 0.2.3 |