-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
97 lines (92 loc) · 3.15 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
<html><head><meta charset="utf-8" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="" /><meta name="author" content="Maxim Sokhatsky" />
<title>NS</title>
<link rel="stylesheet" href="https://n2o.dev/blank.css" />
<link rel="stylesheet" href="https://n2o.dev/zima.css" />
<link rel="stylesheet" href="https://n2o.dev/pro/pro.css" />
</head><body><nav>
<a href="https://erp.uno/en/">ERP</a>
<a href="https://ns.erp.uno" style="background:#ededed;">NS</a>
</nav><header>
<a href="https://github.com/synrc/ns"><img src="https://openmoji.org/data/color/svg/1F512.svg" /></a>
<h1>NS</h1>
</header><aside>
<article>
<section>
<h3>SYNOPSIS</h3>
<div>Open Source Secure Name Server (DNSSEC) by SYNRC.</div>
<br>
<figure>
<code> $ dig -p53 @ns.n2o.dev synrc.com </code>
</figure>
</section>
<section>
<br>
<div>
APR 2023 © <a href="https://github.com/5HT">5HT</a> DHARMA<br />
VER 1.6.1
</div>
</section>
</article>
</aside>
<main>
<article>
<section>
<h3>SYNRC NS</h3>
<figure><img src="https://user-images.githubusercontent.com/144776/248271178-61e3aebd-a200-4fb0-977a-2445e22ccf83.png"></figure>
</section>
<section>
<h3>ELIXIR</h3>
<figure>
<code> $ mix deps.get
$ iex -S mix </code>
</figure>
</section>
<section>
<h3>ERLANG</h3>
<figure>
<code> $ rebar3 get-deps
$ rebar3 shell</code>
</figure>
</section>
<section>
<h3>DIG</h3>
<figure>
<code> $ dig -p 53 @ns.n2o.dev synrc.com any +dnssec
; <<>> DiG 9.10.6 <<>> -p 53 @127.0.0.1 synrc.com any +dnssec
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<<- opcode: QUERY, status: NOERROR, id: 33609
;; flags: qr aa rd; QUERY: 1, ANSWER: 8, AUTHORITY: 0, ADDITIONAL: 1
;; WARNING: recursion requested but not available
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags: do; udp: 4096
;; QUESTION SECTION:
;synrc.com. IN ANY
;; ANSWER SECTION:
synrc.com. 3600 IN A 172.67.185.234
synrc.com. 3600 IN NS ns1.synrc.com.
synrc.com. 3600 IN NS ns2.synrc.com.
synrc.com. 3600 IN SOA ns1.synrc.com. 2013022001 86400 7200 604800 300
synrc.com. 3600 IN MX 10 mail.synrc.com.
synrc.com. 3600 IN TXT "00 ---- Welcome to SYNRC!"
synrc.com. 3600 IN TXT "01 ---- ERP.UNO and N2O.DEV sites for details."
synrc.com. 3600 IN AAAA 2001:6a8:0:1:210:4bff:fe4b:4c61
synrc.com. 3600 IN CAA 0 issue "ca.n2o.dev"
;; Query time: 0 msec
;; SERVER: 127.0.0.1#53(127.0.0.1)
;; WHEN: Fri Jun 23 13:18:38 EEST 2023
;; MSG SIZE rcvd: 74</code>
</figure>
<br><center>˙</center>
</section>
</article>
</main>
<footer>
<br><center>˙</center>
<br>
Made with <span class="heart">❤</span> to N2O</footer>
</body>
</html>