clear

@JvmName(name = "clearUpstream")
fun DslList<String, DnsSettingsKt.Dsl.UpstreamProxy>.clear()
Upstream servers to use for DNS resolution.

repeated string upstream = 2;


@JvmName(name = "clearHosts")
fun DslList<MappedHost, DnsSettingsKt.Dsl.HostsProxy>.clear()
Mapped hosts to use for DNS resolution.

repeated .elide.net.MappedHost hosts = 3;