|
59c7128f93
|
Remove kcp support
Signed-off-by: Jacob Kiers <code@kiers.eu>
|
2024-02-23 22:49:43 +01:00 |
|
|
bb81a32349
|
Deduplicate some code
Signed-off-by: Jacob Kiers <code@kiers.eu>
|
2023-10-05 13:34:40 +02:00 |
|
|
17b39dc6bc
|
Prepare for new config version
Signed-off-by: Jacob Kiers <code@kiers.eu>
|
2023-10-05 13:34:40 +02:00 |
|
|
3a2367ef28
|
Moved upstreams to their own dedicated namespace
Signed-off-by: Jacob Kiers <code@kiers.eu>
|
2023-10-05 00:26:06 +02:00 |
|
|
9564fbed6e
|
Fix clippy warnings
Signed-off-by: Jacob Kiers <code@kiers.eu>
|
2023-10-04 22:14:51 +02:00 |
|
|
8dae1126d5
|
Deduplicate copy method
Signed-off-by: Jacob Kiers <code@kiers.eu>
|
2023-10-04 22:14:50 +02:00 |
|
|
5f0de72b88
|
Remove unused variable
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
Signed-off-by: Jacob Kiers <code@kiers.eu>
|
2023-08-25 22:56:46 +02:00 |
|
|
915e39b684
|
Extract DNS address resolution
Signed-off-by: Jacob Kiers <code@kiers.eu>
|
2023-08-16 09:32:05 +02:00 |
|
|
0c5153bbd6
|
Rename Proxy::default to ::default_action
Signed-off-by: Jacob Kiers <code@kiers.eu>
|
2023-08-16 09:31:20 +02:00 |
|
|
f4bc441ca8
|
Enable explicit ipv4 / ipv6 proxying
Signed-off-by: Jacob Kiers <code@kiers.eu>
|
2023-06-02 17:35:29 +02:00 |
|
KernelErr
|
8fbc0c370a
|
Add error messages when failed to start server
|
2021-12-30 22:05:25 +08:00 |
|
KernelErr
|
47be2568ba
|
Add upstream scheme support
Need to implement TCP and UDP upstream support.
|
2021-10-31 19:21:32 +08:00 |
|
KernelErr
|
5944beb6a2
|
Combine TCP and KCP tests
|
2021-10-27 08:36:24 +08:00 |
|
KernelErr
|
ee9d0685b3
|
Refactor TCP and KCP test
|
2021-10-26 23:52:07 +08:00 |
|
KernelErr
|
a88a263d20
|
Move tokio_kcp to local files
|
2021-10-26 23:02:05 +08:00 |
|
KernelErr
|
55eef8581c
|
Add KCP support
|
2021-10-26 21:36:12 +08:00 |
|
KernelErr
|
7a5ce8e1b6
|
Add unit tests and use Rust 2021
|
2021-10-25 22:12:44 +08:00 |
|
KernelErr
|
4352050b04
|
Pass Clippy and ignore shutdown error
The client might close the connection before the server noticed. So we simply ignore the error thrown by the shutdown operation.
|
2021-10-21 17:01:52 +08:00 |
|
KernelErr
|
2c2509a178
|
First commit
|
2021-10-21 16:43:59 +08:00 |
|