changes to quad9 upstream resolvers

pull/24/head^2
sova 2022-12-14 21:11:39 +00:00
parent be3a8485f6
commit 0ca9b7fb75
1 changed files with 2 additions and 2 deletions

View File

@ -135,8 +135,8 @@ EOF
readarray nameservers < <(grep ^nameserver /etc/resolv.conf | sed -r \
-e 's/^nameserver[[:space:]]+([0-9.a-fA-F:]+).*/"\1"/' \
-e 's/127[0-9.]+/8.8.8.8/' \
-e 's/::1/8.8.8.8/' )
-e 's/127[0-9.]+/9.9.9.9/' \
-e 's/::1/9.9.9.9/' )
if [[ "$eth0_name" = eth* ]]; then
predictable_inames="usePredictableInterfaceNames = lib.mkForce false;"