Add these commands to your terminal:
/ip firewall filter add action=drop chain=forward port=5228 protocol=tcp
/ip firewall filter add action=drop chain=forward port=5228 protocol=udp
And move on top of your ip firewall list, these rules will block all 5228 port packets
0 comments:
Post a Comment