Don't change DNS

This commit is contained in:
Bob Mottram 2014-12-28 19:08:15 +00:00
parent 17354d18b0
commit fee303ef43
1 changed files with 0 additions and 5 deletions

View File

@ -7015,11 +7015,6 @@ function route_outgoing_traffic_through_tor {
/sbin/sysctl -p
fi
echo 'domain localdomain' > /etc/resolv.conf
echo 'search localdomain' >> /etc/resolv.conf
echo "nameserver localhost" >> /etc/resolv.conf
if ! grep -q 'Log notice file /var/log/tor/notices.log' /etc/tor/torrc; then
echo 'Log notice file /var/log/tor/notices.log' >> /etc/tor/torrc
fi