commit 65146b577a9e4f82ad6c14d15d34f36b6659b240 parent d0674853e8bc9d5fd6f7bba5925d736e02c1821e author: nathanael <nathanael@dalliard.ch> date: Tue, 14 Oct 2025 09:13:31 +0000 s0: add unwind diffstat:
| M | s0/scripts/sysfiles.sh | | | 1 | + |
| A | s0/sysfiles/unwind.conf | | | 9 | +++++++++ |
2 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/s0/scripts/sysfiles.sh b/s0/scripts/sysfiles.sh @@ -9,4 +9,5 @@ doas install -o root -g wheel -m 644 "$src/aliases" "/etc/mail/aliases" doas install -o root -g wheel -m 644 "$src/daily.local" "/etc/daily.local" doas install -o root -g wheel -m 644 "$src/httpd.conf" "/etc/httpd.conf" doas install -o root -g wheel -m 644 "$src/sysclean" "/etc/sysclean.ignore" +doas install -o root -g wheel -m 644 "$src/unwind.conf" "/etc/unwind.conf" doas install -o root -g wheel -m 755 "$src/Xsetup_0" "/etc/X11/xenodm/Xsetup_0" diff --git a/s0/sysfiles/unwind.conf b/s0/sysfiles/unwind.conf @@ -0,0 +1,9 @@ +v4="194.242.2.9 authentication name all.dns.mullvad.net DoT" +v6="2a07:e340::9 authentication name all.dns.mullvad.net DoT" + +forwarder { + $v4 + $v6 +} + +preference { recursor DoT }