I’m trying to figure out how to send cretain traffic from my app hosted on fly.io to route out via our office interconnects and certain backend services used in my app are whitelisted by IP address and can only be accessed from our office IPv4 address.
then installed curl on my fly vm for testing and can get to the office nginx on my-office._peer.internal.
I then set up reverse proxy at http://my-office._peer.internal/api1 and http://my-office._peer.internal/api2 etc. after making nginx listen on IPv6 for the wireguard tunnel like so: