mirror of
https://github.com/snail007/goproxy.git
synced 2026-04-27 00:15:51 +03:00
[GH-ISSUE #544] 无法解析IPV6地址,访问异常 #439
Labels
No labels
TODO
bug
duplicate
enhancement
good first issue
help wanted
helpful
invalid
need-confirm
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/goproxy#439
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 @kimoziiiii on GitHub (Nov 1, 2023).
Original GitHub issue: https://github.com/snail007/goproxy/issues/544
Expected Behavior
这是个BUG!钉钉试用免费/商业版本代理访问异常
Current Behavior
Possible Solution
看日志,应该是无法识别DNS返回的IPv6地址
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation
@snail007 commented on GitHub (Nov 1, 2023):
这你的dns问题,返回了的IP地址里面包含了端口号,这是错误的行为。
@kimoziiiii commented on GitHub (Nov 20, 2023):
DNS我用的是dnsmasq,只是用来做转发,上级DNS是直接递归到公网DNS了,DNS返回的结果里面不应该带端口啊,dnsmasq我没有做任何的自定义修改。