I run tor service on my MacBook; it runs on 127.0.0.1, and with port 9501, how can I access that IP and port on another device on same wifi network?
Asked
Active
Viewed 1,035 times
1
-
I think this will help: https://stackoverflow.com/questions/9682262/how-do-i-connect-to-this-localhost-from-another-computer-on-the-same-network#15431636 – Noob Geek Sep 04 '20 at 04:39
-
Does this answer your question? [How do I connect to this localhost from another computer on the same network?](https://stackoverflow.com/questions/9682262/how-do-i-connect-to-this-localhost-from-another-computer-on-the-same-network) – Vijay Rajpurohit Sep 08 '20 at 05:50
1 Answers
0
With your terminal type "ifconfig" or go to your network configuration->TCP/ip and check your Mac's current IP, ex. 10.0.0.8
In the other device (another computer or a cellphone) just use the URL 10.0.0.8:9501.

Tiago Rosolen
- 25
- 4