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!
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.orgin 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!