From d68e5e5ecab78650d9c22f010d7cda938cfa5018 Mon Sep 17 00:00:00 2001 From: zaragoza444 Date: Sun, 28 Jun 2026 13:43:21 -0700 Subject: [PATCH] fix: office24.omnl.org -> office24.omdnl.org in domain manifest and nginx Co-authored-by: Cursor --- config/omnl-production-domains.v1.json | 2 +- deploy/nginx/omnl-domains.conf | 4 +- scripts/deployment/deploy-omnl-domains.sh | 2 +- scripts/deployment/print-omnl-dns-records.sh | 47 ++++++++++++++++++++ 4 files changed, 51 insertions(+), 4 deletions(-) create mode 100644 scripts/deployment/print-omnl-dns-records.sh diff --git a/config/omnl-production-domains.v1.json b/config/omnl-production-domains.v1.json index 343155e..193e6cc 100644 --- a/config/omnl-production-domains.v1.json +++ b/config/omnl-production-domains.v1.json @@ -45,7 +45,7 @@ "defaultRoute": "/swap" }, { - "host": "office24.omnl.org", + "host": "office24.omdnl.org", "product": "office-24", "defaultRoute": "/office-24" } diff --git a/deploy/nginx/omnl-domains.conf b/deploy/nginx/omnl-domains.conf index 3c7776c..a88f410 100644 --- a/deploy/nginx/omnl-domains.conf +++ b/deploy/nginx/omnl-domains.conf @@ -98,11 +98,11 @@ server { include /etc/nginx/snippets/omnl-common-locations.conf; } -# Office 24 settlement — office24.omnl.org +# Office 24 settlement — office24.omdnl.org server { listen 80; listen [::]:80; - server_name office24.omnl.org; + server_name office24.omdnl.org; add_header X-OMNL-Product "office-24" always; add_header X-OMNL-Chains "128" always; diff --git a/scripts/deployment/deploy-omnl-domains.sh b/scripts/deployment/deploy-omnl-domains.sh index a9a488d..b656be6 100644 --- a/scripts/deployment/deploy-omnl-domains.sh +++ b/scripts/deployment/deploy-omnl-domains.sh @@ -39,7 +39,7 @@ check_host() { check_host exchange.omdnl.org /trade check_host secure.d-bis.org /central-bank -check_host office24.omnl.org /office-24 +check_host office24.omdnl.org /office-24 check_host digital.omdnl.org /swap log "OMNL domain deploy complete" diff --git a/scripts/deployment/print-omnl-dns-records.sh b/scripts/deployment/print-omnl-dns-records.sh new file mode 100644 index 0000000..c967d08 --- /dev/null +++ b/scripts/deployment/print-omnl-dns-records.sh @@ -0,0 +1,47 @@ +#!/usr/bin/env bash +# Print Cloudflare/registrar DNS records for OMNL production domains. +# Origin server: dev-bis-ali @ 76.53.10.34 (nginx vhosts already deployed) + +ORIGIN_IP="${OMNL_ORIGIN_IP:-76.53.10.34}" +PROXY="${OMNL_DNS_PROXY:-proxied}" + +cat <