Differences between revisions 1 and 2
Revision 1 as of 2020-11-10 05:05:32
Size: 354
Comment:
Revision 2 as of 2020-11-10 15:54:57
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).


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"


CategoryRicottone

Linux/ResolvConfConf (last edited 2023-06-22 20:26:37 by DominicRicottone)