[
...
{[access_type, emergency, in ], true},
{[access_type, emergency, out], true},
{[access_type, private, in ], true},
{[access_type, private, out], true},
{[access_type, local, in ], true},
{[access_type, local, out], true},
{[access_type, zone, in ], true}, % разрешены входящие внутри зоны
{[access_type, zone, out], false}, % но запрещены исходящие
{[access_type, intercity, in ], false},
{[access_type, intercity, out], false},
{[access_type, international, in ], false},
{[access_type, international, out], false},
...
] |