Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2018
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. vagrant@vagrantbox:~$ cat /etc/systemd/resolved.conf
  2. # This file is part of systemd.
  3. #
  4. # systemd is free software; you can redistribute it and/or modify it
  5. # under the terms of the GNU Lesser General Public License as published by
  6. # the Free Software Foundation; either version 2.1 of the License, or
  7. # (at your option) any later version.
  8. #
  9. # Entries in this file show the compile time defaults.
  10. # You can change settings by editing this file.
  11. # Defaults can be restored by simply deleting this file.
  12. #
  13. # See resolved.conf(5) for details
  14.  
  15. [Resolve]
  16. #DNS=
  17. #FallbackDNS=
  18. #Domains=
  19. #LLMNR=no
  20. #MulticastDNS=no
  21. #DNSSEC=no
  22. #Cache=yes
  23. #DNSStubListener=yes
  24. Domains=foo.bar
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement