This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| computing:piholeonblack [2024/11/01 03:23] – oemb1905 | computing:piholeonblack [2025/08/31 03:04] (current) – oemb1905 | ||
|---|---|---|---|
| Line 51: | Line 51: | ||
| Replace 6, 192.168.11.20 with your pihole' | Replace 6, 192.168.11.20 with your pihole' | ||
| - | . | + | . To stop the pihole from cutting off internet from clients: |
| + | |||
| + | sudo nano / | ||
| + | dns-forward-max=5096 | ||
| + | min-cache-ttl=300 | ||
| + | rebind-domain-ok= | ||
| + | |||
| + | To stop some sanity checking and annoying load reports, etc., do the following: | ||
| + | |||
| + | nano / | ||
| + | PRIVACYLEVEL=0 | ||
| + | RATE_LIMIT=10000/ | ||
| + | CHECK_LOAD=false | ||
| + | MAXDBDAYS=7 | ||
| | | ||
| - | --- //[[jonathan@haacksnetworking.com|oemb1905]] | + | The new locations are in '' |
| + | |||
| + | count = 10000 | ||
| + | interval = 60 | ||
| + | privacylevel = 0 | ||
| + | load = false | ||
| + | maxDBdays = 91 | ||
| + | |||
| + | --- //[[alerts@haacksnetworking.org|oemb1905]] | ||