Skip to content

通过命令获取IPV6地址失败 #1357

New issue

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

Closed
qiang1352 opened this issue Jan 4, 2025 · 2 comments
Closed

通过命令获取IPV6地址失败 #1357

qiang1352 opened this issue Jan 4, 2025 · 2 comments
Labels
bug Something isn't working

Comments

@qiang1352
Copy link

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

@qiang1352 qiang1352 added the bug Something isn't working label Jan 4, 2025
Repository owner deleted a comment from github-actions bot Jan 4, 2025
@jeessy2
Copy link
Owner

jeessy2 commented Jan 4, 2025

都提示token问题

@qiang1352
Copy link
Author

嗯嗯 已解决

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants