Commit Graph

192 Commits

Author SHA1 Message Date
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
Charles Xu
7833ca8bc6 replace deprecated method 2023-09-18 10:16:48 +00:00
Charles Xu
03721e8c7e update deps 2023-09-18 10:01:14 +00:00
ginuerzh
a623232cc1 add recorder for serial handler 2023-09-18 09:43:01 +08:00
ginuerzh
f2ff1aa45a add unix domain socket 2023-09-16 23:14:12 +08:00
ginuerzh
92db078642 add network feature for relay 2023-09-16 21:47:40 +08:00
ginuerzh
ee4f80b68d add serial port(COM) listener and handler 2023-09-16 09:43:00 +08:00
ginuerzh
719f5c8267
Merge pull request #11 from honwen/master
bump deps; bump sdk to 1.21
2023-09-15 23:54:54 +08:00
ginuerzh
da582d1da1
Merge branch 'master' into master 2023-09-15 23:53:59 +08:00
dependabot[bot]
34f9f410d5 Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.1
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.2 to 1.9.1.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/gin-gonic/gin/compare/v1.8.2...v1.9.1)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 23:47:47 +08:00
honwen.chan
a2878c3155 bump deps; bump sdk to 1.21 2023-08-22 00:02:27 +08:00
ginuerzh
46db8480fa add timeout for sniffing 2023-05-21 15:47:51 +08:00
ginuerzh
30c705ffe5 increase transport buffer size 2023-05-01 14:05:18 +08:00
ginuerzh
73b563f0c1 add token for plugin 2023-04-20 19:05:59 +08:00
ginuerzh
32c8188351 add plugin system 2023-04-18 20:52:56 +08:00
ginuerzh
7576651a67 add client label for metrics 2023-04-14 18:51:34 +08:00
ginuerzh
de5ce1e1ca add async option for dns handler 2023-04-14 18:50:33 +08:00
ginuerzh
18fa84b51f load default CA from ca.pem 2023-03-21 18:28:05 +08:00
ginuerzh
a39800270b load default CA from ca.pem 2023-03-21 18:11:06 +08:00
ginuerzh
fb7b827ea2 fix keepalive for websocket 2023-03-21 17:58:10 +08:00
ginuerzh
661953e09f fix grpc dialer 2023-03-20 18:28:35 +08:00
ginuerzh
f32b72ce56 fix grpc dialer 2023-03-07 23:51:27 +08:00