You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 15, 2025. It is now read-only.
log_file="cloudflare.log"
是否可改为
log_file="cloudflare_$(date +%Y%m).log"
按月份记录日志并且增加删除3个月以前的日志
rm -f cloudflare_$(date -d '3 months ago' +%Y%m).log
这样可以防止忘记删除日志导致空间被占用过多,相信有一部分人放在路由器上同步ddns的。