From ee1f9b0aeb6227d2a5478b58e7e63b5185765d2b Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Fri, 11 Sep 2020 20:32:23 +0000 Subject: [PATCH] Lower verbosity of unbound. Update Readme. --- README.md | 8 +++++++- unbound/unbound.conf | 8 ++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4229262..be19929 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ Providers they have the information for: --- -## (Optional) Setting a DNS record for pihole +## Setting a DNS record for pihole 1. Login to pihole admin 2. Navigate to "Local Records" 3. Fill out the form like the image below @@ -187,6 +187,12 @@ Provided your DNS is properly configured on the device you're using, and you're --- +## FAQ + +### [How do you add client configurations?](https://github.com/IAmStoxe/wirehole/issues/2#issuecomment-691294254) + +--- + ## Author 👤 **Devin Stokes** diff --git a/unbound/unbound.conf b/unbound/unbound.conf index e8bc4fa..3c7780e 100644 --- a/unbound/unbound.conf +++ b/unbound/unbound.conf @@ -60,7 +60,7 @@ server: logfile: /dev/null # Only log errors - verbosity: 5 + verbosity: 1 ########################################################################### # PRIVACY SETTINGS @@ -164,9 +164,9 @@ server: private-address: 172.16.0.0/12 private-address: 192.168.0.0/16 private-address: 169.254.0.0/16 - # private-address: fd00::/8 - # private-address: fe80::/10 - # private-address: ::ffff:0:0/96 + private-address: fd00::/8 + private-address: fe80::/10 + private-address: ::ffff:0:0/96 # Enable ratelimiting of queries (per second) sent to nameserver for # performing recursion. More queries are turned away with an error