Commit graph

299 commits

Author SHA1 Message Date
Σrebe - Romain GERARD
8dcaf17356
avoid overflow of day depending of the month 2024-08-27 10:13:06 +02:00
Σrebe - Romain GERARD
5b2a34ff2a
feat: Generate self-signed at startup to avoid fingerprint 2024-08-27 09:08:17 +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
1522882edc
Randomize jwt secret signature 2024-08-26 20:56:55 +02:00
Σrebe - Romain GERARD
0bdedaa7b3
Bump rust version 2024-08-26 20:35:47 +02:00
Ramses
08936bb5e4
Make the ping frequency from the server to the client configurable (#338) 2024-08-20 08:30:12 +02:00
Ramses
8da52538be
Add missing timer to avoid a panic (#334) 2024-08-16 23:06:21 +02:00
Σrebe - Romain GERARD
7270aa5550
update readme 2024-08-15 19:55:03 +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
21c4f7ffc6
Use HTTP proxy if configured for socks5 2024-08-10 11:32:50 +02:00
Σrebe - Romain GERARD
0f33feecfc
split 2024-08-10 11:24:33 +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
811a1e6adf
cleanup argument parsing 2024-08-01 22:26:28 +02:00
Σrebe - Romain GERARD
f149b8190b
cleanup 2024-07-31 22:12:55 +02:00
Σrebe - Romain GERARD
05abcd441f
remove unsafe 2024-07-31 21:42:05 +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
58c34ccc41
refacto: avoid lock in socks5 stream 2024-07-31 08:35:45 +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
Σrebe - Romain GERARD
a33a889b3d
Refacto: Use proper type for WsClient 2024-07-30 08:36:52 +02:00
Σrebe - Romain GERARD
5e74ed233d
chore: refacto use dedicated trait 2024-07-29 22:20:28 +02:00
Σrebe - Romain GERARD
279896126c
chore(http-proxy): improve http proxy 2024-07-28 16:04:46 +02:00
Σrebe - Romain GERARD
38cb7ed5f8
refacto: split into modules 2024-07-28 15:24:55 +02:00
Σrebe - Romain GERARD
6a07201de1
refacto: Add specific trait for TunnelListener 2024-07-28 12:22:33 +02:00
Σrebe - Romain GERARD
6e10c27dbb
feat: Add http proxy support 2024-07-27 20:13:02 +02:00
Σrebe - Romain GERARD
97251804dd
feat(udp): set SO_MARK for udp cnx 2024-07-20 16:16:46 +02:00
Σrebe - Romain GERARD
2c5cc95c52
chore(dns): cleanup code 2024-07-20 15:42:42 +02:00
Σrebe - Romain GERARD
5119877592
fix remove test forgotten code 2024-07-20 12:53:33 +02:00
Σrebe - Romain GERARD
6351cd9e52
feat(dns): Add flag to specify if we should prefer IPv4 over IPv6 2024-07-20 10:41:24 +02:00
Ramses
90d378e768
Do DNS queries for both A and AAAA simultaneously (#302)
* Do DNS queries for both A and AAAA simultaneously

We implement a basic version of RFC8305 (happy eyeballs) to establish
the connection afterwards.

* Try to connect to UDP sockets simultaneously
2024-07-10 21:14:20 +02:00
Σrebe - Romain GERARD
4f570dc48b
bump deps 2024-07-09 08:40:58 +02:00
Σrebe - Romain GERARD
d797fa135c
feat(sock5): Add login/passzord support 2024-07-09 08:22:39 +02:00
Σrebe - Romain GERARD
15db9358a0
feat(dns): Use HTTP proxy if configured for Dns over HTTPS/TLS 2024-06-26 13:27:36 +02:00
Σrebe - Romain GERARD
ef1ca16e4a
feat(dns): Add timeout for tcp handshake for Dns over HTTPS/TLS 2024-06-25 20:28:29 +02:00
Σrebe - Romain GERARD
f2404e79e1
bump deps 2024-06-24 20:37:14 +02:00
erebe
7165f328a8
fix dns over TLS and HTTPS 2024-06-24 20:07:24 +02:00
Σrebe - Romain GERARD
fb378d29d5
feat(linux): Add SO_MARK support for DNS request 2024-06-24 20:07:17 +02:00
Σrebe - Romain GERARD
8e4db44744
Bump version v9.6.3-rc1 2024-06-10 13:48:52 +02:00
Σrebe - Romain GERARD
880aa257a1
feat: Allow to specify DNS resolver on client too - fix #290 for windows 2024-06-09 14:57:54 +02:00
Σrebe - Romain GERARD
485a31c5a2
Bump version v9.6.2 2024-06-07 22:32:57 +02:00
Σrebe - Romain GERARD
bb266f6899
fix(#287): Clamp max websocket message size to 32MB 2024-06-07 21:25:05 +02:00
Σrebe - Romain GERARD
0da43e1643
fix(#289): crash due to invalid UDP socks5 packet received 2024-06-07 20:54:13 +02:00
Σrebe - Romain GERARD
2dd99130fa
lint 2024-05-29 19:19:03 +02:00
Σrebe - Romain GERARD
f53081291e
lint 2024-05-25 13:52:33 +02:00