X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mbd%2Faccess_list.pl;h=1f8d618baf9d187fb234cff332d58439c0b046b0;hb=d3b030441948ba64e03b6470252ceecc40c455bb;hp=55a89252e0a1613cceb285d14eb6964de691ef76;hpb=e63e12f7f08786bee9b0c1a930a8acd8822224b5;p=nms diff --git a/mbd/access_list.pl b/mbd/access_list.pl index 55a8925..1f8d618 100644 --- a/mbd/access_list.pl +++ b/mbd/access_list.pl @@ -119,5 +119,12 @@ our @access_list = ( filter => sub { return 0; } }, + # openttd + { + name => 'OpenTTD', + ports => [ 3979 ], + sizes => [ 3 ] + }, + # unreal tournament, port 9777? )