Skip to content

Releases: nexpie/frp

v0.61.1-m2

20 Jun 12:49

Choose a tag to compare

  • update 404 page

v0.61.1-m1

18 Jun 06:07

Choose a tag to compare

  • Show expire timestamp on frpc connection log
./frpc -c frpc.toml
2025-06-18 13:01:05.908 [I] [sub/root.go:142] start frpc service for config file [frpc.toml]
2025-06-18 13:01:05.908 [I] [client/service.go:295] try to connect to server...

2025-06-18 13:01:11.563 [I] [client/service.go:287] [9220b06dfd2f598d] login to server success, get run id [9220b06dfd2f598d]
2025-06-18 13:01:11.563 [I] [proxy/proxy_manager.go:187] [9220b06dfd2f598d] proxy added: [DR248-NGK8V-6YTMX-QED9B-ZE98L]
2025-06-18 13:01:14.650 [I] [client/control.go:169] [9220b06dfd2f598d] [DR248-NGK8V-6YTMX-QED9B-ZE98L] start proxy success to [v3uty4rz26p4ddmc.xxx.nexiiot.io:38080], expires at 1781669698

v0.61.1

28 Feb 07:45

Choose a tag to compare

Features

  • Support metadatas and annotations in frpc proxy commands.

Fixes

  • Properly release resources in service.Close() to prevent resource leaks when used as a library.