You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi tor-team,
right now I can start the Tor instance on iOS but I am unable to lookup addresses such as https://icanhazip.com/ or https://check.torproject.org in the example app.
The example app has the following todo about the configuration:
SocksTCPClient.assignToHttpClient(client, [
ProxySettings(InternetAddress.loopbackIPv4,
Tor.instance.port,
password:null), // TODO Need to get from tor config file.
]);
How can I specify such a config file and what values can I define there?
Many thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi tor-team,
right now I can start the Tor instance on iOS but I am unable to lookup addresses such as
https://icanhazip.com/
orhttps://check.torproject.org
in the example app.The example app has the following todo about the configuration:
How can I specify such a config file and what values can I define there?
Many thanks in advance!
The text was updated successfully, but these errors were encountered: