mappingToAnyHostIPv4

@JvmStatic
@JvmName(name = "anyHostIPv4To")
fun String.mappingToAnyHostIPv4(): AddressMapping(source)

Creates a AddressMapping that instructs tor to generate a virtual IPAddress.V4 address and map the provided string (host name) to it.

If the string (host name) is already mapped, tor will return that mapping for AddressMapping.Result.


@JvmStatic
@JvmName(name = "anyHostIPv4To")
fun OnionAddress.mappingToAnyHostIPv4(): AddressMapping(source)

Creates a AddressMapping that instructs tor to generate a virtual IPAddress.V4 address and map the provided OnionAddress to it.

If the OnionAddress is already mapped, tor will return that mapping for AddressMapping.Result.