diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-04-26 14:08:37 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-04-26 16:59:02 -0600 |
| commit | bd48c60838871dcf17899aa1f341914880104b6e (patch) | |
| tree | b7944abbe10dd74c0773ae103a58a0cace5e286a /sys/ns/ptr/static-prefix-v6 | |
| parent | 1039d1d47a53be0c814a03608e94a9d0e8f4405b (diff) | |
sys/ns: enable acme-dns for DNS-01 challenges
Diffstat (limited to 'sys/ns/ptr/static-prefix-v6')
| -rw-r--r-- | sys/ns/ptr/static-prefix-v6/serial.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/ns/ptr/static-prefix-v6/serial.nix b/sys/ns/ptr/static-prefix-v6/serial.nix index c09a24a..454b3dd 100644 --- a/sys/ns/ptr/static-prefix-v6/serial.nix +++ b/sys/ns/ptr/static-prefix-v6/serial.nix @@ -1,7 +1,7 @@ { config = { - soa.serial = 2025042402; - nullSerialHash = "sha256-92c2046d390891a99618c5cf92efee1cda3549799ef26f1f0ca234e0a105aec8"; + soa.serial = 2025042600; + nullSerialHash = "sha256-a5ce7781b014aa816998410db440dd40278d8b566d1de76e06776a83c9839b35"; }; } |
