mappingToAnyHostIPv6

@JvmStatic
@JvmName(name = "anyHostIPv6To")
fun String.mappingToAnyHostIPv6(): AddressMapping(source)

Creates a AddressMapping that instructs tor to generate a virtual IPAddress.V6 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 = "anyHostIPv6To")
fun OnionAddress.mappingToAnyHostIPv6(): 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.