re-enable DNS settings after you start Tor

This commit is contained in:
Nathan Freitas 2015-02-04 22:02:32 -05:00
parent 44efced5d4
commit c220ec9183
1 changed files with 4 additions and 0 deletions

View File

@ -809,6 +809,10 @@ public class TorService extends Service implements TorServiceConstants, TorConst
shellRoot.close(); shellRoot.close();
} }
else if (mUseVPN)
{
enableVpnProxy();
}
getHiddenServiceHostname (); getHiddenServiceHostname ();
} }