Mangle and Port Google Chrome Remote Desktop - MikroTik Script RouterOS

Chrome Remote Desktop. The easy way to remotely connect with your home or work computer, or share your screen with others. ... Built on Google's secure infrastructure using the latest open web technologies like WebRTC, you can connect to your devices or share your screen with confidence.

Port forward Chrome Remote Desktop:
TCP/UDP: 5222/5222


/ip firewall mangle
add action=mark-connection chain=prerouting dst-port="5222" new-connection-mark=conn-GCDC protocol=tcp
add action=mark-connection chain=prerouting dst-port="5222" new-connection-mark=conn-GCDC protocol=udp
add action=mark-packet chain=prerouting connection-mark=conn-GCDC new-packet-mark=GCDC_pkt-up passthrough=no src-address=192.168.1.0/24
add action=mark-packet chain=prerouting connection-mark=conn-GCDC dst-address=192.168.1.0/24 new-packet-mark=GCDC_pkt-down passthrough=no
Credit: www.o-om.com