mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #3293] server_addr 一旦使用域名就报错 #2639
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#2639
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 @82kg on GitHub (Feb 7, 2023).
Original GitHub issue: https://github.com/fatedier/frp/issues/3293
Bug Description
server_addr 一旦使用域名就报错。
提示 [service.go:132] login to server failed: dial tcp: lookup nas.tohot.top: i/o timeout
尝试在frpc的配置文件中添加 dns_server=8.8.8.8 没有效果。
查看了 /etc/resolv.conf 并没问题。
只有写上IP 才正常连接。 但是0.27.0旧版本没这个问题
frpc Version
0.45.0
frps Version
0.46.1
System Architecture
linux/amd64 openwrt & mips/mtk pavanda
Configurations
[common]
server_addr = nas.tohot.top
server_port = 7000
token = 12345
dns_server=8.8.8.8
Logs
[service.go:132] login to server failed: dial tcp: lookup nas.tohot.top: i/o timeout
Steps to reproduce
...
Affected area
@82kg commented on GitHub (Feb 7, 2023):
测试frpc 使用0.46.1 不会报错