I'm using netctl to initialize my server's network stack, using a tweak of the "ethernet-static" example profile. I'm specifying a list of DNS servers, but only one of them is winding up in the resolv.conf file. I'm wondering why/how to fix.
In my netctl profile: DNS=('127.0.0.1' '208.67.222.222' '208.67.220.220')
The resulting resolv.conf: # Generated by resolvconf nameserver 127.0.0.1
Any idea what the issue is? Does netctl not correctly handle an array of dns server names?
Thanks,
DR