Skip to content

Releases: neevek/rstun

release/0.6.4

29 Nov 13:41
Compare
Choose a tag to compare
add timeout for both tcp2quic and quic2tcp (30 secs)

release/0.6.3

28 Nov 13:39
Compare
Choose a tag to compare
added timeout to tcp read (35 secs)

release/0.6.2

23 Nov 17:00
Compare
Choose a tag to compare
minor change

release/0.6.1

14 Oct 15:33
Compare
Choose a tag to compare
minor change

release/0.6.0

13 Oct 13:38
Compare
Choose a tag to compare

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

release/0.6.0-beta

30 Sep 11:44
Compare
Choose a tag to compare
release/0.6.0-beta Pre-release
Pre-release

BREAKING CHANGES

  1. rstund: The --upstreams option is replaced with --tcp-upstreams and --udp-upstreams
  2. 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

21 Sep 07:54
Compare
Choose a tag to compare

release/0.5.1

15 Sep 10:16
Compare
Choose a tag to compare
1. refactor the access server (now called tcp server). 2. handle conn…

release/0.5.0

08 Sep 05:39
Compare
Choose a tag to compare
new version with quinn 0.11.x

release/0.4.19

27 Aug 00:49
Compare
Choose a tag to compare
new revision