forked from splorp/npds-tracker-server
-
Notifications
You must be signed in to change notification settings - Fork 3
/
npdstracker.ini
73 lines (55 loc) · 2.16 KB
/
npdstracker.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
#
# npdstracker.ini
#
# The following syntax must be followed when editing this file:
#
# - Setting values cannot be enclosed in quotation marks
# - Setting values cannot contain spaces (with the exception of shareServer values)
# - Spaces must appear on either side of the equal sign
# - Setting parameter names are case sensitive
#
# Complete documentation of parameters and usage can be found here:
#
# https://github.com/splorp/npds-tracker-server#readme
#
# Specifies the TCP listening port
kPort = 3680
# Specifies the name of the site or tracker for use in the HTML template
trackerName = Default
# Specifies the URL of the site or server host for use in the HTML template
trackerHost = http://npds.free.fr/
# Specifies the password for the remote administration interface
adminPass = qwerty
# Specifies how often to validate clients
# Check every 10 minutes
validateTime = 10
# Specifies how many validation attempts before clients are removed from the list
# Retry for one day
validateTries = 144
# Specifies whether other trackers may obtain SHARE records from this tracker
shareEnabled = true
# Specifies servers to obtain SHARE records from
shareServer = messagepad.no-ip.org 3680
shareServer = tracker.newtonrulez.com 3680
shareServer = tracker.applenewton.co.uk 3680
# Temporarily commented out until service is restored
#shareServer = unna.org 3680
# Specifies a private hostname or address to register as a client
# privateHostToAccept =
# Specifies the path and name of the HTML template
# By default use: pageTemplate = /usr/local/share/npdstracker/template.html
pageTemplate = template.html
# Specifies the path and name of the template stylesheet
# By default use: cssTemplate = /usr/local/share/npdstracker/template.css
cssTemplate = template.css
# Specifies the path and name of the images directory
# Note: Support for .gif images and .ico images.
# By default use: imageDir = /usr/local/share/npdstracker/images
imageDir = images
# Specifies the path and name of the log file
logFile = npdstracker.log
# Specifies whether messages should be written to the log file
logVerbose = true
# Log current status to npdsstatus.txt
statusFile = false
statusCompact = false