This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:unbounddns [2024/11/01 04:23] – oemb1905 | computing:unbounddns [2025/04/04 03:23] (current) – oemb1905 | ||
---|---|---|---|
Line 78: | Line 78: | ||
<if $programname == ' | <if $programname == ' | ||
<& stop> | <& stop> | ||
+ | nano / | ||
+ | | ||
+ | In the log rotate file, enter the following: | ||
+ | |||
+ | / | ||
+ | daily | ||
+ | rotate 7 | ||
+ | missingok | ||
+ | create 0640 root adm | ||
+ | postrotate | ||
+ | / | ||
+ | endscript | ||
+ | } | ||
Additionally, | Additionally, | ||
Line 100: | Line 113: | ||
< | < | ||
- | The last step is configuring the unbound server in the pihole GUI. Alternately, | + | The last step is configuring the unbound server in the pihole GUI. Alternately, |
+ | |||
+ | server: | ||
+ | interface: 127.0.0.1 | ||
+ | cache-max-ttl: | ||
+ | cache-min-ttl: | ||
+ | num-threads: | ||
+ | msg-cache-slabs: | ||
+ | rrset-cache-slabs: | ||
+ | infra-cache-slabs: | ||
+ | key-cache-slabs: | ||
+ | rrset-cache-size: | ||
+ | msg-cache-size: | ||
+ | #prefetch: yes | ||
+ | harden-dnssec-stripped: | ||
+ | use-syslog: yes | ||
+ | aggressive-nsec: | ||
+ | hide-identity: | ||
+ | hide-version: | ||
+ | use-caps-for-id: | ||
+ | do-tcp: yes | ||
+ | do-udp: yes | ||
+ | |||
+ | Then, just add '' | ||
- | --- //[[webmaster@haacksnetworking.org|oemb1905]] | + | --- //[[alerts@haacksnetworking.org|oemb1905]] |