openziti / ziti

The parent project for OpenZiti. Here you will find the executables for a fully zero trust, application embedded, programmable network @OpenZiti
https://openziti.io
Apache License 2.0
2.82k stars 159 forks source link

configure bind IP for router tunnel mode "proxy" #985

Closed qrkourier closed 1 year ago

qrkourier commented 1 year ago

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.

qrkourier commented 1 year ago

closing stale won't fix until the demand for some use case is better established