From cdf72e706f9d3e0675194c6830f268145e963329 Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Mon, 31 Aug 2026 13:09:08 +1000 Subject: [PATCH] sam-4screen-desktop 2026-8-31:13:9:8 --- .obsidian/workspace.json | 2 +- .../audasmedia.com.au — DNS Baseline.md | 49 +++++++++++++++++++ 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 200 projects/220 Web Host Migration/audasmedia.com.au — DNS Baseline.md diff --git a/.obsidian/workspace.json b/.obsidian/workspace.json index 12fe780..ef8ffc6 100644 --- a/.obsidian/workspace.json +++ b/.obsidian/workspace.json @@ -212,6 +212,7 @@ }, "active": "8018aa52f0591df9", "lastOpenFiles": [ + "200 projects/220 Web Host Migration/audasmedia.com.au — DNS Baseline.md", "300 areas/360 Dev-Ops Network Computers/Home Voice Assistant System.md", "300 areas/360 Dev-Ops Network Computers/Docker Containers.md", "300 areas/360 Dev-Ops Network Computers/Home Network Map Overview.md", @@ -237,7 +238,6 @@ "300 areas/360 Dev-Ops Network Computers/Backup Health Check Commands.md", "300 areas/360 Dev-Ops Network Computers/Backup System — Borg, Kopia & Restic.md", "300 areas/360 Dev-Ops Network Computers/Bumblebee - The Open-Source Scanner for Messy Dev Machines.md", - "200 projects/220 Web Host Migration/Local Web Host.md", "000 daily/ThinkPad Recommendations", "500 archive/510 Daily", "300 areas/305 Ideas Businesses", diff --git a/200 projects/220 Web Host Migration/audasmedia.com.au — DNS Baseline.md b/200 projects/220 Web Host Migration/audasmedia.com.au — DNS Baseline.md new file mode 100644 index 0000000..1a47a2f --- /dev/null +++ b/200 projects/220 Web Host Migration/audasmedia.com.au — DNS Baseline.md @@ -0,0 +1,49 @@ +--- +created: 2026-08-31 +modified: 2026-08-31 +type: reference +client: sam +project: web-host-migration +status: active +priority: 1 +tags: + - dns + - cloudflare + - audasmedia + - email +aliases: + - audasmedia-dns-baseline +id: 1848129025-DNS +--- +# audasmedia.com.au — DNS Baseline (pre-Cloudflare migration) + +> Captured 2026-08-31. **Must be preserved when moving DNS to Cloudflare.** +> Registrar: **CrazyDomains** (now Squarespace). Current NS: **InMotion** (`ns1/ns2.inmotionhosting.com`). +> Website currently hosted on **InMotion VPS** (`173.231.229.92`). + +## Current records (authoritative) + +| Type | Name | Value | Purpose | +|---|---|---|---| +| A | `@` | `173.231.229.92` | Website → InMotion VPS (keep as-is for now) | +| A | `cpanel` | `173.231.229.92` | cPanel access | +| A | `webmail` | `173.231.229.92` | InMotion webmail | +| A | `ftp` | `173.231.229.92` | FTP | +| CNAME | `www` | `@` (alias to apex) | www redirect | +| CNAME | `mail` | `@` | mail alias → apex | +| MX | `@` | `0 audasmedia.com.au` | **Self-MX (broken)** — replace with Zoho's MX | +| TXT | `@` | `v=spf1 ip4:173.231.229.92 +mx +a +ip4:66.117.5.136 ~all` | Old SPF (InMotion IPs) — update to include Zoho + SES | +| NS | `@` | `ns1/ns2.inmotionhosting.com` | **Replace with Cloudflare's 2 NS at registrar** | + +## Notes +- No AAAA. No existing DKIM/DMARC (fresh). +- `autodiscover` NXDOMAIN (no record — fine; Zoho doesn't need it). +- After Cloudflare migration: A records stay identical (site remains on InMotion VPS until CMS migration); only MX/SPF/TXT/DKIM/DMARC change for email. + +## Email target (Phase 2) +- **Inbound:** Zoho Mail free tier — mailbox `sam@audasmedia.com.au` +- **Outbound:** Amazon SES (already have AWS account) +- **MX → Zoho, SPF → Zoho + SES, DKIM → Zoho + SES, DMARC → new** + +--- +*Part of [[Migration Plan — InMotion to Local + AWS Offsite]] Phase 2. Track in [[Migration Work Log]].* \ No newline at end of file