X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mbd%2Faccess_list.pl;h=57ae61466172c5ba891d5fae035a11e354f59111;hb=HEAD;hp=55a89252e0a1613cceb285d14eb6964de691ef76;hpb=e63e12f7f08786bee9b0c1a930a8acd8822224b5;p=nms diff --git a/mbd/access_list.pl b/mbd/access_list.pl index 55a8925..57ae614 100644 --- a/mbd/access_list.pl +++ b/mbd/access_list.pl @@ -114,10 +114,18 @@ our @access_list = ( # command & conquer 3 - untested (packet dump only, reported to have some kind # of chat functionality) { + name => 'Command & Conquer 3', ports => [ "8086..8093" ], sizes => [ 476 ], filter => sub { return 0; } }, + # openttd + { + name => 'OpenTTD', + ports => [ 3979 ], + sizes => [ 3 ] + }, + # unreal tournament, port 9777? )