erincatto / box2d

Box2D is a 2D physics engine for games
https://box2d.org
MIT License
8.11k stars 1.52k forks source link

box2d.org website is down #792

Closed Clemapfel closed 1 week ago

Clemapfel commented 1 week ago

As of September 7th, ~16:50 UTC, box2d.org is unreachable, I'm in Europe.

$ ping google.com
PING google.com (142.250.185.206) 56(84) bytes of data.
64 bytes from fra16s52-in-f14.1e100.net (142.250.185.206): icmp_seq=1 ttl=114 time=26.3 ms
64 bytes from fra16s52-in-f14.1e100.net (142.250.185.206): icmp_seq=2 ttl=114 time=28.8 ms
64 bytes from fra16s52-in-f14.1e100.net (142.250.185.206): icmp_seq=3 ttl=114 time=26.4 ms
^C
--- google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2004ms
rtt min/avg/max/mdev = 26.316/27.186/28.844/1.172 ms

$ ping box2d.org
ping: box2d.org: Temporary failure in name resolution
HughPH commented 1 week ago

You pinged box2d.com which is not box2d.org

box2d.org DNS appears to be broken

Appears to be a problem with the domain servers that serve the box2d.org domain:

(base) hugh@hugh-desktop:~$ nslookup
> server ns1.domain.com
Default server: ns1.domain.com
Address: 172.64.52.73#53
> box2d.org
;; Got SERVFAIL reply from 172.64.52.73
Server:         ns1.domain.com
Address:        172.64.52.73#53

** server can't find box2d.org: SERVFAIL
erincatto commented 1 week ago

I transferred the domain host recently. I fixed up the DNS and the site should be back online.

Thanks for the report!