jellever / StreamDivert

Redirecting (specific) TCP, UDP and ICMP traffic to another destination.
346 stars 70 forks source link

Changing on the fly diverted streams #1

Open bertvw opened 3 years ago

bertvw commented 3 years ago

For a specific relay application I like to change the diverted streams on the fly. It is unclear whether this is possible with current StreamDivert. I like to add and/or remove streams without disturbing other running streams. Is this possible? If not, how do I stop StreamDivert and restart it with a new config? Thanks for this nice application!

jellever commented 3 years ago

I think this would be technically possible.. but this would need some big changes to the codebase. This is something StreamDivert will not support in the near future.