⇤ ← Revision 1 as of 2020-11-10 05:05:32
Size: 354
Comment:
|
Size: 485
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
A description of the '''resolvconf''' configuration file (`/etc/resolvconf.conf`). For more details, see `resolvconf.conf(5)`. |
resolvconf.conf
A description of the resolvconf configuration file (/etc/resolvconf.conf). For more details, see resolvconf.conf(5).
Contents
Example
resolv_conf=/etc/resolv.conf name_servers=127.0.0.1
Syntax
resolvconf.conf 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"