skills/update-paopaodns-ttl-rules/SKILL.md
Refresh PaoPaoDNS force TTL rules by running scripts/update_dns.py and updating force_ttl_rules.txt, or adjusting scripts/update_dns_rules.sh for server-side updates. Use when DNS rule sources or outputs need updates in this repo.
npx skillsauth add mmm1h/clashconfig update-paopaodns-ttl-rulesInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Regenerate force_ttl_rules.txt from upstream rule sources using the local Python script and keep the server-side updater aligned.
python scripts/update_dns.py from the repo root.requests package are available.force_ttl_rules.txt is updated with a fresh header (timestamp, count, DNS, source URLs).SOURCE_URLS, PRIMARY_DNS, or FALLBACK_DNS in scripts/update_dns.py only when required.OUTPUT_FILE pointing to force_ttl_rules.txt.scripts/update_dns_rules.sh on the server to pull the latest force_ttl_rules.txt from GitHub.REMOTE_URL, LOCAL_FILE, and RESTART_CMD only if deployment paths or service names change.force_ttl_rules.txt unless regenerating.development
Regenerate aggregated *Merged.list files from their source headers in this repo. Use when refreshing upstream sources or rebuilding merged rule lists.
tools
Maintain helper scripts under scripts/ for this repo (update_direct_from_cn.py, update_dns.py, update_dns_rules.sh, update_zashboard.sh). Use when creating, modifying, or documenting these scripts, or when wiring their outputs into repo files or cron tasks.
data-ai
Maintain custom Clash rule lists in rules/*.list for this repo. Use when adding or removing domain/IP rules, adjusting list contents, or wiring rule lists into mihomo.yaml/mihomo.js.
data-ai
Maintain and update this Clash/Mihomo configuration repo (mihomo.yaml, mihomo.js, rules/*.list, *Merged.list, force_ttl_rules.txt). Use when editing proxy groups, rule providers, DNS/TTL rules, or regenerating merged lists in this project.