My Dns Configuration Failed

Hi there,
Two days ago, I successfully added a custom domain and made the dns configuration of my deployed-on-netlify website. I don’t know what happened now but I started to get check DNS configuration alert and I can’t reach my website from my custom domain even if it is reachable with …netlify.com subdomain.
Screen Shot 2022-10-07 at 14.55.23

Hi @ahmetulutas

I don’t see meltemulutas.com configured to use Netlify with either external DNS (docs) or Netlify DNS (docs). I see it is using the default nameservers

% dig meltemulutas.com NS
meltemulutas.com.	86400	IN	NS	ns2.dns-parking.com.
meltemulutas.com.	86400	IN	NS	ns1.dns-parking.com.

And neither the apex nor www subdomain are pointing to Netlify

% dig meltemulutas.com
meltemulutas.com.	300	IN	A	2.57.90.16
% dig www.meltemulutas.com
www.meltemulutas.com.	14400	IN	CNAME	meltemulutas.com.
meltemulutas.com.	300	IN	A	2.57.90.16

As mentioned above, there are two ways set up DNS for a custom domain. You might also find these support guides useful