You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great job with Velocity! I'm currently using it to tie together local servers through tunneled connections. I'm basically allowing people to run servers on their local computers and expose their servers without having to port forward. Velocity fits right in here, as I can use it to attach domain names to specific ports and servers. One thing that has got me a little worried though is the forwarding secret. To enable modern forwarding this secret must be present in the config of each server instance, but since these servers are distributed the key is replicated across multiple hosts. As far as I can tell from the documentation there is no way to provide multiple forwarding secrets? A feature like that would not only solve my issue, but also allow for rotating keys.
Keep up the great work!
Malcolm
The text was updated successfully, but these errors were encountered:
I recently got back to this project of mine, only to realize that the keys might be an issue. While searching on GH I found that I had already submitted an issue 😅
@astei would you say that this feature is of interest for Velocity? If so I might go ahead and create a PR when I get to the point that this feature is make or break for my own project.
Hey,
Great job with Velocity! I'm currently using it to tie together local servers through tunneled connections. I'm basically allowing people to run servers on their local computers and expose their servers without having to port forward. Velocity fits right in here, as I can use it to attach domain names to specific ports and servers. One thing that has got me a little worried though is the forwarding secret. To enable modern forwarding this secret must be present in the config of each server instance, but since these servers are distributed the key is replicated across multiple hosts. As far as I can tell from the documentation there is no way to provide multiple forwarding secrets? A feature like that would not only solve my issue, but also allow for rotating keys.
Keep up the great work!
Malcolm
The text was updated successfully, but these errors were encountered: