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
企业版,DNS,可以设置TTL,到1-59s秒。DDNS 目前最快1分钟执行检测,能否支持到1-59s秒呢
The text was updated successfully, but these errors were encountered:
Pull requests are always welcome.
but, 我觉得这个意义不大
Sorry, something went wrong.
echo "#!/bin/bash
step=2
for (( i = 0; i < 60; i=(i+step) )); do /usr/sbin/aliddns sleep $step done
exit 0
" > /usr/sbin/myaliddns
chmod +x /usr/sbin/myaliddns
我自己简单改了改,但我luci app不会设计,不会改;搭建私有云,可以用啊;大屌动手可能分分钟就完成了....
No branches or pull requests
企业版,DNS,可以设置TTL,到1-59s秒。DDNS 目前最快1分钟执行检测,能否支持到1-59s秒呢
The text was updated successfully, but these errors were encountered: