mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 09:59:59 +08:00
de88bfe8b7
* BIND: Support TXT records with multiple strings (#289) * ROUTE53: Add support for TXT records with multiple strings (#292)
6 lines
143 B
JavaScript
6 lines
143 B
JavaScript
D("foo.com","none"
|
|
, TXT("@","simple")
|
|
, TXT("@",["one"])
|
|
, TXT("@",["bonie", "clyde"])
|
|
, TXT("@",["straw", "wood", "brick"])
|
|
);
|