github.com/philhug/dnscontrol@v0.2.4-0.20180625181521-921fa9849001/pkg/js/parse_tests/011-cfRedirect.json (about)

     1  {
     2  		  "registrars": [],
     3  		  "dns_providers": [],
     4  		  "domains": [
     5  		    {
     6  		      "name": "foo.com",
     7  		      "registrar": "none",
     8  		      "dnsProviders": {},
     9  		      "records": [
    10  		        {
    11  		          "type": "CF_REDIRECT",
    12  		          "name": "@",
    13  		          "target": "test.foo.com,https://goo.com/$1"
    14  		        },
    15  						{
    16  		          "type": "CF_TEMP_REDIRECT",
    17  		          "name": "@",
    18  		          "target": "test.foo.com,https://goo.com/$1"
    19  		        }
    20  		      ]
    21  		    }
    22  		  ]
    23  		}