I need to have certain custom options permanently in my /etc/resolv.conf.
They are
- Code: Select all
options timeout:1 attempts:3
Up until today I have been using wicd to manage my connections which used resolvconf to rebuild resolv.conf every time connection was established.
In that config I just needed one line in /etc/resolvconf.conf
- Code: Select all
lapek etc # cat /etc/resolvconf.conf
resolv_conf=/etc/resolv.conf
resolv_conf_options="timeout:1 attempts:3"
Today I decided to give NetworkManager a try especially as it seems to work flawlessly with my E620 3G card.
The only problem I ran into was that is seems that resolvconf is no longer used thus I lack my custom options.
Does anyone know, what to do to get same functionality?
Thanks in advance.
