Skip to content

Instantly share code, notes, and snippets.

@danrl
Created August 28, 2018 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danrl/f5bcda98b63edf66bca788d9b3c77454 to your computer and use it in GitHub Desktop.
Save danrl/f5bcda98b63edf66bca788d9b3c77454 to your computer and use it in GitHub Desktop.
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