@@ -3592,6 +3592,9 @@ function resolve_dns_via_tor {
# point resolv.conf to tor
echo 'nameserver 127.0.0.1:53' > /etc/resolv.conf
+ # prevent resolv.conf from changing
+ chattr +i /etc/resolv.conf
+
echo 'resolve_dns_via_tor' >> $COMPLETION_FILE
}