by Johannes Kastl | May 11, 2022 | howto
We recently had a blog post on how to secure your DNS traffic using DNS-over-TLS or DNS-over-HTTPS (German only). The article gave an introduction on how to run dnsdist as a local resolver on Debian11. In this case, dnsdist would accept queries using DNS-over-TLS...
by Johannes Kastl | Apr 21, 2022 | howto
Blocky is a dns-proxy capable of blocking undesired content, i.e. ads or malware. It supports blocklist-based filtering, supports new DNS protocols like DoH (DNS-over-HTTPS) or DoT (DNS over TLS) and a gazillion of other features. It is being provided as a docker...
by Johannes Kastl | Mar 30, 2022 | howto
No, not the Star Trek thing. Teleport from goteleport.com. It is described as ‘The easiest, most secure way to access infrastructure.’ Let’s see what that means, and how to get things rolling. Features According to Teleport’s elevator pitch, it is a single Access...
by Johannes Kastl | Mar 10, 2022 | howto
Are you running a Gitea or Gitlab instance inside your Kubernetes cluster? And you want to reach it not only via HTTPS, but also via SSH for easier pulling and pushing? This article describes how to setup Traefik as ingress controller to do that, using Gitea as an...
by Johannes Kastl | Jul 29, 2020 | howto
In a previous blogpost we learned how to use git and bash aliases and also use bash completion. Another nifty feature is showing some git information in your bash prompt. This blogpost will show you how. What the prompt? Usually, you won’t even notice your prompt, as...