From d3a6b4bb0ac0da8cfb63cdcc82da6b0cf07e81e0 Mon Sep 17 00:00:00 2001 From: Eric Wendland Date: Tue, 21 Jul 2026 21:16:03 +0200 Subject: [PATCH] feat: add Gandalf admin console and stateful DynDNS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ab1e1..b03cd13 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ jobs: with: directory: dist storage-zone: example-org - purge-endpoint: https://gandalf.bunny.run + purge-endpoint: https://gandalf.tionis.dev env: BUNNY_STORAGE_PASSWORD: ${{ secrets.BUNNY_STORAGE_PASSWORD }} ```