From d019d01d9f59baf376bc847ea9355e8b4e1e6fbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Sat, 20 Jan 2024 11:28:20 +0200 Subject: [PATCH] 11sync.net: opening up --- data.nix | 2 +- hosts/fra1-a/configuration.nix | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/data.nix b/data.nix index ce6056c..767b694 100644 --- a/data.nix +++ b/data.nix @@ -137,7 +137,7 @@ rec { @ SOA ns1.11sync.net. motiejus.11sync.net. (2024011500 86400 86400 86400 86400) @ NS ns1.11sync.net. @ NS ns2.11sync.net. - @ 600 A ${hosts."fra1-a.servers.jakst".jakstIP} + @ 600 A ${fra1a} @ TXT "hosted-email-verify=qeuysotu" @ MX 10 aspmx1.migadu.com. @ MX 20 aspmx2.migadu.com. diff --git a/hosts/fra1-a/configuration.nix b/hosts/fra1-a/configuration.nix index d9b843a..9c854b5 100644 --- a/hosts/fra1-a/configuration.nix +++ b/hosts/fra1-a/configuration.nix @@ -91,6 +91,9 @@ metrics } ''; + virtualHosts."www.11sync.net".extraConfig = '' + redir https://11sync.net + ''; }; nsd = {