diff options
| author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-04-28 14:40:14 +0200 |
|---|---|---|
| committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2026-04-28 14:40:14 +0200 |
| commit | c26e0d34c6d655b74cc336ce24566bc20c7d5946 (patch) | |
| tree | 5fc5a51474a82d15a44e53480ee299f7c4f8d9d6 /deployment/services/dns.scm | |
| parent | de2a7b0a9f30a76219d47aabf30e0adda39f20ee (diff) | |
(services) disable subdomains schron, sejf and test of marekpasnikowski.pl
Diffstat (limited to 'deployment/services/dns.scm')
| -rw-r--r-- | deployment/services/dns.scm | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/deployment/services/dns.scm b/deployment/services/dns.scm index cc9aabd..e37d62a 100644 --- a/deployment/services/dns.scm +++ b/deployment/services/dns.scm @@ -36,9 +36,6 @@ ("guix" ttl "IN" "CNAME" "2") ("matrix" ttl "IN" "CNAME" "2") ("radicale" ttl "IN" "CNAME" "2") - ("schron" ttl "IN" "CNAME" "2") - ("sejf" ttl "IN" "CNAME" "2") - ("test" ttl "IN" "CNAME" "2") ("www" ttl "IN" "CNAME" "2")) (define marekpasnikowski.pl-zone @@ -47,7 +44,7 @@ (origin "marekpasnikowski.pl") (ns "ns1.marekpasnikowski.pl.") (mail "marek.marekpasnikowski.pl.") - (serial 2026042301))) + (serial 2026042800))) (define aisaka-master-zone (knot-zone-configuration |
