107 lines
3.2 KiB
HTML
107 lines
3.2 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>mydns</title>
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/static/apple-touch-icon.png">
|
|
<link rel="icon" type="image/png" sizes="32x32" href="/static/favicon-32x32.png">
|
|
<link rel="icon" type="image/png" sizes="16x16" href="/static/favicon-16x16.png">
|
|
<link rel="manifest" href="/static/site.webmanifest">
|
|
<link rel="stylesheet" href="/static/normalize.css" type="text/css">
|
|
<link rel="stylesheet" href="/static/tacit.min.css" type="text/css">
|
|
</head>
|
|
<body>
|
|
<section>
|
|
<header>
|
|
<nav>
|
|
<h1>mydns.gay</h1>
|
|
</nav>
|
|
</header>
|
|
<article>
|
|
<p>
|
|
this is my anonymous dns server. you are free to use it, but just letting you know, this is mine, so it only really has features i care about.
|
|
</p>
|
|
<p>
|
|
it's meant to preserve my privacy (along with anyone who is using its).
|
|
in large, my goal is to avoid my dns data being sold to advertisers.
|
|
</p>
|
|
<p>
|
|
the only thing i record are long-term metrics, for the health of the service.
|
|
|
|
the server is in linode ORD datacenter. if i believe that linode one day is unfit to run this service, i will switch.
|
|
</p>
|
|
<p>
|
|
software used: <ul>
|
|
<li><a href="https://github.com/ansible/ansible">ansible</a></li>
|
|
<li><a href="https://github.com/PowerDNS/pdns">dnsdist</a></li>
|
|
</ul>
|
|
</p>
|
|
</article>
|
|
<article>
|
|
<h3>endpoints</h3>
|
|
<p>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<th>type</th>
|
|
<th>endpoint</th>
|
|
<th>additional info</th>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
DoH/DoH3
|
|
</td>
|
|
<td>
|
|
<code>https://mydns.gay/dns-query</code>
|
|
</td>
|
|
<td>
|
|
via ip4, ipv6. TLS powered by <a href="https://github.com/caddyserver/caddy">caddy</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
DNS
|
|
</td>
|
|
<td>
|
|
<code>172.232.13.191</code> / <code>mydns.gay</code>
|
|
</td>
|
|
<td>
|
|
port 53
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
DNS (ipv6)
|
|
</td>
|
|
<td>
|
|
<code>
|
|
2600:3c06::f03c:94ff:fe68:afad
|
|
</code> / <code>mydns.gay</code>
|
|
</td>
|
|
<td>
|
|
port 53
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
DoT
|
|
</td>
|
|
<td>
|
|
<code>172.232.13.191:853</code> / <code>mydns.gay:853</code>
|
|
</td>
|
|
<td>
|
|
Dns over TLS
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</p>
|
|
</article>
|
|
<!--
|
|
<article>
|
|
<h3>information</h3>
|
|
</article>
|
|
-->
|
|
</section>
|
|
</body>
|
|
</html>
|