customdomain.example.com. 300 IN CNAME tuns.sh.
_sish.customdomain.example.com 300 IN TXT "SHA256:mVPw"
What I want to do is:
1- to create a custom domain ON tuns.sh (or another Pico service)
2- redirect this custom domain to another DNS (such as a Load Balancer, an API Gateway, etc.)
Something like: {username}-{proj}.tuns.sh. 300 IN CNAME myalb-123abc.amazonaws.com.
reply