diff --git a/guide.html b/guide.html index e043394..f379d2f 100644 --- a/guide.html +++ b/guide.html @@ -294,16 +294,16 @@ ns1.domain.org A Server IP ns2.domain.org A Server IP +

To launch our DNS instance on the system startup, let's update crontab settings (by root):

+
+          @reboot /path-to/dnsseed -h domainseed.tk -n domaindns1.tk
+        

Testing

Run twister-seeder server by the root user:

           sudo /path-to/dnsseed -h domainseed.tk -n domaindns1.tk
         
-

To launch our DNS instance on the system startup, let's update crontab settings (by root):

-
-          @reboot /path-to/dnsseed -h domainseed.tk -n domaindns1.tk
-        

If everything configurated properly, and DNS records cache has been updated, we can test DNS response with host tool:

           host -a domainseed.tk domaindns1.tk
diff --git a/uk/guide.html b/uk/guide.html
index a204a7e..270b13b 100644
--- a/uk/guide.html
+++ b/uk/guide.html
@@ -293,16 +293,16 @@
           ns1.domain.org  A Server IP
           ns2.domain.org  A Server IP
         
+

Автоматичний запуск DNS сурверу при старті системи, можна налаштувати за допомогою crontab, від користувача root:

+
+          @reboot /path-to/dnsseed -h domainseed.tk -n domaindns1.tk
+        

Тестування

Запуск серверу відбувається командою, що виконується від користувача root:

           sudo ./dnsseed -h domainseed.tk -n domaindns1.tk
         
-

Автоматичний запуск DNS сурверу при старті системи, можна налаштувати за допомогою crontab, від користувача root:

-
-          @reboot /path-to/dnsseed -h domainseed.tk -n domaindns1.tk
-        

Коли записи NS створено та кеш оновлено, ви повинні отримати ризультат, схожий на цей:

           host -a domainseed.tk domaindns1.tk