summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPugmatt <pugmatt@gmail.com>2019-10-30 01:17:28 -0400
committerGitHub <noreply@github.com>2019-10-30 01:17:28 -0400
commit83df1eee09ce67d5db32ffb3a1ddd1ce58c367da (patch)
tree246d37739e489048f81b174fdf28e501aad991f2
parent1eb2ef06362f7fde183d34900b55a91b4d3398b1 (diff)
downloadBedrockConnect-1.3.tar.gz
BedrockConnect-1.3.tar.bz2
BedrockConnect-1.3.zip
Update BIND_Install.txt1.31.2
-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;