diff options
| author | Pugmatt <pugmatt@gmail.com> | 2019-10-30 01:17:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-30 01:17:28 -0400 |
| commit | 83df1eee09ce67d5db32ffb3a1ddd1ce58c367da (patch) | |
| tree | 246d37739e489048f81b174fdf28e501aad991f2 | |
| parent | 1eb2ef06362f7fde183d34900b55a91b4d3398b1 (diff) | |
| download | BedrockConnect-1.3.tar.gz BedrockConnect-1.3.tar.bz2 BedrockConnect-1.3.zip | |
| -rw-r--r-- | BIND_Install.txt | 4 |
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; |
