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
I want to be able to run wstunnel [server | client] --configuration wstunnel.conf
wstunnel.conf can contain port mappings and other configurations
changing wstunnel.conf leads to configuration reload (Like --tls-certificate and --tls-private-key file change does)
Describe the reason for such feature
Command line has a limit, which matters if you map many ports (multiple -L or -R arguments)
Use case: mapping range of ports to a different range of ports
Describe alternatives you've considered
An alternative feature that may help is to allow mapping of port ranges
The text was updated successfully, but these errors were encountered:
Describe the feature
I want to be able to run
wstunnel [server | client] --configuration wstunnel.conf
--tls-certificate
and--tls-private-key
file change does)Describe the reason for such feature
Command line has a limit, which matters if you map many ports (multiple -L or -R arguments)
Use case: mapping range of ports to a different range of ports
Describe alternatives you've considered
An alternative feature that may help is to allow mapping of port ranges
The text was updated successfully, but these errors were encountered: