A configurable bind IP address would be useful in ziti router w/ proxy mode tunnel binding. It's already possible to configure the bind IP for other types of bindings in ziti router, but apparently not bindings of type tunnel with mode proxy.
I suggest using the same syntax that's employed to describe the pair of service name:tcp port. We could extend that in the way that's familiar for many other programs like OpenSSH client and Docker, e.g., bind IP:service name:tcp port. Alternatively, service name:bind IP:tcp port is more intuitive, but has the disadvantage of being reverse-incompatible. If we merely add the first position in the triplet as bind IP, then we can continue to assume it is 0.0.0.0 if not specified.
A configurable bind IP address would be useful in
ziti router
w/proxy
modetunnel
binding. It's already possible to configure the bind IP for other types of bindings inziti router
, but apparently not bindings of typetunnel
with modeproxy
.I suggest using the same syntax that's employed to describe the pair of
service name:tcp port
. We could extend that in the way that's familiar for many other programs like OpenSSH client and Docker, e.g.,bind IP:service name:tcp port
. Alternatively,service name:bind IP:tcp port
is more intuitive, but has the disadvantage of being reverse-incompatible. If we merely add the first position in the triplet asbind IP
, then we can continue to assume it is0.0.0.0
if not specified.