Назад към всички

volcengine-network-dns

// DNS record management on Volcengine networking services. Use when users need zone record query/update, traffic routing changes, or DNS propagation troubleshooting.

$ git log --oneline --stat
stars:1,933
forks:367
updated:March 4, 2026
SKILL.mdreadonly
SKILL.md Frontmatter
namevolcengine-network-dns
descriptionDNS record management on Volcengine networking services. Use when users need zone record query/update, traffic routing changes, or DNS propagation troubleshooting.

volcengine-network-dns

Manage DNS records with strict change scoping and verification steps.

Execution Checklist

  1. Confirm domain zone, record type, and target value.
  2. Query existing records before modifications.
  3. Apply add/update/delete operation with TTL constraints.
  4. Validate propagation using authoritative and recursive checks.

Safety Rules

  • Avoid blind overwrite; diff against existing records.
  • Keep rollback values in output.
  • Minimize TTL before migration windows.

References

  • references/sources.md