setDnsConfiguration

abstract suspend fun setDnsConfiguration(dnsConfiguration: DnsConfiguration, updateProgress: suspend (progress: Progress) -> Unit = {})

Set DNS configuration

Parameters

dnsConfiguration

Configuration of DNS DnsConfiguration

updateProgress

Update progress of operation