iked(8) gains client-side support for DNS configuration
by from OpenBSD Journal on (#5P2Y5)
With the followingcommit,Tobias Heider (tobhe@)added client-side support for DNS configurationto iked(8):
CVSROOT:/cvsModule name:srcChanges by:tobhe@cvs.openbsd.org2021/09/01 09:30:07Modified files:sbin/iked : config.c iked.c iked.h ikev2.c ikev2_msg.c ikev2_pld.c policy.c types.h vroute.c Log message:Add client side support for DNS configuration. Use RTM_PROPOSAL_STATICroute messages to propose the name server to resolvd(8).For now, iked will only propose a single name server from the firstestablished connection.Automatic name server configuration is enabled by default for policies usingthe 'iface' option.discussed with deraadt@ok for the DNS parts florian@ok for the rest patrick@