Turfjs / turf

A modular geospatial engine written in JavaScript and TypeScript
https://turfjs.org/
MIT License
9.3k stars 941 forks source link

Documentation website is down #777

Closed plauclair closed 7 years ago

plauclair commented 7 years ago

Seems like the host doesn't have an attached DNS, so the website can't be reached.

http://downforeveryoneorjustme.com/http://turfjs.org/

DenisCarriere commented 7 years ago

Interesting... the site is only using GitHub pages

plauclair commented 7 years ago

Definitely ;)

$ host -t any turfjs.org

Host turfjs.org not found: 3(NXDOMAIN)
$ dig -t any turfjs.org

; <<>> DiG 9.10.3-P4-Ubuntu <<>> -t any turfjs.org
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 14039
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 1

;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 4096
;; QUESTION SECTION:
;turfjs.org.            IN  ANY

;; AUTHORITY SECTION:
org.            863 IN  SOA a0.org.afilias-nst.info. noc.afilias-nst.info. 2012513488 1800 900 604800 86400

;; Query time: 17 msec
;; SERVER: 10.211.55.1#53(10.211.55.1)
;; WHEN: Sat Jun 03 17:59:09 UTC 2017
;; MSG SIZE  rcvd: 118
DenisCarriere commented 7 years ago

@tmcw @morganherlocker Do you guys have access to the DNS/domain name? I can't do very much on my side of things.

image

tmcw commented 7 years ago

turfjs.org is in the Mapbox Gandi account afaik, it isn't accessible to me. Ping @miccolis?

benpoulson commented 7 years ago

Looks like someone forgot to renew the domain.

Registered On: 2014-06-03
Updated On: 2017-06-03
Expires On: 2018-06-03

As a quick workaround, is the Github Pages site accessible on any other URL?

miccolis commented 7 years ago

It's on Gandi, but not the Mapbox account... @morganherlocker this looks like a personal domain registration of yours. Can you take a look?

morganherlocker commented 7 years ago

Looking into this. Sorry!

morganherlocker commented 7 years ago

Apologies for any confusion here. The turfjs domain is maintained on my personal account, and is entirely separate from Mapbox. I forgot to renew the domain this year, thinking I had setup autorenewal last year. I have now prepaid for the domain for the next 5 years, so this should not be an issue again anytime soon.

Note that if you read this and still cannot access the site, it may take a few hours to fully propagate the DNS record worldwide. Please leave a comment if the site is inaccessible after several hours.

DenisCarriere commented 7 years ago

Works on my side 👍 Thanks for looking into this @morganherlocker