Kb mx antispam: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
= header = | = header = | ||
== subheader == | == subheader == | ||
TODO: | |||
- antispam; make accounts | |||
- validity: make accounts, set IPs | |||
raw info: | |||
- apt install unbound | |||
- nano /etc/unbound/unbound.conf | |||
<pre> | |||
server: | |||
verbosity: 1 | |||
interface: 127.0.0.1 | |||
port: 53 | |||
cache-min-ttl: 3600 | |||
cache-max-ttl: 86400 | |||
do-not-query-localhost: no | |||
num-threads: 2 | |||
rrset-roundrobin: yes | |||
harden-glue: yes | |||
harden-dnssec-stripped: yes | |||
use-caps-for-id: yes | |||
qname-minimisation: yes | |||
hide-identity: yes | |||
hide-version: yes | |||
auto-trust-anchor-file: "/var/lib/unbound/root.key" | |||
access-control: 127.0.0.1/32 allow | |||
remote-control: | |||
control-enable: yes | |||
control-interface: 127.0.0.1 | |||
#server-key-file: "/etc/unbound/unbound_server.key" | |||
#server-cert-file: "/etc/unbound/unbound_server.pem" | |||
#control-key-file: "/etc/unbound/unbound_control.key" | |||
#control-cert-file: "/etc/unbound/unbound_control.pem" | |||
</pre> | |||
Version vom 21. September 2024, 19:48 Uhr
header
subheader
TODO: - antispam; make accounts - validity: make accounts, set IPs
raw info:
- apt install unbound - nano /etc/unbound/unbound.conf
server:
verbosity: 1
interface: 127.0.0.1
port: 53
cache-min-ttl: 3600
cache-max-ttl: 86400
do-not-query-localhost: no
num-threads: 2
rrset-roundrobin: yes
harden-glue: yes
harden-dnssec-stripped: yes
use-caps-for-id: yes
qname-minimisation: yes
hide-identity: yes
hide-version: yes
auto-trust-anchor-file: "/var/lib/unbound/root.key"
access-control: 127.0.0.1/32 allow
remote-control:
control-enable: yes
control-interface: 127.0.0.1
#server-key-file: "/etc/unbound/unbound_server.key"
#server-cert-file: "/etc/unbound/unbound_server.pem"
#control-key-file: "/etc/unbound/unbound_control.key"
#control-cert-file: "/etc/unbound/unbound_control.pem"