Baypass Youtube di Mikrotik



/ip firewall layer7-protocol
add name=streaming regexp=youtube.com|youtu.be|video

/ip firewall mangle
add action=add-dst-to-address-list address-list=Youtube address-list-timeout=1m chain=prerouting
comment=youtube layer7-protocol=streaming dst-port=80,443 protocol=tcp

/ip firewall mangle
add action=mark-packet chain=forward comment=youtube new-packet-mark=Youtube
passthrough=no src-address-list=Youtube

/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 max-limit=0
name=Youtube packet-mark=Youtube parent=global-out priority=1
Advertisement