Created
April 1, 2019 04:42
-
-
Save 100daysofdevops/af7297bdc766d0b017c84a78ae6919be to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| $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