For the complete documentation index, see llms.txt. This page is also available as Markdown.

Record

type Record = {
  name: string;
  type?: RecordTypes;
  proxied?: boolean;
  ttl?: number;
  priority?: number;
  content?: string;
};

Last updated