seemoo-lab / openhaystack

Build your own 'AirTags' 🏷 today! Framework for tracking personal Bluetooth devices via Apple's massive Find My network.
https://owlink.org
GNU Affero General Public License v3.0
8.03k stars 428 forks source link

OHServerApp proxy issue #167

Open tnorm32 opened 1 year ago

tnorm32 commented 1 year ago

Hi Guys,

I am able to compile and run the OHServerApp from Xcode, however port 8080 is not opened from localhost or LAN.

Note: HTTPServer in the vapor package (defaultHostname) was changed to 0.0.0.0 but still no luck. (as mentioned in: mac os proxy help #132 )

I checked the console for verbose while the server is running and it's blank, there is only a loading icon next to Run.

However i did notice there was a build warning that came up in Xcode that says sendSynchronousRequest is deprecated in the console.

Could this have anything to do with OHServerApp not being able to start Vapor?

Thanks