github.com/teknogeek/dnscontrol/v2@v2.10.1-0.20200227202244-ae299b55ba42/pkg/js/parse_tests/006-transforms.json (about)

     1  {
     2    "registrars": [
     3      {
     4        "name": "Third-Party",
     5        "type": "NONE"
     6      }
     7    ],
     8    "dns_providers": [
     9      {
    10        "name": "Cloudflare",
    11        "type": "CLOUDFLAREAPI"
    12      }
    13    ],
    14    "domains": [
    15      {
    16        "name": "foo.com",
    17        "registrar": "Third-Party",
    18        "dnsProviders": {
    19          "Cloudflare": -1
    20        },
    21        "records": [
    22          {
    23            "type": "A",
    24            "name": "@",
    25            "target": "1.2.3.4",
    26            "meta": {
    27              "transform": "0.0.0.0 ~ 1.1.1.1 ~ 2.2.2.2 ~  ; 1.1.1.1 ~ 2.2.2.2 ~ 3.3.3.3,4.4.4.4,5.5.5.5 ~  ; 1.1.1.1 ~ 2.2.2.2 ~  ~ 3.3.3.3,4.4.4.4,5.5.5.5"
    28            }
    29          }
    30        ]
    31      }
    32    ]
    33  }