X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mbd%2Faccess_list.pl;h=55a89252e0a1613cceb285d14eb6964de691ef76;hb=e63e12f7f08786bee9b0c1a930a8acd8822224b5;hp=c3d129d4066c6ceadee81232da1d87b3ad7472ab;hpb=9725b2cf4b9f59d38b6aa2e45c2da91766c90c91;p=nms 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? )