Created
August 28, 2018 11:40
-
-
Save danrl/f5bcda98b63edf66bca788d9b3c77454 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
templates: | |
- template: gmail | |
description: > | |
This template adds Google mail servers to a zone. | |
names: | |
- name: '@' | |
mail: | |
ttl: 604800 # 1 week = 604800 seconds | |
mailservers: | |
- mailserver: aspmx.l.google.com. | |
priority: 10 | |
- mailserver: alt1.aspmx.l.google.com. | |
priority: 20 | |
- name: google._domainkey | |
texts: | |
data: | |
- > | |
v=DKIM1; | |
k=rsa; | |
p=foobar123456 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment