Mark <markbsdmail2...@gmail.com> writes: [...]
> 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? I think that now that you're using unwind it is also its job to manage any additional resolvers. For your example, adding the following to "/etc/unwind.conf" should do: fwd1=185.12.64.1 fwd2=185.12.64.2 forwarder { $fwd1 $fwd2 } But, for most case, unwind could also automatically learn those resolvers via its "autoconf" rule. For more details, you should read unwind.conf(5) and maybe also resolvd(8) -- Manuel Giraud