1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00
This commit is contained in:
Anton Titovets
2025-03-18 23:35:36 +03:00
parent 0a8debb2bb
commit a01a5df565
3 changed files with 3 additions and 11 deletions

View File

@@ -1,9 +1,5 @@
# JSON data can also be passed as a path to a .json file
oint rcon ExecuteCommand \
--url "93.125.42.204:25575" \
--pass "***" \
--wtout 20 \
--rtout 20 \
--exec "list" \
--conn "{'url':'93.125.42.204:25575','password':'***','read_timeout':20,'write_timeout':20}"
--conn "{'url':'127.0.0.1:25575','password':'***','read_timeout':20,'write_timeout':20}"

View File

@@ -1,9 +1,5 @@
:: JSON data can also be passed as a path to a .json file
oint rcon ExecuteCommand ^
--url "93.125.42.204:25575" ^
--pass "***" ^
--wtout 20 ^
--rtout 20 ^
--exec "list" ^
--conn "{'url':'93.125.42.204:25575','password':'***','read_timeout':20,'write_timeout':20}"
--conn "{'url':'127.0.0.1:25575','password':'***','read_timeout':20,'write_timeout':20}"