Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added zones for dnsimple
  • Loading branch information
tpitale committed Jul 7, 2014
1 parent 41d6d2f commit 23952c1
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions _config.yml
Expand Up @@ -3,3 +3,4 @@ permalink: none
pygments: false
lsi: false
safe: true
exclude: ['zones']
38 changes: 38 additions & 0 deletions zones/tpitale.com.json
@@ -0,0 +1,38 @@
{
"name": "tpitale.com",
"records": [
{
"name": "",
"type": "A",
"content": "207.97.227.245",
"ttl": 3600
},
{
"name": "www",
"type": "CNAME",
"content": "tpitale.com",
"ttl": 3600
},
{
"name": "",
"type": "MX",
"content": "mx-1.rightbox.com",
"ttl": 3600,
"prio": 10
}
{
"name": "",
"type": "MX",
"content": "mx-2.rightbox.com",
"ttl": 3600,
"prio": 20
}
{
"name": "",
"type": "MX",
"content": "mx-3.rightbox.com",
"ttl": 3600,
"prio": 30
}
]
}

0 comments on commit 23952c1

Please sign in to comment.