summaryrefslogtreecommitdiff
path: root/templates/mx-record.erb
blob: a8ec89d753262fc86c992bbd76fcbe36c276f4c4 (plain)
1
2
3
4
5
<% if ttl -%>
<%=owner%> <%=ttl%> IN MX <%=priority%> <%=host%>
<% else -%>
<%=owner%> IN MX <%=priority%> <%=host%>
<% end -%>