mirror of
				https://github.com/StackExchange/dnscontrol.git
				synced 2024-05-11 05:55:12 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			386 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			386 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "registrars": [],
 | 
						|
  "dns_providers": [],
 | 
						|
  "domains": [
 | 
						|
    {
 | 
						|
      "name": "foo.com",
 | 
						|
      "registrar": "none",
 | 
						|
      "dnsProviders": {},
 | 
						|
      "meta": {
 | 
						|
        "ns_ttl": "86400"
 | 
						|
      },
 | 
						|
      "records": []
 | 
						|
    },
 | 
						|
    {
 | 
						|
      "name": "bar.com",
 | 
						|
      "registrar": "none",
 | 
						|
      "dnsProviders": {},
 | 
						|
      "meta": {
 | 
						|
        "ns_ttl": "300"
 | 
						|
      },
 | 
						|
      "records": []
 | 
						|
    }
 | 
						|
  ]
 | 
						|
} |