Releases: neevek/rstun
Releases · neevek/rstun
release/0.6.4
add timeout for both tcp2quic and quic2tcp (30 secs)
release/0.6.3
added timeout to tcp read (35 secs)
release/0.6.2
minor change
release/0.6.1
minor change
release/0.6.0
BREAKING CHANGES:
- rstund
- 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 - the short
-w
option for--max_idle_timeout_ms
is nowi
- the short
-t
option is used for--tcp-upstream
now - the short
-u
option is used for--udp-upstream
now
- The
- rstunc
- The
--addr-mapping
option is replaced with--tcp-mapping
and--udp-mapping
-t
for--threads
is now-w
for--workers
-r
for--server-addr
is now-a
- The
release/0.6.0-beta
BREAKING CHANGES
- rstund: The
--upstreams
option is replaced with--tcp-upstreams
and--udp-upstreams
- rstunc: The
--addr-mapping
option is replaced with--tcp-mapping
and--udp-mapping
Usage
-
Start the server with udp tunneling:
rstund -a 0.0.0.0:8445 --password 123 --udp-upstreams 8.8.8.8:53 -lD
-
Start the client with udp tunneling:
rstunc -m OUT -r SERVER_IP:8445 -p 123 --udp-mapping 15353^ANY -lD
-
Test the tunnel:
dig @127.0.0.1 -p 15353 google.com
release/0.5.2
Full Changelog: release/0.5.1...release/0.5.2
release/0.5.1
1. refactor the access server (now called tcp server). 2. handle conn…
release/0.5.0
new version with quinn 0.11.x
release/0.4.19
new revision