Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions vantapanel.com.hosting.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"providerId": "vantapanel.com",
"providerName": "Vanta Panel",
"serviceId": "hosting",
"serviceName": "Vanta Panel Hosting",
"version": 1,
"logoUrl": "https://vantapanel.com/assets/icon-512.png",
"description": "Point your domain at your Vanta Panel hosting server: website (A records), mail (MX + mail host), and email authentication (SPF + DMARC).",
"variableDescription": "%ip% = the public IPv4 address of your Vanta Panel hosting server.",
"syncPubKeyDomain": "vantapanel.com",
"syncBlock": false,
"records": [
{
"type": "A",
"host": "@",
"pointsTo": "%ip%",
"ttl": 3600
},
{
"type": "A",
"host": "www",
"pointsTo": "%ip%",
"ttl": 3600
},
{
"type": "A",
"host": "mail",
"pointsTo": "%ip%",
"ttl": 3600
},
{
"type": "MX",
"host": "@",
"pointsTo": "mail.%domain%",
"priority": 10,
"ttl": 3600
},
{
"type": "SPFM",
"host": "@",
"spfRules": "a mx include:spf.brevo.com"
},
{
"type": "TXT",
"host": "_dmarc",
"data": "v=DMARC1; p=none;",
"txtConflictMatchingMode": "Prefix",
"txtConflictMatchingPrefix": "v=DMARC1",
"essential": "OnApply",
"ttl": 3600
}
]
}
Loading