mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #1259] type 为 http和 type 为tcp 对于同样80端口的服务有啥区别吗? #996
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#996
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 @duanzan on GitHub (May 25, 2019).
Original GitHub issue: https://github.com/fatedier/frp/issues/1259
我看 还有个 vhost port 8080 然后可以用域名 www.yourname.com:8080 访问 http类型的服务
那和 直接把 www.yourname.com A记录到frps服务器上 然后 浏览器 访问www.yourname.com:8080 这个被转发的tcp类型的服务 有啥区别呢
@fatedier commented on GitHub (Jun 4, 2019):
没有太多的区别,vhost 是为了复用端口,包括提供针对 HTTP 协议的一些特殊能力。