diff --git a/Taskfile.yml b/Taskfile.yml index d9f6a88..ea82cea 100644 --- a/Taskfile.yml +++ b/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