src

sauce
got clone ssh://anon@src.dalliard.ch/src
log | files | refs

commit e31917a30fd2a39a3fa916cd0b0c5626bfa8a394
parent 69fb6a323f8396806c5fc6a7e29edccc7f509045
author: nathanael <nathanael@dalliard.ch>
date:   Tue, 21 Oct 2025 11:24:47 +0000

s0: only use quad9 dot

diffstat:
Ms0/sysfiles/unwind.conf | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/s0/sysfiles/unwind.conf b/s0/sysfiles/unwind.conf @@ -1,9 +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" +v4="9.9.9.9 authentication name dns.quad9.net DoT" +v6="2620:fe::fe authentication name dns.quad9.net DoT" forwarder { $v4 $v6 } -preference { recursor DoT } +preference { DoT }