add

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

repeated string upstream = 2;

Parameters

value

The upstream to add.


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

repeated .elide.net.MappedHost hosts = 3;

Parameters

value

The hosts to add.