mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #313] 如何将http请求映射到局域网内其他机器提供的http服务? #234
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#234
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 @axiang117 on GitHub (May 10, 2017).
Original GitHub issue: https://github.com/fatedier/frp/issues/313
报错信息如下:
connect to local port error, dial tcp 192.168.1.170:18080: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
配置如下:
[sun]
privilege_mode = true
type = http
local_ip = 192.168.1.170
local_port = 18080
remote_port = 8088
subdomain = www
@zhujia18 commented on GitHub (May 12, 2017):
我的么有问题,没写远端端口,由服务端配置的
@fatedier commented on GitHub (May 21, 2017):
网络问题,或者是本地服务的问题。