aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-18 17:28:17 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-18 17:30:34 -0700
commit6eaf9391526a808c0056427f056169311352446d (patch)
tree8bbbf2bff9d2f1cacdd46ac6d56a856723ae6707 /cmd
parentb6e3be945680d017874967ae72ef86ee4235dcc2 (diff)
Add support for trackers that require a password
Diffstat (limited to 'cmd')
-rw-r--r--cmd/mobius-hotline-server/mobius/config/config.yaml3
1 files changed, 2 insertions, 1 deletions
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: