Open vejnar opened 2 years ago
Thanks for your feedback.
Given that this sort of functionality can already be implemented with other tools like Nftables or NGINX, this feature is not at the top of my priority list right now, so don't expect this to be implemented anytime soon. But if anyone finds a way to implement this without introducing any significant complexity, then of course, PRs are welcome :smiley:
Flexo is really amazing for my usage. Thanks for developing it.
My servers are connected on multiple networks, one of them is public. With
listen_ip_address
I can only specify a single IP. Or all using 0.0.0.0, which would include the public network. I know I can play with Nftables but I wish it was possible for flexo to listen to multiple IPs. Would you consider adding the option?