This document describes: Building a custom Caddy container image with the GeoIP plugin (so Caddy can enrich access logs with country code/name). - Configuring …
Posts
How to use the hugo-img-lightbox module to easily add responsive images with captions and Lightbox support in Hugo.
Set up Sophos Firewall as a DHCP relay to forward client requests to a central DHCP server via a route-based IPsec VPN.
backup configuration files on mac
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
I recently needed to create a new site to site VPN, but there was a few challenges to this. First of all the router of the new site is behind NAT and it would …
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 …