re-enable DNS settings after you start Tor
This commit is contained in:
parent
44efced5d4
commit
c220ec9183
|
@ -809,6 +809,10 @@ public class TorService extends Service implements TorServiceConstants, TorConst
|
|||
|
||||
shellRoot.close();
|
||||
}
|
||||
else if (mUseVPN)
|
||||
{
|
||||
enableVpnProxy();
|
||||
}
|
||||
|
||||
getHiddenServiceHostname ();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue