# ==============================================================
# DNS Configuration (dns.conf)
# --------------------------------------------------------------
# Maintainer: Kris Yotam (aka. khr1st)
# Contact : krisyotam@protonmail.com
# License : GNU GPLv3
# LastEdit : 2025-08-14
# --------------------------------------------------------------
# Description:
# Local user-level DNS configuration used by personal network
# utilities. Contains upstream addresses and transport settings
# (DoT / DoH). Update these values centrally here; other
# scripts/source this file to pick up settings.
# ==============================================================
DNS_PRIMARY="194.242.2.4" # base.dns.mullvad.net
DNS_SECONDARY="194.242.2.5" # extended.dns.mullvad.net
DNS_HOSTNAME="base.dns.mullvad.net"
# Encryption options
DNS_OVER_TLS="yes"
DNS_OVER_HTTPS="https://base.dns.mullvad.net/dns-query"
DNS_PORT_TLS=853
DNS_PORT_HTTPS=443
# Extra
DNSSEC="no"
DOMAINS="~."