-
Notifications
You must be signed in to change notification settings - Fork 457
Open
Labels
Description
Describe the feature
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
calvin2021y