0% found this document useful (0 votes)
74 views1 page

Instagram

This firewall configuration adds rules to drop and block traffic to Instagram by adding Instagram's content delivery network and domain addresses to an address list and then dropping all forwarded traffic destined for any address in that list. It also adds the Instagram addresses to the address list for traffic inspection in the prerouting chain.

Uploaded by

Awak Mas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views1 page

Instagram

This firewall configuration adds rules to drop and block traffic to Instagram by adding Instagram's content delivery network and domain addresses to an address list and then dropping all forwarded traffic destined for any address in that list. It also adds the Instagram addresses to the address list for traffic inspection in the prerouting chain.

Uploaded by

Awak Mas
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

/ip firewall filter

add action=drop chain=forward comment="Block Instagram" \


dst-address-list=Instagram

/ip firewall raw


add action=add-dst-to-address-list address-list=Instagram \
address-list-timeout=none-dynamic chain=prerouting comment=\
Instagram content=.cdninstagram.com protocol=tcp tls-host=\
*.cdninstagram.com
add action=add-dst-to-address-list address-list=Instagram \
address-list-timeout=none-dynamic chain=prerouting comment=\
Instagram content=.instagram.com protocol=tcp tls-host=\
*.instagram.com
/

You might also like