类别:WEAKCURRENT / 弱电 / 日期:2020-04-02 / 浏览:2757 / 评论:1
某次闲得蛋疼,想在电信光猫上架上ddns,结果失败的经历,因为这款型号的光猫并不支持bash!
以下是当时的脚本,如果你的光猫支持bash可当做参考:
#!/bin/sh sleep 60s startTime="000000" endTime="235959" while true do currentTime=`date +"%H%M%S"` if [[ $currentTime -ge $startTime && $currentTime -le $endTime ]]; then sh /etc/ddns/dnspod_ddns.sh>&1 else : fi sleep 60s done sh /etc/ddns/crontab.sh /crontab.log 2>&1 & cat >> ./test.txt
# 验证DNS不再被劫持,禁止弹出要求注册LOID的页面
sendcmd 1 DB set PDTCTUSERINFO 0 Status 0 sendcmd 1 DB set PDTCTUSERINFO 0 Result 1 sendcmd 1 DB save
版权声明 : 本文使用「署名-相同方式共享 4.0 国际」创作共享协议,转载或使用请遵守署名协议 / Article Use Creative Commons Attribution-ShareAlike 4.0 International License「CC BY 4.0」
共有 1 条评论
非常感谢,刚刚好有用到!!
发表评论 / 取消回复