yeah, if you want to use it on your pc, not internal you need to download wireguard and activate fly profile and stuff, there’s guide in documentation if i remember correctly
Fly’s command line can generate you a tunnel configuration file with private keys already embedded. You can load that file into your local WireGuard application to create a tunnel. Activate the tunnel and you’ll be using the internal Fly DNS service which resolves .internal addresses - and passes on other requests to Google’s DNS for resolution.
I’ve been using it on my Mac for a long time and just today used on ubuntu and works like a charm
thank you that was a helpful documentation. Sorry I am kind of new to this, if I use wireguard for private access, how would I do it for public access? Is there another documentation for that?
To make your app public you need to assign public IPs and have a http_services section. We usually do both for you when you create a new app so check your fly.toml and fly ips list but just in case it’s not there, here’s the docs: