mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 08:05:49 -06:00
[GH-ISSUE #2880] 无法在Android linux上面解析域名 #2298
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#2298
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 @Suphappy on GitHub (Mar 31, 2022).
Original GitHub issue: https://github.com/fatedier/frp/issues/2880
Bug Description
使用的是V0.41 arm64包
[W] [service.go:105] login to server failed: couldn't generate OIDC token for login: Post "https://test-gz.xxsaw.com/iot-link/deviceAuth/OIDC/auth": dial tcp: lookup test-gz.xxsaw on [::1]:53: read udp [::1]:42171->[::1]:53: read: connection refused
couldn't generate OIDC token for login: Post "https://test-gz.xxsaw.com/iot-link/deviceAuth/OIDC/auth": dial tcp: lookup test-gz.xxsaw.com on [::1]:53: read udp [::1]:42171->[::1]:53: read: connection refused
frpc Version
V0.41
frps Version
V0.41
System Architecture
linux/arm64
Configurations
[common]
server_addr = xxxxxxxxxxxxxxxxxxxxx
server_port = 27100
authenticate_heartbeats = true
authentication_method = oidc
oidc_client_id = bfd79fcd35a602f8a6f39715bc07cb84
oidc_client_secret = e1de4c423241bb79c1f844277ef2ed43c06212cca701c1e7ae5828b63d79017ba7a327a29e4fe4ba4a0b5b37ebd888ab
oidc_token_endpoint_url = https://test-gz.xxsaw.com/iot-link/deviceAuth/OIDC/auth
[1509364968562073602_SSH]
type = tcp
local_ip = 127.0.0.1
local_port = 5555
remote_port = 27178
Logs
No response
Steps to reproduce
...
Affected area
@fatedier commented on GitHub (Mar 31, 2022):
https://github.com/fatedier/frp/blob/dev/conf/frpc_full.ini#L106
@Suphappy commented on GitHub (Mar 31, 2022):
谢谢!!不好意思没注意到这个细节,已经可以了