mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #4383] frpc自启动出错 #3462
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#3462
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 @skoy03 on GitHub (Aug 15, 2024).
Original GitHub issue: https://github.com/fatedier/frp/issues/4383
Bug Description
connect to server error: dial tcp: lookup junhe.268e.cn on 192.168.100.100:53: dial udp 192.168.100.100:53: connect: network is unreachable
因为IP是动态IP,所以serverAddr就填写域名进行获取IP,但是自启动的时候就会报错,手动启动反而没问题
frpc Version
0.59
frps Version
0.59
System Architecture
linux/amd64
Configurations
frpc配置文件
Server Configure
serverAddr = "junhe.268e.cn"
serverPort = 7000
Logs
login to the server failed: dial tcp: lookup junhe.268e.cn on 192.168.100.100:53: dial udp
Steps to reproduce
只要重启后自启动就会出现
Affected area
@xqzr commented on GitHub (Aug 15, 2024):
2dcdb24cc4/conf/frpc_full_example.toml (L17)