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/03/08 08:18] (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 | ||
+ | CHECK_LOAD=false | ||
| | ||
- | --- //[[jonathan@haacksnetworking.com|oemb1905]] | + | --- //[[alerts@haacksnetworking.org|oemb1905]] |