Get IP Address List Netflix With RAW - MikroTik Script RouterOS

Get IP Address List for Netflix With RAW, get content via console developer Netflix.com, this used method take from Content and create dynamic ip address list with expired interval time. You can change it.

Please change ether2 with your self network.

/ip firewall mangle
add action=mark-connection chain=prerouting dst-address-list=Netflix new-connection-mark=NetflixConnection comment="Netflix by Heirro Networking" passthrough=yes src-address-list=IP-Local
add action=mark-packet chain=forward connection-mark=NetflixConnection in-interface=ether2 new-packet-mark=NetflixDownload passthrough=yes
add action=mark-packet chain=forward connection-mark=NetflixConnection new-packet-mark=NetflixUpload out-interface=ether2 passthrough=yes

/ip firewall raw
add action=add-dst-to-address-list address-list=Netflix address-list-timeout=1d chain=prerouting comment="Netflix by Heirro Networking" content=netflix.com
add action=add-dst-to-address-list address-list=Netflix address-list-timeout=1d chain=prerouting content=nflxso.net
add action=add-dst-to-address-list address-list=Netflix address-list-timeout=1d chain=prerouting content=nflxext.com
add action=add-dst-to-address-list address-list=Netflix address-list-timeout=1d chain=prerouting content=nflxvideo.net
Credit: Heirro Networking