Add git subdomain

Julien LepillerSat Sep 26 03:22:14+0200 2020

1ee2004

Add git subdomain

modules/config/dns.scm

5353
  ("www"        ""  "IN"  "CNAME" "lepiller.eu.")
5454
5555
  ("avatar"     ""  "IN"  "CNAME" "ene")
56-
  ("ct-buildings" "" "IN" "CNAME" "xana")
56+
  ("git"        ""  "IN"  "CNAME" "ene")
5757
  ("guix"       ""  "IN"  "CNAME" "amadeus")
5858
  ("i18n"       ""  "IN"  "CNAME" "xana")
5959
  ("nani"       ""  "IN"  "CNAME" "xana")
60-
  ("offlate"    ""  "IN"  "CNAME" "xana")
60+
  ("offlate"    ""  "IN"  "CNAME" "amadeus")
6161
  ("rennes"     ""  "IN"  "CNAME" "ene")
6262
  ("social"     ""  "IN"  "CNAME" "hermes")
6363

6969
7070
  ("@"          ""  "IN"  "MX"    "10 courriel")
7171
  ("@"          ""  "IN"  "MX"    "50 b.courriel")
72+
  ("@"          ""  "IN"  "MX"    "20 wio6sja633kwuybkyqex7vvnzqvrhrtzjix6cjhsqi42hx3n2qjfmzid.onion.")
73+
  ("@"          ""  "IN"  "MX"    "60 5g33mrv2rp2onyvte2b3ge5a44fxansxwt4sajmmae7lgorxjgz5czad.onion.")
7274
  ("b.courriel" ""  "IN"  "A"     hermes-ip4)
7375
  ("b.courriel" ""  "IN"  "AAAA"  hermes-ip6)
7476
  ("courriel"   ""  "IN"  "A"     ene-ip4)
7577
  ("imap"       ""  "IN"  "CNAME" "courriel")
7678
  ("smtp"       ""  "IN"  "CNAME" "b.courriel")
77-
  ("@"          ""  "IN"  "TXT"   "v=spf1 mx a ~all")
78-
  ("@"          ""  "IN"  "SPF"   "v=spf1 mx a ~all")
79+
  ("@"          ""  "IN"  "TXT"   "\"v=spf1 mx a ~all\"")
80+
  ("@"          ""  "IN"  "SPF"   "\"v=spf1 mx a ~all\"")
7981
  
8082
  ("dkim._domainkey" "" "IN" "TXT" (string-append "v=DKIM1\\; p=" public-dkim "\\; s=email\\; t=s"))
8183
  ("_dmarc"     ""  "IN"  "TXT"   "v=DMARC1\\; p=none\\; sp=reject\\; rua=mailto:rua@lepiller.eu!10m\\; ruf=mailto:ruf@lepiller.eu!10m\\; rf=afrf\\; pct=100\\; ri=86400"))

126128
    (zone (zone-file
127129
            (origin "lepiller.eu")
128130
            (entries lepiller.eu.zone)
129-
            (serial 2020060901)))))
131+
            (serial 2020092501)))))
130132
131133
(define lepiller-slave-zone
132134
  (knot-zone-configuration