val hosts: HostOptions
fun hosts(options: HostOptions.() -> Unit): Unit
fun hosts(vararg values: String): Unit
fun hosts(names: Iterable<String>): Unit
Defines hosts to be appended to system specific hosts file.