From 23e9751d38c75fa1dab7094700ca2510bd7269c6 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 18 Aug 2026 00:32:44 -0400 Subject: [PATCH] dns: add voipsimplicity + forefront portal A records (CREATE pending, Core) --- dns-records.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dns-records.md b/dns-records.md index a5f51b3..e920241 100644 --- a/dns-records.md +++ b/dns-records.md @@ -7,6 +7,10 @@ | Subdomain | Record | IP | Service | |---|---|---|---| +| voipsimplicity.itpropartner.com | A | 152.53.192.33 | VoIPSimplicity static portal (Core, deployed 2026-08-18) | +| forefront.itpropartner.com | A | 152.53.192.33 | Forefront Wireless static portal (Core, deployed 2026-08-18) | + +**After applying these two records:** remove the `tls internal` line from both blocks in `/etc/caddy/Caddyfile` on Core and reload (`caddy validate` first, then `systemctl reload caddy`) so Let's Encrypt certs auto-provision. Sites currently verify 200 only with `--resolve` since DNS is absent. ## FIX