Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created April 1, 2019 04:42
Show Gist options
  • Select an option

  • Save 100daysofdevops/af7297bdc766d0b017c84a78ae6919be to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/af7297bdc766d0b017c84a78ae6919be to your computer and use it in GitHub Desktop.
$TTL 86400
@ IN SOA example root.example.com (
2018110201 ;Serial
3600 ;Refresh
1800 ;Retry
604800 ;Expire
86400 ;Minimum TTL
)
IN NS example
IN A 192.168.1.3
IN MX 10 example
example IN A 192.168.1.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment