sam-4screen-desktop 2026-8-31:13:9:8

This commit is contained in:
2026-08-31 13:09:08 +10:00
parent bf15f69837
commit cdf72e706f
2 changed files with 50 additions and 1 deletions

View File

@@ -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",

View File

@@ -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]].*