mirror of
				https://github.com/StackExchange/dnscontrol.git
				synced 2024-05-11 05:55:12 +00:00 
			
		
		
		
	* Add creds.json.tpl file to documentation * Add documentation for shell script example. * Update documentation slightly to clarify Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
		
			
				
	
	
		
			15 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			317 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
  "bind": {
 | 
						|
    "TYPE": "BIND"
 | 
						|
  },
 | 
						|
  "cloudflare": {
 | 
						|
    "TYPE": "CLOUDFLAREAPI",
 | 
						|
    "apitoken": "op://Secrets/Cloudflare DNSControl/credential",
 | 
						|
    "accountid": "op://Secrets/Cloudflare DNSControl/username"
 | 
						|
  },
 | 
						|
  "linode": {
 | 
						|
    "TYPE": "LINODE",
 | 
						|
    "token": "op://Secrets/Linode DNSControl/credential"
 | 
						|
  }
 | 
						|
}
 |