mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #872] 请教一下,没有域名,能实现网站通过公网IP+端口号访问吗? #693
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#693
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 @wzhsunn on GitHub (Aug 3, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/872
@fatedier commented on GitHub (Aug 3, 2018):
https://github.com/fatedier/frp/blob/master/README_zh.md
@wzhsunn commented on GitHub (Aug 3, 2018):
我看readme里说得有域名,可以没有域名 实现外网访问内网的web http 服务吗
@ian4hu commented on GitHub (Aug 3, 2018):
如果有外网ip,但是没有域名,可以使用xip.io来实现伪域名
在 2018-08-03 12:06:01,sunny notifications@github.com 写道:
我看readme里说得有域名,可以没有域名 实现外网访问内网的web http 服务吗
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
@wzhsunn commented on GitHub (Aug 3, 2018):
PS E:\test\FRP\frp_0.20.0_windows_386> .\frpc.exe -c .\frpc.ini
2018/08/03 14:40:36 [I] [proxy_manager.go:300] proxy removed: []
2018/08/03 14:40:36 [I] [proxy_manager.go:310] proxy added: [web01]
2018/08/03 14:40:36 [I] [proxy_manager.go:333] visitor removed: []
2018/08/03 14:40:36 [I] [proxy_manager.go:342] visitor added: []
2018/08/03 14:40:46 [W] [control.go:113] login to server failed: i/o deadline reached
i/o deadline reached
我试了一下, 不行……