From 49d77251fd2f8af320f2de1691521fafe5bfb8c2 Mon Sep 17 00:00:00 2001 From: nzbr Date: Thu, 25 May 2023 17:41:51 +0200 Subject: [PATCH] add mailbox.org TXT record --- src/desec/nzbr-de.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/desec/nzbr-de.ts b/src/desec/nzbr-de.ts index c02bfa1..85ca359 100644 --- a/src/desec/nzbr-de.ts +++ b/src/desec/nzbr-de.ts @@ -120,6 +120,14 @@ export class NzbrDeComponent extends Component { ttl: 3600, })); + this.mk('mailboxorg-verification', RRSet, () => ({ + domain: (this.resources[domain]() as Domain).name, + subname: '8c9c28e66309919dc9295236933c8dbfddf3ad7c', + type: 'TXT', + records: ['2d82a6cf775b736f3f812a31eb5e5b50654953b5'], + ttl: 3600, + })); + this.mk('TXT', RRSet, () => ({ domain: (this.resources[domain]() as Domain).name, subname: '',