Server for Netflix and rules for mangling

Her,e a post for mangle the connection to Netflix server.

This a mangle, after you can prioritize, bursts, and everything.

add action=mark-connection chain=prerouting comment=“Netflix Mark” dst-address=198.38.96.0/19 new-connection-mark=“Netflix US” src-address=
192.168.10.0/24
add action=mark-connection chain=forward dst-address=192.168.10.0/24 new-connection-mark=“Netflix US” src-address=198.38.96.0/19
add action=mark-packet chain=prerouting comment=“Netflix Packet” connection-mark=“Netflix US” new-packet-mark=NETFLIX passthrough=no
add action=mark-packet chain=forward connection-mark=“Netflix US” new-packet-mark=NETFLIX passthrough=no