OnionAddress
Base abstraction for denoting a String value as a .onion
address
e.g.
val string = "2gzyxa5ihm7nsggfxnu52rck2vv4rvmdlkiu3zzui5du4xyclen53wid"
string.toOnionAddress()
"http://${string}.onion:8080/some/path".toOnionAddress()
"http://subdomain.${string}.onion:8080/some/path".toOnionAddress()
Content copied to clipboard
See also
Inheritors
Types
Functions
Link copied to clipboard
Wraps the OnionAddress in its AddressKey.Public format.
Link copied to clipboard
Returns value in its canonicalized hostname form
Link copied to clipboard
Creates a AddressMapping that instructs tor to generate a virtual IPAddress.V4 address and map the provided OnionAddress to it.
Link copied to clipboard
Creates a AddressMapping that instructs tor to generate a virtual IPAddress.V4 address and map the provided OnionAddress to it.