upd Taskfile to match changes to --port-map flag

This commit is contained in:
onyx-and-iris 2026-02-18 14:33:01 +00:00
parent 9be4344144
commit b494e6cf8f

View File

@ -74,6 +74,6 @@ tasks:
go run ./cmd/{{.PROGRAM}} \
--proxy-host=0.0.0.0 \
--target-host=localhost \
--ports-mapping=28961:28960 \
--port-map=28961:28960 \
--session-timeout=20 \
--loglevel=debug