-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathconfig-example.toml
More file actions
32 lines (28 loc) · 834 Bytes
/
config-example.toml
File metadata and controls
32 lines (28 loc) · 834 Bytes
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
[scanner]
repeat = true
scan_delay = 60
port_range_start = 25565
port_range_end = 25565
ignore_fake_players = true
# Can be one of "OldestFirst", "NewestFirst", "LeastPlayers", "MostPlayers"
rescan_priority = "OldestFirst"
[masscan]
# Location of masscans config file
config_file = "masscan.conf"
[database]
host = "postgres.example.com"
port = 5432
table = "postgres"
user = "postgres"
password = "SuperSuperSecretPassword"
[player_tracking]
enabled = false
webhook = "https://discord.com/api/webhooks/blahblahblah"
# Comma separated list of usernames to search for
players = [""]
[country_tracking]
# Enable tracking of country information (requires a valid https://ipinfo.io account token)
enabled = false
# How often to update the country information table in hours (minimum 12 hours)
update_frequency = 48
ipinfo_token = ":3"