7c890ea0c5
* First sweep packages + some minor tweaking * Second sweep * Regenerate lockfile + package.json mods * Regenerate lockfile again * Fix CI * Fix CI again * All building properly * unblock * Tweak examples * Comments + readme + fix rotten unit test * First pass docs * Big pass * Massive pass on new docs * Update integrations.md w mobile * Partial overhaul review * new playground + big pass * new fix lychee err * IPR notice tweak
572 B
572 B
@nymproject/mix-dns • Docs
@nymproject/mix-dns / mixDNS
Function: mixDNS()
mixDNS(
hostname):Promise<string>
Resolve a hostname through the mixnet. Returns the IP as a string
(e.g. "93.184.216.34").
The tunnel must already be set up via setupMixTunnel().
Parameters
• hostname: string
Returns
Promise<string>