From 6eaf9391526a808c0056427f056169311352446d Mon Sep 17 00:00:00 2001 From: Jeff Halter <868228+jhalter@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:28:17 -0700 Subject: Add support for trackers that require a password --- cmd/mobius-hotline-server/mobius/config/config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cmd') diff --git a/cmd/mobius-hotline-server/mobius/config/config.yaml b/cmd/mobius-hotline-server/mobius/config/config.yaml index 3cf8951..0801621 100644 --- a/cmd/mobius-hotline-server/mobius/config/config.yaml +++ b/cmd/mobius-hotline-server/mobius/config/config.yaml @@ -17,12 +17,13 @@ FileRoot: Files # Enable tracker registration. Must be "true" or "false". EnableTrackerRegistration: false -# List of trackers to register with +# List of trackers to register with in colon delimited form of hostname/port/password (optional). Trackers: - hltracker.com:5499 - tracker.preterhuman.net:5499 - saddle.dyndns.org:5499 - hotline.kicks-ass.net:5499 +# - example-tracker-with-password.com:5499:mypassword # Preserve resource forks and file type/creator codes for files uploaded by Macintosh clients. # This comes with trade-offs. For more details, see: -- cgit