Luna Yao
|
6f3e708679
|
tunnel(bind): gather all bind logic to a single function (#2070)
* extract a Bindable trait for binding TcpSocket, TcpListener, and UdpSocket
|
2026-04-12 22:16:58 +08:00 |
|
Luna Yao
|
8311b11713
|
refactor: remove NoGroAsyncUdpSocket (#1867)
|
2026-04-10 23:22:08 +08:00 |
|
Luna Yao
|
a879dd1b14
|
chore: update Rust to 2024 edition (#2066)
|
2026-04-10 00:22:12 +08:00 |
|
KKRainbow
|
21f4a944a7
|
fix perf degraded because of impact of is_empty() of dashmap (#1854)
|
2026-02-01 08:51:18 +08:00 |
|
Chenx Dust
|
ccc684a9ab
|
Fix: Fixed compilation issue after partially removing the feature flag (#1835)
|
2026-01-28 21:38:34 +08:00 |
|
KKRainbow
|
53264f67bf
|
fix peer establish direct conn with subnet proxy to one of local interface (#1782)
* fix peer establish direct conn with subnet proxy to one of local interface
* fix peer mgr ref loop
|
2026-01-15 01:00:32 +08:00 |
|
21paradox
|
9c316ea01c
|
fix socks5 and tcp forward mem leak (#1721)
Co-authored-by: sijie.sun <sijie.sun@smartx.com>
|
2025-12-31 00:01:44 +08:00 |
|
KKRainbow
|
7aba65ea32
|
enhance port forward (#1662)
|
2025-12-09 22:16:16 +08:00 |
|
Tunglies
|
fe4dff5df0
|
perf: simplify method signatures and reduce clone across multiple files (#1663)
|
2025-12-09 16:47:57 +08:00 |
|
Sijie.Sun
|
3ffa6214ca
|
fix subnet proxy deadloop (#1492)
* use LPM to determine subnet proxy dst.
* never allow subnet proxy traffic sending to self.
|
2025-10-19 15:46:51 +08:00 |
|
Sijie.Sun
|
cc8f35787e
|
release dashmap memory (#1485)
|
2025-10-18 12:48:04 +08:00 |
|
Sijie.Sun
|
971ef82679
|
fix data not encrypted when no tun is enabled (#1435)
|
2025-10-01 11:16:24 +08:00 |
|
Sijie.Sun
|
67abf4446d
|
fix socks5 panic (#1409)
|
2025-09-25 08:24:50 +08:00 |
|
Sijie.Sun
|
ef3309814d
|
fix cli add port forward failed if initial forward list is empty (#1324)
|
2025-09-02 22:03:57 +08:00 |
|
Sijie.Sun
|
e43537939a
|
clippy all codes (#1214)
1. clippy code
2. add fmt and clippy check in ci
|
2025-08-10 22:56:41 +08:00 |
|
Sijie.Sun
|
8ffc2f12e4
|
optimize the condition of enabling kcp (#1210)
|
2025-08-09 16:16:09 +08:00 |
|
Sijie.Sun
|
2ec88da823
|
cli for port forward and tcp whitelist (#1165)
|
2025-07-29 09:30:47 +08:00 |
|
Sijie.Sun
|
940238f158
|
socks5 and port forwarding (#1118)
|
2025-07-17 10:09:25 +08:00 |
|
Sijie.Sun
|
3c65594030
|
smoltcp use larger tx/rx buf size (#1085)
* smoltcp use larger tx/rx buf size
* fix direct conn check
|
2025-07-06 10:53:01 +08:00 |
|
DavHau
|
d0cfc49806
|
Add support for IPv6 within VPN (#1061)
* add flake.nix with nix based dev shell
* add support for IPv6
* update thunk
---------
Co-authored-by: sijie.sun <sijie.sun@smartx.com>
|
2025-07-04 23:43:30 +08:00 |
|
Sijie.Sun
|
25dcdc652a
|
support mapping subnet proxy (#978)
- **support mapping subproxy network cidr**
- **add command line option for proxy network mapping**
- **fix Instance leak in tests.
|
2025-06-14 11:42:45 +08:00 |
|
Sijie.Sun
|
72be46e8fa
|
allow tcp port forward use kcp (#838)
|
2025-05-11 00:48:34 +08:00 |
|
Sijie.Sun
|
c142db301a
|
port forward (#736)
* support tcp port forward
* support udp port forward
* command line option for port forward
|
2025-04-01 09:59:53 +08:00 |
|
Sijie.Sun
|
7ab8cad1af
|
allow use ipv4 address in any cidr (#404)
|
2024-10-10 10:28:48 +08:00 |
|
sijie.sun
|
ad4cbbea6d
|
fix socks5 access local virtual ip
|
2024-08-17 23:52:05 +08:00 |
|
sijie.sun
|
db660ee3b1
|
add test for socks5 server
|
2024-08-17 21:39:19 +08:00 |
|
sijie.sun
|
ae54a872ce
|
support socks5 proxy
usage: --socks5 12345
create an socks5 server on port 12345, can be used by socks5 client to access
virtual network.
|
2024-08-17 13:17:38 +08:00 |
|