summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BIND_Install.txt4
1 files changed, 1 insertions, 3 deletions
diff --git a/BIND_Install.txt b/BIND_Install.txt
index 758d669..8a9f4e0 100644
--- a/BIND_Install.txt
+++ b/BIND_Install.txt
@@ -1,8 +1,6 @@
sudo apt install bind9
-sudo vi /etc/default/bind9
- Add -4 in OPTIONS
-
+(Optional. Some hosts like Vultr don't allow hosting DNS servers with recursion)
sudo vi /etc/bind/named.conf.options
recursion no;
additional-from-cache no;