Update DNS serial...
modules/config/dns.scm
| 34 | 34 | hermes | |
| 35 | 35 | ene)) | |
| 36 | 36 | ||
| 37 | + | ;; Update this when changing the zone: | |
| 38 | + | (define lepiller-serial 2022111201) | |
| 39 | + | ||
| 37 | 40 | (define public-dkim | |
| 38 | 41 | (apply | |
| 39 | 42 | string-append | |
… | |||
| 134 | 137 | (zone (zone-file | |
| 135 | 138 | (origin "lepiller.eu") | |
| 136 | 139 | (entries lepiller.eu.zone) | |
| 137 | - | (serial 2022060401))))) | |
| 140 | + | (serial lepiller-serial))))) | |
| 138 | 141 | ||
| 139 | 142 | (define lepiller-slave-zone | |
| 140 | 143 | (knot-zone-configuration | |