From e63e12f7f08786bee9b0c1a930a8acd8822224b5 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 4 Apr 2007 20:01:38 +0200 Subject: [PATCH] Disable C&C3 the "real" way. --- mbd/access_list.pl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/mbd/access_list.pl b/mbd/access_list.pl index c3d129d..55a8925 100644 --- a/mbd/access_list.pl +++ b/mbd/access_list.pl @@ -113,10 +113,11 @@ our @access_list = ( # command & conquer 3 - untested (packet dump only, reported to have some kind # of chat functionality) -# { -# ports => [ "8086..8093" ], -# sizes => [ 476 ] -# }, + { + ports => [ "8086..8093" ], + sizes => [ 476 ], + filter => sub { return 0; } + }, # unreal tournament, port 9777? ) -- 2.39.2