mirror of
				https://github.com/StackExchange/dnscontrol.git
				synced 2024-05-11 05:55:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			423 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			423 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "dns_providers": [],
 | 
						|
  "domains": [
 | 
						|
    {
 | 
						|
      "dnsProviders": {},
 | 
						|
      "name": "example.com",
 | 
						|
      "records": [
 | 
						|
        {
 | 
						|
          "name": "normal",
 | 
						|
          "target": "1.1.1.1",
 | 
						|
          "type": "A"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "recordsabsent": [
 | 
						|
        {
 | 
						|
          "name": "helper",
 | 
						|
          "target": "2.2.2.2",
 | 
						|
          "type": "A"
 | 
						|
        }
 | 
						|
      ],
 | 
						|
      "registrar": "none"
 | 
						|
    }
 | 
						|
  ],
 | 
						|
  "registrars": []
 | 
						|
}
 |