Skip to content

Commit

Permalink
(setup-networking.sh): Add cloudflare resolver
Browse files Browse the repository at this point in the history
We are observing very strange resolving issues:
kernelci/kernelci-pipeline#1064

This is attempt to improve DNS reliability.

Signed-off-by: Denys Fedoryshchenko <denys.f@collabora.com>
  • Loading branch information
nuclearcat committed Mar 2, 2025
1 parent 3099178 commit 836a9bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/rootfs/debos/scripts/setup-networking.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ fi
ln -sf /lib/systemd/resolv.conf /etc/resolv.conf

# Setup some static DNS defaults (Google Public)
echo "nameserver 1.1.1.1" >> /etc/resolv.conf
echo "nameserver 8.8.8.8" >> /etc/resolv.conf
echo "nameserver 8.8.4.4" >> /etc/resolv.conf

0 comments on commit 836a9bc

Please sign in to comment.