honwen / luci-app-aliddns

OpenWrt/LEDE LuCI for AliDDNS
MIT License
224 stars 103 forks source link

能否出个勾选框,VIP DNS,吗;然后可以设置更新时间在,1-59s,TTL 时间也可以自定义 #13

Open willisworley opened 5 years ago

willisworley commented 5 years ago

企业版,DNS,可以设置TTL,到1-59s秒。DDNS 目前最快1分钟执行检测,能否支持到1-59s秒呢

honwen commented 5 years ago

Pull requests are always welcome.

but, 我觉得这个意义不大

willisworley commented 5 years ago

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不会设计,不会改;搭建私有云,可以用啊;大屌动手可能分分钟就完成了....