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
使用命令行模式 通过SSH在OpenWRT中执行 ip -6 neigh | awk '/2c:f0:5d:3e:b6:1b/{print $1}' | awk '/240/' 返回240开头的IPv6地址
ip -6 neigh | awk '/2c:f0:5d:3e:b6:1b/{print $1}' | awk '/240/'
在DDNS-GO中使用相同的命令,log显示 Get IPv6 result failed! Command: /bin/bash -c ip -6 neigh | awk '/2c:f0:5d:3e:b6:1b/{print $1}' | awk '/240/', Stdout: "" Stdout为空
Get IPv6 result failed! Command: /bin/bash -c ip -6 neigh | awk '/2c:f0:5d:3e:b6:1b/{print $1}' | awk '/240/', Stdout: ""
去掉240的过滤条件后,可以获取到客户端的IPv6地址,但是是fe80开头的地址
期望效果: 可以获取到局域网内客户端的240开头地址。
Cloudflare
Yes, I did, but I didn't find anything useful
Linux
x86_64
6.68
Service
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
使用命令行模式
通过SSH在OpenWRT中执行
ip -6 neigh | awk '/2c:f0:5d:3e:b6:1b/{print $1}' | awk '/240/'
返回240开头的IPv6地址
在DDNS-GO中使用相同的命令,log显示
Get IPv6 result failed! Command: /bin/bash -c ip -6 neigh | awk '/2c:f0:5d:3e:b6:1b/{print $1}' | awk '/240/', Stdout: ""
Stdout为空
去掉240的过滤条件后,可以获取到客户端的IPv6地址,但是是fe80开头的地址
期望效果:
可以获取到局域网内客户端的240开头地址。
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.68
How are you running ddns-go?
Service
Any other information
No response
The text was updated successfully, but these errors were encountered: