Commit Graph

213 Commits

Author SHA1 Message Date
ginuerzh
696d10fc28 add webtransport tunnel 2023-11-10 21:29:11 +08:00
ginuerzh
6bface4581 add path option for hop 2023-11-09 20:34:59 +08:00
ginuerzh
3eca21104a add port filter for matcher 2023-11-09 10:59:32 +08:00
ginuerzh
a697bf2e35 update resolver 2023-11-08 20:51:43 +08:00
ginuerzh
6980fcfb19 improve udp listener 2023-11-07 23:10:44 +08:00
ginuerzh
d464be5fd0 update sd 2023-11-02 22:31:52 +08:00
ginuerzh
68edeb2d59 update sd 2023-11-02 20:52:33 +08:00
ginuerzh
a7166b8206 add sd for tunnel 2023-10-31 22:59:14 +08:00
ginuerzh
e8d5e719a4 add tls options 2023-10-29 10:27:13 +08:00
ginuerzh
cffbecc3c0 update go.mod 2023-10-27 22:14:13 +08:00
ginuerzh
0bef7c0cdf improve tunnel handler 2023-10-27 22:11:11 +08:00
dependabot[bot]
a4e3c25b22 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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-27 10:07:56 +08:00
ginuerzh
bcc75c5ba4 update tunnel handler 2023-10-27 08:48:16 +08:00
ginuerzh
e5fa371586 add options for components 2023-10-26 22:20:10 +08:00
ginuerzh
33adbb9027 fix mws dialer 2023-10-25 23:11:55 +08:00
ginuerzh
5b1183661f set smux version to 1 2023-10-24 20:45:19 +08:00
ginuerzh
1801d855c5 update go.mod 2023-10-20 23:56:32 +08:00
ginuerzh
95ae6e3f57 generate random tunnel id 2023-10-20 23:54:45 +08:00
ginuerzh
5931de19d4 update go.mod 2023-10-20 19:13:40 +08:00
ginuerzh
28824885ab add entrypoint for tunnel handler 2023-10-20 19:12:09 +08:00
ginuerzh
1e17320dfb update go.mod 2023-10-19 23:49:12 +08:00
ginuerzh
cc4310106b fix race condition 2023-10-19 23:47:47 +08:00
ginuerzh
f2fd6554ad get real client ip for http forwarding 2023-10-18 21:22:44 +08:00
ginuerzh
54b56df214 fix race condition 2023-10-18 19:19:43 +08:00
ginuerzh
3f3deb98b8 fix http traffic forwarding 2023-10-18 14:32:42 +08:00
ginuerzh
5d57852c8a fix websocket for forward handler 2023-10-17 23:25:13 +08:00
ginuerzh
a9f0dda805 fix websocket for tunnel 2023-10-17 23:04:30 +08:00
ginuerzh
0a565120df default to smux version 2 for tunnel 2023-10-17 22:15:23 +08:00
ginuerzh
1759c95e78 add mux config 2023-10-17 21:55:07 +08:00
ginuerzh
bf5311ddc3 fix http handler for tunnel 2023-10-16 23:53:58 +08:00
ginuerzh
5dfbb59f8a update forward handler 2023-10-16 23:16:47 +08:00
ginuerzh
5ab729b166 fix serial 2023-10-15 23:55:52 +08:00
ginuerzh
497915f465 add tunnel handler and connector 2023-10-15 15:39:25 +08:00
ginuerzh
033151a770
Merge pull request #13 from go-gost/dependabot/go_modules/golang.org/x/net-0.17.0
Bump golang.org/x/net from 0.15.0 to 0.17.0
2023-10-14 21:06:55 +08:00
ginuerzh
5488076801 add recorder for relay tunnel endpoint 2023-10-14 21:06:03 +08:00
dependabot[bot]
bd9f8e9364
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: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-11 23:12:28 +00:00
ginuerzh
4be7d60147 add auther for metrics 2023-10-09 21:27:35 +08:00
ginuerzh
61f1f05339 fix panic in tun handler 2023-10-08 22:04:36 +08:00
ginuerzh
6a36ebcc9f add proxy protocol support for relay tunnel and rtcp 2023-10-08 19:49:03 +08:00
ginuerzh
07db20c9a8 fix socks5 connector 2023-10-04 16:34:17 +08:00
ginuerzh
9d46255a18 fix socks5 selector 2023-09-30 17:52:18 +08:00
ginuerzh
836cf6eade add network for bypass 2023-09-30 17:51:55 +08:00
ginuerzh
ea585fc25d add reload and plugin support for hop 2023-09-28 21:04:15 +08:00
ginuerzh
ddc3c9392e add client addr for auth plugin 2023-09-21 19:59:56 +08:00
ginuerzh
1760151500 add HTTP plugin 2023-09-20 22:56:43 +08:00
ginuerzh
afddd2d29e update plugin module 2023-09-19 22:35:09 +08:00
ginuerzh
674a70cd23 add client ID for plugin service 2023-09-19 22:31:37 +08:00
ginuerzh
95da26cf49 add unix/serial dialer and connector 2023-09-18 23:14:55 +08:00
ginuerzh
b720e72870
Merge pull request #12 from gost-dev/bump-deps
Bump deps and remove deprecated method
2023-09-18 21:19:20 +08:00
ginuerzh
a743862f23 add recorder for serial handler 2023-09-18 21:13:11 +08:00