Commit graph

18 commits

Author SHA1 Message Date
Σ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
8c2704d9d2
fix panic for http2 tunnels 2024-09-02 14:15:46 +02:00
Σrebe - Romain GERARD
8f83ca0f7b
chore: Use ecdsa for self-signed certificate and fix adaptative compilation 2024-08-26 23:35:09 +02:00
Σrebe - Romain GERARD
0bdedaa7b3
Bump rust version 2024-08-26 20:35:47 +02:00
Ramses
8da52538be
Add missing timer to avoid a panic (#334) 2024-08-16 23:06:21 +02:00
Σrebe - Romain GERARD
74434da624
fix(#333): Reverse Unix socket is now available for non Unix client 2024-08-15 09:48:14 +02:00
Σrebe - Romain GERARD
f55643550b
Auto break connection after too many pings 2024-08-12 09:06:28 +02:00
Σrebe - Romain GERARD
dff243369c
support proxy protocol in more cases 2024-08-10 10:58:05 +02:00
Σrebe - Romain GERARD
8c4d091b9e
cleanup 2024-08-05 09:12:32 +02:00
Σrebe - Romain GERARD
a468428791
feat(reverse-tunnel): allow multiple waiters & auto-shutdown 2024-08-04 22:34:04 +02:00
Σrebe - Romain GERARD
f149b8190b
cleanup 2024-07-31 22:12:55 +02:00
Σrebe - Romain GERARD
89e71cc806
lint 2024-07-31 21:31:32 +02:00
Islam Nofl
ce04666b8b
Add forward traffic to another HTTP proxy for the server (only for LocalProtocol::Tcp) (#326)
* Add forward traffic to another HTTP proxy for the server (only for LocalProtocol::Tcp)

* Update to the newest code:
- Add `connect_with_http_proxy` to `TunnelConnector`

* Remove unnecessary error checks

* Resolve conflict again
2024-07-31 21:11:13 +02:00
Σrebe - Romain GERARD
0dded01b7f
refacto: simplify server request handling 2024-07-30 22:30:56 +02:00
Σrebe - Romain GERARD
c36626c298
Refacto: merge http2 and websocket request handling 2024-07-30 21:29:14 +02:00
Σrebe - Romain GERARD
eb96ed41be
Refacto: split server files 2024-07-30 20:22:54 +02:00
Σrebe - Romain GERARD
7d30e0f462
Refacto: Use proper type for WsServer 2024-07-30 09:10:25 +02:00
Renamed from src/tunnel/server.rs (Browse further)