From 75c1b6725beea1e861ec74e8b8e5d61827f6cc86 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Wed, 3 Apr 2019 18:45:17 +0200 Subject: [PATCH] Chroot: Add FDN dns --- debian/chroot.install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/chroot.install b/debian/chroot.install index 04744c7..17f92e9 100755 --- a/debian/chroot.install +++ b/debian/chroot.install @@ -217,6 +217,9 @@ iface ${net_device} inet static network ${net_network} broadcast ${net_broadcast} gateway ${net_gateway} + # FDN DNS - https://www.fdn.fr/actions/dns/ + dns-nameserver 80.67.169.12 + dns-nameserver 80.67.169.40 source-directory /etc/network/interfaces.d" > /target/etc/network/interfaces