Skip to content

Commit

Permalink
add nzbr.link wildcard record
Browse files Browse the repository at this point in the history
  • Loading branch information
nzbr committed May 25, 2023
1 parent 49d7725 commit 044a330
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/desec/nzbr-link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ export class NzbrLinkComponent extends Component {
ttl: 3600,
}));

this.mk("wildcard", RRSet, () => ({
domain: (this.resources[domain]() as Domain).name,
subname: "*",
type: 'CNAME',
records: [`nzbr.link.`],
ttl: 3600,
}));

this.mk('dmarc', RRSet, () => ({
domain: (this.resources[domain]() as Domain).name,
subname: '_dmarc',
Expand Down

0 comments on commit 044a330

Please sign in to comment.