From 924012e6ee03fff5570e9362e29be9b04816b777 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Mon, 27 Oct 2025 12:52:15 -0700 Subject: Fix default bookmark address for Mobius Strip. --- Hotline/Models/Bookmark.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hotline') diff --git a/Hotline/Models/Bookmark.swift b/Hotline/Models/Bookmark.swift index 6063f48..69217f3 100644 --- a/Hotline/Models/Bookmark.swift +++ b/Hotline/Models/Bookmark.swift @@ -75,7 +75,7 @@ final class Bookmark { } static let DefaultBookmarks: [Bookmark] = [ - Bookmark(type: .server, name: "The Mobius Strip", address: "24.6.82.54", port: HotlinePorts.DefaultServerPort), + Bookmark(type: .server, name: "The Mobius Strip", address: "mobius.trtphotl.com", port: HotlinePorts.DefaultServerPort), Bookmark(type: .server, name: "System 7 Today", address: "hotline.system7today.com", port: HotlinePorts.DefaultServerPort), Bookmark(type: .tracker, name: "Featured Servers", address: "hltracker.com", port: HotlinePorts.DefaultTrackerPort) ] -- cgit