Skip to content

Instantly share code, notes, and snippets.

@ho3ein-mola
Created February 20, 2018 20:10
Show Gist options
  • Select an option

  • Save ho3ein-mola/dd911a99b7048e449095118e12d46a6e to your computer and use it in GitHub Desktop.

Select an option

Save ho3ein-mola/dd911a99b7048e449095118e12d46a6e to your computer and use it in GitHub Desktop.
زون بایند ناین
;
; 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