Forked from dbrgn/gist:8243aaaa0a0e47eda094
Created
April 6, 2020 08:11
Revisions
-
dbrgn revised this gist
Jan 30, 2016 . No changes.There are no files selected for viewing
-
dbrgn created this gist
Jan 30, 2016 .There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ /ip firewall filter add chain=input action=drop comment="deny DNS resolution containing 'samsung' from SmartTV" protocol=udp dst-port=53 content="samsung" src-mac-address=<smartv-mac-addr> /ip firewall filter add chain=forward action=drop comment="deny DNS resolution containing 'samsung' from SmartTV" protocol=udp dst-port=53 content="samsung" src-mac-address=<smartv-mac-addr>