One fly.io app that is running with a specific URL: https://mycoolapp-client.fly.dev/
And I know its dedicated IPv6 Adress something like 2a09:8280:1::3c:xxx:xxx
I added a line to my DNS configuration as AAAA input
@ 10800 IN AAAA 2a09:8280:1::3c:xxx:xxx
Do you guys think it is enough or I should add the URL as CNAME together?
khuezy
2
You should add an A
record too. You can’t have both A/AAAA
and root CNAME
.
1 Like
I added @ 10800 IN A 66.241.125.105 after running
wasp deploy fly cmd --context client certs create mycoolapp.com
Waiting for outcome.
system
Closed
4
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.