Your IP : 216.73.216.224


Current Path : /home/hotlineuser/HotlineFiles/
Upload File :
Current File : //home/hotlineuser/HotlineFiles/config.yaml

# Name of the server as it appears on the Tracker
Name: Pocketmud CoffeeMUD Hotline server

# Description of the server as it appears on the tracker
Description: All the CoffeeMUD files at Pocketmud.com

# Path to server banner image.  Only known to work in the 1.8 clients.
#  * The banner must be under 256K (262,140 bytes specifically)
#  * The standard size for a banner is 468 pixels wide and 60 pixels tall.
#  * The banner must be saved in the same folder this file.
#  * The banner must be a jpg
#BannerFile: "banner.jpg"
BannerFile: "pocketmud_hotline_banner.jpg"

# Path to the Files directory, by default in a subdirectory of the config root named Files
#FileRoot: Files
FileRoot: /var/www/html/jdownloads

# Enable tracker registration.  Must be "true" or "false".
EnableTrackerRegistration: true

# List of trackers to register with
Trackers:
  - hltracker.com:5499
  - tracker.preterhuman.net:5499
  - saddle.dyndns.org:5499
  - hotline.kicks-ass.net:5499
  - badmoon.biz:5499
  - hotline.duckdns.org:5499
  - hotline.jpn.ph:5499
  - tracked.nailbat.com:5499
  - tracked.stickytack.com:5499

# Preserve resource forks and file type/creator codes for files uploaded by Macintosh clients.
# This comes with trade-offs.  For more details, see:
# https://github.com/jhalter/mobius/wiki/Resource-fork-support-in-Mobius
# Must be "true" or "false".
PreserveResourceForks: false

# Optional custom date format for flat news postings
# The value must be a string using Golang's "example-based" formatting, which uses a special reference time of
# Mon Jan 2 15:04:05 MST 2006 to determine the output format.
#
# Examples:
#   "Jan 02 15:04 2006"
#   "01/02/2006 15:04"
#
# More details: herehttps://yourbasic.org/golang/format-parse-string-time-date-example/
NewsDateFormat: ""

# Optional custom delimiter between flat news postings
NewsDelimiter: ""

# Maximum simultaneous downloads; currently unimplemented
MaxDownloads: 0

# Maximum simultaneous downloads per client; currently unimplemented
MaxDownloadsPerClient: 0

# Maximum simultaneous connections/IP; currently unimplemented
MaxConnectionsPerIP: 0

# List of Regular Expression filters for the Files list
IgnoreFiles:
  - '^\.'     # Ignore all files starting with ".".  Leave this set if you are using the PreserveResourceForks option.
  - '^@'       # Ignore all files starting with "@"
  - '^_'       # Ignore all files starting with "_"
  - '^index\.html'       # Ignore index.html files