We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
这是个BUG!钉钉试用免费/商业版本代理访问异常
看日志,应该是无法识别DNS返回的IPv6地址
2023/11/01 07:17:44.678 WARN connect fail, target: www.dingtalk.com:80([[2401:b180:2000:50::b]:443]:80), parent: , err: dial tcp: address [[2401:b180:2000:50::b]:443]:80: too many colons in address
The text was updated successfully, but these errors were encountered:
这你的dns问题,返回了的IP地址里面包含了端口号,这是错误的行为。
Sorry, something went wrong.
DNS我用的是dnsmasq,只是用来做转发,上级DNS是直接递归到公网DNS了,DNS返回的结果里面不应该带端口啊,dnsmasq我没有做任何的自定义修改。
No branches or pull requests
Expected Behavior
这是个BUG!钉钉试用免费/商业版本代理访问异常
Current Behavior
Possible Solution
看日志,应该是无法识别DNS返回的IPv6地址
Steps to Reproduce
Context (Environment)
Detailed Description
Possible Implementation
The text was updated successfully, but these errors were encountered: