mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2083] Termux,always use ipv6 resolve hostname #1658
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#1658
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 @thetrashyNoob27 on GitHub (Nov 19, 2020).
Original GitHub issue: https://github.com/fatedier/frp/issues/2083
[REQUIRED] hat version of frp are you using
Version:0.34.1
[REQUIRED] What operating system and processor architecture are you using
OS:Linux
CPU architecture: arm64
[REQUIRED] description of errors
when server_addr use url,its seems trying to resolve through ipv6 .
when server_addr use ipv4 address,it will work.
confile
[common]
server_addr = xxxx.xicp.io# failed:*******.xicp.io on [::1]:53
#server_addr=219.xxx.xxx.75#work fine.
server_port = 7000
server_udp_port=7001
authenticate_heartbeats = true
authenticate_new_work_conns = true
authentication_method = token
token=***********************************
log file
[W] [service.go:102] login to server failed: dial tcp: lookup *******.xicp.io on [::1]:53: read udp [::1]:42108->[::1]:53: read: connection refused
dial tcp: lookup *****.xicp.io on [::1]:53: read udp [::1]:39775->[::1]:53: read: connection refused
Steps to reproduce the issue
1.
2.
3.
Supplementary information
Can you guess what caused this issue
Checklist: