[GH-ISSUE #1294] 希望frp对用户端有好一点,可以返回解析成功的链接。 #1026

Closed
opened 2026-05-05 12:39:37 -06:00 by gitea-mirror · 1 comment
Owner

Originally created by @jzaicn on GitHub (Jun 23, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1294

譬如我绑定http,希望返回被frp理解的 地址。
譬如:

# [common] is integral section
[common]
server_addr = ddns.xxx.cn
server_port = 7000

# your proxy name will be changed to {user}.{proxy}
user = jxx

[tcp_random]
type = tcp
local_ip = 127.0.0.1
local_port = 60000
remote_port = 15007

[web02]
type = http
local_ip = 127.0.0.1
local_port = 80
subdomain = web01

返回绑定成功 ddns.xxx.cn:15007
返回绑定成功 web01.ddns.xxx.cn:80

现在:
QQ截图20190623180049

Originally created by @jzaicn on GitHub (Jun 23, 2019). Original GitHub issue: https://github.com/fatedier/frp/issues/1294 譬如我绑定http,希望返回被frp理解的 地址。 譬如: ```ini # [common] is integral section [common] server_addr = ddns.xxx.cn server_port = 7000 # your proxy name will be changed to {user}.{proxy} user = jxx [tcp_random] type = tcp local_ip = 127.0.0.1 local_port = 60000 remote_port = 15007 [web02] type = http local_ip = 127.0.0.1 local_port = 80 subdomain = web01 ``` 返回绑定成功 ddns.xxx.cn:15007 返回绑定成功 web01.ddns.xxx.cn:80 现在: ![QQ截图20190623180049](https://user-images.githubusercontent.com/4945516/59974623-04125000-95e1-11e9-8eaa-1dcbb4ee5c41.png)
Author
Owner

@fatedier commented on GitHub (Jul 12, 2019):

日志是用来排查问题的,请使用 Dashboard 或其他 API。

<!-- gh-comment-id:510809865 --> @fatedier commented on GitHub (Jul 12, 2019): 日志是用来排查问题的,请使用 Dashboard 或其他 API。
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#1026
No description provided.