Companion

Functions

Link copied to clipboard
@JvmStatic
@JvmName(name = "anyHostTo")
fun String.mappingToAnyHost(): AddressMapping

Creates a AddressMapping that instructs tor to generate a random host value (e.g. 4lr2xdqckbl4nttj.virtual) and map the provided string (host name) to it.

Link copied to clipboard
@JvmStatic
@JvmName(name = "anyHostIPv4To")
fun OnionAddress.mappingToAnyHostIPv4(): AddressMapping

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

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

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

Link copied to clipboard
@JvmStatic
@JvmName(name = "anyHostIPv6To")
fun OnionAddress.mappingToAnyHostIPv6(): AddressMapping

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

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

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

Link copied to clipboard
@JvmStatic
@JvmName(name = "unmapFrom")
fun IPAddress.unmappingFrom(): AddressMapping

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

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

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