aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin Mierau <mierau@users.noreply.github.com>2024-01-09 14:44:27 -0800
committerGitHub <noreply@github.com>2024-01-09 14:44:27 -0800
commit48dd1e7bac763454995c7f50f277b5be663150eb (patch)
tree218012a1565033fa89a862a34a0683a9fad3d39b
parent60f90281bf971600733b2d72b747bcb6be9b1c31 (diff)
parenta2b7946804f5ab17ef1aebc4b5bb72e7cf14e83b (diff)
Merge pull request #5 from tagban/patch-1
Update TrackerView.swift
-rw-r--r--Hotline/macOS/TrackerView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Hotline/macOS/TrackerView.swift b/Hotline/macOS/TrackerView.swift
index 23e6da2..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: "62.116.228.147"),
+ 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"),