Remove favicon
This commit is contained in:
parent
2279b75801
commit
b8d4097756
12 changed files with 133 additions and 0 deletions
1
.domains
Normal file
1
.domains
Normal file
|
@ -0,0 +1 @@
|
|||
dns.froth.zone
|
1
404.html
Normal file
1
404.html
Normal file
|
@ -0,0 +1 @@
|
|||
<!doctype html><html lang=en><title>404</title><meta charset=utf-8><meta content="width=device-width,initial-scale=1"name=viewport><link rel="shortcut icon"href=/img/favicon.png type=image/png><link href=/css/style.css rel=stylesheet><meta content=website property=og:type><meta content="Froth DNS"property=og:site_name><meta content=en property=og:locale><meta content="All you need to know about the services provided by dns.froth.zone"property=og:description><meta content=https://dns.froth.zone/404.html property=og:url><meta content="All you need to know about the services provided by dns.froth.zone"name=twitter:description><meta content=summary name=twitter:card><meta content="All you need to know about the services provided by dns.froth.zone"itemprop=description><meta content="All you need to know about the services provided by dns.froth.zone"name=description><meta content="DNS, nameserver, DNS server, froth.zone, froth DNS, froth zone"name=keywords><meta content="Lume v1.15.2"name=generator><body><nav><ul class=main-nav><li><a href=/>/</a><li><a href=/nameservers>Nameservers</a><li><a href=/resolver>Resolver</a><li><a href=/awl>awl</a><li><a href=/pomme>pomme</a><li class=push><a href=https://status.froth.zone/status/dns>Status</a></ul></nav><header><h1>404</h1><h2>Not found</h2></header><main><p>The page you are looking for does not exist.<p>Did it ever?</main><footer><small> Built with <a href=https://lume.land>Lume</a> • <a href=https://git.froth.zone/sam/dns.froth.zone>Source</a> • <a href=https://samtherapy.net>Owner</a> </small></footer>
|
91
awl/index.html
Normal file
91
awl/index.html
Normal file
|
@ -0,0 +1,91 @@
|
|||
<!doctype html><html lang=en><title>awl(1)</title><meta content="dns.froth.zone/awl git https://git.froth.zone/sam/awl"name=go-import><meta content="dns.froth.zone/awl https://git.froth.zone/sam/awl https://git.froth.zone/sam/awl/tree/master{/dir} https://git.froth.zone/sam/awl/src/branch/master{/dir}/{file}#L{line}"name=go-source><meta charset=utf-8><meta content="width=device-width,initial-scale=1"name=viewport><link rel="shortcut icon"href=/img/favicon.png type=image/png><link href=/css/style.css rel=stylesheet><meta content=website property=og:type><meta content="Froth DNS"property=og:site_name><meta content=en property=og:locale><meta content="All you need to know about the services provided by dns.froth.zone"property=og:description><meta content=https://dns.froth.zone/awl/ property=og:url><meta content="All you need to know about the services provided by dns.froth.zone"name=twitter:description><meta content=summary name=twitter:card><meta content="All you need to know about the services provided by dns.froth.zone"itemprop=description><meta content="All you need to know about the services provided by dns.froth.zone"name=description><meta content="DNS, nameserver, DNS server, froth.zone, froth DNS, froth zone"name=keywords><meta content="Lume v1.15.2"name=generator><body><nav><ul class=main-nav><li><a href=/>/</a><li><a href=/nameservers>Nameservers</a><li><a href=/resolver>Resolver</a><li><a href=/awl>awl</a><li><a href=/pomme>pomme</a><li class=push><a href=https://status.froth.zone/status/dns>Status</a></ul></nav><header><h1>awl(1)</h1><h2>A simple DNS client</h2></header><main><p><a href=https://git.froth.zone/sam/awl>awl</a> is a simple DNS query client, much like dig and drill.<pre><code>❯ awl NS froth.zone @https://dns.froth.zone/dns-query
|
||||
;; opcode: QUERY, status: NOERROR, id: 46274
|
||||
;; flags: qr rd ra; QUERY: 1, ANSWER: 4, AUTHORITY: 0, ADDITIONAL: 8
|
||||
|
||||
;; QUESTION SECTION:
|
||||
;froth.zone. IN NS
|
||||
|
||||
;; ANSWER SECTION:
|
||||
froth.zone. 1650 IN NS illya.froth.zone.
|
||||
froth.zone. 1650 IN NS rin.froth.zone.
|
||||
froth.zone. 1650 IN NS sakura.froth.zone.
|
||||
froth.zone. 1650 IN NS saber.froth.zone.
|
||||
|
||||
;; ADDITIONAL SECTION:
|
||||
rin.froth.zone. 1650 IN AAAA 2607:5300:201:3100::931b
|
||||
sakura.froth.zone. 1650 IN AAAA 2001:41d0:304:200::d12b
|
||||
saber.froth.zone. 1650 IN AAAA 2602:fe90:100:2::164d:4c70
|
||||
illya.froth.zone. 1650 IN AAAA 2603:c020:4004:62ee::8888
|
||||
rin.froth.zone. 1650 IN A 158.69.1.114
|
||||
sakura.froth.zone. 1650 IN A 141.94.206.97
|
||||
saber.froth.zone. 1650 IN A 45.13.232.162
|
||||
illya.froth.zone. 1650 IN A 129.213.157.255
|
||||
|
||||
;; Query time: 404.9936ms
|
||||
;; SERVER: https://dns.froth.zone/dns-query
|
||||
;; WHEN: Never
|
||||
;; MSG SIZE rcvd: 489
|
||||
</code></pre><hr><p><code>awl</code> understands DNSSEC, like <a href=https://linux.die.net/man/1/drill><code>drill(1)</code></a>:<pre><code>❯ awl brokendnssec.net @1.1.1.1 --tcp
|
||||
;; opcode: QUERY, status: SERVFAIL, id: 45766
|
||||
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
|
||||
|
||||
;; QUESTION SECTION:
|
||||
;brokendnssec.net. IN A
|
||||
|
||||
;; Query time: 6.0461ms
|
||||
;; SERVER: 1.1.1.1:53 (TCP)
|
||||
;; WHEN: Never
|
||||
;; MSG SIZE rcvd: 34
|
||||
❯ awl brokendnssec.net @1.1.1.1 --cd +tcp
|
||||
;; opcode: QUERY, status: NOERROR, id: 37917
|
||||
;; flags: qr rd ra cd; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
|
||||
|
||||
;; QUESTION SECTION:
|
||||
;brokendnssec.net. IN A
|
||||
|
||||
;; ANSWER SECTION:
|
||||
brokendnssec.net. 294 IN A 172.67.36.129
|
||||
brokendnssec.net. 294 IN A 104.22.35.212
|
||||
brokendnssec.net. 294 IN A 104.22.34.212
|
||||
|
||||
;; Query time: 8.4461ms
|
||||
;; SERVER: 1.1.1.1:53 (TCP)
|
||||
;; WHEN: Never
|
||||
;; MSG SIZE rcvd: 130
|
||||
</code></pre><hr><p>It supports many of the flags that <a href=https://man.openbsd.org/dig.1><code>dig(1)</code></a> does:<pre><code>❯ awl +noquestion +noauthority +nostats cat-v.org
|
||||
;; opcode: QUERY, status: NOERROR, id: 39675
|
||||
;; flags: qr rd ra; QUERY: 0, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
|
||||
|
||||
;; ANSWER SECTION:
|
||||
cat-v.org. 9418 IN A 168.235.69.224
|
||||
</code></pre><hr><p>And <a href=./man>some new features</a>, too!<pre><code class="language-xml hljs">❯ awl +quic --xml codeberg.org
|
||||
<span class=hljs-tag><<span class=hljs-name>Msg</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Id</span>></span>22108<span class=hljs-tag></<span class=hljs-name>Id</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Response</span>></span>true<span class=hljs-tag></<span class=hljs-name>Response</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Opcode</span>></span>0<span class=hljs-tag></<span class=hljs-name>Opcode</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Authoritative</span>></span>false<span class=hljs-tag></<span class=hljs-name>Authoritative</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Truncated</span>></span>false<span class=hljs-tag></<span class=hljs-name>Truncated</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>RecursionDesired</span>></span>true<span class=hljs-tag></<span class=hljs-name>RecursionDesired</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>RecursionAvailable</span>></span>true<span class=hljs-tag></<span class=hljs-name>RecursionAvailable</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Zero</span>></span>false<span class=hljs-tag></<span class=hljs-name>Zero</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>AuthenticatedData</span>></span>false<span class=hljs-tag></<span class=hljs-name>AuthenticatedData</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>CheckingDisabled</span>></span>false<span class=hljs-tag></<span class=hljs-name>CheckingDisabled</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Rcode</span>></span>0<span class=hljs-tag></<span class=hljs-name>Rcode</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Compress</span>></span>false<span class=hljs-tag></<span class=hljs-name>Compress</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Question</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Name</span>></span>codeberg.org.<span class=hljs-tag></<span class=hljs-name>Name</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Qtype</span>></span>1<span class=hljs-tag></<span class=hljs-name>Qtype</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Qclass</span>></span>1<span class=hljs-tag></<span class=hljs-name>Qclass</span>></span>
|
||||
<span class=hljs-tag></<span class=hljs-name>Question</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Answer</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Hdr</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Name</span>></span>codeberg.org.<span class=hljs-tag></<span class=hljs-name>Name</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Rrtype</span>></span>1<span class=hljs-tag></<span class=hljs-name>Rrtype</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Class</span>></span>1<span class=hljs-tag></<span class=hljs-name>Class</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Ttl</span>></span>3600<span class=hljs-tag></<span class=hljs-name>Ttl</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>Rdlength</span>></span>4<span class=hljs-tag></<span class=hljs-name>Rdlength</span>></span>
|
||||
<span class=hljs-tag></<span class=hljs-name>Hdr</span>></span>
|
||||
<span class=hljs-tag><<span class=hljs-name>A</span>></span>193.26.156.135<span class=hljs-tag></<span class=hljs-name>A</span>></span>
|
||||
<span class=hljs-tag></<span class=hljs-name>Answer</span>></span>
|
||||
<span class=hljs-tag></<span class=hljs-name>Msg</span>></span>
|
||||
</code></pre><hr><p>A full list of the features <code>awl</code> supports can be found <a href=https://git.froth.zone/sam/awl/wiki/Supported>here</a>.</main><footer><small> Built with <a href=https://lume.land>Lume</a> • <a href=https://git.froth.zone/sam/dns.froth.zone>Source</a> • <a href=https://samtherapy.net>Owner</a> </small></footer>
|
2
css/style.css
Normal file
2
css/style.css
Normal file
File diff suppressed because one or more lines are too long
1
css/style.css.map
Normal file
1
css/style.css.map
Normal file
File diff suppressed because one or more lines are too long
1
dnscrypt/index.html
Normal file
1
dnscrypt/index.html
Normal file
|
@ -0,0 +1 @@
|
|||
<!doctype html><html lang=en><title>Redirecting...</title><meta content="dns.froth.zone/dnscrypt git https://github.com/SamTherapy/dnscrypt"name=go-import><meta content="dns.froth.zone/dnscrypt https://github.com/SamTherapy/dnscrypt https://github.com/SamTherapy/dnscrypt/tree/master{/dir} https://github.com/SamTherapy/dnscrypt/blob/master{/dir}/{file}#L{line}"name=go-source><meta charset=utf-8><meta content="width=device-width,initial-scale=1"name=viewport><link rel="shortcut icon"href=/img/favicon.png type=image/png><link href=/css/style.css rel=stylesheet><meta content=website property=og:type><meta content="Froth DNS"property=og:site_name><meta content=en property=og:locale><meta content="All you need to know about the services provided by dns.froth.zone"property=og:description><meta content=https://dns.froth.zone/dnscrypt/ property=og:url><meta content="All you need to know about the services provided by dns.froth.zone"name=twitter:description><meta content=summary name=twitter:card><meta content="All you need to know about the services provided by dns.froth.zone"itemprop=description><meta content="All you need to know about the services provided by dns.froth.zone"name=description><meta content="DNS, nameserver, DNS server, froth.zone, froth DNS, froth zone"name=keywords><meta content="Lume v1.15.2"name=generator><body><nav><ul class=main-nav><li><a href=/>/</a><li><a href=/nameservers>Nameservers</a><li><a href=/resolver>Resolver</a><li><a href=/awl>awl</a><li><a href=/pomme>pomme</a><li class=push><a href=https://status.froth.zone/status/dns>Status</a></ul></nav><header><h1>Redirecting...</h1><h2>https://github.com/SamTherapy/dnscrypt</h2></header><main><meta content="0; url=https://github.com/SamTherapy/dnscrypt"http-equiv=refresh></main><footer><small> Built with <a href=https://lume.land>Lume</a> • <a href=https://git.froth.zone/sam/dns.froth.zone>Source</a> • <a href=https://samtherapy.net>Owner</a> </small></footer>
|
1
index.html
Normal file
1
index.html
Normal file
|
@ -0,0 +1 @@
|
|||
<!doctype html><html lang=en><title>Froth DNS Service</title><meta charset=utf-8><meta content="width=device-width,initial-scale=1"name=viewport><link rel="shortcut icon"href=/img/favicon.png type=image/png><link href=/css/style.css rel=stylesheet><meta content=website property=og:type><meta content="Froth DNS"property=og:site_name><meta content=en property=og:locale><meta content="All you need to know about the services provided by dns.froth.zone"property=og:description><meta content=https://dns.froth.zone/ property=og:url><meta content="All you need to know about the services provided by dns.froth.zone"name=twitter:description><meta content=summary name=twitter:card><meta content="All you need to know about the services provided by dns.froth.zone"itemprop=description><meta content="All you need to know about the services provided by dns.froth.zone"name=description><meta content="DNS, nameserver, DNS server, froth.zone, froth DNS, froth zone"name=keywords><meta content="Lume v1.15.2"name=generator><body><nav><ul class=main-nav><li><a href=/>/</a><li><a href=/nameservers>Nameservers</a><li><a href=/resolver>Resolver</a><li><a href=/awl>awl</a><li><a href=/pomme>pomme</a><li class=push><a href=https://status.froth.zone/status/dns>Status</a></ul></nav><header><h1>Froth DNS Service</h1><h2>Welcome to the Froth DNS service!</h2></header><main><h4>Hello there.</h4><p>This is a landing page for the DNS services that I host.<p><br> <br> <br> <br> <br> <br> <br> <br> <br> Yes, I know I have a problem.<p>No, you don't have to remind me.</main><footer><small> Built with <a href=https://lume.land>Lume</a> • <a href=https://git.froth.zone/sam/dns.froth.zone>Source</a> • <a href=https://samtherapy.net>Owner</a> </small></footer>
|
1
nameservers/index.html
Normal file
1
nameservers/index.html
Normal file
|
@ -0,0 +1 @@
|
|||
<!doctype html><html lang=en><title>Froth.zone Nameservers</title><meta charset=utf-8><meta content="width=device-width,initial-scale=1"name=viewport><link rel="shortcut icon"href=/img/favicon.png type=image/png><link href=/css/style.css rel=stylesheet><meta content=website property=og:type><meta content="Froth DNS"property=og:site_name><meta content=en property=og:locale><meta content="All you need to know about the services provided by dns.froth.zone"property=og:description><meta content=https://dns.froth.zone/nameservers/ property=og:url><meta content="All you need to know about the services provided by dns.froth.zone"name=twitter:description><meta content=summary name=twitter:card><meta content="All you need to know about the services provided by dns.froth.zone"itemprop=description><meta content="All you need to know about the services provided by dns.froth.zone"name=description><meta content="DNS, nameserver, DNS server, froth.zone, froth DNS, froth zone"name=keywords><meta content="Lume v1.15.2"name=generator><body><nav><ul class=main-nav><li><a href=/>/</a><li><a href=/nameservers>Nameservers</a><li><a href=/resolver>Resolver</a><li><a href=/awl>awl</a><li><a href=/pomme>pomme</a><li class=push><a href=https://status.froth.zone/status/dns>Status</a></ul></nav><header><h1>Froth.zone Nameservers</h1><h2></h2></header><main><p>I host four nameservers in servers all over <del>NATO</del> the world, so anybody <del>in the US or Western Europe</del> can more easily access my services:<p>The IP addresses are found by using <a href=/awl/>awl</a>:<ul><li><p><a href=https://rin.froth.zone>rin.froth.zone</a> (Hosted in Canada) <br> ❯ awl +short rin.froth.zone && awl +short AAAA rin.froth.zone <br> 158.69.1.114 <br> 2607:5300:201:3100::931b</p><li><p><a href=https://sakura.froth.zone>sakura.froth.zone</a> (Hosted in France) <br> ❯ awl --short sakura.froth.zone && awl --short AAAA sakura.froth.zone <br> 141.94.206.97 <br> 2001:41d0:304:200::d12b</p><li><p><a href=https://saber.froth.zone>saber.froth.zone</a> (Hosted in the Netherlands) <br> ❯ awl -s saber.froth.zone && awl -s AAAA saber.froth.zone <br> 185.196.220.241 <br> 2a0f:ca80:0:2a4::5:4b32</p><li><p><a href=https://illya.froth.zone>illya.froth.zone</a> (Hosted in the US) <br> ❯ awl +short illya.froth.zone && awl -s AAAA illya.froth.zone <br> 129.213.157.255 <br> 2603:c020:4004:62ee::8888</p></ul><hr><p>Want to use them? : If so, just <a href=https://froth.zone/sam>contact me</a>!</main><footer><small> Built with <a href=https://lume.land>Lume</a> • <a href=https://git.froth.zone/sam/dns.froth.zone>Source</a> • <a href=https://samtherapy.net>Owner</a> </small></footer>
|
1
pomme/index.html
Normal file
1
pomme/index.html
Normal file
|
@ -0,0 +1 @@
|
|||
<!doctype html><html lang=en><title>Pomme - A web interface</title><meta content="dns.froth.zone/pomme git https://git.freecumextremist.com/grumbulon/pomme"name=go-import><meta content="dns.froth.zone/pomme https://git.freecumextremist.com/grumbulon/pomme https://git.freecumextremist.com/grumbulon/pomme/tree/master{/dir} https://git.freecumextremist.com/grumbulon/pomme/src/branch/master{/dir}/{file}#L{line}"name=go-source><meta charset=utf-8><meta content="width=device-width,initial-scale=1"name=viewport><link rel="shortcut icon"href=/img/favicon.png type=image/png><link href=/css/style.css rel=stylesheet><meta content=website property=og:type><meta content="Froth DNS"property=og:site_name><meta content=en property=og:locale><meta content="All you need to know about the services provided by dns.froth.zone"property=og:description><meta content=https://dns.froth.zone/pomme/ property=og:url><meta content="All you need to know about the services provided by dns.froth.zone"name=twitter:description><meta content=summary name=twitter:card><meta content="All you need to know about the services provided by dns.froth.zone"itemprop=description><meta content="All you need to know about the services provided by dns.froth.zone"name=description><meta content="DNS, nameserver, DNS server, froth.zone, froth DNS, froth zone"name=keywords><meta content="Lume v1.15.2"name=generator><body><nav><ul class=main-nav><li><a href=/>/</a><li><a href=/nameservers>Nameservers</a><li><a href=/resolver>Resolver</a><li><a href=/awl>awl</a><li><a href=/pomme>pomme</a><li class=push><a href=https://status.froth.zone/status/dns>Status</a></ul></nav><header><h1>Pomme - A web interface</h1><h2>Coming soon :)</h2></header><main></main><footer><small> Built with <a href=https://lume.land>Lume</a> • <a href=https://git.froth.zone/sam/dns.froth.zone>Source</a> • <a href=https://samtherapy.net>Owner</a> </small></footer>
|
1
resolver/index.html
Normal file
1
resolver/index.html
Normal file
|
@ -0,0 +1 @@
|
|||
<!doctype html><html lang=en><title>Froth.zone DNS resolving service</title><meta charset=utf-8><meta content="width=device-width,initial-scale=1"name=viewport><link rel="shortcut icon"href=/img/favicon.png type=image/png><link href=/css/style.css rel=stylesheet><meta content=website property=og:type><meta content="Froth DNS"property=og:site_name><meta content=en property=og:locale><meta content="All you need to know about the services provided by dns.froth.zone"property=og:description><meta content=https://dns.froth.zone/resolver/ property=og:url><meta content="All you need to know about the services provided by dns.froth.zone"name=twitter:description><meta content=summary name=twitter:card><meta content="All you need to know about the services provided by dns.froth.zone"itemprop=description><meta content="All you need to know about the services provided by dns.froth.zone"name=description><meta content="DNS, nameserver, DNS server, froth.zone, froth DNS, froth zone"name=keywords><meta content="Lume v1.15.2"name=generator><body><nav><ul class=main-nav><li><a href=/>/</a><li><a href=/nameservers>Nameservers</a><li><a href=/resolver>Resolver</a><li><a href=/awl>awl</a><li><a href=/pomme>pomme</a><li class=push><a href=https://status.froth.zone/status/dns>Status</a></ul></nav><header><h1>Froth.zone DNS resolving service</h1><h2></h2></header><main><p>I also host an <a href=https://www.opennic.org/>OpenNIC</a>-compatible DNS resolving server.<h3>Never asked questions (NAQs)</h3><ul><li><p><em>Why OpenNIC?</em> <br> Why not? The root servers seamlessly connect to ICANN space, so it's just free extra domains.</p><li><p><em>Where is it?</em> <br> Right here. This domain you're looking at right now.</p><li><p><em>What about DNS-over-TCP?</em> <br> Yes.</p><li><p><em>DNS-over-TLS?</em> <br> Yes, DNS-over-TLS too.</p><li><p><em>DNSCrypt?</em> <br> Nope. ¯\_(ツ)_/¯ <br> Maybe when it becomes an RFC.</p><li><p><em>What about DNS-over-HTTPS?</em> <br> Yes! Use <strong>ht<span>tp</span>s://dns.froth.zone/dns-query</strong> as the endpoint URL.</p><li><p><em>What about QUIC?</em> <br> Yes! I do! (as of 2023-03-10) <br> Thanks, AdGuard!</p></ul></main><footer><small> Built with <a href=https://lume.land>Lume</a> • <a href=https://git.froth.zone/sam/dns.froth.zone>Source</a> • <a href=https://samtherapy.net>Owner</a> </small></footer>
|
5
robots.txt
Normal file
5
robots.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
User-agent: *
|
||||
Allow: /
|
||||
Disallow: /dns-query/
|
||||
|
||||
Sitemap: http://localhost:3000/sitemap.xml
|
27
sitemap.xml
Normal file
27
sitemap.xml
Normal file
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://dns.froth.zone/</loc>
|
||||
<lastmod>2023-05-15T21:51:51.464Z</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dns.froth.zone/awl/</loc>
|
||||
<lastmod>2023-05-15T21:51:51.464Z</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dns.froth.zone/dnscrypt/</loc>
|
||||
<lastmod>2023-05-15T21:51:51.464Z</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dns.froth.zone/nameservers/</loc>
|
||||
<lastmod>2023-05-15T21:51:51.464Z</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dns.froth.zone/pomme/</loc>
|
||||
<lastmod>2023-05-15T21:51:51.468Z</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://dns.froth.zone/resolver/</loc>
|
||||
<lastmod>2023-05-15T21:51:51.468Z</lastmod>
|
||||
</url>
|
||||
</urlset>
|
Loading…
Reference in a new issue