From b494e6cf8f7c7afd701bda06910490cda9a39e02 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Wed, 18 Feb 2026 14:33:01 +0000 Subject: [PATCH] upd Taskfile to match changes to --port-map flag --- Taskfile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Taskfile.yml b/Taskfile.yml index c96a173..9605d0a 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -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