Permanently forward Netlify subdomain to custom TLD

Hi, @emTr0,

Those redirects work when I test them:

$ curl -svo /dev/null http://emtr0-dev.netlify.app/  2>&1 | egrep -i "< (HTTP|location)"
< HTTP/1.1 301 Moved Permanently
< Location: https://emtr0.dev/
$ curl -svo /dev/null https://emtr0-dev.netlify.app/  2>&1 | egrep "< (HTTP|location)"
< HTTP/2 301
< location: https://emtr0.dev/

Did you resolve this or are you still seeing the issue? If you do not see these redirects working now, would you please send us an x-nf-request-id header (or the info it replaces) for a failed redirect?