funny how all the old blog posts use CloudFlare :lul:
funny how all the old blog posts use CloudFlare :lul:

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.

assets.mysite.comassets.othersite.comsudo 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'LogDenied=alliptables -Aiptables -Aiptables -I [optional_position]iptables -I [optional_position]