Skip to content

Releases: erebe/wstunnel

v10.0.0

15 Aug 17:51
a28b71c
Compare
Choose a tag to compare
v10.0.0 Pre-release
Pre-release

I yanked the release due to a critical bug. Sorry about that
Please upgrade to v10.0.1

v9.7.4

20 Jul 11:06
v9.7.4
c36fd09
Compare
Choose a tag to compare

Changelog

  • d797fa1 feat(sock5): Add login/password support
  • 90d378e: Do DNS queries for both A and AAAA simultaneously (#302) (@r-vdp)
  • 6351cd9: feat(dns): Add flag to specify if we should prefer IPv4 over IPv6 (@erebe)

Wstunnel is going to first try IPv6 over IPv4 if dns resolution returns IPv6 addresses. If this new behavior cause you any issues, you can use the flag --dns-resolver-prefer-ipv4 to use IPv4 addr first.

Thank you to @r-vdp for this contribution.

v9.7.3

20 Jul 09:11
v9.7.3
bf59c56
Compare
Choose a tag to compare
v9.7.3 Pre-release
Pre-release

Changelog

  • d797fa1 feat(sock5): Add login/password support
  • 90d378e: Do DNS queries for both A and AAAA simultaneously (#302) (@r-vdp)
  • 6351cd9: feat(dns): Add flag to specify if we should prefer IPv4 over IPv6 (@erebe)

Wstunnel is going to first try IPv6 over IPv4 if dns resolution returns IPv6 addresses. If this new behavior cause you any issues, you can use the flag --dns-resolver-prefer-ipv4 to use IPv4 addr first.

Thank you to @r-vdp for this contribution.

v9.7.3-rc1

09 Jul 06:35
d797fa1
Compare
Choose a tag to compare
v9.7.3-rc1 Pre-release
Pre-release

Changelog

v9.7.2

26 Jun 11:44
a18327f
Compare
Choose a tag to compare

Changelog

  • 15db935: feat(dns): Use HTTP proxy if configured for Dns over HTTPS/TLS (@erebe)
  • ef1ca16: feat(dns): Add timeout for tcp handshake for Dns over HTTPS/TLS (@erebe)

v9.7.2-rc1

25 Jun 18:40
ef1ca16
Compare
Choose a tag to compare
v9.7.2-rc1 Pre-release
Pre-release

Changelog

v9.7.1

24 Jun 18:49
67fb668
Compare
Choose a tag to compare

Changelog

  • 7f24217: Add x86 linux release
  • f2404e7: bump deps
  • 7165f32: fix dns over TLS and HTTPS
  • fb378d2: feat(linux): Add SO_MARK support for DNS request

v9.7.0

12 Jun 19:31
v9.7.0
7eaf7dc
Compare
Choose a tag to compare

Changelog

  • 880aa25: feat: Allow to specify DNS resolver on client too
  • 8e4db44: [windows] speed up DNS resolution
  • ae54cd5: Update LICENSE to include 2024

v9.6.2

07 Jun 20:45
485a31c
Compare
Choose a tag to compare

Changelog

  • bb266f6: fix(#287): Clamp max websocket message size to 32MB
  • 0da43e1: fix(#289): crash due to invalid UDP socks5 packet received
  • a4900d3: chore: update deps

v9.6.1

27 May 16:10
v9.6.1
677b29b
Compare
Choose a tag to compare

Changelog

  • in stdio mode, close wstunnel when the tunnel breaks
  • improvements for stdio on Windows
  • Added android build & fix packaging from previous bad release