diff --git a/relume.io.publish.json b/relume.io.publish.json new file mode 100644 index 00000000..368a1e56 --- /dev/null +++ b/relume.io.publish.json @@ -0,0 +1,62 @@ +{ + "providerId":"relume.io", + "providerName":"Relume", + "serviceId":"publish", + "serviceName":"Publish on Relume", + "syncPubKeyDomain":"domainconnect.relume.io", + "version":1, + "logoUrl":"https://relume.io/static/images/relume_logo.svg", + "description":"Integrates a domain with Relume", + "variableDescription":"", + "records":[ + { + "groupId":"publishA", + "type":"A", + "host":"@", + "pointsTo":"%ipv4%", + "ttl":3600 + }, + { + "groupId":"publishA", + "type":"A", + "host":"www", + "pointsTo":"%ipv4%", + "ttl":3600 + }, + { + "groupId":"publishAAAA", + "type":"AAAA", + "host":"@", + "pointsTo":"%ipv6%", + "ttl":3600 + }, + { + "groupId":"publishAAAA", + "type":"AAAA", + "host":"www", + "pointsTo":"%ipv6%", + "ttl":3600 + }, + { + "groupId":"verificationTxt", + "type":"TXT", + "host":"%verify-txt-name%", + "data":"%verify-txt-value%", + "ttl":3600 + }, + { + "groupId":"verificationCname", + "type":"CNAME", + "host":"%verify-cname-name%", + "pointsTo":"%verify-cname-value%", + "ttl":3600 + }, + { + "groupId":"dcv", + "type":"CNAME", + "host":"%dcv-name%", + "pointsTo":"%dcv-value%", + "ttl":3600 + } + ] +}