mirror of
https://github.com/YGGverse/hlstate-rs.git
synced 2026-04-02 01:55:29 +00:00
make xash3d-query script path configurable
This commit is contained in:
parent
44a60cff11
commit
9caeb461d3
4 changed files with 11 additions and 3 deletions
|
|
@ -6,7 +6,11 @@ host = "[::1]"
|
|||
# Bind server on given port
|
||||
port = 8027
|
||||
|
||||
#Configure instance in the debug mode
|
||||
# Configure instance in the debug mode
|
||||
debug = true
|
||||
|
||||
# Path to `xash3d-query` bin
|
||||
query = "xash3d-query"
|
||||
|
||||
# Define at least one master to scrape game servers from
|
||||
masters = ["[202:68d0:f0d5:b88d:1d1a:555e:2f6b:3148]:27010", "[300:dee4:d3c0:953b::2019]:27010"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue