Browse Source

update examples

zeronet
ghost 3 years ago
parent
commit
03863e5b79
  1. 16
      guide.html

16
guide.html

@ -278,17 +278,17 @@ @@ -278,17 +278,17 @@
<h4 class="f-size-16 mb-16 px-12 f-normal">Running</h4>
<p class="mb-16">Task also could be added into crontab to launch server on @reboot</p>
<pre class="mx-auto pt-16 mb-16 bg-c-4 b-r-3 o-x">
sudo ./dnsseed -h twisterarmyseed.tk -n twisterarmydns.tk
sudo ./dnsseed -h domainseed.tk -n domaindns1.tk
</pre>
<h4 class="f-size-16 mb-16 px-12 f-normal">Testing</h4>
<p class="mb-16">When everything configurated properly, and DNS settings updated, your server must to be accesible in the <a class="c-3" href="/network">Twisterarmy Network Monitor</a>. Pay attention, transmitted only the nodes running on port 28333 opened, so if you want to participate the network support, open 28333 port with twister-core running.</p>
<p class="mb-16">Alternatively, execute following command in the terminal:</p>
<pre class="mx-auto pt-16 mb-16 bg-c-4 b-r-3 o-x">
host -a twisterarmyseed.tk twisterarmydns.tk
host -a domainseed.tk domaindns1.tk
Trying &quot;twisterarmyseed.tk&quot;
Trying &quot;domainseed.tk&quot;
Using domain server:
Name: twisterarmydns.tk
Name: domaindns1.tk
Address: IP#53
Aliases:
@ -296,12 +296,12 @@ @@ -296,12 +296,12 @@
;; flags: qr aa rd; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;twisterarmyseed.tk. IN ANY
;domainseed.tk. IN ANY
;; ANSWER SECTION:
twisterarmyseed.tk. 40000 IN NS twisterarmydns.tk.
twisterarmyseed.tk. 60 IN A IP
twisterarmyseed.tk. 60 IN A IP
domainseed.tk. 40000 IN NS domaindns1.tk.
domainseed.tk. 60 IN A IP
domainseed.tk. 60 IN A IP
Received 99 bytes from IP#53 in 0 ms
</pre>

Loading…
Cancel
Save