Respostas

  • veja o exemplo abaixo:

     

    Bloqueando UOL no Filter por Layer7


    /ip firewall layer7-protocol
    add comment="" name=UOL regexp=uol.com.br

    /ip firewall filter
    add action=drop chain=forward comment="Bloqueio UOL" disabled=no layer7-protocol=UOL


    Liberando UOL no Filter por Layer7


    /ip firewall layer7-protocol
    add comment="" name=UOL regexp=uol.com.br

    /ip firewall filter
    add action=accept chain=input comment="Libera UOL" disabled=no layer7-protocol=UOL

This reply was deleted.