lpinca / binb

:notes: Competitive, multiplayer, realtime, guess the song game
https://binb.co
MIT License
291 stars 61 forks source link

DNS Resolution issue on google and cloudflare for deployed service #35

Closed Joe-Dowd closed 4 years ago

Joe-Dowd commented 4 years ago

I've having issues accessing your deployed binb.co service. https://176.56.237.4/ works fine, but it looks like the major dns providers are not resolving the domain properly.

I'm fairly certain this is a wider issue than me personally due to the reduced number of current users.

 ~ $ nslookup binb.co 8.8.8.8
Server:     8.8.8.8
Address:    8.8.8.8#53

** server can't find binb.co: SERVFAIL

 ~ $ nslookup binb.co 1.1.1.1
Server:     1.1.1.1
Address:    1.1.1.1#53

** server can't find binb.co: SERVFAIL

~ $ nslookup binb.co 192.168.0.1
Server:     192.168.0.1
Address:    192.168.0.1#53

Non-authoritative answer:
Name:   binb.co
Address: 176.56.237.4

192.168.0.1 is my ISP provided dns server, I have no information about the upstream servers.

lpinca commented 4 years ago

I can't reproduce. It works fine in all places (in Italy) where I have tested it.

Joe-Dowd commented 4 years ago

Yeah I re-tested the next day and it seems to be working fine again - apologies, must have been me.

On Fri, 17 Jan 2020, 17:00 Luigi Pinca, notifications@github.com wrote:

I can't reproduce. It works fine in all places (in Italy) where I have tested it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/lpinca/binb/issues/35?email_source=notifications&email_token=ABWD7KN6HW2UUWVWH5PDS5TQ6HPZPA5CNFSM4KHN2VT2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJIKHHI#issuecomment-575710109, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABWD7KJXULSLD3MVNLHQKRDQ6HPZPANCNFSM4KHN2VTQ .

lpinca commented 4 years ago

No problem. Closing then.