Disable local unbound on the homeserver.
Local unbound has done nothing but cause network issues and overwrite system files.
This commit is contained in:
parent
ee4d35ea40
commit
6d12a81dae
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user