mirror of
https://github.com/10h30/wirehole-ui.git
synced 2026-07-11 10:46:11 +09:00
Lower verbosity of unbound. Update Readme.
This commit is contained in:
@@ -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**
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user