mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
This is required to run multiple components on a single machine (even if the processes are sandboxed), since they will share a network namespace and thus cannot bind to the same port. Currently port `4000` is hardcoded, this PR allows this to be configured by an environment variable. --------- Co-authored-by: oddlama <oddlama@oddlama.org>