Cloudflare Tunnels: You don’t need Nginx proxy

Exposing containerized applications isn’t straightforward. I’ve got a dedicated server for Docker containers with a few different supporting components. I need to take care of routing, SSLs, web sockets, paths, and other bits of Nginx configuration. Cloudflare states that this can be done easier and faster with:no open ports,no exposed public IP,SSL certificate,and completely free. […]

What is DNS over TLS/HTTPS? Should I use it?

Most communication on the Internet starts with the DNS query. Client (smartphone, computer) sends a request to DNS Resolver which provides him a machine-readable IP address based on the human-readable domain name. He transforms 1dot1dot1dot1.cloudflare-dns.com into 1.1.1.1. Now our device knows where to connect, where a destination server is. Typically we use a DNS Resolver […]