diff --git a/src/layouts/DashboardLayout.vue b/src/layouts/DashboardLayout.vue index c66e5fe..4edb1eb 100644 --- a/src/layouts/DashboardLayout.vue +++ b/src/layouts/DashboardLayout.vue @@ -116,6 +116,22 @@ +
Connect to external DNS providers like Cloudflare, Route53, or DigitalOcean
+| Type | +Name | +Content | +TTL | +Proxied | +Actions | +
|---|---|---|---|---|---|
| + + {{ record.type }} + + | +{{ record.name }} | +{{ record.content }} | +{{ formatTTL(record.ttl) }} | ++ + {{ record.proxied ? "Yes" : "No" }} + + | ++ + + | +
Host your own authoritative DNS server with PowerDNS
++ + This will deploy PowerDNS as an infrastructure service +
+| Type | +Name | +Content | +TTL | +Actions | +
|---|---|---|---|---|
| + + {{ record.type }} + + | +{{ record.name }} | +
+
+ {{ rec.content }}
+
+ |
+ {{ formatTTL(record.ttl) }} | ++ + + | +