mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #4349] 转发后在其他机访问 服务器地址:frpc配置的远程端口 显示它已永久性地移动到了新网址 #3433
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#3433
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 @KingStarPlus on GitHub (Jul 25, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4349
Bug Description
frpc Version
0.59.0
frps Version
0.59.0
System Architecture
windows/amd64
Configurations
serverAddr = "xxx.xxx.xxx.xxx"
serverPort = 7000
proxies
name = "测试"
type = "tcp"
localIP = "127.0.0.1"
localPort = 8282
remotePort = 6000
bindPort = 7000
auth.method = "token"
auth.token = "asdasdsa"
Logs
No response
Steps to reproduce
...
Affected area
@xqzr commented on GitHub (Jul 25, 2024):
Chrome 不允许这个端口
@YummyNovaSoup commented on GitHub (Jul 26, 2024):
同样的问题……我试着把端口remote端口改为了80,现在网页错误变成了:“当前无法使用此页面 当前无法处理此请求。”
但是我用curl是能看到html源码的,并且状态码什么也都正常,就是好像浏览器不能正确识别显示?这是为什么呢?
@YummyNovaSoup commented on GitHub (Jul 26, 2024):
哦是我搞错了,我改的是local端口,正确地更改remote端口是没有问题的。已解决,谢谢!