瀏覽代碼

Don't change DNS

Bob Mottram 10 年之前
父節點
當前提交
fee303ef43
共有 1 個文件被更改,包括 0 次插入5 次删除
  1. 0
    5
      install-freedombone.sh

+ 0
- 5
install-freedombone.sh 查看文件

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