top | item 43572646 (no title) antoniomika | 11 months ago Yep! tuns would be the service you want since it can support forwarding arbitrary backends: https://pico.sh/tuns#custom-domains discuss order hn newest WinstonSmith84|11 months ago Thanks. Let me know if I misunderstood, but it seems that this is redirecting my custom domain customdomain.example.com to tuns.shcustomdomain.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.
WinstonSmith84|11 months ago Thanks. Let me know if I misunderstood, but it seems that this is redirecting my custom domain customdomain.example.com to tuns.shcustomdomain.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.
WinstonSmith84|11 months ago
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.