mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
* MSDNS: Improve reliability of zone dump * Update tests * MSDNS: Add initial NAPTR support * Update * fix tests * fix tests * Fixing integration tests for NAPTR * Handle bad JSON. Handle NAPTR TTLs
6 lines
385 B
Dns
6 lines
385 B
Dns
$TTL 300
|
|
@ IN NAPTR 100 10 "U" "E2U+sip" "!^.*$!sip:customer-service@example.com!" example
|
|
IN NAPTR 102 10 "U" "E2U+email" "!^.*$!mailto:information@example.com!" example
|
|
IN NAPTR 103 10 "U" "E2U+email" "!^.*$!mailto:information@example.com!" .
|
|
IN NAPTR 104 10 "U" "E2U+email" "!^.*$!mailto:information@example.com!" .
|