Disable local unbound on the homeserver.

Local unbound has done nothing but cause network issues and overwrite system files.
This commit is contained in:
Tom Alexander 2022-12-25 13:25:34 -05:00
parent ee4d35ea40
commit 6d12a81dae
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ clear_tmp_enable="YES"
syslogd_flags="-ss"
sendmail_enable="NONE"
hostname="computer"
local_unbound_enable="YES"
local_unbound_enable="NO"
sshd_enable="YES"
# Set dumpdev to "AUTO" to enable crash dumps, "NO" to disable
dumpdev="NO"