Swagger-php: Site of Documentation is broken

Created on 18 Nov 2019  路  6Comments  路  Source: zircote/swagger-php

Seems like your site where documentation is given is broken

Most helpful comment

Yep, cannot access the site at all. Either DNS broke or the server is gone!

EDIT: For now, the internet archive have a mirror of it, which isn't very pretty, but it works:

The getting started appears to be more useful, as its describes the syntax requirements.

All 6 comments

Yep, cannot access the site at all. Either DNS broke or the server is gone!

EDIT: For now, the internet archive have a mirror of it, which isn't very pretty, but it works:

The getting started appears to be more useful, as its describes the syntax requirements.

Looks like a DNS issue... there is no A record at all for zircote.com.
There is however a CNAME for www.zircote.com that points to zircote.github.com, but that redirects back to zircote.com.

effectively dig of www.zircote.com :

id 34680
opcode QUERY
rcode NOERROR
flags QR RD RA
;QUESTION
www.zircote.com. IN A
;ANSWER
www.zircote.com. 3436 IN CNAME zircote.github.com.
zircote.github.com. 3436 IN CNAME github.github.io.
github.github.io. 3436 IN A 185.199.111.153
github.github.io. 3436 IN A 185.199.109.153
github.github.io. 3436 IN A 185.199.110.153
github.github.io. 3436 IN A 185.199.108.153
;AUTHORITY
;ADDITIONAL

and dig of zircote.com:

id 20961
opcode QUERY
rcode NOERROR
flags QR RD RA
;QUESTION
zircote.com. IN A
;ANSWER
;AUTHORITY
zircote.com. 60 IN SOA ns25.domaincontrol.com. dns.jomax.net. 2019111810 28800 7200 604800 600
;ADDITIONAL

and https://zircote.github.com redirect to http://zircote.com/

is not a tentative to rework the documentation site to use github page ?
i think is configuration of the zircote/swagger-php project github page...

@zircote What happened to your site?

Could you have a look a this issue @zircote ?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

hpatoio picture hpatoio  路  3Comments

Dalabad picture Dalabad  路  4Comments

aqlx86 picture aqlx86  路  3Comments

kamil-kielczewski picture kamil-kielczewski  路  3Comments

jfiala picture jfiala  路  5Comments