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
ip -6 route | awk '{print $1}' | awk '/240:?/' | awk -F::/ '{print $1 ":211:32ff:fef5:5692"}' openwrt运行ddns-go 通过这个命令获取IPV6地址失败。提示:查询域名信息发生异常! 返回内容: {"success":false,"errors":[{"code":6003,"message":"Invalid request headers","error_chain":[{"code":6111,"message":"Invalid format for Authorization header"}]}],"messages":[],"result":null} ,返回状态码: 400 同样的命令在lucky中是能成功获取到地址的。
Cloudflare
Yes, I did, but I didn't find anything useful
Linux
x86_64
6.7.7
Other
No response
The text was updated successfully, but these errors were encountered:
都提示token问题
Sorry, something went wrong.
嗯嗯 已解决
No branches or pull requests
Description
ip -6 route | awk '{print $1}' | awk '/240:?/' | awk -F::/ '{print $1 ":211:32ff:fef5:5692"}'
openwrt运行ddns-go
通过这个命令获取IPV6地址失败。提示:查询域名信息发生异常! 返回内容: {"success":false,"errors":[{"code":6003,"message":"Invalid request headers","error_chain":[{"code":6111,"message":"Invalid format for Authorization header"}]}],"messages":[],"result":null} ,返回状态码: 400
同样的命令在lucky中是能成功获取到地址的。
DNS Provider
Cloudflare
Did you search for similar issues before submitting this one?
Yes, I did, but I didn't find anything useful
Operating System
Linux
Architecture
x86_64
Version
6.7.7
How are you running ddns-go?
Other
Any other information
No response
The text was updated successfully, but these errors were encountered: