From 6d12a81dae5c44369e7d85f69ca3aaafb70fdffe Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Sun, 25 Dec 2022 13:25:34 -0500 Subject: [PATCH] Disable local unbound on the homeserver. Local unbound has done nothing but cause network issues and overwrite system files. --- ansible/roles/base/files/homeserver_rc.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/base/files/homeserver_rc.conf b/ansible/roles/base/files/homeserver_rc.conf index 4da2afc..f2e45da 100644 --- a/ansible/roles/base/files/homeserver_rc.conf +++ b/ansible/roles/base/files/homeserver_rc.conf @@ -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"