unmappingFrom

@JvmStatic
@JvmName(name = "unmapFrom")
fun String.unmappingFrom(): AddressMapping(source)

Creates a AddressMapping that instruct tor to unmap any addresses associated with the provided string (host name).


@JvmStatic
@JvmName(name = "unmapFrom")
fun IPAddress.unmappingFrom(): AddressMapping(source)

Creates a AddressMapping that instruct tor to unmap any addresses associated with the provided IPAddress.