Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Some DNS do not resolve gtk-rs.org #88

Open
mkaput opened this issue Sep 21, 2018 · 2 comments
Open

Some DNS do not resolve gtk-rs.org #88

mkaput opened this issue Sep 21, 2018 · 2 comments

Comments

@mkaput
Copy link

mkaput commented Sep 21, 2018

Hello,

I have strange issues with gtk-rs.org address. On some ISPs in Poland, their DNS do not resolve this domain, resulting in site being unreachable. The workaround is to hardcode DNS server addresses to CloudFlare or Google DNS.

Has this problem occurred earlier, or am I a rare case?

@GuillaumeGomez
Copy link
Member

First time we heard about it. I don't really know what to say about it...

@nirvdrum
Copy link

I looked into this a bit because I also couldn't access the site. It looks like DNSSEC for the gtk-rs.org domain isn't correct. I'm hardly a DNSSEC expert, but my understanding is you'd need to be able to sign/verify the entire resolution chain and github.io doesn't use DNSSEC. The A records you have for gtk-rs.github.io look very suspicious as well, as the only thing that should appear are entries from the gtk-rs.org domain:

$ dig +noall +answer gtk-rs.org
gtk-rs.org.		3418	IN	CNAME	gtk-rs.github.io.
gtk-rs.github.io.	865	IN	A	185.199.110.153
gtk-rs.github.io.	865	IN	A	185.199.109.153
gtk-rs.github.io.	865	IN	A	185.199.108.153
gtk-rs.github.io.	865	IN	A	185.199.111.153

I think the fix is to update your DNS to match the instructions GitHub provides for configuring an apex domain. Otherwise, maybe try disabling DNSSEC. Until then, the domain is going to be dropped by DNS servers that perform DNSSEC validation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants