Guest User

Untitled

a guest
Jan 17th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. /ip firewall mangle
  2. add action="mark-connection" chain="prerouting" protocol=udp dst-port=53 connection-mark=no-mark content=youtube new-connection-mark=YOUTUBE_CONN passthrough=yes
  3. add action=mark-packet chain="prerouting" connection-mark=YOUTUBE_CONN new-packet-mark=YOUTUBE_PACKET
  4. /ip firewall filter
  5. add action=drop chain=forward packet-mark=YOUTUBE_PACKET
  6. add action=drop chain=input packet-mark=YOUTUBE_PACKET
Add Comment
Please, Sign In to add comment