Skip to content

Commit

Permalink
add mailbox.org TXT record
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed May 25, 2023
1 parent 6f10e33 commit 49d7725
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/desec/nzbr-de.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: '',
Expand Down

0 comments on commit 49d7725

Please sign in to comment.