DNS
is Mio's internal module to manage Domain Name Servers.
Links#
- Docs: https://docs.kosmonum.space/mio/module/dns/
- Issues: https://codeberg.org/kosmonum/mio-ose/issues
- Source: https://codeberg.org/kosmonum/mio-ose/src/branch/master/dns/
- License: BSD-2-Clause
Config Files#
| Name | Default | Type | Description |
|---|---|---|---|
DNSSEC | TODO | /^(true|false)$/ | Use DNSEC |
DOMAINS | TODO | /^[0-9a-z ~.-]+)$/ | Search and route-only domains; space separated; strict order |
PRIMARY_V4 | TODO | ipv4 | Primary IPv4 |
PRIMARY_V6 | TODO | ipv6 | Primary IPv6 |
SECONDARY_V4 | TODO | ipv4 | Secondary IPv4 |
SECONDARY_V6 | TODO | ipv6 | Secondary IPv6 |
TLS | TODO | /^(true|false)$/ | Use DNSOverTLS |
Use#
TODO
- location based?
- check and clean up /etc/interfaces
- https://wiki.debian.org/NetworkConfiguration#Defining_the_.28DNS.29_Nameservers
