Releases: Doridian/wsvpn
Releases · Doridian/wsvpn
v5.19.0
v5.18.3
v5.18.2
v5.18.1
v5.18.0
This release adds an optional API server. See https://github.com/Doridian/wsvpn/blob/main/API.md
v5.17.1
v5.17.0
v5.16.0
- WSVPN now sends a customized
User-Agent
header by default - All headers the client sends (including
Host
andUser-Agent
can be customized!) viaclient.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
v5.15.0
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.