mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #761] 服务器与客户端都启动成功,但就是无法代理! #596
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#596
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zqlgl on GitHub (May 12, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/761
Issue is only used for submiting bug report and documents typo. If there are same issues or answers can be found in documents, we will close it directly.
(为了节约时间,提高处理问题的效率,不按照格式填写的 issue 将会直接关闭。)
Use the commands below to provide key information from your environment:
You do NOT have to include this information if this is a FEATURE REQUEST
What version of frp are you using (./frpc -v or ./frps -v)?
What operating system and processor architecture are you using (
go env)?Configures you used:
Steps to reproduce the issue:
1.
2.
3.
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Can you point out what caused this issue (optional)
@zqlgl commented on GitHub (May 12, 2018):
服务端和客户端都是linux,想做做http代理穿透,服务器和客户端分别在不同域,但服务器做了IP地址映射到客户端网段,可以正常双向连通,而且两端的FRP都已成功启动,客户端提示已成功登陆服务器!但通过服务器地址访问客户端的网页不成功,只出来FRP的页面,在服务器后端有“没有代理页面”(大概这个意思,英文提示内容记不太清楚)请求帮忙解答!谢谢
@zqlgl commented on GitHub (May 12, 2018):
custom_domains设置错误!已经解决了!