Created
February 20, 2018 20:10
-
-
Save ho3ein-mola/dd911a99b7048e449095118e12d46a6e 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
| ; | |
| ; BIND data file for {yourdomin.ir} | |
| ; | |
| $TTL 3h | |
| @ IN SOA ns1.{yourdomin.ir}. email.{yourdomin.ir}. ( | |
| 1 ; Serial | |
| 3h ; Refresh after 3 hours | |
| 1h ; Retry after 1 hour | |
| 1w ; Expire after 1 week | |
| 1h ) ; Negative caching TTL of 1 day | |
| ; | |
| @ IN NS ns1.{yourdomin.ir}. | |
| @ IN NS ns2.{yourdomin.ir}. | |
| {yourdomin.ir}. IN MX 10 mail.{yourdomin.ir}. | |
| {yourdomin.ir}. IN A { your server ip address } | |
| ns1 IN A { your server ip address } | |
| ns2 IN A { your server ip address } | |
| www IN CNAME {yourdomin.ir}. | |
| mail IN A { your server ip address } | |
| ftp IN CNAME {yourdomin.ir}. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment