mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #168] 您好,可不可以不使用域名(即通过访问ip:port的形式)直接访问? #113
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#113
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 @fengkaiwhu on GitHub (Nov 30, 2016).
Original GitHub issue: https://github.com/fatedier/frp/issues/168
目前配置文件frps.ini中custom_domains字段必须进行设置,设置之后必须通过域名访问吗?通过直接公网服务器的ip访问不可以吗?
@fatedier commented on GitHub (Nov 30, 2016):
可以,使用 tcp 的转发类型。
设置域名是为了支持路由转发,这样多个域名都可以同时使用 80 端口。如果只有你一个人的一个客户端用的话,可以在 custom_domains 中填 ip,之后通过 ip 访问。