Antonio Cheong
Antonio Cheong
Use something like `aircrack-ng`
MacBooks after 2017 are not supported
Hardware issue. Software cannot solve.
> Is Apple retarded? yes
Android phones use the [Ichnaea](https://ichnaea.readthedocs.io/en/latest/) protocol hosted by Google. It exposes to upstream your location to ~1 meter accuracy, which is even worse than Apple. However, they don't let you...
Have it listen on the private IP address and set up ufw or something just in case. I personally have it in a container with gluetun & listening on 100.64.0.x...
I see it's there for Linux & works on GNOME/KDE. Should this be closed? https://github.com/wailsapp/wails/blob/v3-alpha/v3/plugins/experimental/start_at_login/plugin_linux.go
My issue seems to be related by slightly different. ``` acheong@fishy ~/d/platform (develop)> echo $all_proxy socks5://127.0.0.1:1090 acheong@fishy ~/d/platform (develop)> echo $HTTP_PROXY socks5://127.0.0.1:1090 acheong@fishy ~/d/platform (develop)> echo $HTTPS_PROXY socks5://127.0.0.1:1090 acheong@fishy ~/d/platform...
> I could not get it working with a SOCKS5 proxy via environment variables (had to resort to using proxychains), but maybe it works with normal HTTP / HTTPS proxies....
By the way, the error comes from bun: ``` acheong@fishy ~> node -e 'fetch("https://api.github.com").then(r=>console.log("ok", r.status)).catch(e=>console.error(e.message))' ok 200 acheong@fishy ~> bun -e 'fetch("https://api.github.com").then(r=>console.log("ok", r.status)).catch(e=>console.error(e .message))' UnsupportedProxyProtocol fetching "https://api.github.com/". For more information,...