Tuesday, October 08, 2024

Question regarding removal of dhclient

Under OpenBSD 7.5, having unwind enabled, I had in my dhclient.conf the following line;

supersede domain-name-servers 127.0.0.1, 185.12.64.1, 185.12.64.2;

And in my dhcpleased.conf file:
    interface vio0 {
        ignore dns
    }

Thus, I've in my resolv.conf;
nameserver 127.0.0.1 # resolvd: unwind
nameserver 185.12.64.1
nameserver 185.12.64.2

(The first one obviously my local resolver and 2nd&3rd ones are from my VPS provider)

Few minutes ago I upgraded to 7.6 (many thanks to the OpenBSD team for great efforts!) and after removal of dhclient, where can I define both external nameservers from my server provider?

Any suggestions would be much appreciated!

Best,
Mark.

No comments:

Post a Comment