This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
computing:unbounddns [2024/11/01 04:29] – oemb1905 | computing:unbounddns [2025/04/04 03:23] (current) – oemb1905 | ||
---|---|---|---|
Line 113: | 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, |
- | --- //[[webmaster@haacksnetworking.org|oemb1905]] | + | 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 '' | ||
+ | |||
+ | --- //[[alerts@haacksnetworking.org|oemb1905]] |