yusing
d61bd5ce51
chore: update go to 1.25.6 and dependencies
2026-01-16 18:34:39 +08:00
yusing
69d04f1b76
refactor(agent): remove goutils/server dependency and use direct HTTP server setup
...
- Replaced `goutils/server` helper library with manual HTTP server configuration for agent socketproxy
- Removed entire `agent/pkg/server/server.go` package (43 lines) that wrapped TLS/HTTP server functionality
- Added explicit TCP listener and integrated zerolog with server's error logging
- Cleaned up 17 unused indirect agent dependencies
2026-01-09 20:27:48 +08:00
yusing
dc1b70d2d7
chore(deps): update dependencies
2026-01-09 10:57:24 +08:00
Yuzerion
6fac5d2d3e
feat(agent): agent stream tunneling with TLS and dTLS (UDP) ( #188 )
...
* **New Features**
* Multiplexed TLS port: HTTP API and a custom stream protocol can share one port via ALPN.
* Agent-side TCP and DTLS/UDP stream tunneling with health-check support and runtime capability detection.
* Agents now advertise per-agent stream support (TCP/UDP).
* **Documentation**
* Added comprehensive stream protocol documentation.
* **Tests**
* Extended integration and concurrency tests covering multiplexing, TCP/UDP streams, and health checks.
* **Chores**
* Compose/template updated to expose both TCP and UDP ports.
2026-01-09 10:52:35 +08:00
yusing
243e7e9e95
refactor(health): restructure health check implementations into dedicated check package
...
- Move health check implementations from monitor/ to new check/ package
- Add h2c, tcp4/6, udp4/6 scheme support to agent health check API
- Add timeout URL parameter to agent health check endpoint
- Remove unused agent dependencies (dnsproviders, lego, various cloud SDKs)
- Use net.JoinHostPort instead of fmt.Sprintf for port joining
2026-01-08 14:54:33 +08:00
yusing
cc27942c4d
chore(deps): update dependencies
2026-01-05 20:47:56 +08:00
yusing
e25ccdbd24
chore: upgrade dependencies
2025-12-30 21:56:54 +08:00
yusing
4d08efbd4f
chore(deps): upgrade dependencies
2025-12-22 11:54:13 +08:00
yusing
27512b4d04
chore: upgrade dependencies
2025-12-17 17:43:53 +08:00
yusing
8d4618cedf
chore(deps): go mod tidy
2025-12-10 17:37:46 +08:00
yusing
0dc7c59af1
refactor(deps): upgrade go to 1.25.5; isolate dependencies for reverseproxy, websocket and server modules
2025-12-05 00:36:16 +08:00
yusing
09b514393d
chore(deps): upgrade go version and dependencies
2025-12-04 12:18:12 +08:00
yusing
9285977495
chore(deps): upgrade dependencies
2025-11-17 15:15:06 +08:00
yusing
c156173757
refactor(docker): migrate from github.com/docker/docker to github.com/moby/moby
2025-11-13 23:03:27 +08:00
yusing
efe1350ffd
chore: upgrade dependencies
2025-11-13 15:30:15 +08:00
yusing
4d6541c851
chore(deps): update Go version in Dockerfile and go mod tidy
2025-11-07 16:35:35 +08:00
yusing
36e9b0d416
chore: upgrade go to 1.25.4 and dependencies
2025-11-06 20:13:01 +08:00
yusing
61be88c1d3
chore: upgrade dependencies
2025-10-28 21:40:23 +08:00
yusing
fc7a81faf5
chore: upgrade dependencies
2025-10-25 23:27:35 +08:00
yusing
9c3346dd9d
fix(agent): correct usage of task in StartAgentServer and updated test expectations
2025-10-22 00:02:13 +08:00
yusing
5a91db8d10
perf: use fasthttp for health checks; upgrade go to 1.25.3
2025-10-17 22:50:13 +08:00
yusing
66043e4a26
refactor!: simplify lego generate script; add and drop some dns provider
2025-10-11 12:44:16 +08:00
yusing
a8aa82f687
chore: upgrade dependencies
2025-10-10 09:11:29 +08:00
yusing
b46b464e65
refactor: add goutils as submodule, remove go.mod from internal/utils
2025-10-07 20:43:41 +08:00
yusing
52ec309f6b
chore: go mod tidy
2025-10-05 20:41:37 +08:00
yusing
6051f75145
refactor(favicon): improve cache and error handling
2025-10-05 20:37:27 +08:00
yusing
f4f104d206
refactor: add go-oidc as submodule
2025-10-05 12:38:40 +08:00
yusing
74224c8e87
refactor(metrics): optimize and simplify system info; add gopsutil as submodule
2025-10-05 12:05:58 +08:00
yusing
fc23e262d7
chore: update dependencies
2025-10-03 23:26:27 +08:00
Yuzerion
4852efcf9c
feat: faster serialization ( #157 )
...
* refactor: improve deserialization performance
* refactor(serialization): simplify string conversion logic in Convert function
* fix(serialization): default value lookup
* refactor: add comment about concurrency in RegisterDefaultValueFactory
---------
Co-authored-by: yusing <yusing@6uo.me >
2025-10-02 20:30:31 +08:00
yusing
2a05c6a630
refactor: move websocket package and some http utils to seperate repo
2025-09-27 14:16:42 +08:00
yusing
6776f20332
refactor: move task, error and testing utils to separte repo; apply gofumpt
2025-09-27 13:41:50 +08:00
yusing
22bcf1201b
refactor: move some io, http and string utils to separate repo
2025-09-27 12:46:41 +08:00
yusing
a932688ca3
chore(deps): upgrade gopsutils
2025-09-26 21:40:28 +08:00
yusing
14e243d245
chore(deps): upgrade dependencies
2025-09-26 20:47:21 +08:00
yusing
f7149453d6
refactor(env): move env parsing to separate repo
2025-09-26 20:41:10 +08:00
yusing
f9affba9fc
refactor(modules): replace github.com/yusing/go-proxy with github.com/yusing/godoxy
2025-09-22 16:44:59 +08:00
yusing
83a69322fa
refactor(server): enhance server start options and support for proxy protocol
2025-09-18 17:34:02 +08:00
yusing
6b17272347
chore(deps): upgraded dependencies
2025-09-14 00:19:53 +08:00
yusing
978407ae7e
chore(agent): upgrade dependencies
2025-09-11 22:19:22 +08:00
yusing
81f8bad77d
breaking(dns_providers): drop support for serveral dns providers
...
- Dropped `namesilo`, `binarylane`,`edgeone`,`baiducloud`,`huaweicloud`,`tencentcloud`,`alidns`
- Introduce support for azion, conohav3, dyndnsfree, nicru, zoneedit
- dns providers dependencies upgrade
2025-09-11 22:14:30 +08:00
yusing
acf7490991
chore(deps): upgrade go dependencies
2025-09-10 23:46:17 +08:00
yusing
d9fbd53870
refactor(api): remove unused Swagger docs.go and clean up dependencies; Makefile update
2025-09-06 07:48:23 +08:00
yusing
c128557c81
chore: update dependencies
2025-09-02 22:50:57 +08:00
yusing
beb1913285
fix(agent): remove unused dependencies
2025-08-17 20:08:04 +08:00
yusing
8b40baa49f
chore(dependencies): upgrade Go version and update related dependencies
...
- Updated Go version from 1.24.5 to 1.25.0 across multiple modules.
- Incremented versions for go-acme/lego from v4.25.1 to v4.25.2 and yusing/go-proxy from v0.16.1 to v0.16.2.
- Updated indirect dependencies including cloud.google.com/go/auth, golang.org/x/net, and others to their latest versions.
- Cleaned up and organized go.mod and go.sum files.
2025-08-16 13:08:39 +08:00
yusing
fce9ce21c9
chore(dependencies): update go-acme/lego, quic-go, and other dependencies
...
- Upgraded go-acme/lego from v4.24.0 to v4.25.1.
- Updated quic-go from v0.53.0 to v0.54.0.
- Incremented versions for yusing/go-proxy and related dependencies.
- Updated aws/smithy-go from v1.22.4 to v1.22.5 and baidubce/bce-sdk-go from v0.9.235 to v0.9.236.
- Updated barcode library from v1.0.2 to v1.1.0.
- Updated google.golang.org/api from v0.242.0 to v0.243.0 and grpc from v1.73.0 to v1.74.2.
- Cleaned up unused dependencies and updated indirect dependencies.
2025-07-27 21:49:11 +08:00
yusing
a2e6688056
chore: upgrade dependencies
2025-07-20 13:29:03 +08:00
yusing
0c552c9cea
chore: upgrade dependenocies
2025-07-01 02:14:06 +08:00
yusing
96b7c3fcec
chore: upgrade dependenocies
2025-06-13 23:06:34 +08:00