[arch-projects] [netcfg] [PATCH] Add support for "options" in /etc/resolv.conf

Jouke Witteveen j.witteveen at gmail.com
Tue Oct 2 15:15:56 EDT 2012


On Sun, Sep 30, 2012 at 6:06 AM, Samuel Andaya <samuel at andaya.net> wrote:
> From 5331c6630d00c0c138ab1c5c0ab0a01d32f21674 Mon Sep 17 00:00:00 2001
> From: Samuel Andaya <samuel at andaya.net>
> Date: Sun, 30 Sep 2012 02:13:06 +0000
> Subject: [PATCH] Add support for "options" in /etc/resolv.conf.
>
> Example
>
> DNS=('8.8.8.8' '8.8.4.4')
> DNSOPTIONS=('rotate' 'timeout:1')
>
> Will create the following /etc/resolv.conf
>
> nameserver 8.8.8.8
> nameserver 8.8.4.4
> options rotate
> options timeout:1
>
> Signed-off-by: Samuel Andaya <samuel at andaya.net>

I'm a bit busy right now, but I'll add this to the next version.

Thanks,
- Jouke


More information about the arch-projects mailing list