Commit graph

730 commits

Author SHA1 Message Date
1afda73923
yay
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
/ Release (push) Has been cancelled
/ Build - Windows x86 (push) Has been cancelled
/ Build - Windows x86_64 (push) Has been cancelled
/ Build - Android aarch64 (push) Has been cancelled
/ Build - Android armv7 (push) Has been cancelled
/ Build - Freebsd x86 (push) Has been cancelled
/ Build - Freebsd x86_64 (push) Has been cancelled
/ Build - Linux aarch64 (push) Has been cancelled
/ Build - Linux armv7hf (push) Has been cancelled
/ Build - Linux x86 (push) Has been cancelled
/ Build - Linux x86_64 (push) Has been cancelled
/ Build - MacOS aarch64 (push) Has been cancelled
/ Build - MacOS x86_64 (push) Has been cancelled
2024-12-17 22:11:33 +01:00
Σrebe - Romain GERARD
fab129b516
chore: add tests for command line parsing
Some checks are pending
/ Build - Windows x86 (push) Waiting to run
/ Build - Windows x86_64 (push) Waiting to run
/ Build - Android aarch64 (push) Waiting to run
/ Build - Android armv7 (push) Waiting to run
/ Build - Freebsd x86 (push) Waiting to run
/ Build - Freebsd x86_64 (push) Waiting to run
/ Build - Linux aarch64 (push) Waiting to run
/ Build - Linux armv7hf (push) Waiting to run
/ Build - Linux x86 (push) Waiting to run
/ Build - Linux x86_64 (push) Waiting to run
/ Build - MacOS aarch64 (push) Waiting to run
/ Build - MacOS x86_64 (push) Waiting to run
/ Release (push) Blocked by required conditions
2024-12-15 22:52:14 +01:00
Σrebe - Romain GERARD
314c619b8b
Bump version v10.1.8 2024-12-15 09:34:40 +01:00
Σrebe - Romain GERARD
4c4d3022e9
Revert "Bump version v10.1.8"
This reverts commit 36dc795d84.
2024-12-15 09:33:57 +01:00
Σrebe - Romain GERARD
ee4d087577
bump rust version to 1.83 2024-12-15 09:29:40 +01:00
Σrebe - Romain GERARD
38180e70f6
fix(cmd_line): correctly parse port when it is 443 2024-12-15 09:27:47 +01:00
Σrebe - Romain GERARD
36dc795d84
Bump version v10.1.8 2024-12-15 08:50:28 +01:00
Σrebe - Romain GERARD
d15d8e36f0
fix(cmd_line): correctly parse port when it is 443 2024-12-15 08:49:03 +01:00
Σrebe - Romain GERARD
30cd4a72b9
fix panic on bad http path prefix 2024-12-14 21:52:15 +01:00
Erèbe - Romain Gerard
07d38cae6c
Update using_mtls.md 2024-12-14 21:24:55 +01:00
Σrebe - Romain GERARD
ef5b1b4f73
Bump version v10.1.7 2024-12-11 16:05:45 +01:00
Σrebe - Romain GERARD
70427227b1
fix(#380): Fix reverse udp tunnel
Correctly set the correct destination in the udp connector
2024-12-11 16:00:14 +01:00
Σrebe - Romain GERARD
5584972c46
bump deps 2024-12-11 15:00:14 +01:00
Erèbe - Romain Gerard
3f95842938
Update README.md 2024-11-08 20:39:37 +01:00
Erèbe - Romain Gerard
535595d27a
Update README.md 2024-11-08 20:39:04 +01:00
Erèbe - Romain Gerard
7b6e139afb
Update README.md 2024-11-08 20:38:26 +01:00
Erèbe - Romain Gerard
cac506a70c
Add tutorial for wiguard from hetzner 2024-11-08 20:35:12 +01:00
Σrebe - Romain GERARD
821aa259b8
Bump version v10.1.6 2024-11-08 20:00:19 +01:00
Σrebe - Romain GERARD
59d0737a2b
chore: lint 2024-11-08 19:59:31 +01:00
Σrebe - Romain GERARD
71b077b362
bump deps 2024-11-08 19:53:56 +01:00
Ongy
05043954af
Add hard fileno (#366)
* increase the fileno limit

This allows wstunnel to use fds>1024.
Otherwise heavy use can easily run out of file descriptors on connection
attempts.
While there will still be a limit, it is significantly higher (~500
times on my system) which provides enough headroom for connections to be
torn down and fds to be closed.
2024-11-08 19:51:56 +01:00
Ongy
820cb2232a
Avoid default IP of 0.0.0.0 (#369)
This default never makes sense, since a connection request to the 0 IP
always fails.
The Option mechanism provides a better way of setting an unknown that
can easily be detected than abusing a valid but useless IP address.
2024-10-16 17:21:01 +02:00
Σrebe - Romain GERARD
e8c766182d Bump version v10.1.5 2024-10-14 08:31:44 +02:00
Σrebe - Romain GERARD
88474b66bb bump deps 2024-10-12 22:06:29 +02:00
Σrebe - Romain GERARD
4b43dfc268 fix(#368): Update the restrictions before each request
instead of only once per conections, to avoid using a stale
restriction config when multiple request arrive on the same tcp stream.
2024-10-12 22:06:29 +02:00
Σrebe - Romain GERARD
6ae1eae4a6 Bump version v10.1.4 2024-10-08 23:09:03 +02:00
Σrebe - Romain GERARD
c39d84fdc2 fix(#365): correctly downcast websocket cnx when not using tls 2024-10-08 23:08:38 +02:00
Σrebe - Romain GERARD
57a142c9ca Bump version v10.1.3 2024-10-02 21:36:03 +02:00
Σrebe - Romain GERARD
2b93a86127 Bump deps 2024-10-02 21:35:38 +02:00
Σrebe - Romain GERARD
4bc7ab6fe7 Add inline 2024-10-02 21:30:06 +02:00
Σrebe - Romain GERARD
8d7a0a2a96 Bump version v10.1.3-rc1 2024-10-01 08:37:39 +02:00
Σrebe - Romain GERARD
b2693ecf28 fix(#360): Fork websocket lib to add flush method after writing a frame 2024-10-01 08:36:29 +02:00
Σrebe - Romain GERARD
608865fdd8
feat: log client version at startup 2024-09-30 18:20:01 +02:00
Σrebe - Romain GERARD
b7901bc38c
chore: Truncate pending read_buf when empty to release memory 2024-09-30 18:19:56 +02:00
Erèbe - Romain Gerard
c2d140aaba
Update README.md 2024-09-29 22:33:19 +02:00
Erèbe - Romain Gerard
956e3279a1
Update README.md 2024-09-29 22:32:41 +02:00
Σrebe - Romain GERARD
5004366dfb
Bump deps 2024-09-28 14:52:40 +02:00
Σrebe - Romain GERARD
7e42522bb9 Bump version v10.1.2 2024-09-28 09:31:03 +02:00
Σrebe - Romain GERARD
2bc7c94578 fix(#360): data not flushed immediatly on reverse tunnel 2024-09-27 21:36:42 +02:00
Σrebe - Romain GERARD
e2d1413379 fix(#358): Remove header timeout 2024-09-27 21:36:31 +02:00
Σrebe - Romain GERARD
38b3b18297 bump deps 2024-09-27 21:36:31 +02:00
Σrebe - Romain GERARD
731eadffe8 bump CI workflow 2024-09-27 21:36:31 +02:00
dependabot[bot]
18db0a73c0
Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows (#345)
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 08:20:06 +02:00
Σrebe - Romain GERARD
b26a2e5bc0
Bump version v10.1.1 2024-09-02 14:16:58 +02:00
Σrebe - Romain GERARD
8c2704d9d2
fix panic for http2 tunnels 2024-09-02 14:15:46 +02:00
Σrebe - Romain GERARD
878319b027
lower log lvl for received frame 2024-08-29 22:38:25 +02:00
Σrebe - Romain GERARD
3b52fe2eb3
Bump version v10.1.0 2024-08-27 10:40:54 +02:00
Σrebe - Romain GERARD
1bb023690c
Bump version v10.0.2 2024-08-27 10:13:18 +02:00
Σrebe - Romain GERARD
8dcaf17356
avoid overflow of day depending of the month 2024-08-27 10:13:06 +02:00
Σrebe - Romain GERARD
fc729a0739
Bump version v10.0.2 2024-08-27 09:52:20 +02:00