Advertisement
Guest User

Untitled

a guest
Aug 5th, 2015
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. options timeout:1
  2.  
  3. # This one is used to resolve hostnames for servers internal to my company
  4. nameserver 127.0.1.1
  5.  
  6. And this one is used to resolve hostnames for docker hosts I have on my machine
  7. nameserver 172.17.42.1
  8. # Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
  9. # DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
  10. search lmc.universcine.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement