From b9c825d77ca50af0bd4808dc981fa81b4766649c Mon Sep 17 00:00:00 2001 From: Christopher Date: Tue, 15 Aug 2023 09:01:31 -0500 Subject: [PATCH] Add logging --- unbound/install.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/unbound/install.sh b/unbound/install.sh index af8a8d9..95d8118 100644 --- a/unbound/install.sh +++ b/unbound/install.sh @@ -75,6 +75,30 @@ echo " access-control: ::1 allow_snoop # Allow IPv6 localhost to snoop" | su echo " access-control: 127.0.0.0/8 allow # Allow entire localhost subnet" | sudo tee -a /etc/unbound/unbound.conf.d/main.conf echo " access-control: $SUBNET/24 allow # Allow current local subnet" | sudo tee -a /etc/unbound/unbound.conf.d/main.conf +# Logging configurations +cat <