make xash3d-query script path configurable

This commit is contained in:
yggverse 2026-03-05 23:00:56 +02:00
parent 44a60cff11
commit 9caeb461d3
4 changed files with 11 additions and 3 deletions

View file

@ -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"]