DNS Record Formatter
Normalize a safe, single-line subset of pasted DNS zone-style records entirely in the browser.
This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.
Formatted records
How it works
Formats independent single-line records as `owner [decimal TTL] [class] TYPE RDATA`, with one space between fields, uppercase class/type, and a normalized space before comments. Input may give the TTL and class in either RFC 1035 order; output always uses `TTL class`. Quoted character strings and comment text are preserved. It intentionally rejects BIND directives ($ORIGIN/$TTL/etc.), omitted owners (which inherit prior context), parenthesized multiline records, unquoted escapes, TTL units, and records without RDATA. This is formatting only: it does not validate DNS names or RDATA semantics.