This document describes: Building a custom Caddy container image with the GeoIP plugin (so Caddy can enrich access logs with country code/name). - Configuring …
Linux
Ubuntu Anycast DNS Server with BGP announcement to pfSense
How to upgrade tailscale on GL-iNet AXT-1800
## Set default policies iptables -P INPUT DROP iptables -P FOWARD DROP iptables -P OUTPUT DROP ## Allow traffic to and from the loopback interface iptables -A …
Sign and verify signatues with minisign
Download files curl -O https://test.example.com/madplan.json curl -O -L http://test.example.com/madplan.json # Follows links. In this example the http request …
Run a speedtest using CLI
This is just a brief overview of the options I’m using every now and then.
A simple way to connect to a server or pc without having the private key on the jump server
Here’s some configuration examples from a VRRP(Virtual Router Redundancy Protocol) experiment i did. This is used to create a high available DNS resolver …