mirror of
https://github.com/onyx-and-iris/q3rcon-proxy.git
synced 2025-05-15 16:50:23 +01:00
add run task
This commit is contained in:
parent
a13d3d7da3
commit
bf7bd4f5b8
11
Taskfile.yml
11
Taskfile.yml
@ -58,3 +58,14 @@ tasks:
|
||||
desc: Clean the build artifacts
|
||||
cmds:
|
||||
- '{{.SHELL}} rm -r {{.BIN_DIR}}'
|
||||
|
||||
run:
|
||||
desc: Run the q3rcon-proxy project
|
||||
cmds:
|
||||
- |
|
||||
go run ./cmd/{{.PROGRAM}} \
|
||||
--proxy-host=0.0.0.0 \
|
||||
--target-host=localhost \
|
||||
--ports-mapping=28961:28960 \
|
||||
--session-timeout=20 \
|
||||
--loglevel=debug
|
||||
|
Loading…
x
Reference in New Issue
Block a user