-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
335 lines (273 loc) · 6.77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
<head>
<title>Tri-DNS</title>
<meta charset="UTF-8">
<meta name="description" content="Tri-DNS is a Privacy friendly, fast, and secure DNS resolver, with DNS-over-Quic (DoQ) support. And other protocols like DoT, DoH/3.">
</head>
<html>
<body style="background-color: white;"></body>
</html>
<div class="img1">
<img src="branding/new/tri-dns-new-small.png">
</div>
<div class="header">
<h1 class="h1"> A privacy friendly, no logs, secure, DNS server.</h1>
<p class="p1">A private, and secure DNS server that supports DOQ, QOT, and DOH/3</p>
</div>
<style>
.p1 {
margin: auto;
text-align: center;
}
</style>
<style>
.h1 {
margin: auto;
padding: 1%;
background: linear-gradient(90deg, rgba(13,139,250,1) 0%, rgba(240,64,104,1) 100%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;
}
</style>
<style>
.img1 {
margin: auto;
text-align: center;
}
</style>
<div class="server">
<h1 class="dnstri">DNS server list</h1>
<div class="nadns">
<h2 class="dnsalign">North America</h2>
<img src="src/na.svg">
<article>
<pre><h2>IPV4 | 178.128.225.109</h2></pre>
<pre><h2>IPV6 | 2604:a880:cad:d0::728b:9001</h2></pre>
</article>
<article>
<pre><h2>DOT | tri-dns.net</h2></pre>
</article>
<article>
<pre><h2>DOH/3 | https://tri-dns.net/dns-query</h2></pre>
</article>
<article>
<pre><h2>DOQ | quic://tri-dns.net</h2></pre>
</article>
<article>
<p>Hosted in Toronto, Canada. <span>🇨🇦</span></p>
</article>
</div>
<div class="eudns">
<h2 class="dnsalign">Europe</h2>
<img src="src/eu.svg">
<article>
<pre><h2>IPV4 | 38.180.161.239</h2></pre>
<pre><h2>IPV6 | 2a02:29b8:dd01:227::10</h2></pre>
</article>
<article>
<pre><h2>DOT | eu.tri-dns.net</h2></pre>
</article>
<article>
<pre><h2>DOH/3 | https://eu.tri-dns.net/dns-query</h2></pre>
</article>
<article>
<pre><h2>DOQ | quic://eu.tri-dns.net</h2></pre>
</article>
<article>
<p>Hosted in Zurich, Switzerland<span>🇨🇭</span></p>
</article>
</div>
</div>
<style>
.server {
grid-template-areas: "a a a a"
"b b c c";
grid-auto-columns: auto;
text-align: center;
display: grid;
align-items: center;
padding-top: 10px;
padding-bottom: 3%
}
.dnstri {
grid-area: a;
text-align: center;
}
.eudns {
grid-area: c;
text-align: center;
transition: 200ms;
}
.nadns {
grid-area: b;
transition: 200ms;
}
</style>
<h3 class="alpha">This site is in very early alpha, expect changes.</h3>
<style>
.alpha {
margin: auto;
padding: 1%;
text-align: center;
}
.nadns:hover {
transform: scale(1.5)}
.eudns:hover {
transform: scale(1.5);
}
</style>
<style>
.dnsalign {
margin: auto;
text-align: center;
}
</style>
<style>
.howto {
text-align: center;
}
</style>
<h1 class="howto">Why us?</h1>
<div class="whyus">
<div class="wu1">
<h2>Fast & Realiable</h2>
<p>Tri-DNS prides itself on being a fast, and realiable DNS server</p>
</div>
<div class="wu2">
<h2>Private</h2>
<p>We pride ourselfs on not logging your DNS queries.</p>
<p>Privacy is a basic human right, being violated daily.</p>
</div>
<div class="wu3">
<h2>Easy to setup!</h2>
<p>We provide step by step guides for easy client setup!</p>
<p>Note we currently only cover Rethink, and Portmaster.</p>
<p>More will come in the future.</p>
</div>
<div class="wu4">
<h2>Secure.</h2>
<p>Tri-DNS supports a wide range of protocols, and DNSSEC Validation.</p>
<p>We support DOT, DOH/3, and DOQ, with DNSSEC Validation for security.</p>
</div>
</div>
<style>
.whyus {
grid-auto-columns: auto;
display: grid;
column-gap: 10px;
grid-template-areas: "a a b b"
"c c d d";
text-align: center;
align-items: center;
}
.wu1 {
grid-area: a;
}
.wu2 {
grid-area: b;
}
.wu3 {
grid-area: c;
}
.wu4 {
grid-area: d;
}
</style>
<div class="howto">
<h1>How to configure clients.</h1>
<div class="configfix">
<div class="su1">
<h2 class="dnscon">Rethink DNS</h2>
<h3>For DOT</h3>
<p>Navigate to the DNS settings, click on "Other DNS" </p>
<p>Tap on DoT, then tap the ( + ) button.</p>
<p>[Optional] Set resolver name to "tri-dns"</p>
<p>Add "tls://tri-dns.net" to "Resolver URL"</p>
<h3>For DOH (Unrecommended protocol)</h3>
<p>Navigate to the DNS settings, click on "Other DNS" </p>
<p>Tap on DoH</p>
<p>[Optional] Set resolver name to "tri-dns"</p>
<p>Add "tri-dns.net/dns-query" to "Resolver URL"</p>
</div>
<div class="su2">
<h2 class="dnscon">Portmaster</h2>
<h3>For DOT</h3>
<p>Navigate to the settings menu, and locate "DNS Servers"</p>
<p>Click "Add" and paste " dot://178.128.225.109?verify=tri-dns.net "</p>
<p>[Optional] Add Ipv6 as well " dot://[2604:a880:cad:d0::728b:9001]?verify=tri-dns.net "</p>
<h3>For DOH (Unrecommended protocol)</h3>
<p>Navigate to the settings menu, and locate "DNS Servers"</p>
<p>Click "Add" and paste " https://178.128.225.109?verify=tri-dns.net "</p>
<p>[Optional*] Add Ipv6 as well " https://[2604:a880:cad:d0::728b:9001]?verify=tri-dns.net "</p>
</div>
</div>
</div>
<style>
.dnscon {
background: linear-gradient(90deg, rgba(13,139,250,1) 15%, rgba(240,64,104,1) 80%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
</style>
<style>
.configfix {
grid-auto-columns: auto;
display: grid;
grid-template-areas: "a a b b";
text-align: center;
align-items: center;
}
.su1 {
grid-area: a;
}
.su2 {
grid-area: b;
}
</style>
<div class="aboutus">
<h1 class="abus1">About Section</h1>
<div class="abus2">
<h2 class="wtfweslol">Why Tri-DNS was started?</h2>
<p>Tri-DNS was born out of the lack of DoQ resolvers</p>
<p>And just because I wanted a in house DNS service,</p>
<p>also always need a drive to learn something new.</p>
<p>So this was the perfect way to trick my brain into learning HTML/CSS</p>
</div>
<div class="abus3">
<h3>Contact information</h3>
<h4>Email</h4>
<a href="mailto: [email protected]">Contact me</a>
</div>
</div>
<style>
.aboutus {
text-align: center;
display: grid;
grid-template-areas: "a a a a"
"b b c c";
}
.abus1 {
grid-area: a;
}
.abus2 {
grid-area: b;
}
.abus3 {
grid-area: c;
}
.emailme {
background-color: white;
border-radius: 10% 25%;
width: 200px;
height: 100px;
text-size-adjust: auto;
}
.wtfweslol {
background: linear-gradient(90deg, rgba(13,139,250,1) 15%, rgba(240,64,104,1) 80%);
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
}
</style>