mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2707] dial tcp: lookup frp.xrick.cn on 100.100.2.136:53: no such host #2161
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#2161
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 @Chaofan-Z on GitHub (Dec 18, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2707
Bug Description
在服务器上本来正常使用frpc,在kill掉重启后就再也无法正常成功启动了,一直报这个错,尝试更改了dns server配置也没有用。
frpc Version
0.29.0
frps Version
no
System Architecture
linux/amd64
Configurations
[common]
server_addr = 139.224.68.119
server_port = 7000
tcp_mux = true
protocol = tcp
user = xxxxxxx
token = xxxxx
dns_server = 114.114.114.114
dns_server = 8.8.8.8
[yxxxxxx6]
privilege_mode = true
type = tcp
local_ip = 127.0.0.1
local_port = 8888
remote_port = 18806
use_encryption = true
use_compression = true
[yxxxxxx6_1]
privilege_mode = true
type = tcp
local_ip = 127.0.0.1
local_port = 8888
remote_port = 18807
use_encryption = true
use_compression = true
Logs
2021/12/18 15:07:08 [E] [service.go:228] Get http://frp.xrick.cn/api/?action=checktoken&apitoken=l8q6sfd24f5g%7C1×tamp=1639811228&token=25a8eaf83e9e914a891a470b3349123c&user=a50d44a5487ae99e: dial tcp: lookup frp.xrick.cn on 100.100.2.136:53: no such host
2021/12/18 15:07:08 [W] [service.go:86] login to server failed: Get http://frp.xrick.cn/api/?action=checktoken&apitoken=l8q6sfd24f5g%7C1×tamp=1639811228&token=25a8eaf83e9e914a891a470b3349123c&user=a50d44a5487ae99e: dial tcp: lookup frp.xrick.cn on 100.100.2.136:53: no such host
Get http://frp.xrick.cn/api/?action=checktoken&apitoken=l8q6sfd24f5g%7C1×tamp=1639811228&token=25a8eaf83e9e914a891a470b3349123c&user=a50d44a5487ae99e: dial tcp: lookup frp.xrick.cn on 100.100.2.136:53: no such host
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Dec 18, 2021):
你用的并不是本项目编译的 release 包,经过了修改。
@Chaofan-Z commented on GitHub (Dec 20, 2021):
谢谢 我再试试
@github-actions[bot] commented on GitHub (Jan 20, 2022):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.