UNPKG

amazon-route-53-dns-zone-file

Version:

Makes DNS Zone File easy. Parses and validates BIND zone files and can be extended for custom features. Functionality is modular. Features are made open for extension and closed for runtime mutation. Written in TypeScript.

10 lines (8 loc) 110 B
export const atSymbol = ` $TTL 300 www CNAME @ `; export const atSymbolEscaped = ` $TTL 300 www CNAME \\@ `;