But does each delivery counts if I use transformation and store it somewher eelse?
But does each delivery counts if I use transformation and store it somewher eelse?

Each unique transformation is billed once per 30-day period, regardless of cache. The 30-day period begins when the unique transformation is first made.
assets.mysite.com, but I have a part where I bring some of the images from a different source assets.othersite.com, how can I define which sources I would like cloudflare to perform Transformation on? Should I just tick "resize from any origin" or can I set it somewhere for allowed domains?

LogDenied=all.iptables -A and iptables -I [optional_position].iptables -A, the new rule you add would never match, you would need iptables -I [optional_position] to insert it before the previous rule.

HTTP-/080-DROP: and HTTPS/443-DROP: will literally be the tag in the above example-/080 is just an example for alignment purposes, so they have the same length.../ complains, you can name them INSECURE-HTTP-DROP and SECURE-HTTP-DROP/SECURE-HTTPS-DROP instead or whatever you prefer. sudo firewall-cmd --permanent --zone=dmz --add-rich-rule='rule family="ipv4" source address="0.0.0.0/0" service name="http" drop'
sudo firewall-cmd --permanent --zone=dmz --add-rich-rule='rule family="ipv4" source address="0.0.0.0/0" service name="https" drop'sudo firewall-cmd --permanent --zone=dmz --add-rich-rule='rule family="ipv4" source address="0.0.0.0/0" service name="http" log prefix="HTTP-/080-DROP: " drop'
sudo firewall-cmd --permanent --zone=dmz --add-rich-rule='rule family="ipv4" source address="0.0.0.0/0" service name="https" log prefix="HTTPS/443-DROP: " drop'/INSECURE-HTTP-DROPSECURE-HTTP-DROPSECURE-HTTPS-DROP