Commit Graph

298 Commits

Author SHA1 Message Date
b48d2c0dbc Update README.md 2023-09-15 23:47:01 +08:00
b7266f4660 Update README_en.md 2023-09-15 23:47:01 +08:00
6883c32157 set 777 per 2023-09-15 23:47:01 +08:00
f1c5f7598c check root 2023-09-15 23:47:01 +08:00
c31242efbb add install script 2023-09-15 23:47:01 +08:00
6ee632cee2 Bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.9.0 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.9.0...v1.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-15 23:44:45 +08:00
8e2060582e add timeout for sniffing 2023-05-21 15:54:57 +08:00
410b4ddf53 Bump github.com/gin-gonic/gin from 1.8.2 to 1.9.0
Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.8.2 to 1.9.0.
- [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.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-10 17:17:53 +08:00
0b6474d836 increase transport buffer size 2023-05-01 14:06:37 +08:00
4b6d6e7e7c add token for plugin 2023-04-20 19:07:55 +08:00
b2434dd05b add plugin system 2023-04-18 20:55:04 +08:00
3d15dedab2 add async option for dns handler 2023-04-14 19:17:10 +08:00
436864ca92 fix issue #206 2023-04-12 21:32:13 +08:00
4847f9ee9f add support for windows service 2023-03-31 14:51:08 +08:00
a88b44d01d fix #174: load default CA from ca.pem 2023-03-21 20:25:13 +08:00
45f1cc2efc fix #188 2023-03-20 18:31:47 +08:00
bfa1530ef6 fix grpc dialer 2023-03-08 00:01:36 +08:00
f02c9810f2 update go.mod 2023-02-26 13:54:17 +08:00
fda6214c12 fix #180: add default server name for tls client config 2023-02-26 13:48:42 +08:00
acb8c5bd53 bump golang.org/x/net from 0.5.0 to 0.7.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.5.0 to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/compare/v0.5.0...v0.7.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-26 13:43:20 +08:00
3f53858c83 update version 2023-02-14 18:57:06 +08:00
a379565412 fix relay connect handler 2023-02-14 18:57:06 +08:00
69089b790f Bump github.com/pion/dtls/v2 from 2.1.5 to 2.2.4
Bumps [github.com/pion/dtls/v2](https://github.com/pion/dtls) from 2.1.5 to 2.2.4.
- [Release notes](https://github.com/pion/dtls/releases)
- [Commits](https://github.com/pion/dtls/compare/v2.1.5...v2.2.4)

---
updated-dependencies:
- dependency-name: github.com/pion/dtls/v2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-14 09:48:22 +08:00
1c2d9b2a5b relay: fix routing for http traffic from entrypoint 2023-02-12 20:44:50 +08:00
8d852b62cf relay: add direct routing for tunnel 2023-02-06 21:18:35 +08:00
a80dec0dc1 go1.20 2023-02-04 18:48:20 +08:00
62ca8ff2de add tunnel option for relay 2023-02-02 23:28:04 +08:00
b8504f7f28 update go.mod 2023-02-02 20:00:12 +08:00
95a2f0d649 add UDP support for reverse proxy tunnel 2023-02-02 19:20:22 +08:00
d810224e7b add .goreleaser.yaml 2023-01-31 21:24:54 +08:00
db36804bfa add goreleaser github action 2023-01-31 21:24:16 +08:00
ad8af1942d update .gitignore 2023-01-31 19:36:10 +08:00
3d01f74f7c fix nil route panic 2023-01-31 18:08:50 +08:00
6b05bcb0ab add auth support for forwarder node 2023-01-31 14:07:20 +08:00
799c95bfb4 forward non-HTTP traffic based on host 2023-01-30 21:10:59 +08:00
de0a584175 fix http traffic forwarding 2023-01-30 14:40:40 +08:00
381b1c9bf5 fix http traffic forwarding 2023-01-29 23:33:54 +08:00
ed7d72bfd8 update go.mod 2023-01-29 20:53:33 +08:00
98aef6ba90 forwarder: add http node settings 2023-01-29 20:33:58 +08:00
dfde6efdeb relay: add private tunnel 2023-01-29 11:57:57 +08:00
8858598cf0 update go.mod 2023-01-20 10:29:39 +08:00
c765789076 fix race condition in config updating 2023-01-20 10:28:32 +08:00
cf49a3ae46 add webapi for ingress 2023-01-15 17:46:24 +08:00
fa47726c3d add tunnel feature for relay 2023-01-14 13:18:45 +08:00
c351b849e6 case-insensitive metadata key 2023-01-11 22:28:43 +08:00
44fca4e04c grpc: cancel stream when done 2022-12-30 19:38:51 +08:00
a795923980 fix dtls 2022-12-23 18:58:24 +08:00
d3283d6278 tun: support multiple IPs 2022-12-22 17:52:05 +08:00
4b3e711adb update grpc 2022-12-21 18:21:23 +08:00
258d9f5b26 fix traffic limiter 2022-12-19 19:38:38 +08:00