-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support udp tunneling with some breaking changes
BREAKING CHANGES: * rstund 1. The --upstreams option is replaced with --tcp-upstream and --udp-upstream, these are default TCP and UDP upstreams for TunnelOut mode tunneling, only one single default upstream for each protocol. 2. the short `-w` option for `--max_idle_timeout_ms` is now `i` 3. the short `-t` option is used for `--tcp-upstream` now 4. the short `-u` option is used for `--udp-upstream` now * rstunc 1. The --addr-mapping option is replaced with --tcp-mapping and --udp-mapping 2. `-t` for `--threads` is now `-w` for `--workers`. 3. `-r` for `--server-addr` is now `-a` And a lot of refactor in this commit.
- Loading branch information
Showing
17 changed files
with
1,558 additions
and
679 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.