From: root Date: Wed, 4 Apr 2007 18:01:38 +0000 (+0200) Subject: Disable C&C3 the "real" way. X-Git-Url: https://git.sesse.net/?p=nms;a=commitdiff_plain;h=e63e12f7f08786bee9b0c1a930a8acd8822224b5 Disable C&C3 the "real" way. --- 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? )