зеркало из
				https://github.com/iharh/notes.git
				synced 2025-10-31 05:36:08 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			25 строки
		
	
	
		
			382 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			25 строки
		
	
	
		
			382 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| DNS
 | |
| https://habrahabr.ru/post/303446/
 | |
| https://tools.ietf.org/html/rfc1912
 | |
| 
 | |
| http://rosenberg.io/2014/08/08/docker-boot2docker-and-dns-resolution-of-containers.html
 | |
| 
 | |
| /etc/nsswitch.conf
 | |
|     (man nsswitch.conf)
 | |
| ...
 | |
| hosts:      files dns
 | |
| networks:   files
 | |
| ...
 | |
| 
 | |
| package: dnsutils
 | |
| utils:
 | |
|     dig
 | |
|     host
 | |
|     nslookup
 | |
| 
 | |
| /etc/hosts
 | |
| /etc/resolv.conf
 | |
| 
 | |
| nslookup <host>
 | |
|     look-up for the host
 | 
