From f198d4d59b922e9cb872fe6831d3475c570fa56f Mon Sep 17 00:00:00 2001 From: John Leighow Date: Tue, 9 Jan 2024 10:28:09 -0500 Subject: Update TrackerView.swift Correcting a dynamic IP saved with the dynamic url change. --- Hotline/macOS/TrackerView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hotline/macOS/TrackerView.swift b/Hotline/macOS/TrackerView.swift index 268cd3e..d53b73e 100644 --- a/Hotline/macOS/TrackerView.swift +++ b/Hotline/macOS/TrackerView.swift @@ -237,7 +237,7 @@ struct TrackerView: View { var bookmarks: [TrackerBookmark] = [ TrackerBookmark(type: .server, name: "RetroMac", address: "82.32.130.173"), - TrackerBookmark(type: .server, name: "System 7 Today", address: "158.174.146.146"), + TrackerBookmark(type: .server, name: "System 7 Today", address: "hotline.system7today.com"), //host has dynamic ip TrackerBookmark(type: .tracker, name: "Featured Servers", address: "hltracker.com"), TrackerBookmark(type: .tracker, name: "Agent79", address: "tracked.agent79.org"), TrackerBookmark(type: .tracker, name: "Preterhuman", address: "tracker.preterhuman.net"), -- cgit