From 4f18e8d387201e930f41d556eb727bbae3b950ed Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Tue, 22 Oct 2024 13:55:30 +0200 Subject: [PATCH] feat(meta/dns): Add apps-webhook domain, to separate from the apps --- meta/dns.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/dns.nix b/meta/dns.nix index 1038b64..2f0c758 100644 --- a/meta/dns.nix +++ b/meta/dns.nix @@ -138,7 +138,9 @@ let ]; web03.dual = [ - "*.webapps" # Django apps + # Django Apps + "*.webapps" + "apps-webhook" ]; } )