type Record = { name: string; type?: RecordTypes; proxied?: boolean; ttl?: number; priority?: number; content?: string; };
Last updated 1 year ago