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