Feature Request: Allow MikroTik Cloud DDNS to Select IPv4 or IPv6 Synchronization

Or you could just

/ip firewall address-list add address=cloud2.mikrotik.com list=mt-cloud2
/ip firewall filter add action=drop chain=output comment="Block IPv4 IP Cloud DDNS" dst-address-list=mt-cloud2 dst-port=15252 protocol=udp
/ip cloud set ddns-enabled=auto
/ip cloud set ddns-enabled=yes