-
Notifications
You must be signed in to change notification settings - Fork 118
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
这个怎么样更新ipv6地址的解析,我看了一下日志,只有ipv4的解析 #51
Comments
[07/19/2021 11:42:57]成功获取home.xxx.cn的所有记录,共2条。 [07/19/2021 11:42:57]A记录home.xxx.cn(default)不需要更新。 [07/19/2021 11:43:57]当前公网IPv4为 113.246.xx.xx(3322接口)。 [07/19/2021 11:43:57]成功获取home.xxx.cn的所有记录,共2条。 [07/19/2021 11:43:57]A记录home.xxx.cn(default)不需要更新。 |
cat /opt/etc/cron.5mins/aliddns_v6.sh #! /bin/sh export AccessKeyID=AAAAAAAA /opt/sbin/aliddns --ipv6 --id ${AccessKeyID} --secret ${AccessKeySecret} auto-update --domain www.XXX.com |
/opt/sbin/aliddns --id ${AccessKeyID} --secret ${AccessKeySecret} --ipv6 update --domain --ipaddr <ivp6地址> |
不能通过环境变量设置 IPv6 还是v4吗? |
可以在shell脚本里面读环境变量的值啊,然后设置就好了 |
No description provided.
The text was updated successfully, but these errors were encountered: