Setting Up SPF, DKIM, DMARC
Configure SPF (Sender Policy Framework) Purpose: Specifies which mail servers are allowed to send email on behalf of you...
Setting up sub-domains in Cloudflare
Usually, to create a sub-domain you just need to create a CNAME in the DNS records. Cloudflare is different! Do not crea...
Starting/Stopping an AWS workload from an Android App
Goal: to control (be able to Start and Stop) an AWS workload from an Android App. Workload is a EC2 instance in AWS (web server...
Using Cloudflare redirect rules
Redirect rules, like redirecting http to https, are done by the web server On Cloudflare, which is does not use Nginx as...
Setting up a Web Site with Hugo and Blonde
Goal: Host a static page website (no server-side processing) on Cloudflare pages. The free trial does not allow any server-side...