aboutsummaryrefslogtreecommitdiff
path: root/salamina.scm
diff options
context:
space:
mode:
authorW. Kosior <koszko@koszko.org>2024-07-03 17:14:48 +0200
committerW. Kosior <koszko@koszko.org>2024-07-03 17:14:48 +0200
commite144423ef6d0485485904e800643e9aa0875448c (patch)
tree3e9a803e06ef2720b77127f40d61cdafdcb1f65b /salamina.scm
parent1ddf995c0ab8103d2e21d6441c900c239d166328 (diff)
downloadkoszko-org-guix-server-e144423ef6d0485485904e800643e9aa0875448c.tar.gz
koszko-org-guix-server-e144423ef6d0485485904e800643e9aa0875448c.zip
Re-add `www.koszko.org' and `www.koszkonutek-tmp.pl.eu.org' to zone.
Diffstat (limited to 'salamina.scm')
-rw-r--r--salamina.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/salamina.scm b/salamina.scm
index 2e8ff62..36815bd 100644
--- a/salamina.scm
+++ b/salamina.scm
@@ -496,6 +496,7 @@
("salamina" "" "IN" "A" "188.68.237.248")
("*.salamina" "" "IN" "CNAME" "salamina")
+ ("www" "" "IN" "CNAME" "@")
("git" "" "IN" "CNAME" "salamina")
("www.git" "" "IN" "CNAME" "git")
("hachettebugs" "" "IN" "CNAME" "hydrillabugs")
@@ -617,7 +618,7 @@
(entries (make-koszko-zone-entries domain))
(ns "ns2")
(mail "koszko")
- (serial 2024070100)))
+ (serial 2024070300)))
(acl '("allow-axfr-from-1984"))
(semantic-checks? #t)
(notify '("1984-axfr-remote"))))