whois.tinysites.com/components/Faq.vue

40 lines
1.9 KiB
Vue

<template>
<div class="faq">
<h2>Frequently Asked Questions</h2>
<details>
<summary>
What is Whois?
<span class="icon-chevron-down" xlink:href="#expand" ></span>
<span class="icon-chevron-up" xlink:href="#close" ></span>
</summary>
<p>Whois is a protocol used to search databases for specific information related to domain names. Our Whois lookup tool is a free service that let's you search Tinysites domain data.</p>
</details>
<details>
<summary>
How to use Tinysites Whois lookup?
<span class="icon-chevron-down" xlink:href="#expand" ></span>
<span class="icon-chevron-up" xlink:href="#close" ></span>
</summary>
<p>To use our Whois lookup tool, enter the domain name your searching for (eg: site.nh) in the search bar above and we'll provide data related to that domain. </p>
</details>
<details>
<summary>
What domain data is provided?
<span class="icon-chevron-down" xlink:href="#expand" ></span>
<span class="icon-chevron-up" xlink:href="#close" ></span>
</summary>
<p>The data returned from the Whois lookup includes the domains creation and expiration dates, registrar, status, name servers, and additional information about the domain.</p>
</details>
<details>
<summary>
What domains can be searched?
<span class="icon-chevron-down" xlink:href="#expand" ></span>
<span class="icon-chevron-up" xlink:href="#close" ></span>
</summary>
<p>Our Whois tool allows you to search for domains registered with Tinysites. We are looking into providing data from more registrars including <NuxtLink to="https://impervious.domains/" target="_BLANK" >Impervious</NuxtLink>, <NuxtLink to="https://hns.id/" target="_BLANK" >hns.id</NuxtLink>, and <NuxtLink to="https://namebase.io/" target="_BLANK" >Namebase</NuxtLink>.</p>
</details>
</div>
</template>