~kris/dots

srice

ref: 178c9a25a484ead715392d50e21d03df486b8b41 srice/.config/network/dns.conf -rw-r--r-- 1006 bytes
178c9a25 — Kris Yotam conky: sync proper config from moirai (was the greenred variant) 2 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# ==============================================================
#  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="~."