From 8df083b054c1750af79b53f3453641ca15a73d07 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Mon, 1 Jun 2026 00:58:41 +0200 Subject: [PATCH] Fix Bell Canada SMS gateway domain #2739 --- status/status-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/status/status-lib.pl b/status/status-lib.pl index f0455648a..92bf963ce 100755 --- a/status/status-lib.pl +++ b/status/status-lib.pl @@ -493,7 +493,7 @@ return ( { 'id' => 'tmobile', 'domain' => 't.vodafone.ne.jp' }, { 'id' => 'bellcanada', 'desc' => 'Bell Canada', - 'domain' => 'txt.bellmobility.ca' }, + 'domain' => 'txt.bell.ca' }, { 'id' => 'bellsouth', 'desc' => 'Bell South', 'domain' => 'sms.bellsouth.com' },