Advertisement
Guest User

Riyadus1

a guest
Mar 22nd, 2017
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. /ip firewall mangle
  2. add action=mark-connection chain=prerouting disabled=no dst-port=8440-8600 new-connection-mark=bigo passthrough=yes protocol=udp
  3. add action=mark-connection chain=prerouting comment=bigo disabled=no dst-port=306 new-connection-mark=bigo passthrough=yes protocol=tcp
  4. add action=mark-packet chain=prerouting connection-mark=bigo disabled=no new-packet-mark="Bigo Live" passthrough=yes
  5.  
  6. /queue simple
  7. add burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s direction=both disabled=no interface=all limit-at=2M/2M max-limit=2M/2M name="Bigo Live" packet-marks=\
  8. "Bigo Live" parent=none priority=3 queue=default-small/default-small target-addresses="" total-queue=default-small
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement