Skip to content

Releases: Doridian/wsvpn

v5.19.0

05 Jan 05:56
1f24266
Compare
Choose a tag to compare

Update upstream libraries, and also the water and gopacket forks

v5.18.3

17 Nov 03:35
a893f2e
Compare
Choose a tag to compare

Update to WebTransport and QUIC libraries. No end-user visible changes.

v5.18.2

14 Nov 23:10
994ca6d
Compare
Choose a tag to compare

Upgrade golang-lru to v2, which now supports generics. Nothing should change for end users at all. (Except maybe a little bit better performance in ethernet multi-client mode)

v5.18.1

27 Oct 02:38
91f3619
Compare
Choose a tag to compare

Add username and protocol to clients API

v5.18.0

26 Oct 04:12
673dcd9
Compare
Choose a tag to compare

This release adds an optional API server. See https://github.com/Doridian/wsvpn/blob/main/API.md

v5.17.1

24 Oct 22:28
1524c4d
Compare
Choose a tag to compare

Applied updates to upstream WebTransport library.

v5.17.0

22 Oct 20:49
71ebd36
Compare
Choose a tag to compare

Updates to QUIC Go library. This means changing the maximum fragment size for WebTransport down by 20 bytes. This does not affect inter-operability with older versions, and should not impact performance.

v5.16.0

10 Oct 01:26
f8a57f8
Compare
Choose a tag to compare
  • WSVPN now sends a customized User-Agent header by default
  • All headers the client sends (including Host and User-Agent can be customized!) via client.headers. See below example.
client:
  headers:
    Host:
      - example.com
    X-Other-Header:
      - value1
      - value2

Headers are case-insensitive and they must always be lists/arrays of values!

v5.15.1

26 Sep 02:19
23ac3ca
Compare
Choose a tag to compare

Update dependencies to latest releases (webtransport/quic related)

v5.15.0

20 Sep 03:29
2eced3e
Compare
Choose a tag to compare

Add support to serve a static website on WSVPN when it is accessed via a browser or similar HTTP(S) client.

server.website-directory must be set to a non-blank string to enable this (the root folder where to serve the website files from).

There is support for an index.html file to be served automatically on a folder.