ipcalf icon indicating copy to clipboard operation
ipcalf copied to clipboard

Gives back your public IP address in plain HTML, plain text, and JSON (w/CORS!)

Results 3 ipcalf issues
Sort by recently updated
recently updated
newest added

Visiting https://net.ipcalf.com/ in Google Chrome returns a guid-like value instead of the actual IP. For example > Your network IP is: > **5811584f-3480-4te0-875f-60a1c8f4393c.local** > Make the locals proud. Chrome version:...

Filing this longstanding issue: Safari has now supported WebRTC for a while, but iirc we need to get media access via user perms prompt before it will give us useful...

Normally, when the browser does not support WebRTC, ipcalf shows ``` ifconfig | grep inet | grep -v inet6 | cut -d" " -f2 | tail -n1 ``` Nevertheless, Edge...