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 |
|
ginuerzh
|
7a21c7eb6f
|
add keepalive for ssh
|
2023-03-03 13:06:20 +08:00 |
|
ginuerzh
|
54046d2003
|
update go.mod
|
2023-02-26 13:45:00 +08:00 |
|
ginuerzh
|
a0765edd40
|
add default server name for tls client config
|
2023-02-24 20:20:10 +08:00 |
|
ginuerzh
|
09ee29091b
|
fix relay connect handler
|
2023-02-14 18:53:57 +08:00 |
|
ginuerzh
|
b8027864a3
|
relay: fix routing for http traffic from entrypoint
|
2023-02-12 20:42:46 +08:00 |
|
ginuerzh
|
6f9f5ce6ab
|
relay: add direct routing for tunnel
|
2023-02-06 21:16:56 +08:00 |
|
ginuerzh
|
02a5f4dde4
|
go1.20
|
2023-02-04 18:44:52 +08:00 |
|
ginuerzh
|
e2d5d50b4b
|
relay: use service for rtcp bind handler
|
2023-02-04 18:38:21 +08:00 |
|
ginuerzh
|
c84b4e698c
|
add tunnel option for relay handler
|
2023-02-02 23:25:52 +08:00 |
|
ginuerzh
|
a684248377
|
update go.mod
|
2023-02-02 19:56:28 +08:00 |
|
ginuerzh
|
416405b1f0
|
add UDP support for reverse proxy tunnel
|
2023-02-02 19:18:10 +08:00 |
|
ginuerzh
|
9750998940
|
fix http response code when forwarder node is not available
|
2023-01-31 18:07:44 +08:00 |
|
ginuerzh
|
ebdb77d71f
|
add auth support for forwarder node
|
2023-01-31 14:04:28 +08:00 |
|
ginuerzh
|
3e35a7b761
|
add authBasicRealm metadata for HTTP/HTTP2 handler
|
2023-01-31 13:42:55 +08:00 |
|
ginuerzh
|
1c6bc9283e
|
forward non-HTTP traffic based on host
|
2023-01-30 21:09:21 +08:00 |
|
ginuerzh
|
3afa3b6860
|
fix http traffic forwarding
|
2023-01-30 14:38:13 +08:00 |
|
ginuerzh
|
43036f8e64
|
fix http traffic forwarding
|
2023-01-29 23:32:13 +08:00 |
|
ginuerzh
|
a0efee1541
|
update core pkg
|
2023-01-29 20:46:18 +08:00 |
|
ginuerzh
|
66234239e4
|
add http node settings
|
2023-01-29 20:31:13 +08:00 |
|
ginuerzh
|
24037aba7b
|
relay: added private tunnel
|
2023-01-29 11:55:26 +08:00 |
|
ginuerzh
|
93b40f4c86
|
fix race condition in config updating
|
2023-01-20 10:27:21 +08:00 |
|
ginuerzh
|
40360f0c6f
|
add Close() for relay handler
|
2023-01-17 22:11:05 +08:00 |
|
ginuerzh
|
834c6447ca
|
add webapi for ingress
|
2023-01-15 17:44:12 +08:00 |
|
ginuerzh
|
82cd924c86
|
add tunnel feature for relay
|
2023-01-14 13:15:15 +08:00 |
|
ginuerzh
|
9b128534a0
|
case-insensitive metadata key
|
2023-01-11 22:25:58 +08:00 |
|
ginuerzh
|
3b245ec381
|
grpc: cancel stream
|
2022-12-30 19:34:48 +08:00 |
|
ginuerzh
|
bb106e2d89
|
fix dtls connection
|
2022-12-23 18:56:58 +08:00 |
|
ginuerzh
|
fb29d5c80e
|
tun: support multiple IPs
|
2022-12-22 17:44:30 +08:00 |
|
ginuerzh
|
67bbdbf5a3
|
update go.mod
|
2022-12-21 18:19:38 +08:00 |
|
ginuerzh
|
ee2c05494c
|
add more options for grpc
|
2022-12-21 18:17:46 +08:00 |
|
ginuerzh
|
86acbf7f66
|
update go.mod
|
2022-12-19 19:35:28 +08:00 |
|
ginuerzh
|
15feb7599e
|
fix traffic limiter
|
2022-12-19 19:33:29 +08:00 |
|
ginuerzh
|
1cb719f694
|
fix tcp redirect
|
2022-12-17 22:42:05 +08:00 |
|