dns:dns_mit_unbound
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Nächste Überarbeitung | Vorhergehende Überarbeitung | ||
| dns:dns_mit_unbound [2024-07-06 23:07:24] – angelegt manfred | dns:dns_mit_unbound [2024-07-07 02:33:56] (aktuell) – manfred | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== DNS mit Unbound ====== | ====== DNS mit Unbound ====== | ||
| + | |||
| + | > apt install unbound | ||
| + | > systemctl enable unbound | ||
| + | > systemctl start unbound | ||
| + | > systemctl status unbound | ||
| + | |||
| + | <code ini / | ||
| + | server: | ||
| + | verbosity: 1 | ||
| + | |||
| + | port: 53 | ||
| + | #tls-port: 853 | ||
| + | interface-automatic: | ||
| + | # | ||
| + | interface-automatic-ports: | ||
| + | |||
| + | do-ip4: yes | ||
| + | do-ip6: yes | ||
| + | prefer-ip4: | ||
| + | prefer-ip6: | ||
| + | do-udp: yes | ||
| + | do-tcp: yes | ||
| + | |||
| + | use-syslog: | ||
| + | log-time-ascii: | ||
| + | log-queries: | ||
| + | log-replies: | ||
| + | log-tag-queryreply: | ||
| + | log-local-actions: | ||
| + | log-servfail: | ||
| + | |||
| + | # apt install dns-root-data | ||
| + | root-hints: | ||
| + | # curl -o / | ||
| + | # | ||
| + | |||
| + | hide-identity: | ||
| + | hide-version: | ||
| + | harden-short-bufsize: | ||
| + | harden-large-queries: | ||
| + | harden-glue: | ||
| + | harden-dnssec-stripped: | ||
| + | harden-below-nxdomain: | ||
| + | harden-referral-path: | ||
| + | harden-algo-downgrade: | ||
| + | qname-minimisation: | ||
| + | qname-minimisation-strict: | ||
| + | prefetch: yes | ||
| + | prefetch-key: | ||
| + | minimal-responses: | ||
| + | |||
| + | private-address: | ||
| + | private-address: | ||
| + | private-address: | ||
| + | private-address: | ||
| + | private-address: | ||
| + | private-address: | ||
| + | |||
| + | private-address: | ||
| + | private-address: | ||
| + | |||
| + | private-domain: | ||
| + | domain-insecure: | ||
| + | |||
| + | forward-zone: | ||
| + | name: fritz.box. | ||
| + | forward-addr: | ||
| + | forward-addr: | ||
| + | forward-no-cache: | ||
| + | </ | ||
/home/http/wiki/data/attic/dns/dns_mit_unbound.1720307244.txt · Zuletzt geändert: von manfred
