mirror of
				https://github.com/StackExchange/dnscontrol.git
				synced 2024-05-11 05:55:12 +00:00 
			
		
		
		
	* New provider * Add support for SRV records * Modify ACTIVEDIRECTORY_PS provider to warn that it is deprecated.
		
			
				
	
	
		
			32 lines
		
	
	
		
			513 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			32 lines
		
	
	
		
			513 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
* text=auto
 | 
						|
 | 
						|
# Git itself
 | 
						|
.gitattributes eol=lf
 | 
						|
.gitigore eol=lf
 | 
						|
OWNERS eol=lf
 | 
						|
 | 
						|
# dnscontrol files are unix line-endings:
 | 
						|
*.md text eol=lf
 | 
						|
*.js text eol=lf
 | 
						|
*.json text eol=lf
 | 
						|
*.yaml text eol=lf
 | 
						|
*.zone text eol=lf
 | 
						|
*.tsv text eol=lf
 | 
						|
 | 
						|
# shell scripts are unix line-endings:
 | 
						|
*.sh text eol=lf
 | 
						|
 | 
						|
# powershell scripts are DOS line-endings:
 | 
						|
*.ps1 text eol=crlf
 | 
						|
*.nuspec text eol=crlf
 | 
						|
 | 
						|
# Go code are unix line-endings:
 | 
						|
*.go text eol=lf
 | 
						|
go.mod text eol=lf
 | 
						|
go.sum text eol=lf
 | 
						|
 | 
						|
# Graphics are binary:
 | 
						|
*.jpg binary
 | 
						|
*.png
 | 
						|
*.svg
 |