= ResolvConf.Conf = The [[OpenResolv|resolvconf]] '''configuration file''', typically found at `/etc/resolvconf.conf`, configures the generation of the [[Linux/ResolvConf|resolver configuration file]]. <> ---- == Example == This configuration would be used for a system running [[Dnsmasq|dnsmasq]] for DNS caching. {{{ # Use the local name server name_servers="::1 127.0.0.1" resolv_conf_options="trust-ad" # Generate `dnsmasq(8)` configuration dnsmasq_conf=/etc/dnsmasq-conf.conf dnsmasq_resolv=/etc/dnsmasq-resolv.conf }}} ---- == Syntax == `resolvconf.conf(5)` is a shell script. For example, to pass a list of values, use a quoted space-delimited list. {{{ name_servers="127.0.0.1 ::1" }}} ---- == See also == [[https://man.archlinux.org/man/resolvconf.conf.5|resolvconf.conf(5)]] ---- CategoryRicottone