From a22d3e22cbc9673f88d97e32df67ed8728f83ee2 Mon Sep 17 00:00:00 2001 From: mat ess Date: Wed, 26 Jul 2023 13:09:03 -0400 Subject: [PATCH] Add comments --- mat.services.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mat.services.lua b/mat.services.lua index 9a21969..c22cfc8 100644 --- a/mat.services.lua +++ b/mat.services.lua @@ -1,14 +1,18 @@ -- mat.services zone configuration -- _a = "mat.services" +-- custom protonmail domain protonmail(_a) +-- static site on netlify alias(_a, "apex-loadbalancer.netlify.com") cname("www", "mat-services.netlify.app.") +-- forgejo on fly aaaa("git", "2a09:8280:1::a:4caa") a("git", "37.16.20.177") +-- goatcounter on fly aaaa("stats", "2a09:8280:1::6:6df4") a("stats", "168.220.83.238")