We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
希望能在 dashboard 中显示客户端的连接ip 从frps的日志中可以看到,每个客户端连接上来之后,会有一个 id,例如下面日志中的 [b2e6f870e2cf91da] , 后面创建的端口代理 test-tcp 对用的端口号 17541 都会和这个 id 有关联,说明可以拿到每个Proxy的来源ip,udp应该是类似的,希望能把这个ip显示在dashboard界面,作为一列
�[0m�[1;34m2024-07-20 01:58:09.908 [I] [server/service.go:575] [b2e6f870e2cf91da] client login info: ip [36.142.xxx.xxx:12242] version [0.59.0] hostname [] os [linux] arch [amd64] �[0m�[1;34m2024-07-20 01:58:09.957 [I] [proxy/tcp.go:82] [b2e6f870e2cf91da] [test-tcp] tcp proxy listen port [17541] �[0m�[1;34m2024-07-20 01:58:09.957 [I] [server/control.go:401] [b2e6f870e2cf91da] new proxy [test-tcp] type [tcp] success
No response
The text was updated successfully, but these errors were encountered:
这个不错
Sorry, something went wrong.
Duplicate of #3991
No branches or pull requests
Describe the feature request
希望能在 dashboard 中显示客户端的连接ip
从frps的日志中可以看到,每个客户端连接上来之后,会有一个 id,例如下面日志中的 [b2e6f870e2cf91da] , 后面创建的端口代理 test-tcp 对用的端口号 17541 都会和这个 id 有关联,说明可以拿到每个Proxy的来源ip,udp应该是类似的,希望能把这个ip显示在dashboard界面,作为一列
Describe alternatives you've considered
No response
Affected area
The text was updated successfully, but these errors were encountered: