Commit Graph

296 Commits

Author SHA1 Message Date
ginuerzh
907420d18b add webtransport tunnel 2023-11-10 21:30:20 +08:00
ginuerzh
c1437794f8 add path option for hop 2023-11-09 20:36:21 +08:00
ginuerzh
c2df5650fb add prefer and only options for resolver 2023-11-08 21:09:08 +08:00
ginuerzh
23506579e7 improve udp listener 2023-11-07 23:11:38 +08:00
ginuerzh
969db8691b update README 2023-11-03 17:48:56 +08:00
ginuerzh
3b0a2f1bae update sd 2023-11-02 22:34:11 +08:00
ginuerzh
b2ed4ae9fd update sd 2023-11-02 20:54:59 +08:00
ginuerzh
b2784011d0 add service discovery for tunnel 2023-10-31 23:00:32 +08:00
ginuerzh
d4e00683c3 add tls options 2023-10-29 10:28:46 +08:00
ginuerzh
471513896d update nightly build schedule 2023-10-28 22:48:59 +08:00
ginuerzh
6967278600 add nightly build 2023-10-28 22:41:14 +08:00
ginuerzh
2898732c20 improve tunnel entrypoint 2023-10-27 22:15:53 +08:00
dependabot[bot]
bb0c0450e8 Bump google.golang.org/grpc from 1.58.1 to 1.58.3
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.1 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.1...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 22:11:52 +08:00
ginuerzh
6bb7dfea8f fix #315 2023-10-25 23:13:39 +08:00
ginuerzh
e27d2bc593 set smux version to 1 2023-10-24 20:49:19 +08:00
ginuerzh
3144d61ecd generate random tunnel ID 2023-10-20 23:57:43 +08:00
ginuerzh
e4b68d385a fix race condition 2023-10-19 23:50:27 +08:00
ginuerzh
a91300d078 get real client ip for http forwarding 2023-10-18 21:23:38 +08:00
ginuerzh
b8785eb71e fix race condition when forwarding http 2023-10-18 19:20:43 +08:00
ginuerzh
67fcd929be fix http traffic forwarding 2023-10-18 14:33:38 +08:00
ginuerzh
48c262bf71 fix websocket for forward handler 2023-10-17 23:26:04 +08:00
ginuerzh
05c35005e9 fix websocket for forward handler 2023-10-17 23:06:02 +08:00
ginuerzh
f6112773a1 default to smux version 2 for tunnel 2023-10-17 22:16:28 +08:00
ginuerzh
61002b7c9c add mux config 2023-10-17 21:56:29 +08:00
ginuerzh
f8a19e0829 fix http handler for tunnel 2023-10-16 23:56:36 +08:00
ginuerzh
b1ace73943 update forward handler 2023-10-16 23:17:51 +08:00
ginuerzh
3d0e993498 fix compile error for serial 2023-10-15 23:57:49 +08:00
ginuerzh
9cbc875965 add tunnel handler and connector 2023-10-15 15:40:49 +08:00
dependabot[bot]
139b934fc6 Bump golang.org/x/net from 0.15.0 to 0.17.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.15.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.15.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-14 21:07:47 +08:00
ginuerzh
c1d9228eee add auther for metrics 2023-10-09 21:30:43 +08:00
ginuerzh
2ea7dc250a fix #239 2023-10-08 22:05:39 +08:00
ginuerzh
be33046c16 add proxy protocol support for relay tunnel and rtcp 2023-10-08 19:50:12 +08:00
ginuerzh
d85b8d487b fix socks5 connector 2023-10-04 16:37:10 +08:00
ginuerzh
ab8d77bb5e fix issue #280 2023-09-30 17:55:22 +08:00
ginuerzh
8640596064 go1.21 2023-09-28 21:31:17 +08:00
ginuerzh
8a699e1906 add reload and plugin support for hop 2023-09-28 21:05:44 +08:00
ginuerzh
0d41f5edc8 update go.sum 2023-09-21 21:55:23 +08:00
ginuerzh
87364d2494 add client addr for auth plugin 2023-09-21 20:01:25 +08:00
ginuerzh
6982b8af63 add HTTP based plugin 2023-09-20 22:58:48 +08:00
ginuerzh
0b1540b23a add client ID for plugin service 2023-09-19 22:39:42 +08:00
ginuerzh
1bbeeb7e66 add unix/serial dialer and connector 2023-09-18 23:18:27 +08:00
ginuerzh
5d4db6e377 add recorder for serial handler 2023-09-18 21:13:52 +08:00
ginuerzh
05d06a2718 add recorder for serial handler 2023-09-18 09:43:44 +08:00
ginuerzh
420b36b2f8 update README.md 2023-09-17 00:23:11 +08:00
ginuerzh
3883a4493a add support for unix domain socket 2023-09-16 23:15:49 +08:00
ginuerzh
355aaa7690 fix typos 2023-09-16 21:52:00 +08:00
ginuerzh
c73c98974c add support for serial(COM) port redirector 2023-09-16 21:50:54 +08:00
Sam Sesh
98c9cc2821 update 2023-09-15 23:47:01 +08:00
127.0.0.1:443
b48d2c0dbc Update README.md 2023-09-15 23:47:01 +08:00
127.0.0.1:443
b7266f4660 Update README_en.md 2023-09-15 23:47:01 +08:00