You are on page 1of 2

BLOQUEA ACTUALIZACION DE PLAY STORE

Código:

/ip firewall layer7-protocol

add name=Google-PlayStore    regexp="^.*(play.googleapis.com|android.clients.google.com|


lh3.googleusercontent.com).*\$"

/ip firewall filter

add action=drop chain=forward comment="" disabled=no layer7-protocol=Google-PlayStore src-


address=192.168.1.20    (ip a bloquear)

BLOQUEA YOUTUBE

/ip firewall layer7-protocol

add comment="" name=redessociales regexp="^.*(youtube|facebook|twitter|instagram|snapchat).*\$"

/ip firewall filter

add action=drop chain=forward comment="" disabled=no layer7-protocol=redessociales src-


address=192.168.1.20    (ip a bloquear)

BLOQUEA FACEBOOK

/ip firewall layer7-protocol

add comment="" name=Facebook regexp="^.*(facebook).*\$"

/ip firewall filter

add action=drop chain=forward comment="" disabled=no layer7-protocol=facebook src-


address=192.168.1.20    (ip a bloquear)

BLOQUEA TWITTER

/ip firewall layer7-protocol

add comment="" name=youtube regexp="^.*(twitter).*\$"


/ip firewall filter

add action=drop chain=forward comment="" disabled=no layer7-protocol=twitter src-


address=192.168.1.20    (ip a bloquear)

You might also like