Skip to content

Commit

Permalink
dns: add iroh CNAME to zonefile
Browse files Browse the repository at this point in the history
  • Loading branch information
missytake committed Oct 31, 2024
1 parent fe51dbd commit 7868431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmdeploy/src/cmdeploy/chatmail.zone.j2
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
_mta-sts.{{ mail_domain }}. TXT "v=STSv1; id={{ sts_id }}"
mta-sts.{{ mail_domain }}. CNAME {{ mail_domain }}.
www.{{ mail_domain }}. CNAME {{ mail_domain }}.
iroh.{{ mail_domain }}. CNAME {{ mail_domain }}.
{{ dkim_entry }}

;
Expand Down

0 comments on commit 7868431

Please sign in to comment.