-
Notifications
You must be signed in to change notification settings - Fork 0
/
ddns.html
executable file
·526 lines (462 loc) · 33.5 KB
/
ddns.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
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
<!doctype html>
<html lang="en">
<!-- Mirrored from dwebs.io/ddns.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 31 May 2020 17:41:23 GMT -->
<head>
<meta charset="utf-8">
<title>dWeb | Making The Web Great Again</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Learn more about the new decentralized alternative to the World Wide Web and our rollout of First Amendment Infrastructure around the globe.">
<meta name="keywords" content="dweb, distributed web, decentralized web, first amendment infrastructure">
<!-- Favicon -->
<link rel="shortcut icon" href="assets/img/logo-dark-gray.png">
<link href="https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500" rel="stylesheet">
<link href="assets/css/socicon.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/entypo.css" rel="stylesheet" type="text/css" media="all" />
<link href="assets/css/theme.css" rel="stylesheet" type="text/css" media="all" />
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NREJHR0XCK"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NREJHR0XCK');
</script>
</head>
<body>
<div class="nav-container">
<div class="bg-white navbar-light" data-sticky="top">
<div class="container">
<nav class="row navbar navbar-expand-lg align-items-center">
<div class="col-12 col-lg-auto order-lg-2 d-flex justify-content-between">
<a class="navbar-brand m-0" href="index.html">
<img alt="dWeb" height="50px" src="assets/img/logo-dark-gray.png" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target=".navbar-toggle" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<i class="icon-menu h4"></i>
</button>
</div>
<!--end of col-->
<div class="col-12 col-lg order-lg-1">
<div class="collapse navbar-collapse navbar-toggle">
<ul class="navbar-nav">
<li class="nav-item">
<a href="index.html" class="nav-link">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown">For Beginners</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item gray-menu" href="https://dwebx.org/getting-started.html">
<span class="h6 mb-0">How To Get Started</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how to begin using the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/compare-webs.html">
<span class="h6 mb-0">Web 2.0 vs. Web 3.0</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Compare the World Wide Web to the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/how-it-works.html">
<span class="h6 mb-0">How Websites Are Distributed</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how the serverless web works.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/data-on-the-dweb.html">
<span class="h6 mb-0">Data On The dWeb</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how you control your data on the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://dwebx.org/security-on-the-dweb.html">
<span class="h6 mb-0">Security On The dWeb</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn how the dWeb renders hackers useless.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown">Components</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item gray-menu" href="https://arisen.network">
<span class="h6 mb-0">ARISEN</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about dWeb's distributed state engine.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/dht">
<span class="h6 mb-0">dWeb's DHT</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about dWeb's distributed hash table.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/dwebswarm">
<span class="h6 mb-0">dWeb Swarm</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about peer discovery components.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/ddatabase">
<span class="h6 mb-0">dDatabase</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about distributed binary data feeds.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/ddatabase-protocol">
<span class="h6 mb-0">dDatabase Protocol</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn about the protocol for exchanging dDatabases.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/dwebtrie">
<span class="h6 mb-0">dWebTrie</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn about the distributed key-value store.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/ddrive">
<span class="h6 mb-0">dDrive</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about the distributed file system.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/whitepaper#ddns">
<span class="h6 mb-0">dDNS</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn more about decentralized DNS.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="pagesDropdown" role="button" data-toggle="dropdown">For Developers</a>
<div class="dropdown-menu" aria-labelledby="pagesDropdown">
<a class="dropdown-item gray-menu" href="https://github.com/distributedweb/whitepaper">
<span class="h6 mb-0">The dWeb Whitepaper</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Learn about the ins and outs of the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://github.com/DistributedWeb/guide">
<span class="h6 mb-0">dWeb Developer's Guide</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Start developing sites and apps on the dWeb.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://docs.arisen.network">
<span class="h6 mb-0">ARISEN Documentation</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Extensive documentation referencing ARISEN's blockchain.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://docs.dbrowser.com">
<span class="h6 mb-0">dBrowser Documentation</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Start your dWeb development journey with dBrowser.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
<div class="dropdown-divider d-none d-lg-block d-xl-block"></div>
<a class="dropdown-item gray-menu" href="https://t.me/dweb1776">
<span class="h6 mb-0">Join Developer Community</span>
<p class="text-small gray-menu d-none d-lg-block d-xl-block">Join the conversation on Telegram.</p>
<p class="text-small gray-menu d-lg-none d-xl-none">------------------------------------------------------------</p>
</a>
</div>
</li>
</ul>
</div>
</div>
<!--end of col-->
<div class="col-12 col-lg order-lg-3">
<div class="collapse navbar-collapse navbar-toggle justify-content-end">
<ul class="navbar-nav">
<li class="nav-item">
<a class="btn btn-danger btn-lg" href="http://dbrowser.com">Download dBrowser</a>
<span></span><a class="btn btn-outline-dark btn-lg" href="https://t.me/iamfreedomusa">Join Chat</a>
</li>
</ul>
</div>
</div>
<!--end of col-->
</nav>
<!--end of row-->
</div>
<!--end of container-->
</div>
</div>
<div class="main-container">
<nav aria-label="breadcrumb" role="navigation" class="text-white position-absolute">
<div class="container">
<div class="row justify-content-center">
<div class="col">
<ol class="breadcrumb">
<li class="breadcrumb-item"><a href="dweb-core.html">Components</a>
</li>
<li class="breadcrumb-item active" aria-current="page">dDNS</li>
</ol>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</nav>
<section class="bg-primary text-light p-0">
<div class="container">
<div class="row">
<div class="col-12 col-md-6">
<div class="space-lg pb-0">
<h1 class="display-4">dDNS</h1>
<span class="lead">
dWeb's dDNS libraries utilizing multicast technology.
</span>
</div>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
<svg class="decorative-divider" preserveAspectRatio="none" viewBox="0 0 100 100">
<polygon fill="#F8F9FB" points="0 100 100 100 100 0"></polygon>
</svg>
</section>
<!--end of section-->
<section>
<div class="container">
<div class="row">
<div class="col-12 col-md-2 mb-5">
<nav class="nav flex-md-column">
<a href="dweb-core.html" class="nav-link">dWeb Core Components </a>
</nav>
<hr class="short">
<nav class="nav flex-md-column mb-2">
<a href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-core" class="nav-link">dDNS Core</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-server" class="nav-link">dDNS Server</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-lookups" class="nav-link">dDNS Lookup CLI</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-types" class="nav-link">dDNS Types</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-zero" class="nav-link">dDNS Zero</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-register" class="nav-link">dDNS Register</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-register" class="nav-link">dDNS Socket</a>
<a href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-register" class="nav-link">dDNS Test CLI</a>
</nav>
</div>
<!--end of col-->
<div class="col-12 col-md-8">
<article id="scss-method">
<h3>
<p>dDNS Multicast Components</p>
</h3>
<div>
<p>dWeb's core distributed DNS libraries. These libraries are NOT affiliated with dTLDs in any way. For instructions on setting up a dDNS server for dTLD resolving or domain name reservation, please click <a href="https://go.dwebuniversity.com/v0.20.5/docs/launch-a-ddns-server">here</a></p>
</div>
</article>
<article id="scss-method">
<h3>
<p>dDNS Core</p>
</h3>
<div>
<p>Core multicast DNS component for dWeb's protocol</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-core">dDNS Core Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dDNS Server</p>
</h3>
<div>
<p>dDNS server used as revelation towers on the dWeb network. Help expand the dWeb network by launching your own dDNS server, to be included within FlockCore's "Network Preset" library.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/dpack-cli">dDNS Server Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dDNS Lookup CLI</p>
</h3>
<div>
<p>dDNS name lookup command CLI library, built with Javascript..</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-lookup-cli">dDNS Lookup CLI Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dDNS Types</p>
</h3>
<div>
<p>dPack component used for writing and/or reading from <code>dweb.json</code> files.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-types">dDNS Types Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dDNS Zero</p>
</h3>
<div>
<p>dWeb Library For Zero-Configuration Network Revelation For The Distributed Web.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-zero">dDNS Zero Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dDNS Register CLI</p>
</h3>
<div>
<p>dWeb Library For Routing .local Domains To Your Local Environment.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-register">dDNS Register CLI Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dDNS Socket</p>
</h3>
<div>
<p>dWeb dDNS Server For Peer Revelation Over The Distributed Web Using Regular and Multicast DNS Libraries.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-socket">dDNS Socket Documentation</a>
</div>
</article>
<article id="scss-method">
<h3>
<p>dDNS Test CLI</p>
</h3>
<div>
<p>dDNS command CLI for testing connectivity between dWeb revelation towers, that utilize a dDNS server.</p>
<a class="btn btn-outline-dark btn-lg" href="https://go.dwebuniversity.com/v0.20.5/docs/ddns-test-cli">dDNS Test CLI Documentation</a>
</div>
</article>
</div>
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<!--end of section-->
<section class="bg-dark p-0 text-white">
<svg class="decorative-divider" preserveAspectRatio="none" viewBox=" 0 0 100 100">
<polygon fill="#F8F9FB" points="0 0 100 0 100 100"></polygon>
</svg>
<div class="container space-lg">
<div class="row text-center">
<div class="col">
<h3 class="h1">Get started using dWeb</h3>
<a href="getting-started.html" class="btn btn-lg btn-light">Read The Getting Started Guide</a>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</section>
<!--end of section-->
<footer class="bg-gray text-light footer-long">
<div class="container">
<div class="row">
<div class="col-12 col-md-3">
<img alt="Image" height="100px" src="assets/img/logo-white.svg" class="mb-4" />
<p class="text-muted">
© 2021 Arisen Ministries and The Peeps Institute. All rights reserved. The dWeb is not a company, it's a decentralized network of computers that's owned by nobody.
</p>
</div>
<!--end of col-->
<div class="col-12 col-md-9">
<span class="h5">1776 has commenced again. We've come for our freedom.</span>
<div class="row no-gutters">
<div class="col-6 col-lg-3">
<h6>For Beginners</h6>
<ul class="list-unstyled">
<li>
<a href="https://dwebx.org/getting-started.html">How To Get Started</a>
</li>
<li>
<a href="https://dwebx.org/compare-webs.html">Web 2.0 vs 3.0</a>
</li>
<li>
<a href="https://dwebx.org/how-it-works.html">Website Distribution</a>
</li>
<li>
<a href="https://dwebx.org/data-on-the-dweb.html">Data On The dWeb</a>
</li>
</ul>
</div>
<!--end of col-->
<div class="col-6 col-lg-3">
<h6>For Developers</h6>
<ul class="list-unstyled">
<li>
<a href="https://github.com/distributedweb/whitepaper">dWeb Whitepaper</a>
</li>
<li>
<a href="https://github.com/DistributedWeb/guide">dWeb Developer Guide</a>
</li>
<li>
<a href="https://docs.arisen.network">ARISEN Documentation</a>
</li>
<li>
<a href="https://docs.dbrowser.com">dBrowser Documentation</a>
</li>
</ul>
</div>
<!--end of col-->
<div class="col-6 col-lg-3">
<h6>dWeb Components</h6>
<ul class="list-unstyled">
<li>
<a href="https://arisen.network">ARISEN</a>
</li>
<li>
<a href="https://github.com/distributedweb/dht">dWeb's DHT</a>
</li>
<li>
<a href="https://github.com/distributedweb/dwebswarm">dWeb Swarm</a>
</li>
<li>
<a href="https://github.com/distributedweb/ddatabase-protocol">dDatabase Protocol</a>
</li>
<li>
<a href="https://github.com/distributedweb/ddrive">dDrive</a>
</li>
<li>
<a href="https://github.com/distributedweb/whitepaper#ddns">dDNS</a>
</li>
</ul>
</div>
<!--end of col-->
<div class="col-6 col-lg-3">
<h6>Contributors</h6>
<ul class="list-unstyled">
<li>
<a href="https://peepsx.com">The Peeps Institute</a>
</li>
<li>
<a href="https://arisen.church">Arisen Ministries</a>
</li>
<li>
<a href="https://cryptonomex.com">Cryptonomex</a>
</li>
<li>
<a href="http://seekware.in/">Block Genesis</a>
</li>
</ul>
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of col-->
</div>
<!--end of row-->
</div>
<!--end of container-->
</footer>
</div>
<script type="text/javascript" src="assets/js/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/popper.min.js"></script>
<script type="text/javascript" src="assets/js/jquery.smartWizard.min.js"></script>
<script type="text/javascript" src="assets/js/flickity.pkgd.min.js"></script>
<script type="text/javascript" src="assets/js/scrollMonitor.js"></script>
<script type="text/javascript" src="assets/js/smooth-scroll.polyfills.js"></script>
<script type="text/javascript" src="assets/js/prism.js"></script>
<script type="text/javascript" src="assets/js/zoom.min.js"></script>
<script type="text/javascript" src="assets/js/bootstrap.js"></script>
<script type="text/javascript" src="assets/js/theme.js"></script>
</body>
<!-- Mirrored from dwebs.io/ddns.html by HTTrack Website Copier/3.x [XR&CO'2014], Sun, 31 May 2020 17:41:23 GMT -->
</html>