From 333e2d34350e7220118b162255ed83efb46203f5 Mon Sep 17 00:00:00 2001 From: Alon Livne <2005alonlivne@gmail.com> Date: Sat, 11 Jan 2025 17:18:45 +0200 Subject: [PATCH] add proxy gateways changelog --- changelog/1170.feature | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog/1170.feature diff --git a/changelog/1170.feature b/changelog/1170.feature new file mode 100644 index 0000000..d67e594 --- /dev/null +++ b/changelog/1170.feature @@ -0,0 +1,4 @@ +Add the `--px` arg to create proxy gateways. + +Proxy gateways are passed to additional gateways using the `via` keyword. +They can serve as a way to run multiple workers on remote machines.