803e548f42
fix(version): update version to LoliaFRP-CLI 0.66.3
v0.66.3
2026-01-14 00:03:50 +08:00
2dac44ac2e
fix(config): support multiple configuration files for frpc
2026-01-14 00:03:18 +08:00
655dc3cb2a
fix(version): update version to LoliaFRP-CLI 0.66.2
v0.66.2
2026-01-13 00:10:24 +08:00
9894342f46
fix(auth): support multiple authentication tokens for frpc
2026-01-13 00:04:50 +08:00
e7cc706c86
fix(vhost): correct heading text for unbound domain page
2026-01-11 14:37:17 +08:00
92ac2b9153
fix(workflow): enhance artifact handling in release process [skip ci]
v0.66.1
2026-01-11 14:08:20 +08:00
1ed369e962
fix(workflow): remove tags specification from push event [skip ci]
2026-01-11 14:04:37 +08:00
b74a8d0232
fix(workflow): remove branch specification from build-all workflow
2026-01-11 14:01:35 +08:00
d2180081a0
fix(workflow): correct path to build-all workflow
2026-01-11 13:58:22 +08:00
51f4e065b5
fix(workflow): correct path to build-all workflow
2026-01-11 13:55:26 +08:00
e58f774086
fix(workflow): specify branch for build-all workflow
2026-01-11 13:54:26 +08:00
178e381a26
fix(workflow): update build-all workflow path to absolute
2026-01-11 13:53:33 +08:00
26b93ae3a3
chore(version): update version to LoliaFRP-CLI 0.66.1
2026-01-11 13:52:10 +08:00
a2aeee28e4
feat(vhost): enhance Not Found page with Chinese localization
2026-01-11 13:51:37 +08:00
0416caef71
feat(workflow): enable workflow_call for build-all workflow [skip ci]
v0.66.0
2026-01-11 13:36:14 +08:00
1004473e42
feat(workflow): add release workflow for FRP binaries
2026-01-11 13:30:40 +08:00
f386996928
fix(api): update comment for URL construction security
2026-01-11 04:05:27 +08:00
4eb4b202c5
fix(controller): include session ID in analysis error log
...
style(log): use octal notation for file permissions
2026-01-11 04:00:52 +08:00
ac5bdad507
feat(client): add access messages for proxy services
...
feat(client): translate log messages to Chinese
feat(cmd): add authentication token support for API config
feat(log): implement rotating file logger with custom styles
feat(banner): add banner display function
fix(version): update version string for CLI
2026-01-11 03:53:52 +08:00
42f4ea7f87
feat(build): enhance android-arm build process and output
2026-01-11 02:00:52 +08:00
36e5ac094b
feat(build): add android-arm build process and dependencies
2026-01-11 01:56:30 +08:00
fatedier
3370bd53f5
udp: fix proxy protocol header sent on every packet instead of first packet only ( #5119 )
2026-01-09 11:33:00 +08:00
fatedier
1245f8804e
server: replace client metadata with IP address in registry ( #5118 )
2026-01-09 11:07:19 +08:00
fatedier
479e9f50c2
web/frpc: refactor dashboard with improved structure and API layer ( #5117 )
2026-01-09 00:40:51 +08:00
fatedier
a4175a2595
update release notes ( #5116 )
2026-01-08 20:25:03 +08:00
fatedier
36718d88e4
server: add client registry with dashboard support ( #5115 )
2026-01-08 20:07:14 +08:00
fatedier
bc378bcbec
rotate gold sponsor order periodically ( #5114 )
2026-01-08 19:54:13 +08:00
fatedier
33428ab538
add e2e tests for exec-based token source ( #5111 )
2026-01-04 14:45:51 +08:00
72f79d3357
feat(api): add endpoint to close proxy by name
2025-12-26 01:10:43 +08:00
e1f905f63f
chore: remove obsolete build-all workflow and update architectures in package script
2025-12-25 22:19:53 +08:00
eb58f09268
chore: remove funding and pull request template files
2025-12-25 22:19:50 +08:00
46955ffc80
feat(api): update kick proxy endpoint to use name only
2025-12-25 22:19:00 +08:00
2d63296576
feat(api): add endpoint to retrieve all proxies
2025-12-25 22:18:38 +08:00
a76ba823ee
feat(api): add endpoint to kick proxy by name
2025-12-25 22:16:41 +08:00
fatedier
ef96481f58
update version and release notes ( #5106 )
2025-12-25 10:15:40 +08:00
fatedier
7526d7a69a
refactor: separate auth config from runtime and defer token resolution ( #5105 )
2025-12-25 00:53:08 +08:00
fatedier
2bdf25bae6
rotate gold sponsor order periodically ( #5094 )
2025-12-11 12:48:08 +08:00
fatedier
0fe8f7a0b6
refactor: reorganize security policy into dedicated packag ( #5088 )
2025-12-05 16:26:09 +08:00
fatedier
2e2802ea13
refactor: use MessageSender interface for message transporter ( #5083 )
2025-12-02 11:22:48 +08:00
fatedier
c3821202b1
docs: remove zsxq section ( #5077 )
2025-11-26 23:55:54 +08:00
fatedier
15fd19a16d
fix lint ( #5068 )
2025-11-18 01:11:44 +08:00
Krzysztof Bogacki
66973a03db
Add exec value source type ( #5050 )
...
* config: introduce ExecSource value source
* auth: introduce OidcTokenSourceAuthProvider
* auth: use OidcTokenSourceAuthProvider if tokenSource config is present on the client
* cmd: allow exec token source only if CLI flag was passed
2025-11-18 00:20:21 +08:00
fatedier
f736d171ac
rotate gold sponsor order periodically ( #5067 )
2025-11-18 00:09:37 +08:00
fatedier
b27b846971
config: add enabled field for individual proxy and visitor ( #5048 )
2025-11-06 14:05:03 +08:00
fatedier
e025843d3c
vnet: add exponential backoff for failed reconnections ( #5035 )
2025-10-29 01:08:48 +08:00
fatedier
a75320ef2f
update quic-go dependency from v0.53.0 to v0.55.0 ( #5033 )
2025-10-28 17:52:34 +08:00
fatedier
1cf325bb0c
https: add load balancing group support ( #5032 )
2025-10-28 17:37:18 +08:00
fatedier
469097a549
update sponsor pic ( #5031 )
2025-10-28 16:08:29 +08:00
fatedier
2def23bb0b
update sponsor ( #5030 )
2025-10-28 15:44:03 +08:00
Zachary Whaley
ee3cc4b14e
Fix CloseNotifyConn.Close function ( #5022 )
...
The CloseNotifyConn.Close() function calls itself if the closeFlag is equal to 0 which would mean it would immediately swap the closeFlag value to 1 and never call closeFn. It is unclear what the intent of this call to cc.Close() was but I assume it was meant to be a call to close the Conn object instead.
2025-10-17 10:53:43 +08:00