# 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.

- Skill: `modbender/volcengine-network-dns` (Agent Skill, multi-file: 3 files)
- Install (CLI): `npx skillmds add modbender/volcengine-network-dns`
- Raw SKILL.md: https://api.skillmd.com/api/skills/modbender/volcengine-network-dns/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: modbender (https://skillmd.com/u/modbender)
- Updated: 2026-09-09
- Page: https://skillmd.com/skills/modbender/volcengine-network-dns

---


# 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`

