How to find your public and local IP address (on all platforms)
Figured it'd be useful to share some basics for anyone just getting into proxies. Starting with the simplest one, finding your IP.
Public IP is easy. Search "what is my IP" on Google and it shows up right at the top.
Local IP depends on the device.
- Windows: run `ipconfig` in Command Prompt
- macOS: System Settings > Network > your active connection
- iPhone: Settings > Wi-Fi > tap the info icon next to your network
- Android: Wi-Fi settings > gear icon next to the connected network
The quick difference between the two is that your public IP is your network as the internet sees it; the local IP is one device inside it. You'll run into both when setting up a printer, remote access, or troubleshooting a connection.
Hope that helps!