mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #1869] 通过域名访问frps 失败 #1474
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#1474
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 @hujiachun on GitHub (Jun 19, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/1869
What version of frp are you using (./frpc -v or ./frps -v)?
frp_0.33.0_linux_amd64
What operating system and processor architecture are you using (
go env)?Configures you used:
frps:
[common]
bind_port = 7000
frpc:
[common]
server_addr = xxx.com
server_port = 80
*[range:tcp_port]
type = tcp
local_ip = 30.35.108.20
local_port = 15000-17700
remote_port = 15000-17700
这里域名映射至frps部署的服务端ip+端口
启动frpc时连接异常
./frpc -c ./frpc.ini
2020/06/19 16:04:53 [W] [service.go:101] login to server failed: EOF
EOF
@Winter-233 commented on GitHub (Jul 4, 2020):
不能开CDN,不然找不到源IP
@Becods commented on GitHub (Aug 3, 2020):
请确保域名正确解析至目标服务器上