EpicEric / sandhole

Expose HTTP/SSH/TCP services through SSH port forwarding
https://epiceric.github.io/sandhole/
MIT License
0 stars 0 forks source link

Option to disable load-balancing #3

Closed EpicEric closed 20 hours ago

EpicEric commented 2 days ago

As in, deny connections if there's already one alive that matches the parameters.

Another related option is to allow overwriting the existing connection. These might be combined into an enum (LoadBalance::Allow, ::Overwrite, ::Reject).