I’m an employee at a company that uses WARP. It works well!
I’m making an internal developer tool that requires local network access. We’re serving HTTP from developer MacBook Pros to developer mobile devices. This local-network feature won’t work unless the ‘Access Local Network’ checkbox is checked.
Is there a decent way to detect this programmatically? I see some differences when I run netstat -rn
but it’s rather roundabout. I was hoping to maybe run a subcommand of /Applications/Cloudflare\ WARP.app/Contents//Resources/warp-cli
but I couldn’t find anything.
Thanks!