- Now that R2 has bucket scoped tokens, I wanted to create a simple way to generate the S3 tokens that can be used with any S3 compatible service. I was playing around with terraform and created a simple module that will generate the tokens for you. The module is available from the Terraform registry here and you can …
Read More This is a short tutorial on setting up cloudflared to proxy DoH for use with service like Pi.Hole. Old guides use
sudo cloudflared service install --legacy
and the--legacy
flag was removed.Download
The first thing that is needed is to install cloudflared, install instructions. For linux based OSs, I use the …
Read MoreThis is a quick tutorial on setting up Nginx to proxy files from Cloudflare R2. All the files are available on GitHub. This tutorial was done with docker for easy setup but the config file is simple and easy to adapt to a full running nginx server.
Create Bucket
First thing that is needed is an R2 bucket with public …
Read More- Something that I have started using a lot more is Cloudflare's Tunnel. I have been using them mainly for securing SSH access to my servers as it means that I don't need to have any external ports open. Plus, Tunnels also offer a browse rendered SSH, which is convenient. In this guide I will walking through how to …
Read More - My website uses Cloudflare as a CDN and as a security measure. Cloudflare basically operates like a man in the middle, which has its pros and cons. It provides analytics on your traffic based on the connections for your domain. One issue with the analytics is that you can not see the raw logs and can only see the …
Read More When protecting a server fail2ban is a great tool for the job. It reads log files and bans IPs that show signs of malicious activity. There is a lot of support for and it can integrate well with other applications.
How I Use it
I use CloudFlare on all my sites. This means that when you connect to any of my sites, you …
Read More