forked from splorp/npds-tracker-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
npdstracker.ini
57 lines (43 loc) · 1.65 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
#
# 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
validateTime = 30
# Specifies how many validation attempts before clients are removed from the list
validateTries = 3
# Specifies whether other trackers may obtain SHARE’d records from this tracker
shareEnabled = true
# Specifies servers to obtain SHARE’d records from
shareServer = misato.chuma.org 3680
shareServer = www.unna.org 3680
shareServer = newtzilla.quadzilla.net 3680
shareServer = newton.tek-ed.com 3680
# Specifies a private hostname or address to register as a client
# privateHostToAccept =
# Specifies the path and name of the HTML template
pageTemplate = template.html
# Specifies the path and name of the template stylesheet
cssTemplate = template.css
# Specifies the path and name of the log file
logFile = npdstracker.log
# Specifies whether messages should be written to the log file
logVerbose = true