resolve.conf 340 B

123456789101112131415161718
  1. resolve {
  2. # File where to add DNS server entries.
  3. # file = /etc/resolv.conf
  4. # Whether to load the plugin. Can also be an integer to increase the
  5. # priority of this plugin.
  6. load = yes
  7. resolvconf {
  8. # Prefix used for interface names sent to resolvconf(8).
  9. # iface_prefix = lo.inet.ipsec.
  10. }
  11. }