SenseUnit / dtlspipe

Generic DTLS wrapper for UDP sessions
MIT License
132 stars 11 forks source link

Port Hopping #16

Closed Snawoot closed 1 year ago

Snawoot commented 1 year ago

Would be nice to have feature like this: https://v2.hysteria.network/docs/advanced/Port-Hopping/

Basically we already have everything ready (e.g. -time-limit option), only thing missing is random choice of remote endpoint.

We can either extend client subcommand to accept additional remote endpoints as positional arguments or introduce separate hoppingclient subcommand with more complex syntax to hop between addresses and ports.

Snawoot commented 1 year ago

Implemented in #17