1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

import_transform can define ttl as third parameter (#5)

This commit is contained in:
Craig Peterson
2016-09-28 12:45:59 -06:00
committed by GitHub
parent 03d30b02c7
commit dd538e6693
5 changed files with 74 additions and 40 deletions

View File

@ -0,0 +1,4 @@
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))