From 5350396308932e1dabdc10c7b342b528d2f60a15 Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Mon, 6 Jun 2022 16:45:38 -0700 Subject: Include tracker.preterhuman.net in default config --- cmd/mobius-hotline-server/mobius/config/config.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd') diff --git a/cmd/mobius-hotline-server/mobius/config/config.yaml b/cmd/mobius-hotline-server/mobius/config/config.yaml index 55ef83c..a7a3ad9 100644 --- a/cmd/mobius-hotline-server/mobius/config/config.yaml +++ b/cmd/mobius-hotline-server/mobius/config/config.yaml @@ -5,6 +5,7 @@ FileRoot: Files/ EnableTrackerRegistration: false Trackers: - hltracker.com:5499 +- tracker.preterhuman.net:5499 NewsDelimiter: "" NewsDateFormat: "" MaxDownloads: 0 -- cgit