From 03863e5b79b73910c36643f9404dbe30a0dbc949 Mon Sep 17 00:00:00 2001 From: ghost Date: Sat, 7 May 2022 01:01:18 +0300 Subject: [PATCH] update examples --- guide.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/guide.html b/guide.html index dac0f9f..0f21cba 100644 --- a/guide.html +++ b/guide.html @@ -278,17 +278,17 @@

Running

Task also could be added into crontab to launch server on @reboot

-          sudo ./dnsseed -h twisterarmyseed.tk -n twisterarmydns.tk
+          sudo ./dnsseed -h domainseed.tk -n domaindns1.tk
         

Testing

When everything configurated properly, and DNS settings updated, your server must to be accesible in the Twisterarmy Network Monitor. 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.

Alternatively, execute following command in the terminal:

-          host -a twisterarmyseed.tk twisterarmydns.tk
+          host -a domainseed.tk domaindns1.tk
 
-          Trying "twisterarmyseed.tk"
+          Trying "domainseed.tk"
           Using domain server:
-          Name: twisterarmydns.tk
+          Name: domaindns1.tk
           Address: IP#53
           Aliases:
 
@@ -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