From 5744860ade26ca30302a39f73ee9cb8932abdbbb Mon Sep 17 00:00:00 2001 From: Jet Pham Date: Mon, 9 Mar 2026 20:08:02 -0700 Subject: [PATCH] feat: move mymx dns to the mymx repo --- modules/caddy.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/modules/caddy.nix b/modules/caddy.nix index 282cb8a..144d8b4 100644 --- a/modules/caddy.nix +++ b/modules/caddy.nix @@ -125,18 +125,6 @@ ''; }; - "mymx.extremist.software" = { - extraConfig = '' - rate_limit { - zone mymx_per_ip { - key {remote.ip} - events 60 - window 1m - } - } - reverse_proxy localhost:4002 - ''; - }; "matrix.extremist.software" = { extraConfig = ''