mappingToAnyHostIPv6
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")
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.