diff options
| author | John Leighow <tagban@gmail.com> | 2024-01-09 10:28:09 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 10:28:09 -0500 |
| commit | f198d4d59b922e9cb872fe6831d3475c570fa56f (patch) | |
| tree | d0b808f6d81bdb58f95aecb7d5d0268aec0b2fb0 /Hotline | |
| parent | 0910d3380755d38a93e5b87a31ecf31f17d0bc58 (diff) | |
Update TrackerView.swift
Correcting a dynamic IP saved with the dynamic url change.
Diffstat (limited to 'Hotline')
| -rw-r--r-- | Hotline/macOS/TrackerView.swift | 2 |
1 files changed, 1 insertions, 1 deletions
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"), |