mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #780] 关于转发套接字 #612
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#612
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 @zmapleshine on GitHub (May 19, 2018).
Original GitHub issue: https://github.com/fatedier/frp/issues/780
我在内网主机有个mysql服务,公网服务器有个域名,请问如何配置可以让mysql服务内网穿透映射出去?
比如在frpc里有:
[mysql]
type = tcp
local_port = 3306
remote_port = 3306
use_compression = true
但不希望直接使用frps的主机IP或者域名,而是增加
subdomain = mysql这样的支持,让客户端访问mysql.frpserverdomain.com
@fatedier commented on GitHub (May 19, 2018):
你对域名的使用姿势可能有误解,建议先自行搜索资料学习下。