mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-06 07:32:08 +08:00
73962470bc
* helpers.js: Refactor addRecord to recordBuilder * Fixed failing dns test * helpers.js: Fixed a typo in SRV handling * helpers.js: Move type to top level argument * Removed support for numeric modifiers * helpers.js: Added IMPORT_TRANSFORM ttl argument back
4 lines
148 B
JavaScript
4 lines
148 B
JavaScript
var TRANSFORM_INT = [
|
|
{low: "0.0.0.0", high: "1.1.1.1", newBase: "2.2.2.2" }
|
|
]
|
|
D("foo.com","reg",IMPORT_TRANSFORM(TRANSFORM_INT,"foo2.com",60))
|