Advertisement
rootplg3544

GlobalMangleCatchAllGameOnline

May 8th, 2018
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. #GlobalMangleCatchAllGameOnline(AgungCespun)
  2.  
  3. /ip firewall mangle
  4.  
  5. add action=mark-connection chain=prerouting comment=jump1 connection-rate=0-384k new-connection-mark=jump1 passthrough=yes port=\
  6. !21,22,23,80,81,88,5050,843,443,182,282,8777,1935,8000-8081 protocol=tcp
  7. add action=mark-connection chain=prerouting comment=jump1 connection-rate=0-384k new-connection-mark=jump1 passthrough=yes port=\
  8. !21,22,23,80,81,88,5050,843,443,182,282,8777,1935,8000-8081 protocol=udp
  9. add action=mark-connection chain=jump1 comment=games connection-mark=jump1 connection-rate=0-384k new-connection-mark=games passthrough=yes port=\
  10. !53,5353,5938,8291,12671-12675,123 protocol=tcp
  11. add action=mark-connection chain=jump1 comment=games connection-mark=jump1 connection-rate=0-384k new-connection-mark=games passthrough=yes port=\
  12. !53,5353,5938,8291,12671-12675,123 protocol=udp
  13. add action=mark-packet chain=prerouting comment=games connection-mark=games new-packet-mark=games passthrough=no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement