fly-apps / terraform-provider-fly

Terraform provider for the Fly.io API
BSD 3-Clause "New" or "Revised" License
113 stars 37 forks source link

Can't quite make the internal wireguard tunnel work. #31

Closed DAlperin closed 2 years ago

DAlperin commented 2 years ago

The tunnel code can be found in internal/provider/wg/tunnel.go A example of the tunnel and it's problems can be found in tools/tools.go. To run example: go run tools/tools.go.

I think the tunnel actually does get open but I think it breaks in DNS resolution? But to be honest I'm not sure.