$def with (onion, name, local_ip, domain, domain_whois, domain_host, domain_ns, domain_ip, www_domain_ip)

Addresses

$if onion:

This website will be immediately accessible using the Tor browser at the following address:

$onion

$else:

No onion address could be found. Tor must not be configured properly.

$if domain: $if domain_ip == local_ip:

Your domain points to this machine. You are ready to proceed.

$if www_domain_ip == local_ip:

www. also points and will be used.

$else:

www. does not point. It will not be used.

$else:

$domain currently points to $domain_ip

This machine's IP address is $local_ip

Please point $domain to $local_ip

$#

Your DNS settings are currently being served by: $domain_ns

$#

$www_domain_ip

Domain Lookup
Registrar
$domain_whois["registrar"].upper()
Whois server
$domain_whois["whois_server"]
Name servers
    $for ns in sorted(set([ns.upper() for ns in domain_whois["name_servers"]])):
  • $ns

$if domain_host:

Your domain records appears to be hosted by $domain_host[0].

Follow these instructions.

$else:

It isn't clear where your domain records are being hosted.